@charset "UTF-8";
:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #dc3545;
    --bs-yellow: #dc3545;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #333132;
    --bs-secondary: #81716a;
    --bs-success: #198754;
    --bs-info: #FF0000;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 51, 49, 50;
    --bs-secondary-rgb: 129, 113, 106;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 255, 0, 0;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 51, 49, 50;
    --bs-body-bg-rgb: 51, 49, 50;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, hsla(0, 0%, 100%, .15), hsla(0, 0%, 100%, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #333132;
    --bs-body-bg: #333132
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25
}

hr:not([size]) {
    height: 1px
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.5
}

.h1,
h1 {
    font-size: calc(1.375rem + 1.5vw)
}

@media (min-width:1200px) {
    .h1,
    h1 {
        font-size: 2.5rem
    }
}

.h2,
h2 {
    font-size: calc(1.325rem + .9vw)
}

@media (min-width:1200px) {
    .h2,
    h2 {
        font-size: 2rem
    }
}

.h3,
h3 {
    font-size: calc(1.3rem + .6vw)
}

@media (min-width:1200px) {
    .h3,
    h3 {
        font-size: 1.75rem
    }
}

.h4,
h4 {
    font-size: calc(1.275rem + .3vw)
}

@media (min-width:1200px) {
    .h4,
    h4 {
        font-size: 1.5rem
    }
}

.h5,
h5 {
    font-size: 1.25rem
}

.h6,
h6 {
    font-size: 1rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-bs-original-title],
abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol,
ul {
    padding-left: 2rem
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

.small,
small {
    font-size: .875em
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

sub,
sup {
    position: relative;
    font-size: .75em;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #333132;
    text-decoration: underline
}

a:hover {
    color: #292728
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

code,
kbd,
pre,
samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em;
    direction: ltr;
    unicode-bidi: bidi-override
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: .875em
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

code {
    font-size: .875em;
    color: #d63384;
    word-wrap: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: .875em;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 1em;
    font-weight: 700
}

figure {
    margin: 0 0 1rem
}

img,
svg {
    vertical-align: middle
}

table {
    caption-side: bottom;
    border-collapse: collapse
}

caption {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: #6c757d;
    text-align: left
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

select:disabled {
    opacity: 1
}

[list]::-webkit-calendar-picker-indicator {
    display: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

textarea {
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: calc(1.275rem + .3vw);
    line-height: inherit
}

@media (min-width:1200px) {
    legend {
        font-size: 1.5rem
    }
}

legend+* {
    clear: left
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::file-selector-button {
    font: inherit
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

iframe {
    border: 0
}

summary {
    display: list-item;
    cursor: pointer
}

progress {
    vertical-align: baseline
}

[hidden] {
    display: none !important
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.5
}

@media (min-width:1200px) {
    .display-1 {
        font-size: 5rem
    }
}

.display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 300;
    line-height: 1.5
}

@media (min-width:1200px) {
    .display-2 {
        font-size: 4.5rem
    }
}

.display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.5
}

@media (min-width:1200px) {
    .display-3 {
        font-size: 4rem
    }
}

.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.5
}

@media (min-width:1200px) {
    .display-4 {
        font-size: 3.5rem
    }
}

.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.5
}

@media (min-width:1200px) {
    .display-5 {
        font-size: 3rem
    }
}

.display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.5
}

@media (min-width:1200px) {
    .display-6 {
        font-size: 2.5rem
    }
}

.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: .875em;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote>:last-child {
    margin-bottom: 0
}

.blockquote-footer {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: .875em;
    color: #6c757d
}

.blockquote-footer:before {
    content: "\2014\00A0"
}

.img-fluid,
.img-thumbnail {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #333132;
    border: 1px solid #dee2e6;
    border-radius: .25rem
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: .875em;
    color: #6c757d
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    width: 100%;
    padding-right: var(--bs-gutter-x, 20px);
    padding-left: var(--bs-gutter-x, 20px);
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container,
    .container-sm {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1400px
    }
}

.row {
    --bs-gutter-x: 40px;
    --bs-gutter-y: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x))
}

.row>* {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}

.col {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%
}

.row-cols-auto>* {
    width: auto
}

.row-cols-1>*,
.row-cols-auto>* {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.row-cols-1>* {
    width: 100%
}

.row-cols-2>* {
    width: 50%
}

.row-cols-2>*,
.row-cols-3>* {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.row-cols-3>* {
    width: 33.33333%
}

.row-cols-4>* {
    width: 25%
}

.row-cols-4>*,
.row-cols-5>* {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.row-cols-5>* {
    width: 20%
}

.row-cols-6>* {
    width: 16.66667%
}

.col-auto,
.row-cols-6>* {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-auto {
    width: auto
}

.col-1 {
    width: 8.33333%
}

.col-1,
.col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-2 {
    width: 16.66667%
}

.col-3 {
    width: 25%
}

.col-3,
.col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-4 {
    width: 33.33333%
}

.col-5 {
    width: 41.66667%
}

.col-5,
.col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-6 {
    width: 50%
}

.col-7 {
    width: 58.33333%
}

.col-7,
.col-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-8 {
    width: 66.66667%
}

.col-9 {
    width: 75%
}

.col-9,
.col-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-10 {
    width: 83.33333%
}

.col-11 {
    width: 91.66667%
}

.col-11,
.col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-12 {
    width: 100%
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

.g-0,
.gx-0 {
    --bs-gutter-x: 0
}

.g-0,
.gy-0 {
    --bs-gutter-y: 0
}

.g-1,
.gx-1 {
    --bs-gutter-x: 0.25rem
}

.g-1,
.gy-1 {
    --bs-gutter-y: 0.25rem
}

.g-2,
.gx-2 {
    --bs-gutter-x: 0.5rem
}

.g-2,
.gy-2 {
    --bs-gutter-y: 0.5rem
}

.g-3,
.gx-3 {
    --bs-gutter-x: 1rem
}

.g-3,
.gy-3 {
    --bs-gutter-y: 1rem
}

.g-4,
.gx-4 {
    --bs-gutter-x: 1.5rem
}

.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem
}

.g-5,
.gx-5 {
    --bs-gutter-x: 3rem
}

.g-5,
.gy-5 {
    --bs-gutter-y: 3rem
}

@media (min-width:576px) {
    .col-sm {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }
    .row-cols-sm-auto>* {
        width: auto
    }
    .row-cols-sm-1>*,
    .row-cols-sm-auto>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .row-cols-sm-1>* {
        width: 100%
    }
    .row-cols-sm-2>* {
        width: 50%
    }
    .row-cols-sm-2>*,
    .row-cols-sm-3>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .row-cols-sm-3>* {
        width: 33.33333%
    }
    .row-cols-sm-4>* {
        width: 25%
    }
    .row-cols-sm-4>*,
    .row-cols-sm-5>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .row-cols-sm-5>* {
        width: 20%
    }
    .row-cols-sm-6>* {
        width: 16.66667%
    }
    .col-sm-auto,
    .row-cols-sm-6>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .col-sm-auto {
        width: auto
    }
    .col-sm-1 {
        width: 8.33333%
    }
    .col-sm-1,
    .col-sm-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .col-sm-2 {
        width: 16.66667%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-3,
    .col-sm-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .col-sm-4 {
        width: 33.33333%
    }
    .col-sm-5 {
        width: 41.66667%
    }
    .col-sm-5,
    .col-sm-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-7 {
        width: 58.33333%
    }
    .col-sm-7,
    .col-sm-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .col-sm-8 {
        width: 66.66667%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-9,
    .col-sm-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .col-sm-10 {
        width: 83.33333%
    }
    .col-sm-11 {
        width: 91.66667%
    }
    .col-sm-11,
    .col-sm-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .col-sm-12 {
        width: 100%
    }
    .offset-sm-0 {
        margin-left: 0
    }
    .offset-sm-1 {
        margin-left: 8.33333%
    }
    .offset-sm-2 {
        margin-left: 16.66667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.33333%
    }
    .offset-sm-5 {
        margin-left: 41.66667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.33333%
    }
    .offset-sm-8 {
        margin-left: 66.66667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.33333%
    }
    .offset-sm-11 {
        margin-left: 91.66667%
    }
    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0
    }
    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0
    }
    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: 0.25rem
    }
    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: 0.25rem
    }
    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: 0.5rem
    }
    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 0.5rem
    }
    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 1rem
    }
    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 1rem
    }
    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 1.5rem
    }
    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 1.5rem
    }
    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 3rem
    }
    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width:768px) {
    .col-md {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }
    .row-cols-md-auto>* {
        width: auto
    }
    .row-cols-md-1>*,
    .row-cols-md-auto>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .row-cols-md-1>* {
        width: 100%
    }
    .row-cols-md-2>* {
        width: 50%
    }
    .row-cols-md-2>*,
    .row-cols-md-3>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .row-cols-md-3>* {
        width: 33.33333%
    }
    .row-cols-md-4>* {
        width: 25%
    }
    .row-cols-md-4>*,
    .row-cols-md-5>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .row-cols-md-5>* {
        width: 20%
    }
    .row-cols-md-6>* {
        width: 16.66667%
    }
    .col-md-auto,
    .row-cols-md-6>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .col-md-auto {
        width: auto
    }
    .col-md-1 {
        width: 8.33333%
    }
    .col-md-1,
    .col-md-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .col-md-2 {
        width: 16.66667%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-3,
    .col-md-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .col-md-4 {
        width: 33.33333%
    }
    .col-md-5 {
        width: 41.66667%
    }
    .col-md-5,
    .col-md-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-7 {
        width: 58.33333%
    }
    .col-md-7,
    .col-md-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .col-md-8 {
        width: 66.66667%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-9,
    .col-md-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .col-md-10 {
        width: 83.33333%
    }
    .col-md-11 {
        width: 91.66667%
    }
    .col-md-11,
    .col-md-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .col-md-12 {
        width: 100%
    }
    .offset-md-0 {
        margin-left: 0
    }
    .offset-md-1 {
        margin-left: 8.33333%
    }
    .offset-md-2 {
        margin-left: 16.66667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.33333%
    }
    .offset-md-5 {
        margin-left: 41.66667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.33333%
    }
    .offset-md-8 {
        margin-left: 66.66667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.33333%
    }
    .offset-md-11 {
        margin-left: 91.66667%
    }
    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0
    }
    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0
    }
    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: 0.25rem
    }
    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 0.25rem
    }
    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 0.5rem
    }
    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 0.5rem
    }
    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 1rem
    }
    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 1rem
    }
    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1.5rem
    }
    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1.5rem
    }
    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 3rem
    }
    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width:992px) {
    .col-lg {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }
    .row-cols-lg-auto>* {
        width: auto
    }
    .row-cols-lg-1>*,
    .row-cols-lg-auto>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .row-cols-lg-1>* {
        width: 100%
    }
    .row-cols-lg-2>* {
        width: 50%
    }
    .row-cols-lg-2>*,
    .row-cols-lg-3>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .row-cols-lg-3>* {
        width: 33.33333%
    }
    .row-cols-lg-4>* {
        width: 25%
    }
    .row-cols-lg-4>*,
    .row-cols-lg-5>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .row-cols-lg-5>* {
        width: 20%
    }
    .row-cols-lg-6>* {
        width: 16.66667%
    }
    .col-lg-auto,
    .row-cols-lg-6>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .col-lg-auto {
        width: auto
    }
    .col-lg-1 {
        width: 8.33333%
    }
    .col-lg-1,
    .col-lg-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .col-lg-2 {
        width: 16.66667%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-3,
    .col-lg-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .col-lg-4 {
        width: 33.33333%
    }
    .col-lg-5 {
        width: 41.66667%
    }
    .col-lg-5,
    .col-lg-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-7 {
        width: 58.33333%
    }
    .col-lg-7,
    .col-lg-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .col-lg-8 {
        width: 66.66667%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-9,
    .col-lg-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .col-lg-10 {
        width: 83.33333%
    }
    .col-lg-11 {
        width: 91.66667%
    }
    .col-lg-11,
    .col-lg-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .col-lg-12 {
        width: 100%
    }
    .offset-lg-0 {
        margin-left: 0
    }
    .offset-lg-1 {
        margin-left: 8.33333%
    }
    .offset-lg-2 {
        margin-left: 16.66667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.33333%
    }
    .offset-lg-5 {
        margin-left: 41.66667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.33333%
    }
    .offset-lg-8 {
        margin-left: 66.66667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.33333%
    }
    .offset-lg-11 {
        margin-left: 91.66667%
    }
    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0
    }
    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0
    }
    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: 0.25rem
    }
    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 0.25rem
    }
    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 0.5rem
    }
    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 0.5rem
    }
    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 1rem
    }
    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 1rem
    }
    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 1.5rem
    }
    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 1.5rem
    }
    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 3rem
    }
    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width:1200px) {
    .col-xl {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }
    .row-cols-xl-auto>* {
        width: auto
    }
    .row-cols-xl-1>*,
    .row-cols-xl-auto>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .row-cols-xl-1>* {
        width: 100%
    }
    .row-cols-xl-2>* {
        width: 50%
    }
    .row-cols-xl-2>*,
    .row-cols-xl-3>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .row-cols-xl-3>* {
        width: 33.33333%
    }
    .row-cols-xl-4>* {
        width: 25%
    }
    .row-cols-xl-4>*,
    .row-cols-xl-5>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .row-cols-xl-5>* {
        width: 20%
    }
    .row-cols-xl-6>* {
        width: 16.66667%
    }
    .col-xl-auto,
    .row-cols-xl-6>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .col-xl-auto {
        width: auto
    }
    .col-xl-1 {
        width: 8.33333%
    }
    .col-xl-1,
    .col-xl-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .col-xl-2 {
        width: 16.66667%
    }
    .col-xl-3 {
        width: 25%
    }
    .col-xl-3,
    .col-xl-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .col-xl-4 {
        width: 33.33333%
    }
    .col-xl-5 {
        width: 41.66667%
    }
    .col-xl-5,
    .col-xl-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .col-xl-6 {
        width: 50%
    }
    .col-xl-7 {
        width: 58.33333%
    }
    .col-xl-7,
    .col-xl-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .col-xl-8 {
        width: 66.66667%
    }
    .col-xl-9 {
        width: 75%
    }
    .col-xl-9,
    .col-xl-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .col-xl-10 {
        width: 83.33333%
    }
    .col-xl-11 {
        width: 91.66667%
    }
    .col-xl-11,
    .col-xl-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .col-xl-12 {
        width: 100%
    }
    .offset-xl-0 {
        margin-left: 0
    }
    .offset-xl-1 {
        margin-left: 8.33333%
    }
    .offset-xl-2 {
        margin-left: 16.66667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.33333%
    }
    .offset-xl-5 {
        margin-left: 41.66667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.33333%
    }
    .offset-xl-8 {
        margin-left: 66.66667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.33333%
    }
    .offset-xl-11 {
        margin-left: 91.66667%
    }
    .g-xl-0,
    .gx-xl-0 {
        --bs-gutter-x: 0
    }
    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0
    }
    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: 0.25rem
    }
    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: 0.25rem
    }
    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: 0.5rem
    }
    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: 0.5rem
    }
    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 1rem
    }
    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 1rem
    }
    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 1.5rem
    }
    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 1.5rem
    }
    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 3rem
    }
    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 3rem
    }
}

.table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #333132;
    --bs-table-striped-bg: rgba(0, 0, 0, .05);
    --bs-table-active-color: #333132;
    --bs-table-active-bg: rgba(0, 0, 0, .1);
    --bs-table-hover-color: #333132;
    --bs-table-hover-bg: rgba(0, 0, 0, .075);
    width: 100%;
    margin-bottom: 1rem;
    color: #333132;
    vertical-align: top;
    border-color: #dee2e6
}

.table>:not(caption)>*>* {
    padding: .5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    -webkit-box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg)
}

.table>tbody {
    vertical-align: inherit
}

.table>thead {
    vertical-align: bottom
}

.table>:not(:first-child) {
    border-top: 2px solid currentColor
}

.caption-top {
    caption-side: top
}

.table-sm>:not(caption)>*>* {
    padding: .25rem
}

.table-bordered>:not(caption)>* {
    border-width: 1px 0
}

.table-bordered>:not(caption)>*>* {
    border-width: 0 1px
}

.table-borderless>:not(caption)>*>* {
    border-bottom-width: 0
}

.table-borderless>:not(:first-child) {
    border-top-width: 0
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color)
}

.table-active {
    --bs-table-accent-bg: var(--bs-table-active-bg);
    color: var(--bs-table-active-color)
}

.table-hover>tbody>tr:hover>* {
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color)
}

.table-primary {
    --bs-table-bg: #d6d6d6;
    --bs-table-striped-bg: #cbcbcb;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #c1c1c1;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c6c6c6;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #c1c1c1
}

.table-secondary {
    --bs-table-bg: #e6e3e1;
    --bs-table-striped-bg: #dbd8d6;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #cfcccb;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #d5d2d0;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #cfcccb
}

.table-success {
    --bs-table-bg: #d1e7dd;
    --bs-table-striped-bg: #c7dbd2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bcd0c7;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c1d6cc;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bcd0c7
}

.table-info {
    --bs-table-bg: #ffdad0;
    --bs-table-striped-bg: #f2cfc6;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e6c4bb;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #eccac0;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #e6c4bb
}

.table-warning {
    --bs-table-bg: #fff3cd;
    --bs-table-striped-bg: #f2e7c3;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e6dbb9;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ece1be;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #e6dbb9
}

.table-danger {
    --bs-table-bg: #f8d7da;
    --bs-table-striped-bg: #eccccf;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfc2c4;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5c7ca;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #dfc2c4
}

.table-light {
    --bs-table-bg: #f8f9fa;
    --bs-table-striped-bg: #ecedee;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfe0e1;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5e6e7;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #dfe0e1
}

.table-dark {
    --bs-table-bg: #212529;
    --bs-table-striped-bg: #2c3034;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #373b3e;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #323539;
    --bs-table-hover-color: #fff;
    color: #fff;
    border-color: #373b3e
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

@media (max-width:575.98px) {
    .table-responsive-sm {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width:767.98px) {
    .table-responsive-md {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width:991.98px) {
    .table-responsive-lg {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width:1199.98px) {
    .table-responsive-xl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

.form-label {
    margin-bottom: .5rem
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.25
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem
}

.form-text {
    margin-top: .25rem;
    font-size: .875em;
    color: #6c757d
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    color: #333132;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        -webkit-transition: none;
        transition: none
    }
}

.form-control[type=file] {
    overflow: hidden
}

.form-control[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control:focus {
    color: #333132;
    background-color: #fff;
    border-color: #999899;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .25rem rgba(51, 49, 50, .25);
    box-shadow: 0 0 0 .25rem rgba(51, 49, 50, .25)
}

.form-control::-webkit-date-and-time-value {
    height: 1.25em
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

.form-control::file-selector-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end: .75rem;
    color: #333132;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control::file-selector-button {
        -webkit-transition: none;
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3
}

.form-control::-webkit-file-upload-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end: .75rem;
    color: #333132;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    line-height: 1.25;
    color: #333132;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    min-height: calc(1.25em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.form-control-sm::file-selector-button {
    padding: .25rem .5rem;
    margin: -.25rem -.5rem;
    -webkit-margin-end: .5rem;
    margin-inline-end: .5rem
}

.form-control-sm::-webkit-file-upload-button {
    padding: .25rem .5rem;
    margin: -.25rem -.5rem;
    -webkit-margin-end: .5rem;
    margin-inline-end: .5rem
}

.form-control-lg {
    min-height: calc(1.25em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.form-control-lg::file-selector-button {
    padding: .5rem 1rem;
    margin: -.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem
}

.form-control-lg::-webkit-file-upload-button {
    padding: .5rem 1rem;
    margin: -.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem
}

textarea.form-control {
    min-height: calc(1.25em + .75rem + 2px)
}

textarea.form-control-sm {
    min-height: calc(1.25em + .5rem + 2px)
}

textarea.form-control-lg {
    min-height: calc(1.25em + 1rem + 2px)
}

.form-control-color {
    width: 3rem;
    height: auto;
    padding: .375rem
}

.form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control-color::-moz-color-swatch {
    height: 1.25em;
    border-radius: .25rem
}

.form-control-color::-webkit-color-swatch {
    height: 1.25em;
    border-radius: .25rem
}

.form-select {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    color: #333132;
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .form-select {
        -webkit-transition: none;
        transition: none
    }
}

.form-select:focus {
    border-color: #999899;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .25rem rgba(51, 49, 50, .25);
    box-shadow: 0 0 0 .25rem rgba(51, 49, 50, .25)
}

.form-select[multiple],
.form-select[size]:not([size="1"]) {
    padding-right: .75rem;
    background-image: none
}

.form-select:disabled {
    background-color: #e9ecef
}

.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #333132
}

.form-select-sm {
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.form-select-lg {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: .125rem
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em
}

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color-adjust: exact
}

.form-check-input[type=checkbox] {
    border-radius: .25em
}

.form-check-input[type=radio] {
    border-radius: 50%
}

.form-check-input:active {
    -webkit-filter: brightness(90%);
    filter: brightness(90%)
}

.form-check-input:focus {
    border-color: #999899;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .25rem rgba(51, 49, 50, .25);
    box-shadow: 0 0 0 .25rem rgba(51, 49, 50, .25)
}

.form-check-input:checked {
    background-color: #333132;
    border-color: #333132
}

.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3 6-6'/%3E%3C/svg%3E")
}

.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%23fff'/%3E%3C/svg%3E")
}

.form-check-input[type=checkbox]:indeterminate {
    background-color: #333132;
    border-color: #333132;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3E%3C/svg%3E")
}

.form-check-input:disabled {
    pointer-events: none;
    -webkit-filter: none;
    filter: none;
    opacity: .5
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
    opacity: .5
}

.form-switch {
    padding-left: 2.5em
}

.form-switch .form-check-input {
    width: 2em;
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(0, 0, 0, 0.25)'/%3E%3C/svg%3E");
    background-position: 0;
    border-radius: 2em;
    -webkit-transition: background-position .15s ease-in-out;
    transition: background-position .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-switch .form-check-input {
        -webkit-transition: none;
        transition: none
    }
}

.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23999899'/%3E%3C/svg%3E")
}

.form-switch .form-check-input:checked {
    background-position: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.form-check-inline {
    display: inline-block;
    margin-right: 1rem
}

.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.btn-check:disabled+.btn,
.btn-check[disabled]+.btn {
    pointer-events: none;
    -webkit-filter: none;
    filter: none;
    opacity: .65
}

.form-range {
    width: 100%;
    height: 1.5rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.form-range:focus {
    outline: 0
}

.form-range:focus::-webkit-slider-thumb {
    -webkit-box-shadow: 0 0 0 1px #333132, 0 0 0 .25rem rgba(51, 49, 50, .25);
    box-shadow: 0 0 0 1px #333132, 0 0 0 .25rem rgba(51, 49, 50, .25)
}

.form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #333132, 0 0 0 .25rem rgba(51, 49, 50, .25)
}

.form-range::-moz-focus-outer {
    border: 0
}

.form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #333132;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .form-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.form-range::-webkit-slider-thumb:active {
    background-color: #c2c1c2
}

.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #333132;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .form-range::-moz-range-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.form-range::-moz-range-thumb:active {
    background-color: #c2c1c2
}

.form-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.form-range:disabled {
    pointer-events: none
}

.form-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.form-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.form-floating {
    position: relative
}

.form-floating>.form-control,
.form-floating>.form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25
}

.form-floating>label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem .75rem;
    pointer-events: none;
    border: 1px solid transparent;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: opacity .1s ease-in-out, -webkit-transform .1s ease-in-out;
    transition: opacity .1s ease-in-out, -webkit-transform .1s ease-in-out;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out, -webkit-transform .1s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-floating>label {
        -webkit-transition: none;
        transition: none
    }
}

.form-floating>.form-control {
    padding: 1rem .75rem
}

.form-floating>.form-control::-webkit-input-placeholder {
    color: transparent
}

.form-floating>.form-control::-ms-input-placeholder {
    color: transparent
}

.form-floating>.form-control::placeholder {
    color: transparent
}

.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-control:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-select {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    opacity: .65;
    -webkit-transform: scale(.85) translateY(-.5rem) translateX(.15rem);
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control:-webkit-autofill~label {
    opacity: .65;
    -webkit-transform: scale(.85) translateY(-.5rem) translateX(.15rem);
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.input-group {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.input-group>.form-control,
.input-group>.form-select {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0
}

.input-group>.form-control:focus,
.input-group>.form-select:focus {
    z-index: 3
}

.input-group .btn {
    position: relative;
    z-index: 2
}

.input-group .btn:focus {
    z-index: 3
}

.input-group-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    color: #333132;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.input-group-lg>.btn,
.input-group-lg>.form-control,
.input-group-lg>.form-select,
.input-group-lg>.input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.input-group-sm>.btn,
.input-group-sm>.form-control,
.input-group-sm>.form-select,
.input-group-sm>.input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.input-group-lg>.form-select,
.input-group-sm>.form-select {
    padding-right: 3rem
}

.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #198754
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    color: #fff;
    background-color: rgba(25, 135, 84, .9);
    border-radius: .25rem
}

.is-valid~.valid-feedback,
.is-valid~.valid-tooltip,
.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip {
    display: block
}

.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #198754;
    padding-right: calc(1.25em + .75rem);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23198754' 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(.3125em + .1875rem) center;
    background-size: calc(.625em + .375rem) calc(.625em + .375rem)
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #198754;
    -webkit-box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25);
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.25em + .75rem);
    background-position: top calc(.3125em + .1875rem) right calc(.3125em + .1875rem)
}

.form-select.is-valid,
.was-validated .form-select:valid {
    border-color: #198754
}

.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E"), url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23198754' 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-position: right .75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(.625em + .375rem) calc(.625em + .375rem)
}

.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
    border-color: #198754;
    -webkit-box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25);
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}

.form-check-input.is-valid,
.was-validated .form-check-input:valid {
    border-color: #198754
}

.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
    background-color: #198754
}

.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25);
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: #198754
}

.form-check-inline .form-check-input~.valid-feedback {
    margin-left: .5em
}

.input-group .form-control.is-valid,
.input-group .form-select.is-valid,
.was-validated .input-group .form-control:valid,
.was-validated .input-group .form-select:valid {
    z-index: 1
}

.input-group .form-control.is-valid:focus,
.input-group .form-select.is-valid:focus,
.was-validated .input-group .form-control:valid:focus,
.was-validated .input-group .form-select:valid:focus {
    z-index: 3
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    color: #fff;
    background-color: rgba(220, 53, 69, .9);
    border-radius: .25rem
}

.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip,
.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip {
    display: block
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.25em + .75rem);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%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='%23dc3545' stroke='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right calc(.3125em + .1875rem) center;
    background-size: calc(.625em + .375rem) calc(.625em + .375rem)
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25);
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.25em + .75rem);
    background-position: top calc(.3125em + .1875rem) right calc(.3125em + .1875rem)
}

.form-select.is-invalid,
.was-validated .form-select:invalid {
    border-color: #dc3545
}

.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"],
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E"), url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%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='%23dc3545' stroke='none'/%3E%3C/svg%3E");
    background-position: right .75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(.625em + .375rem) calc(.625em + .375rem)
}

.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25);
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
}

.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
    border-color: #dc3545
}

.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
    background-color: #dc3545
}

.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25);
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
    color: #dc3545
}

.form-check-inline .form-check-input~.invalid-feedback {
    margin-left: .5em
}

.input-group .form-control.is-invalid,
.input-group .form-select.is-invalid,
.was-validated .input-group .form-control:invalid,
.was-validated .input-group .form-select:invalid {
    z-index: 2
}

.input-group .form-control.is-invalid:focus,
.input-group .form-select.is-invalid:focus,
.was-validated .input-group .form-control:invalid:focus,
.was-validated .input-group .form-select:invalid:focus {
    z-index: 3
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.25;
    color: #333132;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #333132;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        -webkit-transition: none;
        transition: none
    }
}

.btn:hover {
    color: #333132
}

.btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .25rem rgba(51, 49, 50, .25);
    box-shadow: 0 0 0 .25rem rgba(51, 49, 50, .25)
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    pointer-events: none;
    opacity: .65
}

.btn-primary {
    color: #fff;
    background-color: #333132;
    border-color: #333132
}

.btn-check:focus+.btn-primary,
.btn-primary:focus,
.btn-primary:hover {
    color: #fff;
    background-color: #2b2a2b;
    border-color: #292728
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(82, 80, 81, .5);
    box-shadow: 0 0 0 .25rem rgba(82, 80, 81, .5)
}

.btn-check:active+.btn-primary,
.btn-check:checked+.btn-primary,
.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #292728;
    border-color: #262526
}

.btn-check:active+.btn-primary:focus,
.btn-check:checked+.btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(82, 80, 81, .5);
    box-shadow: 0 0 0 .25rem rgba(82, 80, 81, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #333132;
    border-color: #333132
}

.btn-secondary {
    color: #fff;
    background-color: #81716a;
    border-color: #81716a
}

.btn-check:focus+.btn-secondary,
.btn-secondary:focus,
.btn-secondary:hover {
    color: #fff;
    background-color: #6e605a;
    border-color: #675a55
}

.btn-check:focus+.btn-secondary,
.btn-secondary:focus {
    -webkit-box-shadow: 0 0 0 .25rem hsla(18, 9%, 54%, .5);
    box-shadow: 0 0 0 .25rem hsla(18, 9%, 54%, .5)
}

.btn-check:active+.btn-secondary,
.btn-check:checked+.btn-secondary,
.btn-secondary.active,
.btn-secondary:active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #675a55;
    border-color: #615550
}

.btn-check:active+.btn-secondary:focus,
.btn-check:checked+.btn-secondary:focus,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .25rem hsla(18, 9%, 54%, .5);
    box-shadow: 0 0 0 .25rem hsla(18, 9%, 54%, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #81716a;
    border-color: #81716a
}

.btn-success {
    color: #fff;
    background-color: #198754;
    border-color: #198754
}

.btn-check:focus+.btn-success,
.btn-success:focus,
.btn-success:hover {
    color: #fff;
    background-color: #157347;
    border-color: #146c43
}

.btn-check:focus+.btn-success,
.btn-success:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(60, 153, 110, .5);
    box-shadow: 0 0 0 .25rem rgba(60, 153, 110, .5)
}

.btn-check:active+.btn-success,
.btn-check:checked+.btn-success,
.btn-success.active,
.btn-success:active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #146c43;
    border-color: #13653f
}

.btn-check:active+.btn-success:focus,
.btn-check:checked+.btn-success:focus,
.btn-success.active:focus,
.btn-success:active:focus,
.show>.btn-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(60, 153, 110, .5);
    box-shadow: 0 0 0 .25rem rgba(60, 153, 110, .5)
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #198754;
    border-color: #198754
}

.btn-info {
    color: #000;
    background-color: #ff4612;
    border-color: #ff4612
}

.btn-check:focus+.btn-info,
.btn-info:focus,
.btn-info:hover {
    color: #000;
    background-color: #ff6236;
    border-color: #ff592a
}

.btn-check:focus+.btn-info,
.btn-info:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(217, 60, 15, .5);
    box-shadow: 0 0 0 .25rem rgba(217, 60, 15, .5)
}

.btn-check:active+.btn-info,
.btn-check:checked+.btn-info,
.btn-info.active,
.btn-info:active,
.show>.btn-info.dropdown-toggle {
    color: #000;
    background-color: #ff6b41;
    border-color: #ff592a
}

.btn-check:active+.btn-info:focus,
.btn-check:checked+.btn-info:focus,
.btn-info.active:focus,
.btn-info:active:focus,
.show>.btn-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(217, 60, 15, .5);
    box-shadow: 0 0 0 .25rem rgba(217, 60, 15, .5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #000;
    background-color: #ff4612;
    border-color: #ff4612
}

.btn-warning {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-check:focus+.btn-warning,
.btn-warning:focus,
.btn-warning:hover {
    color: #000;
    background-color: #ffca2c;
    border-color: #ffc720
}

.btn-check:focus+.btn-warning,
.btn-warning:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(217, 164, 6, .5);
    box-shadow: 0 0 0 .25rem rgba(217, 164, 6, .5)
}

.btn-check:active+.btn-warning,
.btn-check:checked+.btn-warning,
.btn-warning.active,
.btn-warning:active,
.show>.btn-warning.dropdown-toggle {
    color: #000;
    background-color: #ffcd39;
    border-color: #ffc720
}

.btn-check:active+.btn-warning:focus,
.btn-check:checked+.btn-warning:focus,
.btn-warning.active:focus,
.btn-warning:active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(217, 164, 6, .5);
    box-shadow: 0 0 0 .25rem rgba(217, 164, 6, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-check:focus+.btn-danger,
.btn-danger:focus,
.btn-danger:hover {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37
}

.btn-check:focus+.btn-danger,
.btn-danger:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(225, 83, 97, .5);
    box-shadow: 0 0 0 .25rem rgba(225, 83, 97, .5)
}

.btn-check:active+.btn-danger,
.btn-check:checked+.btn-danger,
.btn-danger.active,
.btn-danger:active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #b02a37;
    border-color: #a52834
}

.btn-check:active+.btn-danger:focus,
.btn-check:checked+.btn-danger:focus,
.btn-danger.active:focus,
.btn-danger:active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(225, 83, 97, .5);
    box-shadow: 0 0 0 .25rem rgba(225, 83, 97, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-light {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-check:focus+.btn-light,
.btn-light:focus,
.btn-light:hover {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb
}

.btn-check:focus+.btn-light,
.btn-light:focus {
    -webkit-box-shadow: 0 0 0 .25rem hsla(210, 2%, 83%, .5);
    box-shadow: 0 0 0 .25rem hsla(210, 2%, 83%, .5)
}

.btn-check:active+.btn-light,
.btn-check:checked+.btn-light,
.btn-light.active,
.btn-light:active,
.show>.btn-light.dropdown-toggle {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb
}

.btn-check:active+.btn-light:focus,
.btn-check:checked+.btn-light:focus,
.btn-light.active:focus,
.btn-light:active:focus,
.show>.btn-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .25rem hsla(210, 2%, 83%, .5);
    box-shadow: 0 0 0 .25rem hsla(210, 2%, 83%, .5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-dark {
    color: #fff;
    background-color: #212529;
    border-color: #212529
}

.btn-check:focus+.btn-dark,
.btn-dark:focus,
.btn-dark:hover {
    color: #fff;
    background-color: #1c1f23;
    border-color: #1a1e21
}

.btn-check:focus+.btn-dark,
.btn-dark:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(66, 70, 73, .5);
    box-shadow: 0 0 0 .25rem rgba(66, 70, 73, .5)
}

.btn-check:active+.btn-dark,
.btn-check:checked+.btn-dark,
.btn-dark.active,
.btn-dark:active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1a1e21;
    border-color: #191c1f
}

.btn-check:active+.btn-dark:focus,
.btn-check:checked+.btn-dark:focus,
.btn-dark.active:focus,
.btn-dark:active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(66, 70, 73, .5);
    box-shadow: 0 0 0 .25rem rgba(66, 70, 73, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #212529;
    border-color: #212529
}

.btn-outline-primary {
    color: #333132;
    border-color: #333132
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #333132;
    border-color: #333132
}

.btn-check:focus+.btn-outline-primary,
.btn-outline-primary:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(51, 49, 50, .5);
    box-shadow: 0 0 0 .25rem rgba(51, 49, 50, .5)
}

.btn-check:active+.btn-outline-primary,
.btn-check:checked+.btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
    color: #fff;
    background-color: #333132;
    border-color: #333132
}

.btn-check:active+.btn-outline-primary:focus,
.btn-check:checked+.btn-outline-primary:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus,
.btn-outline-primary:active:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(51, 49, 50, .5);
    box-shadow: 0 0 0 .25rem rgba(51, 49, 50, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #333132;
    background-color: transparent
}

.btn-outline-secondary {
    color: #81716a;
    border-color: #81716a
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #81716a;
    border-color: #81716a
}

.btn-check:focus+.btn-outline-secondary,
.btn-outline-secondary:focus {
    -webkit-box-shadow: 0 0 0 .25rem hsla(18, 10%, 46%, .5);
    box-shadow: 0 0 0 .25rem hsla(18, 10%, 46%, .5)
}

.btn-check:active+.btn-outline-secondary,
.btn-check:checked+.btn-outline-secondary,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show,
.btn-outline-secondary:active {
    color: #fff;
    background-color: #81716a;
    border-color: #81716a
}

.btn-check:active+.btn-outline-secondary:focus,
.btn-check:checked+.btn-outline-secondary:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus,
.btn-outline-secondary:active:focus {
    -webkit-box-shadow: 0 0 0 .25rem hsla(18, 10%, 46%, .5);
    box-shadow: 0 0 0 .25rem hsla(18, 10%, 46%, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #81716a;
    background-color: transparent
}

.btn-outline-success {
    color: #198754;
    border-color: #198754
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #198754;
    border-color: #198754
}

.btn-check:focus+.btn-outline-success,
.btn-outline-success:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .5);
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .5)
}

.btn-check:active+.btn-outline-success,
.btn-check:checked+.btn-outline-success,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show,
.btn-outline-success:active {
    color: #fff;
    background-color: #198754;
    border-color: #198754
}

.btn-check:active+.btn-outline-success:focus,
.btn-check:checked+.btn-outline-success:focus,
.btn-outline-success.active:focus,
.btn-outline-success.dropdown-toggle.show:focus,
.btn-outline-success:active:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .5);
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #198754;
    background-color: transparent
}

.btn-outline-info {
    color: #ff4612;
    border-color: #ff4612
}

.btn-outline-info:hover {
    color: #000;
    background-color: #ff4612;
    border-color: #ff4612
}

.btn-check:focus+.btn-outline-info,
.btn-outline-info:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(255, 70, 18, .5);
    box-shadow: 0 0 0 .25rem rgba(255, 70, 18, .5)
}

.btn-check:active+.btn-outline-info,
.btn-check:checked+.btn-outline-info,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show,
.btn-outline-info:active {
    color: #000;
    background-color: #ff4612;
    border-color: #ff4612
}

.btn-check:active+.btn-outline-info:focus,
.btn-check:checked+.btn-outline-info:focus,
.btn-outline-info.active:focus,
.btn-outline-info.dropdown-toggle.show:focus,
.btn-outline-info:active:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(255, 70, 18, .5);
    box-shadow: 0 0 0 .25rem rgba(255, 70, 18, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #ff4612;
    background-color: transparent
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-check:focus+.btn-outline-warning,
.btn-outline-warning:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(255, 193, 7, .5);
    box-shadow: 0 0 0 .25rem rgba(255, 193, 7, .5)
}

.btn-check:active+.btn-outline-warning,
.btn-check:checked+.btn-outline-warning,
.btn-outline-warning.active,
.btn-outline-warning.dropdown-toggle.show,
.btn-outline-warning:active {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-check:active+.btn-outline-warning:focus,
.btn-check:checked+.btn-outline-warning:focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.dropdown-toggle.show:focus,
.btn-outline-warning:active:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(255, 193, 7, .5);
    box-shadow: 0 0 0 .25rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-check:focus+.btn-outline-danger,
.btn-outline-danger:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .5);
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .5)
}

.btn-check:active+.btn-outline-danger,
.btn-check:checked+.btn-outline-danger,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show,
.btn-outline-danger:active {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-check:active+.btn-outline-danger:focus,
.btn-check:checked+.btn-outline-danger:focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.dropdown-toggle.show:focus,
.btn-outline-danger:active:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .5);
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-check:focus+.btn-outline-light,
.btn-outline-light:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(248, 249, 250, .5);
    box-shadow: 0 0 0 .25rem rgba(248, 249, 250, .5)
}

.btn-check:active+.btn-outline-light,
.btn-check:checked+.btn-outline-light,
.btn-outline-light.active,
.btn-outline-light.dropdown-toggle.show,
.btn-outline-light:active {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-check:active+.btn-outline-light:focus,
.btn-check:checked+.btn-outline-light:focus,
.btn-outline-light.active:focus,
.btn-outline-light.dropdown-toggle.show:focus,
.btn-outline-light:active:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(248, 249, 250, .5);
    box-shadow: 0 0 0 .25rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-dark {
    color: #212529;
    border-color: #212529
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #212529;
    border-color: #212529
}

.btn-check:focus+.btn-outline-dark,
.btn-outline-dark:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(33, 37, 41, .5);
    box-shadow: 0 0 0 .25rem rgba(33, 37, 41, .5)
}

.btn-check:active+.btn-outline-dark,
.btn-check:checked+.btn-outline-dark,
.btn-outline-dark.active,
.btn-outline-dark.dropdown-toggle.show,
.btn-outline-dark:active {
    color: #fff;
    background-color: #212529;
    border-color: #212529
}

.btn-check:active+.btn-outline-dark:focus,
.btn-check:checked+.btn-outline-dark:focus,
.btn-outline-dark.active:focus,
.btn-outline-dark.dropdown-toggle.show:focus,
.btn-outline-dark:active:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(33, 37, 41, .5);
    box-shadow: 0 0 0 .25rem rgba(33, 37, 41, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #212529;
    background-color: transparent
}

.btn-link {
    font-weight: 400;
    color: #333132;
    text-decoration: underline
}

.btn-link:hover {
    color: #292728
}

.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d
}

.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.fade {
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        -webkit-transition: none;
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        -webkit-transition: none;
        transition: none
    }
}

.collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    -webkit-transition: width .35s ease;
    transition: width .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing.collapse-horizontal {
        -webkit-transition: none;
        transition: none
    }
}

.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 .6s ease-in-out;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block
}

.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
    -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-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
    z-index: 0;
    opacity: 0;
    -webkit-transition: opacity 0s .6s;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion:reduce) {
    .carousel-fade .active.carousel-item-end,
    .carousel-fade .active.carousel-item-start {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    opacity: .5;
    -webkit-transition: opacity .15s ease;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-control-next,
    .carousel-control-prev {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators [data-bs-target] {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    -webkit-transition: opacity .6s ease;
    transition: opacity .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators [data-bs-target] {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center
}

.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
    -webkit-filter: invert(1) grayscale(100);
    filter: invert(1) grayscale(100)
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000
}

.carousel-dark .carousel-caption {
    color: #000
}

.clearfix:after {
    display: block;
    clear: both;
    content: ""
}

.link-primary {
    color: #333132
}

.link-primary:focus,
.link-primary:hover {
    color: #292728
}

.link-secondary {
    color: #81716a
}

.link-secondary:focus,
.link-secondary:hover {
    color: #675a55
}

.link-success {
    color: #198754
}

.link-success:focus,
.link-success:hover {
    color: #146c43
}

.link-info {
    color: #ff4612
}

.link-info:focus,
.link-info:hover {
    color: #ff6b41
}

.link-warning {
    color: #ffc107
}

.link-warning:focus,
.link-warning:hover {
    color: #ffcd39
}

.link-danger {
    color: #dc3545
}

.link-danger:focus,
.link-danger:hover {
    color: #b02a37
}

.link-light {
    color: #f8f9fa
}

.link-light:focus,
.link-light:hover {
    color: #f9fafb
}

.link-dark {
    color: #212529
}

.link-dark:focus,
.link-dark:hover {
    color: #1a1e21
}

.ratio {
    position: relative;
    width: 100%
}

.ratio:before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: ""
}

.ratio>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ratio-1x1 {
    --bs-aspect-ratio: 100%
}

.ratio-4x3 {
    --bs-aspect-ratio: 75%
}

.ratio-16x9 {
    --bs-aspect-ratio: 56.25%
}

.ratio-21x9 {
    --bs-aspect-ratio: 42.85714%
}

.fixed-top {
    top: 0
}

.fixed-bottom,
.fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    bottom: 0
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020
}

@media (min-width:576px) {
    .sticky-sm-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width:768px) {
    .sticky-md-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width:992px) {
    .sticky-lg-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width:1200px) {
    .sticky-xl-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.hstack {
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: stretch
}

.hstack,
.vstack {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-align-self: stretch;
    align-self: stretch
}

.vstack {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: stretch
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important
}

.stretched-link:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: ""
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.vr {
    display: inline-block;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    width: 1px;
    min-height: 1em;
    background-color: currentColor;
    opacity: .25
}

body:after {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
    content: "xl";
    visibility: hidden
}

@media (max-width:1199.98px) {
    body:after {
        content: "lg"
    }
}

@media (max-width:991.98px) {
    body:after {
        content: "md"
    }
}

@media (max-width:767.98px) {
    body:after {
        content: "sm"
    }
}

@media (max-width:575.98px) {
    body:after {
        content: "xs"
    }
}

.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
}

.float-start {
    float: left !important
}

.float-end {
    float: right !important
}

.float-none {
    float: none !important
}

.opacity-0 {
    opacity: 0 !important
}

.opacity-25 {
    opacity: .25 !important
}

.opacity-50 {
    opacity: .5 !important
}

.opacity-75 {
    opacity: .75 !important
}

.opacity-100 {
    opacity: 1 !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.overflow-visible {
    overflow: visible !important
}

.overflow-scroll {
    overflow: scroll !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-grid {
    display: grid !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: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

.d-none {
    display: none !important
}

.shadow {
    -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-sm {
    -webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.top-0 {
    top: 0 !important
}

.top-50 {
    top: 50% !important
}

.top-100 {
    top: 100% !important
}

.bottom-0 {
    bottom: 0 !important
}

.bottom-50 {
    bottom: 50% !important
}

.bottom-100 {
    bottom: 100% !important
}

.start-0 {
    left: 0 !important
}

.start-50 {
    left: 50% !important
}

.start-100 {
    left: 100% !important
}

.end-0 {
    right: 0 !important
}

.end-50 {
    right: 50% !important
}

.end-100 {
    right: 100% !important
}

.translate-middle {
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important
}

.translate-middle-x {
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important
}

.translate-middle-y {
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-end {
    border-right: 1px solid #dee2e6 !important
}

.border-end-0 {
    border-right: 0 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-start {
    border-left: 1px solid #dee2e6 !important
}

.border-start-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #333132 !important
}

.border-secondary {
    border-color: #81716a !important
}

.border-success {
    border-color: #198754 !important
}

.border-info {
    border-color: #ff4612 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #212529 !important
}

.border-white {
    border-color: #fff !important
}

.border-1 {
    border-width: 1px !important
}

.border-2 {
    border-width: 2px !important
}

.border-3 {
    border-width: 3px !important
}

.border-4 {
    border-width: 4px !important
}

.border-5 {
    border-width: 5px !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
}

.mw-100 {
    max-width: 100% !important
}

.vw-100 {
    width: 100vw !important
}

.min-vw-100 {
    min-width: 100vw !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
}

.mh-100 {
    max-height: 100% !important
}

.vh-100 {
    height: 100vh !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.flex-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column,
.flex-row {
    -webkit-box-direction: normal !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse,
.flex-row-reverse {
    -webkit-box-direction: reverse !important
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.flex-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.gap-0 {
    gap: 0 !important
}

.gap-1 {
    gap: .25rem !important
}

.gap-2 {
    gap: .5rem !important
}

.gap-3 {
    gap: 1rem !important
}

.gap-4 {
    gap: 1.5rem !important
}

.gap-5 {
    gap: 3rem !important
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.justify-content-evenly {
    -webkit-box-pack: space-evenly !important;
    -webkit-justify-content: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important
}

.align-items-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

.order-first {
    -webkit-box-ordinal-group: 0 !important;
    -webkit-order: -1 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important
}

.order-0 {
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 0 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important
}

.order-1 {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important
}

.order-2 {
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important
}

.order-3 {
    -webkit-box-ordinal-group: 4 !important;
    -webkit-order: 3 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important
}

.order-4 {
    -webkit-box-ordinal-group: 5 !important;
    -webkit-order: 4 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important
}

.order-5 {
    -webkit-box-ordinal-group: 6 !important;
    -webkit-order: 5 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important
}

.order-last {
    -webkit-box-ordinal-group: 7 !important;
    -webkit-order: 6 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important
}

.m-0 {
    margin: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.mx-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important
}

.mx-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
}

.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-1 {
    margin-top: .25rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

.mt-auto {
    margin-top: auto !important
}

.me-0 {
    margin-right: 0 !important
}

.me-1 {
    margin-right: .25rem !important
}

.me-2 {
    margin-right: .5rem !important
}

.me-3 {
    margin-right: 1rem !important
}

.me-4 {
    margin-right: 1.5rem !important
}

.me-5 {
    margin-right: 3rem !important
}

.me-auto {
    margin-right: auto !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.mb-auto {
    margin-bottom: auto !important
}

.ms-0 {
    margin-left: 0 !important
}

.ms-1 {
    margin-left: .25rem !important
}

.ms-2 {
    margin-left: .5rem !important
}

.ms-3 {
    margin-left: 1rem !important
}

.ms-4 {
    margin-left: 1.5rem !important
}

.ms-5 {
    margin-left: 3rem !important
}

.ms-auto {
    margin-left: auto !important
}

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.px-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
}

.px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.pt-0 {
    padding-top: 0 !important
}

.pt-1 {
    padding-top: .25rem !important
}

.pt-2 {
    padding-top: .5rem !important
}

.pt-3 {
    padding-top: 1rem !important
}

.pt-4 {
    padding-top: 1.5rem !important
}

.pt-5 {
    padding-top: 3rem !important
}

.pe-0 {
    padding-right: 0 !important
}

.pe-1 {
    padding-right: .25rem !important
}

.pe-2 {
    padding-right: .5rem !important
}

.pe-3 {
    padding-right: 1rem !important
}

.pe-4 {
    padding-right: 1.5rem !important
}

.pe-5 {
    padding-right: 3rem !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-1 {
    padding-bottom: .25rem !important
}

.pb-2 {
    padding-bottom: .5rem !important
}

.pb-3 {
    padding-bottom: 1rem !important
}

.pb-4 {
    padding-bottom: 1.5rem !important
}

.pb-5 {
    padding-bottom: 3rem !important
}

.ps-0 {
    padding-left: 0 !important
}

.ps-1 {
    padding-left: .25rem !important
}

.ps-2 {
    padding-left: .5rem !important
}

.ps-3 {
    padding-left: 1rem !important
}

.ps-4 {
    padding-left: 1.5rem !important
}

.ps-5 {
    padding-left: 3rem !important
}

.font-monospace {
    font-family: var(--bs-font-monospace) !important
}

.fs-1 {
    font-size: calc(1.375rem + 1.5vw) !important
}

.fs-2 {
    font-size: calc(1.325rem + .9vw) !important
}

.fs-3 {
    font-size: calc(1.3rem + .6vw) !important
}

.fs-4 {
    font-size: calc(1.275rem + .3vw) !important
}

.fs-5 {
    font-size: 1.25rem !important
}

.fs-6 {
    font-size: 1rem !important
}

.fst-italic {
    font-style: italic !important
}

.fst-normal {
    font-style: normal !important
}

.fw-light {
    font-weight: 300 !important
}

.fw-lighter {
    font-weight: lighter !important
}

.fw-normal {
    font-weight: 400 !important
}

.fw-bold {
    font-weight: 700 !important
}

.fw-bolder {
    font-weight: bolder !important
}

.lh-1 {
    line-height: 1 !important
}

.lh-sm {
    line-height: 1.25 !important
}

.lh-base {
    line-height: 1.5 !important
}

.lh-lg {
    line-height: 2 !important
}

.text-start {
    text-align: left !important
}

.text-end {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.text-decoration-none {
    text-decoration: none !important
}

.text-decoration-underline {
    text-decoration: underline !important
}

.text-decoration-line-through {
    text-decoration: line-through !important
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important
}

.text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important
}

.text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important
}

.text-success {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important
}

.text-info {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important
}

.text-warning {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important
}

.text-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important
}

.text-light {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important
}

.text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important
}

.text-black {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important
}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important
}

.text-body {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important
}

.text-muted {
    --bs-text-opacity: 1;
    color: #6c757d !important
}

.text-black-50 {
    --bs-text-opacity: 1;
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    --bs-text-opacity: 1;
    color: hsla(0, 0%, 100%, .5) !important
}

.text-reset {
    --bs-text-opacity: 1;
    color: inherit !important
}

.text-opacity-25 {
    --bs-text-opacity: 0.25
}

.text-opacity-50 {
    --bs-text-opacity: 0.5
}

.text-opacity-75 {
    --bs-text-opacity: 0.75
}

.text-opacity-100 {
    --bs-text-opacity: 1
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important
}

.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important
}

.bg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important
}

.bg-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important
}

.bg-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important
}

.bg-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important
}

.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important
}

.bg-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important
}

.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important
}

.bg-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important
}

.bg-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important
}

.bg-opacity-10 {
    --bs-bg-opacity: 0.1
}

.bg-opacity-25 {
    --bs-bg-opacity: 0.25
}

.bg-opacity-50 {
    --bs-bg-opacity: 0.5
}

.bg-opacity-75 {
    --bs-bg-opacity: 0.75
}

.bg-opacity-100 {
    --bs-bg-opacity: 1
}

.bg-gradient {
    background-image: var(--bs-gradient) !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
}

.pe-none {
    pointer-events: none !important
}

.pe-auto {
    pointer-events: auto !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.rounded-1 {
    border-radius: .2rem !important
}

.rounded-2 {
    border-radius: .25rem !important
}

.rounded-3 {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important
}

.rounded-end,
.rounded-top {
    border-top-right-radius: .25rem !important
}

.rounded-bottom,
.rounded-end {
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom,
.rounded-start {
    border-bottom-left-radius: .25rem !important
}

.rounded-start {
    border-top-left-radius: .25rem !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media (min-width:576px) {
    .float-sm-start {
        float: left !important
    }
    .float-sm-end {
        float: right !important
    }
    .float-sm-none {
        float: none !important
    }
    .d-sm-inline {
        display: inline !important
    }
    .d-sm-inline-block {
        display: inline-block !important
    }
    .d-sm-block {
        display: block !important
    }
    .d-sm-grid {
        display: grid !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: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
    .d-sm-none {
        display: none !important
    }
    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-sm-column,
    .flex-sm-row {
        -webkit-box-direction: normal !important
    }
    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-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;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }
    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }
    .flex-sm-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    .flex-sm-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    .flex-sm-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-sm-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-sm-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .gap-sm-0 {
        gap: 0 !important
    }
    .gap-sm-1 {
        gap: .25rem !important
    }
    .gap-sm-2 {
        gap: .5rem !important
    }
    .gap-sm-3 {
        gap: 1rem !important
    }
    .gap-sm-4 {
        gap: 1.5rem !important
    }
    .gap-sm-5 {
        gap: 3rem !important
    }
    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-sm-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .justify-content-sm-evenly {
        -webkit-box-pack: space-evenly !important;
        -webkit-justify-content: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }
    .align-items-sm-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-sm-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-sm-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-sm-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-sm-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-sm-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-sm-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-sm-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-sm-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-sm-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-sm-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-sm-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-sm-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-sm-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-sm-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
    .order-sm-first {
        -webkit-box-ordinal-group: 0 !important;
        -webkit-order: -1 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }
    .order-sm-0 {
        -webkit-box-ordinal-group: 1 !important;
        -webkit-order: 0 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }
    .order-sm-1 {
        -webkit-box-ordinal-group: 2 !important;
        -webkit-order: 1 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }
    .order-sm-2 {
        -webkit-box-ordinal-group: 3 !important;
        -webkit-order: 2 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }
    .order-sm-3 {
        -webkit-box-ordinal-group: 4 !important;
        -webkit-order: 3 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }
    .order-sm-4 {
        -webkit-box-ordinal-group: 5 !important;
        -webkit-order: 4 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }
    .order-sm-5 {
        -webkit-box-ordinal-group: 6 !important;
        -webkit-order: 5 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }
    .order-sm-last {
        -webkit-box-ordinal-group: 7 !important;
        -webkit-order: 6 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }
    .m-sm-0 {
        margin: 0 !important
    }
    .m-sm-1 {
        margin: .25rem !important
    }
    .m-sm-2 {
        margin: .5rem !important
    }
    .m-sm-3 {
        margin: 1rem !important
    }
    .m-sm-4 {
        margin: 1.5rem !important
    }
    .m-sm-5 {
        margin: 3rem !important
    }
    .m-sm-auto {
        margin: auto !important
    }
    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }
    .mx-sm-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }
    .mx-sm-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }
    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }
    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }
    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }
    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }
    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }
    .my-sm-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }
    .my-sm-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }
    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }
    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }
    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }
    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
    .mt-sm-0 {
        margin-top: 0 !important
    }
    .mt-sm-1 {
        margin-top: .25rem !important
    }
    .mt-sm-2 {
        margin-top: .5rem !important
    }
    .mt-sm-3 {
        margin-top: 1rem !important
    }
    .mt-sm-4 {
        margin-top: 1.5rem !important
    }
    .mt-sm-5 {
        margin-top: 3rem !important
    }
    .mt-sm-auto {
        margin-top: auto !important
    }
    .me-sm-0 {
        margin-right: 0 !important
    }
    .me-sm-1 {
        margin-right: .25rem !important
    }
    .me-sm-2 {
        margin-right: .5rem !important
    }
    .me-sm-3 {
        margin-right: 1rem !important
    }
    .me-sm-4 {
        margin-right: 1.5rem !important
    }
    .me-sm-5 {
        margin-right: 3rem !important
    }
    .me-sm-auto {
        margin-right: auto !important
    }
    .mb-sm-0 {
        margin-bottom: 0 !important
    }
    .mb-sm-1 {
        margin-bottom: .25rem !important
    }
    .mb-sm-2 {
        margin-bottom: .5rem !important
    }
    .mb-sm-3 {
        margin-bottom: 1rem !important
    }
    .mb-sm-4 {
        margin-bottom: 1.5rem !important
    }
    .mb-sm-5 {
        margin-bottom: 3rem !important
    }
    .mb-sm-auto {
        margin-bottom: auto !important
    }
    .ms-sm-0 {
        margin-left: 0 !important
    }
    .ms-sm-1 {
        margin-left: .25rem !important
    }
    .ms-sm-2 {
        margin-left: .5rem !important
    }
    .ms-sm-3 {
        margin-left: 1rem !important
    }
    .ms-sm-4 {
        margin-left: 1.5rem !important
    }
    .ms-sm-5 {
        margin-left: 3rem !important
    }
    .ms-sm-auto {
        margin-left: auto !important
    }
    .p-sm-0 {
        padding: 0 !important
    }
    .p-sm-1 {
        padding: .25rem !important
    }
    .p-sm-2 {
        padding: .5rem !important
    }
    .p-sm-3 {
        padding: 1rem !important
    }
    .p-sm-4 {
        padding: 1.5rem !important
    }
    .p-sm-5 {
        padding: 3rem !important
    }
    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
    .px-sm-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }
    .px-sm-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }
    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }
    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }
    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }
    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }
    .py-sm-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }
    .py-sm-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }
    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }
    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }
    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }
    .pt-sm-0 {
        padding-top: 0 !important
    }
    .pt-sm-1 {
        padding-top: .25rem !important
    }
    .pt-sm-2 {
        padding-top: .5rem !important
    }
    .pt-sm-3 {
        padding-top: 1rem !important
    }
    .pt-sm-4 {
        padding-top: 1.5rem !important
    }
    .pt-sm-5 {
        padding-top: 3rem !important
    }
    .pe-sm-0 {
        padding-right: 0 !important
    }
    .pe-sm-1 {
        padding-right: .25rem !important
    }
    .pe-sm-2 {
        padding-right: .5rem !important
    }
    .pe-sm-3 {
        padding-right: 1rem !important
    }
    .pe-sm-4 {
        padding-right: 1.5rem !important
    }
    .pe-sm-5 {
        padding-right: 3rem !important
    }
    .pb-sm-0 {
        padding-bottom: 0 !important
    }
    .pb-sm-1 {
        padding-bottom: .25rem !important
    }
    .pb-sm-2 {
        padding-bottom: .5rem !important
    }
    .pb-sm-3 {
        padding-bottom: 1rem !important
    }
    .pb-sm-4 {
        padding-bottom: 1.5rem !important
    }
    .pb-sm-5 {
        padding-bottom: 3rem !important
    }
    .ps-sm-0 {
        padding-left: 0 !important
    }
    .ps-sm-1 {
        padding-left: .25rem !important
    }
    .ps-sm-2 {
        padding-left: .5rem !important
    }
    .ps-sm-3 {
        padding-left: 1rem !important
    }
    .ps-sm-4 {
        padding-left: 1.5rem !important
    }
    .ps-sm-5 {
        padding-left: 3rem !important
    }
    .text-sm-start {
        text-align: left !important
    }
    .text-sm-end {
        text-align: right !important
    }
    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .float-md-start {
        float: left !important
    }
    .float-md-end {
        float: right !important
    }
    .float-md-none {
        float: none !important
    }
    .d-md-inline {
        display: inline !important
    }
    .d-md-inline-block {
        display: inline-block !important
    }
    .d-md-block {
        display: block !important
    }
    .d-md-grid {
        display: grid !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: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
    .d-md-none {
        display: none !important
    }
    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-md-column,
    .flex-md-row {
        -webkit-box-direction: normal !important
    }
    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-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;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }
    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }
    .flex-md-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    .flex-md-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    .flex-md-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-md-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-md-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .gap-md-0 {
        gap: 0 !important
    }
    .gap-md-1 {
        gap: .25rem !important
    }
    .gap-md-2 {
        gap: .5rem !important
    }
    .gap-md-3 {
        gap: 1rem !important
    }
    .gap-md-4 {
        gap: 1.5rem !important
    }
    .gap-md-5 {
        gap: 3rem !important
    }
    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-md-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .justify-content-md-evenly {
        -webkit-box-pack: space-evenly !important;
        -webkit-justify-content: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }
    .align-items-md-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-md-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-md-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-md-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-md-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-md-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-md-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-md-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-md-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-md-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-md-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-md-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-md-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-md-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-md-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
    .order-md-first {
        -webkit-box-ordinal-group: 0 !important;
        -webkit-order: -1 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }
    .order-md-0 {
        -webkit-box-ordinal-group: 1 !important;
        -webkit-order: 0 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }
    .order-md-1 {
        -webkit-box-ordinal-group: 2 !important;
        -webkit-order: 1 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }
    .order-md-2 {
        -webkit-box-ordinal-group: 3 !important;
        -webkit-order: 2 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }
    .order-md-3 {
        -webkit-box-ordinal-group: 4 !important;
        -webkit-order: 3 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }
    .order-md-4 {
        -webkit-box-ordinal-group: 5 !important;
        -webkit-order: 4 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }
    .order-md-5 {
        -webkit-box-ordinal-group: 6 !important;
        -webkit-order: 5 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }
    .order-md-last {
        -webkit-box-ordinal-group: 7 !important;
        -webkit-order: 6 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }
    .m-md-0 {
        margin: 0 !important
    }
    .m-md-1 {
        margin: .25rem !important
    }
    .m-md-2 {
        margin: .5rem !important
    }
    .m-md-3 {
        margin: 1rem !important
    }
    .m-md-4 {
        margin: 1.5rem !important
    }
    .m-md-5 {
        margin: 3rem !important
    }
    .m-md-auto {
        margin: auto !important
    }
    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }
    .mx-md-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }
    .mx-md-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }
    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }
    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }
    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }
    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }
    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }
    .my-md-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }
    .my-md-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }
    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }
    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }
    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }
    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
    .mt-md-0 {
        margin-top: 0 !important
    }
    .mt-md-1 {
        margin-top: .25rem !important
    }
    .mt-md-2 {
        margin-top: .5rem !important
    }
    .mt-md-3 {
        margin-top: 1rem !important
    }
    .mt-md-4 {
        margin-top: 1.5rem !important
    }
    .mt-md-5 {
        margin-top: 3rem !important
    }
    .mt-md-auto {
        margin-top: auto !important
    }
    .me-md-0 {
        margin-right: 0 !important
    }
    .me-md-1 {
        margin-right: .25rem !important
    }
    .me-md-2 {
        margin-right: .5rem !important
    }
    .me-md-3 {
        margin-right: 1rem !important
    }
    .me-md-4 {
        margin-right: 1.5rem !important
    }
    .me-md-5 {
        margin-right: 3rem !important
    }
    .me-md-auto {
        margin-right: auto !important
    }
    .mb-md-0 {
        margin-bottom: 0 !important
    }
    .mb-md-1 {
        margin-bottom: .25rem !important
    }
    .mb-md-2 {
        margin-bottom: .5rem !important
    }
    .mb-md-3 {
        margin-bottom: 1rem !important
    }
    .mb-md-4 {
        margin-bottom: 1.5rem !important
    }
    .mb-md-5 {
        margin-bottom: 3rem !important
    }
    .mb-md-auto {
        margin-bottom: auto !important
    }
    .ms-md-0 {
        margin-left: 0 !important
    }
    .ms-md-1 {
        margin-left: .25rem !important
    }
    .ms-md-2 {
        margin-left: .5rem !important
    }
    .ms-md-3 {
        margin-left: 1rem !important
    }
    .ms-md-4 {
        margin-left: 1.5rem !important
    }
    .ms-md-5 {
        margin-left: 3rem !important
    }
    .ms-md-auto {
        margin-left: auto !important
    }
    .p-md-0 {
        padding: 0 !important
    }
    .p-md-1 {
        padding: .25rem !important
    }
    .p-md-2 {
        padding: .5rem !important
    }
    .p-md-3 {
        padding: 1rem !important
    }
    .p-md-4 {
        padding: 1.5rem !important
    }
    .p-md-5 {
        padding: 3rem !important
    }
    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
    .px-md-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }
    .px-md-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }
    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }
    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }
    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }
    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }
    .py-md-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }
    .py-md-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }
    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }
    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }
    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }
    .pt-md-0 {
        padding-top: 0 !important
    }
    .pt-md-1 {
        padding-top: .25rem !important
    }
    .pt-md-2 {
        padding-top: .5rem !important
    }
    .pt-md-3 {
        padding-top: 1rem !important
    }
    .pt-md-4 {
        padding-top: 1.5rem !important
    }
    .pt-md-5 {
        padding-top: 3rem !important
    }
    .pe-md-0 {
        padding-right: 0 !important
    }
    .pe-md-1 {
        padding-right: .25rem !important
    }
    .pe-md-2 {
        padding-right: .5rem !important
    }
    .pe-md-3 {
        padding-right: 1rem !important
    }
    .pe-md-4 {
        padding-right: 1.5rem !important
    }
    .pe-md-5 {
        padding-right: 3rem !important
    }
    .pb-md-0 {
        padding-bottom: 0 !important
    }
    .pb-md-1 {
        padding-bottom: .25rem !important
    }
    .pb-md-2 {
        padding-bottom: .5rem !important
    }
    .pb-md-3 {
        padding-bottom: 1rem !important
    }
    .pb-md-4 {
        padding-bottom: 1.5rem !important
    }
    .pb-md-5 {
        padding-bottom: 3rem !important
    }
    .ps-md-0 {
        padding-left: 0 !important
    }
    .ps-md-1 {
        padding-left: .25rem !important
    }
    .ps-md-2 {
        padding-left: .5rem !important
    }
    .ps-md-3 {
        padding-left: 1rem !important
    }
    .ps-md-4 {
        padding-left: 1.5rem !important
    }
    .ps-md-5 {
        padding-left: 3rem !important
    }
    .text-md-start {
        text-align: left !important
    }
    .text-md-end {
        text-align: right !important
    }
    .text-md-center {
        text-align: center !important
    }
}

@media (min-width:992px) {
    .float-lg-start {
        float: left !important
    }
    .float-lg-end {
        float: right !important
    }
    .float-lg-none {
        float: none !important
    }
    .d-lg-inline {
        display: inline !important
    }
    .d-lg-inline-block {
        display: inline-block !important
    }
    .d-lg-block {
        display: block !important
    }
    .d-lg-grid {
        display: grid !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: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
    .d-lg-none {
        display: none !important
    }
    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-lg-column,
    .flex-lg-row {
        -webkit-box-direction: normal !important
    }
    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-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;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }
    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }
    .flex-lg-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    .flex-lg-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    .flex-lg-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-lg-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-lg-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .gap-lg-0 {
        gap: 0 !important
    }
    .gap-lg-1 {
        gap: .25rem !important
    }
    .gap-lg-2 {
        gap: .5rem !important
    }
    .gap-lg-3 {
        gap: 1rem !important
    }
    .gap-lg-4 {
        gap: 1.5rem !important
    }
    .gap-lg-5 {
        gap: 3rem !important
    }
    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-lg-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .justify-content-lg-evenly {
        -webkit-box-pack: space-evenly !important;
        -webkit-justify-content: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }
    .align-items-lg-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-lg-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-lg-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-lg-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-lg-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-lg-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-lg-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-lg-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-lg-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-lg-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-lg-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-lg-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-lg-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-lg-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-lg-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
    .order-lg-first {
        -webkit-box-ordinal-group: 0 !important;
        -webkit-order: -1 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }
    .order-lg-0 {
        -webkit-box-ordinal-group: 1 !important;
        -webkit-order: 0 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }
    .order-lg-1 {
        -webkit-box-ordinal-group: 2 !important;
        -webkit-order: 1 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }
    .order-lg-2 {
        -webkit-box-ordinal-group: 3 !important;
        -webkit-order: 2 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }
    .order-lg-3 {
        -webkit-box-ordinal-group: 4 !important;
        -webkit-order: 3 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }
    .order-lg-4 {
        -webkit-box-ordinal-group: 5 !important;
        -webkit-order: 4 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }
    .order-lg-5 {
        -webkit-box-ordinal-group: 6 !important;
        -webkit-order: 5 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }
    .order-lg-last {
        -webkit-box-ordinal-group: 7 !important;
        -webkit-order: 6 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }
    .m-lg-0 {
        margin: 0 !important
    }
    .m-lg-1 {
        margin: .25rem !important
    }
    .m-lg-2 {
        margin: .5rem !important
    }
    .m-lg-3 {
        margin: 1rem !important
    }
    .m-lg-4 {
        margin: 1.5rem !important
    }
    .m-lg-5 {
        margin: 3rem !important
    }
    .m-lg-auto {
        margin: auto !important
    }
    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }
    .mx-lg-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }
    .mx-lg-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }
    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }
    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }
    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }
    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }
    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }
    .my-lg-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }
    .my-lg-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }
    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }
    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }
    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }
    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
    .mt-lg-0 {
        margin-top: 0 !important
    }
    .mt-lg-1 {
        margin-top: .25rem !important
    }
    .mt-lg-2 {
        margin-top: .5rem !important
    }
    .mt-lg-3 {
        margin-top: 1rem !important
    }
    .mt-lg-4 {
        margin-top: 1.5rem !important
    }
    .mt-lg-5 {
        margin-top: 3rem !important
    }
    .mt-lg-auto {
        margin-top: auto !important
    }
    .me-lg-0 {
        margin-right: 0 !important
    }
    .me-lg-1 {
        margin-right: .25rem !important
    }
    .me-lg-2 {
        margin-right: .5rem !important
    }
    .me-lg-3 {
        margin-right: 1rem !important
    }
    .me-lg-4 {
        margin-right: 1.5rem !important
    }
    .me-lg-5 {
        margin-right: 3rem !important
    }
    .me-lg-auto {
        margin-right: auto !important
    }
    .mb-lg-0 {
        margin-bottom: 0 !important
    }
    .mb-lg-1 {
        margin-bottom: .25rem !important
    }
    .mb-lg-2 {
        margin-bottom: .5rem !important
    }
    .mb-lg-3 {
        margin-bottom: 1rem !important
    }
    .mb-lg-4 {
        margin-bottom: 1.5rem !important
    }
    .mb-lg-5 {
        margin-bottom: 3rem !important
    }
    .mb-lg-auto {
        margin-bottom: auto !important
    }
    .ms-lg-0 {
        margin-left: 0 !important
    }
    .ms-lg-1 {
        margin-left: .25rem !important
    }
    .ms-lg-2 {
        margin-left: .5rem !important
    }
    .ms-lg-3 {
        margin-left: 1rem !important
    }
    .ms-lg-4 {
        margin-left: 1.5rem !important
    }
    .ms-lg-5 {
        margin-left: 3rem !important
    }
    .ms-lg-auto {
        margin-left: auto !important
    }
    .p-lg-0 {
        padding: 0 !important
    }
    .p-lg-1 {
        padding: .25rem !important
    }
    .p-lg-2 {
        padding: .5rem !important
    }
    .p-lg-3 {
        padding: 1rem !important
    }
    .p-lg-4 {
        padding: 1.5rem !important
    }
    .p-lg-5 {
        padding: 3rem !important
    }
    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
    .px-lg-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }
    .px-lg-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }
    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }
    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }
    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }
    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }
    .py-lg-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }
    .py-lg-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }
    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }
    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }
    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }
    .pt-lg-0 {
        padding-top: 0 !important
    }
    .pt-lg-1 {
        padding-top: .25rem !important
    }
    .pt-lg-2 {
        padding-top: .5rem !important
    }
    .pt-lg-3 {
        padding-top: 1rem !important
    }
    .pt-lg-4 {
        padding-top: 1.5rem !important
    }
    .pt-lg-5 {
        padding-top: 3rem !important
    }
    .pe-lg-0 {
        padding-right: 0 !important
    }
    .pe-lg-1 {
        padding-right: .25rem !important
    }
    .pe-lg-2 {
        padding-right: .5rem !important
    }
    .pe-lg-3 {
        padding-right: 1rem !important
    }
    .pe-lg-4 {
        padding-right: 1.5rem !important
    }
    .pe-lg-5 {
        padding-right: 3rem !important
    }
    .pb-lg-0 {
        padding-bottom: 0 !important
    }
    .pb-lg-1 {
        padding-bottom: .25rem !important
    }
    .pb-lg-2 {
        padding-bottom: .5rem !important
    }
    .pb-lg-3 {
        padding-bottom: 1rem !important
    }
    .pb-lg-4 {
        padding-bottom: 1.5rem !important
    }
    .pb-lg-5 {
        padding-bottom: 3rem !important
    }
    .ps-lg-0 {
        padding-left: 0 !important
    }
    .ps-lg-1 {
        padding-left: .25rem !important
    }
    .ps-lg-2 {
        padding-left: .5rem !important
    }
    .ps-lg-3 {
        padding-left: 1rem !important
    }
    .ps-lg-4 {
        padding-left: 1.5rem !important
    }
    .ps-lg-5 {
        padding-left: 3rem !important
    }
    .text-lg-start {
        text-align: left !important
    }
    .text-lg-end {
        text-align: right !important
    }
    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .float-xl-start {
        float: left !important
    }
    .float-xl-end {
        float: right !important
    }
    .float-xl-none {
        float: none !important
    }
    .d-xl-inline {
        display: inline !important
    }
    .d-xl-inline-block {
        display: inline-block !important
    }
    .d-xl-block {
        display: block !important
    }
    .d-xl-grid {
        display: grid !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: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
    .d-xl-none {
        display: none !important
    }
    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-xl-column,
    .flex-xl-row {
        -webkit-box-direction: normal !important
    }
    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-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;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }
    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }
    .flex-xl-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    .flex-xl-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    .flex-xl-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-xl-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-xl-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .gap-xl-0 {
        gap: 0 !important
    }
    .gap-xl-1 {
        gap: .25rem !important
    }
    .gap-xl-2 {
        gap: .5rem !important
    }
    .gap-xl-3 {
        gap: 1rem !important
    }
    .gap-xl-4 {
        gap: 1.5rem !important
    }
    .gap-xl-5 {
        gap: 3rem !important
    }
    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-xl-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .justify-content-xl-evenly {
        -webkit-box-pack: space-evenly !important;
        -webkit-justify-content: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }
    .align-items-xl-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-xl-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-xl-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-xl-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-xl-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-xl-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-xl-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-xl-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-xl-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-xl-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-xl-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-xl-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-xl-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-xl-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-xl-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
    .order-xl-first {
        -webkit-box-ordinal-group: 0 !important;
        -webkit-order: -1 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }
    .order-xl-0 {
        -webkit-box-ordinal-group: 1 !important;
        -webkit-order: 0 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }
    .order-xl-1 {
        -webkit-box-ordinal-group: 2 !important;
        -webkit-order: 1 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }
    .order-xl-2 {
        -webkit-box-ordinal-group: 3 !important;
        -webkit-order: 2 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }
    .order-xl-3 {
        -webkit-box-ordinal-group: 4 !important;
        -webkit-order: 3 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }
    .order-xl-4 {
        -webkit-box-ordinal-group: 5 !important;
        -webkit-order: 4 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }
    .order-xl-5 {
        -webkit-box-ordinal-group: 6 !important;
        -webkit-order: 5 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }
    .order-xl-last {
        -webkit-box-ordinal-group: 7 !important;
        -webkit-order: 6 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }
    .m-xl-0 {
        margin: 0 !important
    }
    .m-xl-1 {
        margin: .25rem !important
    }
    .m-xl-2 {
        margin: .5rem !important
    }
    .m-xl-3 {
        margin: 1rem !important
    }
    .m-xl-4 {
        margin: 1.5rem !important
    }
    .m-xl-5 {
        margin: 3rem !important
    }
    .m-xl-auto {
        margin: auto !important
    }
    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }
    .mx-xl-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }
    .mx-xl-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }
    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }
    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }
    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }
    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }
    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }
    .my-xl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }
    .my-xl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }
    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }
    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }
    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }
    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
    .mt-xl-0 {
        margin-top: 0 !important
    }
    .mt-xl-1 {
        margin-top: .25rem !important
    }
    .mt-xl-2 {
        margin-top: .5rem !important
    }
    .mt-xl-3 {
        margin-top: 1rem !important
    }
    .mt-xl-4 {
        margin-top: 1.5rem !important
    }
    .mt-xl-5 {
        margin-top: 3rem !important
    }
    .mt-xl-auto {
        margin-top: auto !important
    }
    .me-xl-0 {
        margin-right: 0 !important
    }
    .me-xl-1 {
        margin-right: .25rem !important
    }
    .me-xl-2 {
        margin-right: .5rem !important
    }
    .me-xl-3 {
        margin-right: 1rem !important
    }
    .me-xl-4 {
        margin-right: 1.5rem !important
    }
    .me-xl-5 {
        margin-right: 3rem !important
    }
    .me-xl-auto {
        margin-right: auto !important
    }
    .mb-xl-0 {
        margin-bottom: 0 !important
    }
    .mb-xl-1 {
        margin-bottom: .25rem !important
    }
    .mb-xl-2 {
        margin-bottom: .5rem !important
    }
    .mb-xl-3 {
        margin-bottom: 1rem !important
    }
    .mb-xl-4 {
        margin-bottom: 1.5rem !important
    }
    .mb-xl-5 {
        margin-bottom: 3rem !important
    }
    .mb-xl-auto {
        margin-bottom: auto !important
    }
    .ms-xl-0 {
        margin-left: 0 !important
    }
    .ms-xl-1 {
        margin-left: .25rem !important
    }
    .ms-xl-2 {
        margin-left: .5rem !important
    }
    .ms-xl-3 {
        margin-left: 1rem !important
    }
    .ms-xl-4 {
        margin-left: 1.5rem !important
    }
    .ms-xl-5 {
        margin-left: 3rem !important
    }
    .ms-xl-auto {
        margin-left: auto !important
    }
    .p-xl-0 {
        padding: 0 !important
    }
    .p-xl-1 {
        padding: .25rem !important
    }
    .p-xl-2 {
        padding: .5rem !important
    }
    .p-xl-3 {
        padding: 1rem !important
    }
    .p-xl-4 {
        padding: 1.5rem !important
    }
    .p-xl-5 {
        padding: 3rem !important
    }
    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
    .px-xl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }
    .px-xl-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }
    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }
    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }
    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }
    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }
    .py-xl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }
    .py-xl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }
    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }
    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }
    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }
    .pt-xl-0 {
        padding-top: 0 !important
    }
    .pt-xl-1 {
        padding-top: .25rem !important
    }
    .pt-xl-2 {
        padding-top: .5rem !important
    }
    .pt-xl-3 {
        padding-top: 1rem !important
    }
    .pt-xl-4 {
        padding-top: 1.5rem !important
    }
    .pt-xl-5 {
        padding-top: 3rem !important
    }
    .pe-xl-0 {
        padding-right: 0 !important
    }
    .pe-xl-1 {
        padding-right: .25rem !important
    }
    .pe-xl-2 {
        padding-right: .5rem !important
    }
    .pe-xl-3 {
        padding-right: 1rem !important
    }
    .pe-xl-4 {
        padding-right: 1.5rem !important
    }
    .pe-xl-5 {
        padding-right: 3rem !important
    }
    .pb-xl-0 {
        padding-bottom: 0 !important
    }
    .pb-xl-1 {
        padding-bottom: .25rem !important
    }
    .pb-xl-2 {
        padding-bottom: .5rem !important
    }
    .pb-xl-3 {
        padding-bottom: 1rem !important
    }
    .pb-xl-4 {
        padding-bottom: 1.5rem !important
    }
    .pb-xl-5 {
        padding-bottom: 3rem !important
    }
    .ps-xl-0 {
        padding-left: 0 !important
    }
    .ps-xl-1 {
        padding-left: .25rem !important
    }
    .ps-xl-2 {
        padding-left: .5rem !important
    }
    .ps-xl-3 {
        padding-left: 1rem !important
    }
    .ps-xl-4 {
        padding-left: 1.5rem !important
    }
    .ps-xl-5 {
        padding-left: 3rem !important
    }
    .text-xl-start {
        text-align: left !important
    }
    .text-xl-end {
        text-align: right !important
    }
    .text-xl-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .fs-1 {
        font-size: 2.5rem !important
    }
    .fs-2 {
        font-size: 2rem !important
    }
    .fs-3 {
        font-size: 1.75rem !important
    }
    .fs-4 {
        font-size: 1.5rem !important
    }
}

@media print {
    .d-print-inline {
        display: inline !important
    }
    .d-print-inline-block {
        display: inline-block !important
    }
    .d-print-block {
        display: block !important
    }
    .d-print-grid {
        display: grid !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: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
    .d-print-none {
        display: none !important
    }
}

label {
    margin-bottom: .5rem
}

hr {
    border-top: 1px solid rgba(0, 0, 0, .1);
    background-color: inherit;
    margin: 1rem auto;
    opacity: inherit
}

ol,
ul {
    padding-left: 40px
}

[class*=col-] {
    position: relative;
    min-height: 1px
}

.btn {
    color: inherit
}

.hidden-lg-down {
    display: none
}

.no-gutters {
    margin-left: 0;
    margin-right: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-left: 0;
    padding-right: 0
}

.d-print-block {
    display: none !important
}

@media print {
    .d-print-block {
        display: block !important
    }
}

.d-print-inline {
    display: none !important
}

@media print {
    .d-print-inline {
        display: inline !important
    }
}

.d-print-inline-block {
    display: none !important
}

@media print {
    .d-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }
}

@media (min-width:1200px) {
    .col-xl-1-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

@media (min-width:992px) {
    .hidden-lg-down {
        display: initial
    }
}

@-webkit-keyframes a {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    50% {
        -webkit-transform: scale3d(2, 2, 2);
        transform: scale3d(2, 2, 2)
    }
    to {
        -webkit-transform: scale3d(1.5, 1.5, 1.5);
        transform: scale3d(1.5, 1.5, 1.5)
    }
}

@keyframes a {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    50% {
        -webkit-transform: scale3d(2, 2, 2);
        transform: scale3d(2, 2, 2)
    }
    to {
        -webkit-transform: scale3d(1.5, 1.5, 1.5);
        transform: scale3d(1.5, 1.5, 1.5)
    }
}

@-webkit-keyframes b {
    to {
        background-position: -975px
    }
}

@keyframes b {
    to {
        background-position: -975px
    }
}

@-webkit-keyframes c {
    to {
        background-position: -375px
    }
}

@keyframes c {
    to {
        background-position: -375px
    }
}

.disable-css-transitions,
.disable-css-transitions * {
    -webkit-transition: none !important;
    transition: none !important
}

@font-face {
    font-family: Gordita;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/gordita/gorditaregular.woff2) format("woff2"), url(../fonts/gordita/gorditaregular.woff) format("woff")
}

@font-face {
    font-family: Gordita;
    font-style: italic;
    font-weight: 400;
    src: url(../fonts/gordita/gorditaregularitalic.woff2) format("woff2"), url(../fonts/gordita/gorditaregularitalic.woff) format("woff")
}

@font-face {
    font-family: Gordita;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/gordita/gorditamedium.woff2) format("woff2"), url(../fonts/gordita/gorditamedium.woff) format("woff")
}

@font-face {
    font-family: Gordita;
    font-style: italic;
    font-weight: 700;
    src: url(../fonts/gordita/gorditamediumitalic.woff2) format("woff2"), url(../fonts/gordita/gorditamediumitalic.woff) format("woff")
}

@font-face {
    font-family: Gordita;
    font-style: normal;
    font-weight: 900;
    src: url(../fonts/gordita/gorditabold.woff2) format("woff2"), url(../fonts/gordita/gorditabold.woff) format("woff")
}

@font-face {
    font-family: Gordita;
    font-style: italic;
    font-weight: 900;
    src: url(../fonts/gordita/gorditabolditalic.woff2) format("woff2"), url(../fonts/gordita/gorditabolditalic.woff) format("woff")
}

@-webkit-keyframes d {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg)
    }
    to {
        -webkit-transform: translate(-50%, -50%) rotate(1turn);
        transform: translate(-50%, -50%) rotate(1turn)
    }
}

@keyframes d {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg)
    }
    to {
        -webkit-transform: translate(-50%, -50%) rotate(1turn);
        transform: translate(-50%, -50%) rotate(1turn)
    }
}

.CoveoSearchButton .coveo-icon {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.anchors-nav-list,
.breadcrumb .list,
.events .list,
.logos-list,
.main-footer .legal-list,
.main-footer .sections-item ul,
.main-footer .sections-list,
.main-footer .utilities-list,
.page-header .header-related-section-content .sections-list,
.page-header .lang-list,
.page-header .main-nav .sections-item ul,
.page-header .main-nav .sections-list,
.page-header .utilities-list,
.secondary-footer .legal-list,
.socials-list,
.sub-section-list {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative
}

.page-search .search-bg,
[data-module=SlidingMenu] .sliding-menu-overlay {
    background: rgba(0, 0, 0, .4);
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: opacity .3s cubic-bezier(0, 0, .3, 1);
    transition: opacity .3s cubic-bezier(0, 0, .3, 1);
    width: 100%;
    will-change: opacity
}

.hero .bg,
.tile .image {
    background-position: 50% 50%
}

.hero .bottom.bg,
.tile .bottom.image {
    background-position: 50% 100%
}

.hero .bottom-left.bg,
.tile .bottom-left.image {
    background-position: 0 100%
}

.hero .bottom-right.bg,
.tile .bottom-right.image {
    background-position: 100% 100%
}

.hero .left.bg,
.tile .left.image {
    background-position: 0 50%
}

.hero .right.bg,
.tile .right.image {
    background-position: 100% 50%
}

.hero .top.bg,
.tile .top.image {
    background-position: 50% 0
}

.hero .top-left.bg,
.hero .top-right.bg,
.tile .top-left.image,
.tile .top-right.image {
    background-position: 0 0
}

.main-nav .hamburger-btn,
.main-nav .search-btn,
.main-nav .search-button,
.page-search .search-bar .close,
.socials-list button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    color: inherit;
    cursor: pointer;
    font: inherit;
    line-height: normal;
    outline-offset: 5px;
    overflow: visible;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn,
.cms-styles .btn,
.cms-styles button {
    background-color: transparent;
    border: 1px solid #ff4612;
    border-radius: 3em;
    cursor: pointer;
    font-size: .857em;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.5;
    outline: none;
    overflow: hidden;
    padding: 1.25em 2em;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: color .3s, background-color .3s, border-color .3s;
    transition: color .3s, background-color .3s, border-color .3s;
    white-space: normal;
    z-index: 1
}

.btn:focus-visible,
.btn:hover,
.cms-styles button:focus-visible,
.cms-styles button:hover {
    background-color: #333132;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #333132;
    color: #fff;
    outline: none;
    text-decoration: none
}

.cms-styles input[type=email],
.cms-styles input[type=number],
.cms-styles input[type=password],
.cms-styles input[type=search],
.cms-styles input[type=tel],
.cms-styles input[type=text],
.cms-styles textarea {
    background: #fff;
    border: 1px solid #dad1cc;
    border-radius: 6px;
    max-width: 100%;
    outline: none;
    padding: 1em 30px;
    -webkit-transition: border .3s, -webkit-box-shadow .3s;
    transition: border .3s, -webkit-box-shadow .3s;
    transition: border .3s, box-shadow .3s;
    transition: border .3s, box-shadow .3s, -webkit-box-shadow .3s;
    width: 100%
}

.cms-styles input:hover[type=email],
.cms-styles input:hover[type=number],
.cms-styles input:hover[type=password],
.cms-styles input:hover[type=search],
.cms-styles input:hover[type=tel],
.cms-styles input:hover[type=text],
.cms-styles textarea:hover {
    border: 1px solid #81716a
}

.cms-styles input:focus-visible[type=email],
.cms-styles input:focus-visible[type=number],
.cms-styles input:focus-visible[type=password],
.cms-styles input:focus-visible[type=search],
.cms-styles input:focus-visible[type=tel],
.cms-styles input:focus-visible[type=text],
.cms-styles textarea:focus-visible {
    border-color: #333132;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 1px solid #333132
}

.cms-styles select,
.CoveoSearchInterface.coveo-small-facets .coveo-dropdown-header-wrapper .coveo-facet-dropdown-header,
.select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent url(../img/select-down.png?v=943279) right 20px center no-repeat;
    border: 1px solid #dad1cc;
    border-radius: 7px 7px 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #333132;
    font-size: 16px;
    margin: 30px 0;
    padding: 20px 40px 20px 20px;
    width: 100%
}

.cms-styles select:hover,
.CoveoSearchInterface.coveo-small-facets .coveo-dropdown-header-wrapper .coveo-facet-dropdown-header:hover,
.select:hover {
    border-color: #81716a
}

.cms-styles select:focus,
.CoveoSearchInterface.coveo-small-facets .coveo-dropdown-header-wrapper .coveo-facet-dropdown-header:focus,
.select:focus {
    background-image: url(../img/select-up.png?v=943279)
}

.cms-styles select:focus,
.cms-styles select:focus-visible,
.CoveoSearchInterface.coveo-small-facets .coveo-dropdown-header-wrapper .coveo-facet-dropdown-header:focus,
.CoveoSearchInterface.coveo-small-facets .coveo-dropdown-header-wrapper .coveo-facet-dropdown-header:focus-visible,
.select:focus,
.select:focus-visible {
    border-color: #333132;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 1px solid #333132
}

.cms-styles select::-ms-expand,
.CoveoSearchInterface.coveo-small-facets .coveo-dropdown-header-wrapper .coveo-facet-dropdown-header::-ms-expand,
.select::-ms-expand {
    display: none
}

.page-search .search-bar .close {
    display: block;
    height: 40px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    width: 40px
}

.page-search .search-bar .close:after,
.page-search .search-bar .close:before {
    background-color: #fff;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
    width: 20px;
    z-index: 1
}

.page-search .search-bar .close:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.page-search .search-bar .close:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

.page-search .search-bar .close:focus-visible:after,
.page-search .search-bar .close:focus-visible:before,
.page-search .search-bar .close:hover:after,
.page-search .search-bar .close:hover:before {
    background-color: #ff4612
}

.cms-styles a,
.coveo-breadcrumb-clear-all,
.coveo-facet-breadcrumb-value,
.hero.event .event-details .event-venue .directions.only-mobile,
.hero.event .event-follow .directions,
.page-header button,
a {
    color: inherit;
    outline-offset: 3px;
    text-decoration: none;
    -webkit-transition: color .3s;
    transition: color .3s
}

.coveo-breadcrumb-clear-all:hover,
.coveo-facet-breadcrumb-value:hover,
.hero.event .event-details .event-venue .directions.only-mobile:hover,
.hero.event .event-follow .directions:hover,
.page-header button:hover,
a:hover {
    color: inherit;
    text-decoration: underline
}

.coveo-breadcrumb-clear-all[role=button],
.coveo-facet-breadcrumb-value[role=button],
.hero.event .event-details .event-venue .directions.only-mobile[role=button],
.hero.event .event-follow .directions[role=button],
.page-header button[role=button],
a[role=button] {
    outline-offset: 0
}

.cms-styles a[href^="/"]:not(:empty):not(.btn),
.cms-styles a[href^=http]:not(:empty):not(.btn),
.CoveoQuerySummary .coveo-query-summary-cancel-last,
.CoveoSearchInterface#lang-fallback a,
.events a,
.hero.hero-alternative .content .alternative-description a,
.hero.hero-alternative .content .alternative-hero-title a,
.section-content-block li a,
.section-content-block p a,
.statements .statement-index-anchor a {
    color: #333132;
    font-weight: bolder;
    -webkit-text-decoration: underline solid 1px #ff4612;
    text-decoration: underline solid 1px #ff4612;
    text-underline-offset: .3em
}

.cms-styles a:focus-visible[href^="/"]:not(:empty):not(.btn),
.cms-styles a:focus-visible[href^=http]:not(:empty):not(.btn),
.cms-styles a:hover[href^="/"]:not(:empty):not(.btn),
.cms-styles a:hover[href^=http]:not(:empty):not(.btn),
.CoveoQuerySummary .coveo-query-summary-cancel-last:focus-visible,
.CoveoQuerySummary .coveo-query-summary-cancel-last:hover,
.CoveoSearchInterface#lang-fallback a:focus-visible,
.CoveoSearchInterface#lang-fallback a:hover,
.events a:focus-visible,
.events a:hover,
.hero.hero-alternative .content .alternative-description a:focus-visible,
.hero.hero-alternative .content .alternative-description a:hover,
.hero.hero-alternative .content .alternative-hero-title a:focus-visible,
.hero.hero-alternative .content .alternative-hero-title a:hover,
.section-content-block li a:focus-visible,
.section-content-block li a:hover,
.section-content-block p a:focus-visible,
.section-content-block p a:hover,
.statements .statement-index-anchor a:focus-visible,
.statements .statement-index-anchor a:hover {
    color: #333132;
    -webkit-text-decoration: underline solid 3px #ff4612;
    text-decoration: underline solid 3px #ff4612
}

.cms-styles a:visited[href^="/"]:not(:empty):not(.btn),
.cms-styles a:visited[href^=http]:not(:empty):not(.btn),
.CoveoQuerySummary .coveo-query-summary-cancel-last:visited,
.CoveoSearchInterface#lang-fallback a:visited,
.events a:visited,
.hero.hero-alternative .content .alternative-description a:visited,
.hero.hero-alternative .content .alternative-hero-title a:visited,
.section-content-block li a:visited,
.section-content-block p a:visited,
.statements .statement-index-anchor a:visited {
    color: #81716a;
    -webkit-text-decoration-color: #81716a;
    text-decoration-color: #81716a
}

.anchors-nav a,
.cms-styles cite,
.cms-styles select,
.coveo-result-layout-selector-caption,
.coveo-sort-section .CoveoSort,
.CoveoFacet .coveo-facet-header-title-section,
.CoveoFacet ul.coveo-facet-search-results .coveo-facet-value.coveo-facet-search-button,
.CoveoFacet ul.coveo-facet-values .coveo-facet-value.coveo-facet-search-button,
.CoveoHierarchicalFacet .coveo-facet-header-title-section,
.CoveoHierarchicalFacet ul.coveo-facet-search-results .coveo-facet-value.coveo-facet-search-button,
.CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value.coveo-facet-search-button,
.CoveoSearchbox .magic-box .magic-box-clear,
.CoveoSearchInterface.coveo-small-facets .coveo-dropdown-header-wrapper .coveo-facet-dropdown-header,
.cta,
.events .time,
.events .title,
.magic-box .magic-box-suggestions .search-result-item .search-result-item-refiner,
.main-footer .sections-item>a,
.main-footer .utilities-item>a,
.metas-label,
.metas-time,
.select,
.tagline,
.tile .in-image,
.tile .label,
.tile .subtitle {
    position: relative;
    font: normal 600 .714rem Gordita, helvetica, arial, sans-serif;
    color: inherit;
    text-transform: uppercase;
    white-space: nowrap
}

.section-content-block.has-lead .scEnabledChrome>p:first-of-type:not(:only-of-type),
.section-content-block.has-lead>p:first-of-type:not(:only-of-type) {
    font-size: 1.429rem;
    font-weight: 500
}

.checkerboard .tile.big.alternative-checkerboard-tile .content .triangle:after,
.cms-styles .h1:before,
.cms-styles .h2:before,
.cms-styles .h3:before,
.cms-styles h1:before,
.cms-styles h2:before,
.cms-styles h3:before,
.hero.hero-alternative .content .alternative-title-with-triangle .triangle:after,
.hero.triangle:after,
.section-btn:before,
.sub-section-title:before,
.tile-media.triangle:after {
    border-bottom: .8em solid transparent;
    border-right: .615em solid #ff4612;
    border-top: 0 solid transparent;
    display: inline-block;
    height: 0;
    width: 0;
    pointer-events: none
}

:root {
    --atomic-primary: #ff4612;
    --atomic-primary-light: #ff4612;
    --atomic-primary-dark: #ff4612;
    --atomic-on-primary: #333132;
    --atomic-ring-primary: #333132;
    --atomic-neutral-dark: #333132;
    --atomic-neutral: #81716a;
    --atomic-neutral-light: #f2f1f2;
    --atomic-neutral-lighter: #dad1cc;
    --atomic-background: #fff;
    --atomic-on-background: #333132;
    --atomic-success: #ff4612;
    --atomic-error: #d90024;
    --atomic-visited: #333132;
    --atomic-disabled: #f2f1f2;
    --atomic-success-background: #fff;
    --atomic-error-background: #fff;
    --atomic-primary-background: #fff;
    --atomic-border-radius: 0.143rem;
    --atomic-border-radius-md: 0.375rem;
    --atomic-border-radius-lg: 2rem;
    --atomic-border-radius-xl: 2rem;
    --atomic-font-family: Gordita, helvetica, arial, sans-serif;
    --atomic-font-normal: 400;
    --atomic-font-bold: 700;
    --atomic-text-base: 1rem;
    --atomic-text-sm: .714rem;
    --atomic-text-lg: 1.143rem;
    --atomic-text-xl: 1.286rem;
    --atomic-text-2xl: 1.571rem;
    --atomic-line-height-ratio: 1.571;
    --atomic-layout-spacing-x: 1.5rem;
    --atomic-layout-spacing-y: 1rem
}

atomic-breadbox::part(label) {
    font-size: 1.071rem;
    font-weight: 400;
    color: #81716a;
    padding-top: 5px
}

atomic-breadbox::part(breadcrumb-list) {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    gap: .714rem
}

atomic-breadbox::part(breadcrumb-button) {
    font-size: 1rem;
    border: 1px solid #dad1cc;
    border-radius: .375rem;
    padding: 4px 7px
}

atomic-breadbox::part(breadcrumb-button):hover {
    background-color: #fff;
    border-color: #333132
}

atomic-breadbox::part(breadcrumb-button):focus-visible {
    background-color: #fff;
    border: none;
    outline-color: var(--atomic-ring-primary);
    outline-width: 2px;
    outline-style: auto;
    --tw-ring-offset-shadow: none;
    --tw-ring-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    --tw-ring-color: none
}

atomic-breadbox::part(breadcrumb-label),
atomic-breadbox::part(breadcrumb-value) {
    color: #333132
}

atomic-breadbox::part(show-less),
atomic-breadbox::part(show-more) {
    font-size: 1rem;
    border: 1px solid #dad1cc;
    color: #333132;
    border-radius: .375rem;
    padding: 4px 7px
}

atomic-breadbox::part(show-less):hover,
atomic-breadbox::part(show-more):hover {
    border-color: #333132
}

atomic-breadbox::part(show-less):focus-visible,
atomic-breadbox::part(show-more):focus-visible {
    border: none;
    outline-color: var(--atomic-ring-primary);
    outline-width: 2px;
    outline-style: auto;
    --tw-ring-offset-shadow: none;
    --tw-ring-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    --tw-ring-color: none
}

atomic-breadbox::part(clear) {
    color: #333132;
    font-size: 1rem
}

atomic-breadbox::part(clear):hover {
    background-color: #fff;
    -webkit-text-decoration: underline solid 1px #333132;
    text-decoration: underline solid 1px #333132
}

atomic-breadbox::part(clear):focus-visible {
    background-color: #fff;
    outline-color: var(--atomic-ring-primary);
    outline-width: 2px;
    outline-style: auto;
    --tw-ring-offset-shadow: none;
    --tw-ring-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    --tw-ring-color: none
}

atomic-did-you-mean {
    padding: 14px 10px 0
}

atomic-did-you-mean::part(correction-btn) {
    color: #333132
}

atomic-did-you-mean::part(no-results) {
    font-size: 1.143rem;
    color: #333132
}

atomic-did-you-mean::part(auto-corrected) {
    font-size: 1.071rem;
    color: #333132
}

atomic-facet::part(facet) {
    padding: 0;
    border: 1px solid #dad1cc;
    border-radius: .375rem
}

atomic-facet::part(label-button) {
    color: #333132;
    font-size: .857rem;
    text-transform: uppercase;
    padding: 12px 27px;
    height: 68px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

atomic-facet::part(label-button):focus-visible {
    outline-color: var(--atomic-ring-primary);
    outline-width: 2px;
    outline-style: auto
}

atomic-facet::part(search-wrapper) {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0 27px
}

atomic-facet::part(clear-button) {
    color: #333132;
    margin: -10px 27px 10px;
    font-size: 1rem;
    padding: 10px
}

atomic-facet::part(clear-button):focus-visible {
    outline-color: var(--atomic-ring-primary);
    outline-width: 2px;
    outline-style: auto
}

atomic-facet::part(search-input) {
    font-size: 1rem;
    border: 1px solid #dad1cc
}

atomic-facet::part(search-input):focus-visible {
    border: 1px solid #333132;
    outline-color: var(--atomic-ring-primary);
    outline-width: 2px;
    outline-style: auto;
    --tw-ring-offset-shadow: none;
    --tw-ring-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    --tw-ring-color: none;
    outline-offset: 0
}

atomic-facet::part(search-clear-button) {
    color: #333132
}

atomic-facet::part(search-clear-button):hover {
    color: #ff4612
}

atomic-facet::part(search-clear-button):focus-visible {
    outline-style: auto;
    outline-color: var(--atomic-ring-primary);
    outline-width: 2px
}

atomic-facet::part(search-icon) {
    color: #ff4612;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

atomic-facet::part(value-checkbox) {
    left: 27px;
    width: 18px;
    height: 18px;
    border: 1px solid #81716a;
    border-radius: 2px;
    margin-right: 15px
}

atomic-facet::part(value-checkbox):focus-visible {
    outline-color: var(--atomic-ring-primary);
    outline-width: 2px;
    outline-style: auto;
    outline-offset: 0
}

atomic-facet::part(values) {
    margin-top: 0
}

atomic-facet::part(value-checkbox-checked) {
    color: #333132;
    border: 1px solid #81716a;
    background-color: transparent
}

atomic-facet::part(value-checkbox-icon) {
    stroke: #333132
}

atomic-facet::part(value-checkbox-label) {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #dad1cc;
    padding: 19px 25px 19px 58px
}

atomic-facet::part(value-checkbox-label):hover {
    background-color: transparent
}

atomic-facet::part(value-label) {
    color: #333132;
    font-size: 1rem
}

atomic-facet::part(value-label):hover {
    text-decoration: underline
}

atomic-facet::part(value-count) {
    color: #81716a;
    margin-left: auto
}

atomic-facet::part(value-count):hover {
    text-decoration: none
}

atomic-facet::part(no-matches) {
    font-size: 1rem;
    color: #333132;
    margin-bottom: .75rem
}

atomic-facet::part(more-matches) {
    font-size: 1rem;
    color: #333132;
    margin-left: 20px;
    margin-bottom: 1.55rem
}

atomic-facet::part(show-less),
atomic-facet::part(show-more),
atomic-no-results::part(icon) {
    display: none
}

atomic-no-results::part(no-results) {
    color: #333132
}

atomic-no-results::part(search-tips) {
    color: #81716a
}

atomic-no-results::part(cancel-button) {
    background-color: #fff;
    color: #333132;
    font-size: 1rem;
    -webkit-text-decoration: underline solid 1px #ff4612;
    text-decoration: underline solid 1px #ff4612;
    text-underline-offset: .3em
}

atomic-pager::part(buttons) {
    gap: .857rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

atomic-pager::part(previous-button) {
    border: none
}

atomic-pager::part(next-button),
atomic-pager::part(page-button),
atomic-pager::part(previous-button) {
    min-width: 1.5rem;
    min-height: 1.5rem;
    padding: 0
}

atomic-pager::part(page-button) {
    color: #81716a;
    font-size: 1rem;
    border: none;
    cursor: pointer;
    margin-top: 1px
}

atomic-pager::part(page-button):hover {
    color: #333132;
    text-decoration: underline
}

atomic-pager::part(page-button):focus-visible {
    background-color: #fff
}

atomic-pager::part(next-button) {
    border: none
}

atomic-pager::part(active-page-button) {
    color: #333132;
    font-weight: 400;
    text-decoration: underline;
    cursor: pointer
}

atomic-refine-modal::part(section-title),
atomic-refine-modal::part(title) {
    color: #333132
}

atomic-refine-modal::part(close-button):focus-visible {
    outline-color: #333132;
    outline-width: 2px;
    outline-style: auto
}

atomic-refine-modal::part(close-icon) {
    color: #333132;
    margin: 0 7px
}

atomic-refine-modal::part(close-icon):hover {
    color: #ff4612
}

atomic-refine-modal::part(filter-clear-all) {
    color: #333132
}

atomic-refine-modal::part(filter-clear-all):focus-visible {
    background-color: #fff
}

atomic-refine-modal::part(select) {
    color: #333132;
    border: 1px solid #dad1cc;
    font-weight: 400
}

atomic-refine-modal::part(select):hover {
    font-weight: 700
}

atomic-refine-modal::part(select):focus-visible {
    border: none;
    outline-color: var(--atomic-ring-primary);
    outline-width: 2px;
    outline-style: auto;
    --tw-ring-offset-shadow: none;
    --tw-ring-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    --tw-ring-color: none
}

atomic-refine-modal::part(footer-button) {
    background-color: #fff
}

atomic-refine-modal::part(footer-button):focus-visible {
    border: none;
    outline-color: var(--atomic-ring-primary);
    outline-width: 2px;
    outline-style: auto;
    --tw-ring-offset-shadow: none;
    --tw-ring-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    --tw-ring-color: none
}

atomic-refine-toggle::part(button) {
    border-color: #dad1cc;
    color: #333132;
    font-size: 1rem;
    border-radius: .375rem
}

atomic-refine-toggle::part(button):hover {
    border-color: #333132;
    color: #ff4612
}

atomic-refine-toggle::part(button):focus-visible {
    color: #ff4612;
    border: none;
    outline-color: var(--atomic-ring-primary);
    outline-width: 2px;
    outline-style: auto;
    --tw-ring-offset-shadow: none;
    --tw-ring-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    --tw-ring-color: none
}

atomic-result-link:hover img {
    -webkit-transform: perspective(1000px) translateZ(0) scale(1.05);
    transform: perspective(1000px) translateZ(0) scale(1.05);
    transition: opacity .5s, transform .5s, -webkit-transform .5s
}

atomic-result-link:hover .read-more:after {
    -webkit-transform: translateX(3px);
    transform: translateX(3px)
}

atomic-result-link:hover .read-more.external:after {
    -webkit-transform: none;
    transform: none
}

atomic-result-link slot {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto
}

atomic-result-link atomic-result-date {
    display: inline-block;
    margin-right: 20px
}

atomic-result-link atomic-result-multi-value-text::part(result-multi-value-text-value) {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content
}

atomic-result-link atomic-result-multi-value-text::part(result-multi-value-text-list) {
    overflow-x: hidden;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

atomic-result-link atomic-result-section-bottom-metadata {
    border-top: 1px solid #dad1cc;
    display: block;
    padding-top: 10px
}

atomic-result-link atomic-result-section-bottom-metadata atomic-result-text {
    display: block
}

atomic-result-link atomic-result-section-bottom-metadata .bottom-metadata-item {
    display: none;
    font-size: .857rem;
    margin-bottom: 7px;
    padding-bottom: 2px;
    padding-left: 20px;
    padding-top: 2px;
    position: relative;
    vertical-align: top;
    width: 100%
}

atomic-result-link atomic-result-section-bottom-metadata .bottom-metadata-item:before {
    left: 0;
    margin-top: 1px;
    position: absolute
}

atomic-result-link atomic-result-section-bottom-metadata .bottom-metadata-item.bottom-metadata-contact-numbers:before {
    content: url(../img/icons/smartphone.svg?v=943279)
}

atomic-result-link atomic-result-section-bottom-metadata .bottom-metadata-item.bottom-metadata-contact-numbers:not(:has(atomic-result-text)) {
    display: none
}

atomic-result-link atomic-result-section-bottom-metadata .bottom-metadata-item.bottom-metadata-contact-numbers atomic-result-text {
    display: block
}

atomic-result-link atomic-result-section-bottom-metadata .bottom-metadata-item.bottom-metadata-email:before {
    content: url(../img/icons/email.svg?v=943279)
}

atomic-result-link atomic-result-section-bottom-metadata .bottom-metadata-item.bottom-metadata-location {
    display: inline-block;
    width: 100%
}

atomic-result-link atomic-result-section-bottom-metadata .bottom-metadata-item.bottom-metadata-location:before {
    content: url(../img/icons/location.svg?v=943279)
}

.atomic-result-events atomic-result-link atomic-result-section-bottom-metadata .bottom-metadata-item.bottom-metadata-location {
    width: 100%
}

.atomic-result-people atomic-result-link atomic-result-section-bottom-metadata .bottom-metadata-item.bottom-metadata-location::part(result-multi-value-text-list) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.atomic-result-people atomic-result-link atomic-result-section-bottom-metadata .bottom-metadata-item.bottom-metadata-location::part(result-multi-value-text-separator) {
    display: none
}

atomic-result-link atomic-result-section-excerpt {
    color: #333132;
    display: block;
    font-size: 1.071rem;
    line-height: 1.571rem;
    margin: 14px 0 20px
}

.atomic-result-events atomic-result-link atomic-result-section-excerpt,
.atomic-result-office atomic-result-link atomic-result-section-excerpt,
.atomic-result-people atomic-result-link atomic-result-section-excerpt {
    display: none
}

atomic-result-link atomic-result-section-title {
    color: #333132;
    display: block;
    font: normal 400 1.429rem Gordita, helvetica, arial, sans-serif;
    line-height: 1.35;
    margin-bottom: 14px
}

.atomic-result-client-work atomic-result-link atomic-result-section-title,
.atomic-result-events atomic-result-link atomic-result-section-title,
.atomic-result-knowledge atomic-result-link atomic-result-section-title,
.atomic-result-news atomic-result-link atomic-result-section-title {
    font-family: Chronicle Display A, Chronicle Display B, Georgia, Times, serif;
    font-size: 1.571rem
}

.atomic-result-office atomic-result-link atomic-result-section-title,
.atomic-result-people atomic-result-link atomic-result-section-title {
    line-height: 1.5
}

atomic-result-link atomic-result-section-title-metadata .title-metadata-people-role {
    color: #81716a;
    display: block;
    font-size: .857rem;
    font-weight: 600;
    margin: 6px 0 14px;
    text-transform: uppercase
}

atomic-result-link atomic-result-section-title-metadata .title-metadata-people-role::part(result-multi-value-text-separator):before {
    content: "|";
    margin: 0 5px
}

atomic-result-link atomic-result-section-visual {
    background: #dad1cc 50% 50% no-repeat;
    overflow: hidden;
    position: relative
}

atomic-result-link atomic-result-section-visual atomic-result-image {
    padding-bottom: 56.25%
}

.atomic-result-office atomic-result-link atomic-result-section-visual atomic-result-image,
.atomic-result-people atomic-result-link atomic-result-section-visual atomic-result-image {
    padding-bottom: 85%
}

atomic-result-link atomic-result-section-visual atomic-result-image img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

.atomic-result-people atomic-result-link atomic-result-section-visual atomic-result-image img {
    -o-object-position: 50% 25%;
    object-position: 50% 25%
}

atomic-result-link atomic-result-section-visual atomic-result-image img[src*="isfaskenlogo=true"] {
    -webkit-filter: invert(1);
    filter: invert(1);
    height: auto;
    left: 20px;
    max-width: calc(100% - 40px);
    top: 20px;
    width: 118px
}

atomic-result-link .atomic-result-link-link:focus-visible {
    color: unset;
    text-decoration: none
}

atomic-result-link .atomic-result-link-link:hover {
    color: #333132;
    text-decoration: none
}

atomic-result-link .atomic-result-link-link:hover atomic-result-section-title {
    text-decoration: underline
}

atomic-result-link .atomic-result-section-details {
    padding-top: 20px
}

atomic-result-link .atomic-result-section-top-metadata {
    border-bottom: 1px solid #dad1cc;
    color: #81716a;
    font: normal 600 .714rem Gordita, helvetica, arial, sans-serif;
    margin-bottom: 8px;
    text-transform: uppercase;
    padding-bottom: 8px
}

atomic-result-link .atomic-result-section-top-metadata .top-metadata-client-label {
    font-weight: 400;
    display: inline-block
}

atomic-result-link .atomic-result-section-top-metadata .top-metadata-client-name {
    display: inline-block
}

atomic-result-link .read-more {
    color: #81716a;
    font: normal 600 .714rem Gordita, helvetica, arial, sans-serif;
    margin-top: 14px;
    text-transform: uppercase
}

atomic-result-link .read-more:hover {
    text-decoration: none
}

atomic-result-link .read-more:after {
    color: #ff4612;
    content: "\f105";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 1.4em;
    font-weight: 800;
    line-height: .857rem;
    margin: 0 0 0 .6em;
    position: relative;
    top: 1px;
    transition: transform .3s linear, -webkit-transform .3s linear
}

atomic-result-link .read-more.external:after {
    content: url(../img/icons/external.svg?v=943279)
}

@media (min-width:576px) {
    .atomic-result-events atomic-result-link atomic-result-section-excerpt,
    .atomic-result-office atomic-result-link atomic-result-section-excerpt,
    .atomic-result-people atomic-result-link atomic-result-section-excerpt {
        display: block
    }
    .display-list atomic-result-link slot {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .display-list atomic-result-link atomic-result-section-visual {
        -webkit-flex-basis: 30%;
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%
    }
    .display-list atomic-result-link .atomic-result-section-details {
        -webkit-flex-basis: 70%;
        -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
        padding-left: 20px;
        padding-top: 0
    }
}

@media (min-width:992px) {
    atomic-result-link atomic-result-section-bottom-metadata .bottom-metadata-item {
        display: inline-block
    }
    atomic-result-link atomic-result-section-bottom-metadata .bottom-metadata-item.bottom-metadata-location {
        width: 22%
    }
    atomic-result-link atomic-result-section-bottom-metadata .bottom-metadata-item.bottom-metadata-contact-numbers {
        width: 32%
    }
    atomic-result-link atomic-result-section-bottom-metadata .bottom-metadata-item.bottom-metadata-email {
        width: 42%
    }
}

@media (min-width:1200px) {
    atomic-result-link atomic-result-section-bottom-metadata .bottom-metadata-item {
        width: 32%
    }
}

atomic-result-list[display=grid]::part(result-list) {
    grid-template-columns: 1fr;
    gap: 1rem
}

atomic-result-list[display=grid]::part(result-list-grid-clickable) {
    display: none
}

atomic-result-list[display=grid]::part(result-list-grid-clickable-container outline):focus-within {
    border: none;
    outline-color: var(--atomic-ring-primary);
    outline-width: 2px;
    outline-style: auto;
    --tw-ring-offset-shadow: none;
    --tw-ring-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    --tw-ring-color: none
}

atomic-result-list[display=list]::part(outline) {
    padding: 10px;
    border: none
}

atomic-result-list[display=list]::part(outline):before {
    margin: 0;
    display: unset;
    content: unset;
    height: unset;
    background-color: unset
}

atomic-result-list[display=list]::part(outline):focus-within {
    border: none;
    outline-color: var(--atomic-ring-primary);
    outline-width: 2px;
    outline-style: auto;
    --tw-ring-offset-shadow: none;
    --tw-ring-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    --tw-ring-color: none
}

@media (min-width:576px) {
    atomic-result-list[display=grid]::part(result-list) {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem
    }
    atomic-result-list[display=grid]::part(result-list-grid-clickable-container outline),
    atomic-result-list[display=list]::part(outline) {
        border-radius: 0;
        border: none
    }
}

@media (min-width:992px) {
    atomic-result-list[display=grid]::part(result-list) {
        grid-template-columns: repeat(3, 1fr);
        gap: 1rem
    }
}

atomic-search-box {
    margin-top: 1.25rem
}

.search-bar atomic-search-box {
    margin-top: 0
}

atomic-search-box::part(wrapper) {
    border: 1px solid #dad1cc;
    border-radius: 2rem
}

.search-bar atomic-search-box::part(wrapper) {
    border: none;
    max-width: 98%
}

.globalSearchHub atomic-search-box::part(wrapper) {
    border: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

atomic-search-box::part(wrapper):focus-visible,
atomic-search-box::part(wrapper):focus-within {
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--atomic-ring-primary);
    border: 1px solid #333132;
    outline: 1px solid #333132
}

.globalSearchHub atomic-search-box::part(wrapper):focus-visible,
.globalSearchHub atomic-search-box::part(wrapper):focus-within,
.search-bar atomic-search-box::part(wrapper):focus-visible,
.search-bar atomic-search-box::part(wrapper):focus-within {
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--atomic-ring-primary);
    border: none;
    outline: none
}

atomic-search-box::part(input)::-webkit-input-placeholder {
    color: #81716a
}

atomic-search-box::part(input)::-ms-input-placeholder {
    color: #81716a
}

atomic-search-box::part(input)::placeholder {
    color: #81716a
}

atomic-search-box::part(input),
atomic-search-box::part(textarea),
atomic-search-box::part(textarea-expander):after,
atomic-search-box::part(textarea-spacer) {
    font-family: arial, sans-serif;
    font-size: 1.143rem;
    color: #333132
}

atomic-search-box::part(input),
atomic-search-box::part(textarea) {
    padding-left: 19px
}

atomic-search-box::part(submit-button) {
    background-color: transparent;
    fill: #333132;
    margin-right: 0;
    padding: 0 14px
}

atomic-search-box::part(submit-button):focus-visible,
atomic-search-box::part(submit-button):focus-within {
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--atomic-ring-primary);
    border: 1px solid #333132;
    border-radius: 2rem;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 var(--atomic-ring-primary));
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 var(--atomic-ring-primary));
    fill: #ff4612
}

.search-bar atomic-search-box::part(submit-button):focus-visible,
.search-bar atomic-search-box::part(submit-button):focus-within {
    border-radius: 2px;
    border: none
}

.globalSearchHub atomic-search-box::part(submit-button):focus-visible,
.globalSearchHub atomic-search-box::part(submit-button):focus-within {
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--atomic-ring-primary);
    border: none
}

atomic-search-box::part(submit-icon) {
    color: #333132;
    fill: inherit
}

atomic-search-box::part(submit-icon):hover {
    color: #ff4612
}

atomic-search-box::part(clear-button) {
    width: auto;
    margin: 0;
    padding: 0 9px
}

atomic-search-box::part(clear-button):after {
    color: #333132;
    content: "Clear";
    font: normal 600 .8rem Gordita, helvetica, arial, sans-serif;
    text-transform: uppercase
}

[lang=fr] atomic-search-box::part(clear-button):after {
    content: "Effacer"
}

atomic-search-box::part(clear-button):focus-visible,
atomic-search-box::part(clear-button):focus-within {
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--atomic-ring-primary);
    border: 1px solid #333132;
    outline: 1px solid #333132;
    padding: 0 8px
}

atomic-search-box::part(clear-button):hover:after {
    text-decoration: underline
}

atomic-search-box::part(clear-icon) {
    display: none
}

atomic-search-box::part(suggestions-wrapper) {
    border: none
}

atomic-search-box::part(query-suggestion-content) {
    padding: 12px 12px 12px 0
}

atomic-search-box::part(active-suggestion) {
    background-color: #e6ecf0
}

atomic-search-box::part(query-suggestion-text) {
    font-size: 1.143rem;
    font-family: arial, sans-serif;
    line-height: 1.714rem
}

atomic-search-box::part(query-suggestion-icon) {
    display: none
}

atomic-search-box::part(submit-icon) {
    width: 16px;
    height: 16px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.search-bar atomic-search-box::part(submit-icon) {
    width: 18px;
    height: 18px
}

.globalSearchHub atomic-search-box::part(submit-icon) {
    width: 20px;
    height: 20px
}

@media (min-width:576px) {
    .globalSearchHub atomic-search-box::part(input),
    .globalSearchHub atomic-search-box::part(textarea),
    .globalSearchHub atomic-search-box::part(textarea-expander):after,
    .globalSearchHub atomic-search-box::part(textarea-spacer),
    .search-bar atomic-search-box::part(input),
    .search-bar atomic-search-box::part(textarea),
    .search-bar atomic-search-box::part(textarea-expander):after,
    .search-bar atomic-search-box::part(textarea-spacer) {
        font-size: 1.429em
    }
}

@media (min-width:992px) {
    atomic-search-box::part(submit-button) {
        width: 48px
    }
}

atomic-search-interface#search>atomic-search-layout#layout-wrapper {
    grid-template-areas: "atomic-section-search" "atomic-section-status" "atomic-section-facets" "atomic-section-main";
    grid-template-columns: minmax(0, 1fr)
}

atomic-search-interface#search>atomic-search-layout#layout-wrapper atomic-layout-section[section=main] {
    margin-left: -10px;
    margin-right: -10px
}

atomic-search-interface#search>atomic-search-layout#layout-wrapper atomic-layout-section[section=pagination] {
    border-top: 1px solid #dad1cc;
    margin-top: 45px;
    padding: 28px 0 10px
}

atomic-search-interface#search>atomic-search-layout#layout-wrapper atomic-layout-section[section=pagination] atomic-query-summary {
    font-size: 1.286rem;
    margin-bottom: 30px
}

atomic-search-interface#search>atomic-search-layout#layout-wrapper atomic-layout-section[section=results] atomic-did-you-mean {
    margin-bottom: 25px
}

atomic-search-interface#search>atomic-search-layout#layout-wrapper atomic-layout-section[section=search] {
    margin-bottom: 35px;
    max-width: 100%
}

.globalSearchHub atomic-search-interface#search>atomic-search-layout#layout-wrapper atomic-layout-section[section=search] {
    border-bottom: 1px solid #dad1cc;
    margin-top: 50px;
    padding-bottom: 40px
}

atomic-search-interface#search>atomic-search-layout#layout-wrapper atomic-layout-section[section=status] {
    grid-template-areas: "atomic-breadbox atomic-breadbox" "atomic-query-summary atomic-sort" "atomic-pager atomic-pager";
    margin-bottom: 17px
}

.globalSearchHub atomic-search-interface#search>atomic-search-layout#layout-wrapper atomic-layout-section[section=status] {
    grid-template-areas: "atomic-breadbox atomic-breadbox" "match-summary match-summary" "atomic-query-summary atomic-sort"
}

atomic-search-interface#search>atomic-search-layout#layout-wrapper atomic-layout-section[section=status] atomic-breadbox {
    border-bottom: 1px solid #dad1cc;
    margin-bottom: 28px;
    padding: 10px 10px 23px
}

.globalSearchHub atomic-search-interface#search>atomic-search-layout#layout-wrapper atomic-layout-section[section=status] atomic-pager {
    display: none
}

atomic-search-interface#search>atomic-search-layout#layout-wrapper atomic-layout-section[section=status] atomic-query-summary {
    font-size: 1rem
}

atomic-search-interface#search>atomic-search-layout#layout-wrapper atomic-layout-section[section=status] .match-summary {
    display: none
}

.globalSearchHub atomic-search-interface#search>atomic-search-layout#layout-wrapper atomic-layout-section[section=status] .match-summary {
    display: block;
    grid-area: match-summary;
    padding-top: 10px;
    padding-bottom: 20px
}

atomic-search-interface#search>atomic-search-layout#layout-wrapper atomic-layout-section[section=status] .match-summary .match-summary-template {
    display: none
}

atomic-search-interface#search>atomic-search-layout#layout-wrapper atomic-layout-section atomic-pager {
    grid-area: atomic-pager;
    place-self: center
}

@media (min-width:576px) {
    atomic-search-interface#search>atomic-search-layout#layout-wrapper atomic-layout-section[section=pagination] atomic-query-summary {
        margin-bottom: 0
    }
}

@media (min-width:992px) {
    atomic-search-interface#search:not(.atomic-search-interface-no-results)>atomic-search-layout#layout-wrapper {
        grid-template-areas: "atomic-section-search atomic-section-search atomic-section-search atomic-section-search" "atomic-section-status atomic-section-status atomic-section-status atomic-section-status" "atomic-section-facets atomic-section-main atomic-section-main atomic-section-main";
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr)
    }
    atomic-search-interface#search>atomic-search-layout#layout-wrapper atomic-layout-section[section=facets] {
        padding-top: 1rem
    }
    atomic-search-interface#search>atomic-search-layout#layout-wrapper atomic-layout-section[section=main] {
        margin-left: 0
    }
    atomic-search-interface#search>atomic-search-layout#layout-wrapper atomic-layout-section[section=results] atomic-did-you-mean {
        margin-bottom: 15px
    }
    atomic-search-interface#search>atomic-search-layout#layout-wrapper atomic-layout-section[section=search] {
        width: 100%;
        margin-bottom: 0
    }
    .globalSearchHub atomic-search-interface#search>atomic-search-layout#layout-wrapper atomic-layout-section[section=search] {
        margin-top: 150px
    }
    atomic-search-interface#search>atomic-search-layout#layout-wrapper atomic-layout-section[section=status] {
        grid-template-areas: "atomic-breadbox atomic-breadbox atomic-breadbox atomic-breadbox atomic-breadbox" "atomic-query-summary atomic-pager atomic-pager atomic-sort atomic-sort";
        grid-template-columns: minmax(0, 2fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
        margin-top: 30px;
        margin-bottom: 15px
    }
    .globalSearchHub atomic-search-interface#search>atomic-search-layout#layout-wrapper atomic-layout-section[section=status] {
        grid-template-areas: "atomic-breadbox atomic-breadbox atomic-breadbox atomic-breadbox atomic-breadbox" "match-summary match-summary match-summary match-summary match-summary" "atomic-query-summary . . atomic-sort atomic-sort"
    }
    atomic-search-interface#search>atomic-search-layout#layout-wrapper atomic-layout-section[section=status] atomic-pager {
        justify-self: center;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center
    }
}

atomic-sort-dropdown::part(label),
atomic-sort-dropdown::part(select) {
    font-size: 1rem;
    font-family: Gordita, helvetica, arial, sans-serif
}

atomic-sort-dropdown::part(select) {
    border: 1px solid #dad1cc;
    color: #333132
}

atomic-sort-dropdown::part(select):hover {
    font-weight: 700;
    letter-spacing: -.007rem
}

atomic-sort-dropdown::part(select):focus-visible {
    font-weight: 700;
    letter-spacing: -.007rem;
    border: 1px solid #333132;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color)
}

atomic-sort-dropdown::part(select-separator) {
    border-color: #dad1cc
}

atomic-sort-dropdown::part(select-separator):hover {
    color: #333132
}

input.fix-submit {
    display: none
}

ul.errorreport {
    list-style-type: none;
    padding-left: 0
}

ul.errorreport li.errors {
    color: darkred;
    font-size: smaller
}

ul.errorreport li.warnings {
    color: #daa520;
    font-size: smaller
}

li.errors>span,
li.warnings>span {
    font-weight: 700
}

.CoveoPager ul li>a {
    line-height: 15px
}

.coveo-page-editor-editing .coveo-distance-disabled:not(.coveo-sort-hidden),
.coveo-page-editor-editing .coveo-facet-column.coveo-no-results,
.coveo-page-editor-editing .coveo-sort-field-error:not(.coveo-sort-hidden),
.coveo-page-editor-editing .coveo-sort-field-warning:not(.coveo-sort-hidden),
.coveo-page-editor-editing .CoveoDistanceComponents.coveo-disabled-empty,
.coveo-page-editor-editing .CoveoFacet.coveo-facet-empty,
.coveo-page-editor-editing .CoveoFacetRange.coveo-disabled-empty,
.coveo-page-editor-editing .CoveoFacetRange.coveo-facet-empty,
.coveo-page-editor-editing .CoveoFacetSlider.coveo-disabled-empty,
.coveo-page-editor-editing .CoveoRecommendation,
.coveo-page-editor-editing .CoveoSort.coveo-sort-hidden {
    display: block
}

.coveo-page-editor-editing .CoveoSort.coveo-distance-disabled {
    border-bottom-color: darkred;
    color: darkred
}

.coveo-page-editor-editing .CoveoFacetRange.coveo-distance-disabled,
.coveo-page-editor-editing .CoveoFacetSlider.coveo-distance-disabled {
    border: 1px solid darkred
}

.coveo-distance-disabled-tooltip,
.coveo-sort-field-error-tooltip,
.coveo-sort-field-warning-tooltip {
    display: none;
    background-color: #fff;
    color: #000;
    text-align: left;
    padding: 0 15px;
    font-size: 11pt;
    border: 1px solid #d3d3d3;
    position: absolute;
    z-index: 10000
}

.coveo-sort-field-error,
.coveo-sort-field-warning {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 5px 10px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700
}

.coveo-sort-field-error {
    color: darkred;
    border-bottom: 2px solid darkred
}

.coveo-sort-field-warning {
    color: #daa520;
    border-bottom: 2px solid #daa520
}

.coveo-distance-disabled:hover~.coveo-distance-disabled-tooltip,
.coveo-sort-field-error:hover~.coveo-sort-field-error-tooltip,
.coveo-sort-field-warning:hover~.coveo-sort-field-warning-tooltip {
    display: block
}

.coveo-page-editor-editing .result-template {
    display: none !important
}

.coveo-page-editor-editing .coveo-sort-section .scEmptyPlaceholder {
    height: inherit;
    min-width: 100px
}

.coveo-page-editor-editing .coveo-distance-resources-section .scEmptyPlaceholder {
    height: 25px
}

.coveo-page-editor-editing .pageEditorSearchboxExtension {
    height: 30px;
    display: table-cell;
    vertical-align: middle
}

#coveo-center-column {
    text-align: left;
    margin: auto
}

.CoveoSearchInterface {
    background-color: #fff
}

.CoveoSearchInterface .coveo-results-section .coveo-results-column {
    padding-right: 15px
}

.CoveoSearchInterface .coveo-results-section .coveo-results-column.coveo-searchbox-column {
    padding-top: 2px;
    padding-bottom: 13px
}

.CoveoBreadcrumb .coveo-clear-all {
    margin-top: -8px
}

.coveo-logo-column {
    padding-top: 1px;
    padding-bottom: 18px;
    height: 63px
}

.coveo-logo {
    margin: 8px 20px 13px 0
}

.CoveoSearchInterface:not(.coveo-page-editor-editing) .coveo-results-section .coveo-results-column .coveo-results-header.coveo-empty {
    display: none
}

.CustomFacet {
    margin-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc
}

.CustomFacet .coveo-header {
    padding: 5px 0
}

.CustomFacet .coveo-header .coveo-title {
    font-size: 15px;
    font-weight: 700;
    color: #39465d;
    padding-top: 2px
}

.CustomFacet .coveo-header>.coveo-icon {
    float: left;
    margin: 2px 5px 0 3px;
    width: 16px
}

.coveo-tab-section .scEmptyPlaceholder {
    height: 50px;
    width: 150px
}

.coveo-tab-section ul.errorreport {
    font-size: 14px;
    display: inline-block;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle
}

.coveo-placeholder-fix>div,
.relevancy-sort-fix {
    display: inline-block
}

.relevancy-sort-fix {
    height: 13px
}

.CoveoResult table.CoveoFieldTable th {
    width: 100px
}

#coveoWebCrawlerFieldName {
    font-weight: 700
}

.CoveoServerError {
    background-color: #f7f7f7;
    padding: 10px
}

.coveo-facet-search-results .coveo-facet-value .coveo-facet-value-checkbox>span {
    bottom: 1px
}

.coveo-recommendations .coveo-results-column {
    width: 49%;
    display: inline-block
}

.coveo-recommendations.coveo-small-recommendation .coveo-results-column {
    width: auto;
    display: block
}

.coveo-recommendations .coveo-facet-column {
    display: inline-block;
    width: 22%;
    vertical-align: top
}

.coveo-recommendations .coveo-main-section {
    max-width: 1450px
}

.noSearchPageErrorMessage {
    color: darkred
}

.coveo-distance-disabled {
    display: none
}

.client-work-result {
    padding-right: 0
}

.coveo-advanced-search-panel-close,
.coveo-advanced-search-panel-close:hover,
.coveo-breadcrumb-clear-all .coveo-breadcrumb-icon-clear-all,
.coveo-breadcrumb-clear-all:hover .coveo-breadcrumb-icon-clear-all,
.coveo-executing-query .CoveoSearchButton:hover>.coveo-icon,
.coveo-executing-query .CoveoSearchButton>.coveo-icon,
.coveo-facet-breadcrumb-multi-icon.coveo-excluded,
.coveo-facet-breadcrumb-multi-icon.coveo-selected,
.coveo-facet-breadcrumb-value .coveo-facet-breadcrumb-clear,
.coveo-facet-breadcrumb-value:hover .coveo-facet-breadcrumb-clear,
.coveo-facet-header-eraser,
.coveo-facet-header-eraser:hover,
.coveo-facet-header-operator .coveo-icon.coveo-and,
.coveo-facet-header-operator .coveo-icon.coveo-or,
.coveo-facet-header-settings .coveo-icon,
.coveo-facet-header-settings:focus .coveo-icon,
.coveo-facet-header-settings:hover .coveo-icon,
.coveo-facet-header-wait-animation,
.coveo-facet-less .coveo-icon,
.coveo-facet-more .coveo-icon,
.coveo-facet-search-clear .coveo-icon,
.coveo-facet-search-clear .coveo-icon:hover,
.coveo-facet-search-magnifier,
.coveo-facet-search-results .coveo-facet-value.coveo-excluded .coveo-facet-value-checkbox>span,
.coveo-facet-search-results .coveo-facet-value.coveo-facet-value-will-exclude .coveo-facet-value-checkbox>span,
.coveo-facet-search-results .coveo-facet-value.coveo-selected .coveo-facet-value-checkbox>span,
.coveo-facet-search-results .coveo-facet-value.coveo-selected.coveo-facet-value-will-exclude .coveo-facet-value-checkbox>span,
.coveo-facet-search-results .coveo-facet-value:hover .coveo-facet-value-checkbox>span,
.coveo-facet-search-results .coveo-facet-value:hover.coveo-facet-value-will-exclude .coveo-facet-value-checkbox>span,
.coveo-facet-search-results .coveo-facet-value:not(.coveo-facet-search-button) .coveo-facet-value-checkbox:focus>span,
.coveo-facet-search-wait-animation,
.coveo-facet-settings-section-clear-state .coveo-icon,
.coveo-facet-settings-section-clear-state:hover.coveo-facet-settings-disabled .coveo-icon,
.coveo-facet-settings-section-clear-state:hover .coveo-icon,
.coveo-facet-settings-section-direction-ascending .coveo-icon,
.coveo-facet-settings-section-direction-ascending:hover.coveo-facet-settings-disabled .coveo-icon,
.coveo-facet-settings-section-direction-ascending:hover .coveo-icon,
.coveo-facet-settings-section-direction-descending .coveo-icon,
.coveo-facet-settings-section-direction-descending:hover.coveo-facet-settings-disabled .coveo-icon,
.coveo-facet-settings-section-direction-descending:hover .coveo-icon,
.coveo-facet-settings-section-hide .coveo-icon,
.coveo-facet-settings-section-hide:hover.coveo-facet-settings-disabled .coveo-icon,
.coveo-facet-settings-section-hide:hover .coveo-icon,
.coveo-facet-settings-section-save-state .coveo-icon,
.coveo-facet-settings-section-save-state:hover.coveo-facet-settings-disabled .coveo-icon,
.coveo-facet-settings-section-save-state:hover .coveo-icon,
.coveo-facet-settings-section-show .coveo-icon,
.coveo-facet-settings-section-show:hover.coveo-facet-settings-disabled .coveo-icon,
.coveo-facet-settings-section-show:hover .coveo-icon,
.coveo-facet-settings-section-sort .coveo-icon,
.coveo-facet-settings-section-sort:hover.coveo-disabled .coveo-icon,
.coveo-facet-settings-section-sort:hover .coveo-icon,
.coveo-facet-slider-breadcrumb-value .coveo-facet-breadcrumb-clear,
.coveo-facet-slider-breadcrumb-value:hover .coveo-facet-breadcrumb-clear,
.coveo-facet-value-exclude .coveo-icon,
.coveo-facet-value.coveo-excluded .coveo-facet-value-checkbox>span,
.coveo-facet-value.coveo-facet-search-button .coveo-facet-value-checkbox>span,
.coveo-facet-value.coveo-facet-search-button:hover .coveo-facet-value-checkbox>span,
.coveo-facet-value.coveo-facet-value-will-exclude .coveo-facet-value-checkbox>span,
.coveo-facet-value.coveo-selected .coveo-facet-value-checkbox>span,
.coveo-facet-value.coveo-selected.coveo-facet-value-will-exclude .coveo-facet-value-checkbox>span,
.coveo-facet-value:hover .coveo-facet-value-checkbox>span,
.coveo-facet-value:hover.coveo-facet-value-will-exclude .coveo-facet-value-checkbox>span,
.coveo-facet-value:not(.coveo-facet-search-button) .coveo-facet-value-checkbox:focus>span,
.coveo-feedComment-result .coveo-thumbnail-icon,
.coveo-feedItem-result .coveo-thumbnail-icon,
.coveo-field-table-toggle-icon,
.coveo-field-table-toggle-icon-up,
.coveo-hidden-query-breadcrumb-clear,
.coveo-hidden-query-breadcrumb-clear:hover,
.coveo-icon.filetype,
.coveo-icon.filetype.activedirperson,
.coveo-icon.filetype.box-user,
.coveo-icon.filetype.cfblogentry,
.coveo-icon.filetype.cfcomment,
.coveo-icon.filetype.cfpage,
.coveo-icon.filetype.cfspace,
.coveo-icon.filetype.confluencespace,
.coveo-icon.filetype.coveo-small,
.coveo-icon.filetype.coveo-small.activedirperson,
.coveo-icon.filetype.coveo-small.box-user,
.coveo-icon.filetype.coveo-small.cfblogentry,
.coveo-icon.filetype.coveo-small.cfcomment,
.coveo-icon.filetype.coveo-small.cfpage,
.coveo-icon.filetype.coveo-small.cfspace,
.coveo-icon.filetype.coveo-small.confluencespace,
.coveo-icon.filetype.coveo-small.doc,
.coveo-icon.filetype.coveo-small.docx,
.coveo-icon.filetype.coveo-small.dynamicscrmitem,
.coveo-icon.filetype.coveo-small.exchangeactivity,
.coveo-icon.filetype.coveo-small.exchangeappointment,
.coveo-icon.filetype.coveo-small.exchangecalendarmessage,
.coveo-icon.filetype.coveo-small.exchangedocument,
.coveo-icon.filetype.coveo-small.exchangedsn,
.coveo-icon.filetype.coveo-small.exchangefreebusy,
.coveo-icon.filetype.coveo-small.exchangegroup,
.coveo-icon.filetype.coveo-small.exchangejunkmessage,
.coveo-icon.filetype.coveo-small.exchangemdn,
.coveo-icon.filetype.coveo-small.exchangemessage,
.coveo-icon.filetype.coveo-small.exchangenote,
.coveo-icon.filetype.coveo-small.exchangeobject,
.coveo-icon.filetype.coveo-small.exchangeofficecom,
.coveo-icon.filetype.coveo-small.exchangeperson,
.coveo-icon.filetype.coveo-small.exchangerecallmessage,
.coveo-icon.filetype.coveo-small.exchangerecallreport,
.coveo-icon.filetype.coveo-small.exchangerssfeed,
.coveo-icon.filetype.coveo-small.exchangetask,
.coveo-icon.filetype.coveo-small.folder,
.coveo-icon.filetype.coveo-small.gmailmessage,
.coveo-icon.filetype.coveo-small.html,
.coveo-icon.filetype.coveo-small.image,
.coveo-icon.filetype.coveo-small.lithiumboard,
.coveo-icon.filetype.coveo-small.lithiumcategory,
.coveo-icon.filetype.coveo-small.lithiumcommunity,
.coveo-icon.filetype.coveo-small.lithiummessage,
.coveo-icon.filetype.coveo-small.lithiumthread,
.coveo-icon.filetype.coveo-small.odt,
.coveo-icon.filetype.coveo-small.olefile,
.coveo-icon.filetype.coveo-small.pdf,
.coveo-icon.filetype.coveo-small.ppt,
.coveo-icon.filetype.coveo-small.rssitem,
.coveo-icon.filetype.coveo-small.saleforceitem,
.coveo-icon.filetype.coveo-small.salesforceitem,
.coveo-icon.filetype.coveo-small.spadministratortask,
.coveo-icon.filetype.coveo-small.spadministratortasklist,
.coveo-icon.filetype.coveo-small.spagenda,
.coveo-icon.filetype.coveo-small.spagendalist,
.coveo-icon.filetype.coveo-small.spannouncement,
.coveo-icon.filetype.coveo-small.spannouncementlist,
.coveo-icon.filetype.coveo-small.sparea,
.coveo-icon.filetype.coveo-small.spareadocumentlibrarylist,
.coveo-icon.filetype.coveo-small.sparealisting,
.coveo-icon.filetype.coveo-small.spattendee,
.coveo-icon.filetype.coveo-small.spattendeelist,
.coveo-icon.filetype.coveo-small.spblogcategory,
.coveo-icon.filetype.coveo-small.spblogcategorylist,
.coveo-icon.filetype.coveo-small.spblogcomment,
.coveo-icon.filetype.coveo-small.spblogcommentlist,
.coveo-icon.filetype.coveo-small.spblogpost,
.coveo-icon.filetype.coveo-small.spblogpostlist,
.coveo-icon.filetype.coveo-small.spcirculation,
.coveo-icon.filetype.coveo-small.spcirculationlist,
.coveo-icon.filetype.coveo-small.spcontact,
.coveo-icon.filetype.coveo-small.spcontactlist,
.coveo-icon.filetype.coveo-small.spcustomgridlist,
.coveo-icon.filetype.coveo-small.spcustomlist,
.coveo-icon.filetype.coveo-small.spdashboardslibrarylist,
.coveo-icon.filetype.coveo-small.spdataconnectionforperformancepointlibrarylist,
.coveo-icon.filetype.coveo-small.spdataconnectionlibrarylist,
.coveo-icon.filetype.coveo-small.spdatasource,
.coveo-icon.filetype.coveo-small.spdatasourcelist,
.coveo-icon.filetype.coveo-small.spdecision,
.coveo-icon.filetype.coveo-small.spdecisionlist,
.coveo-icon.filetype.coveo-small.spdiscussionboard,
.coveo-icon.filetype.coveo-small.spdiscussionboardlist,
.coveo-icon.filetype.coveo-small.spdistributiongroup,
.coveo-icon.filetype.coveo-small.spdistributiongrouplist,
.coveo-icon.filetype.coveo-small.spdocumentlibrarylist,
.coveo-icon.filetype.coveo-small.spdocumentlink,
.coveo-icon.filetype.coveo-small.spdocumentset,
.coveo-icon.filetype.coveo-small.spevent,
.coveo-icon.filetype.coveo-small.speventlist,
.coveo-icon.filetype.coveo-small.spformlibrarylist,
.coveo-icon.filetype.coveo-small.sphealthreport,
.coveo-icon.filetype.coveo-small.sphealthreportlist,
.coveo-icon.filetype.coveo-small.sphealthrule,
.coveo-icon.filetype.coveo-small.sphealthrulelist,
.coveo-icon.filetype.coveo-small.spimedictionary,
.coveo-icon.filetype.coveo-small.spimedictionarylist,
.coveo-icon.filetype.coveo-small.spipfslist,
.coveo-icon.filetype.coveo-small.spissue,
.coveo-icon.filetype.coveo-small.spissuelist,
.coveo-icon.filetype.coveo-small.spkeyperformanceindicator,
.coveo-icon.filetype.coveo-small.spkeyperformanceindicatorlist,
.coveo-icon.filetype.coveo-small.splanguagesandtranslator,
.coveo-icon.filetype.coveo-small.splanguagesandtranslatorlist,
.coveo-icon.filetype.coveo-small.splink,
.coveo-icon.filetype.coveo-small.splinklist,
.coveo-icon.filetype.coveo-small.splistfolder,
.coveo-icon.filetype.coveo-small.splisttemplatecataloglist,
.coveo-icon.filetype.coveo-small.spmasterpagescataloglist,
.coveo-icon.filetype.coveo-small.spmeetingserie,
.coveo-icon.filetype.coveo-small.spmeetingserielist,
.coveo-icon.filetype.coveo-small.spmicrofeedlist,
.coveo-icon.filetype.coveo-small.spmicrofeedpost,
.coveo-icon.filetype.coveo-small.spnocodeworkflowlibrarylist,
.coveo-icon.filetype.coveo-small.spobjective,
.coveo-icon.filetype.coveo-small.spobjectivelist,
.coveo-icon.filetype.coveo-small.spperformancepointcontent,
.coveo-icon.filetype.coveo-small.spperformancepointcontentlist,
.coveo-icon.filetype.coveo-small.spphonecallmemo,
.coveo-icon.filetype.coveo-small.spphonecallmemolist,
.coveo-icon.filetype.coveo-small.sppicturelibrarylist,
.coveo-icon.filetype.coveo-small.spportal,
.coveo-icon.filetype.coveo-small.spprocessdiagramslibrarylist,
.coveo-icon.filetype.coveo-small.spprojecttask,
.coveo-icon.filetype.coveo-small.spprojecttasklist,
.coveo-icon.filetype.coveo-small.sppublishingimageslibrarylist,
.coveo-icon.filetype.coveo-small.sppublishingpageslibrarylist,
.coveo-icon.filetype.coveo-small.sprecordlibrarylist,
.coveo-icon.filetype.coveo-small.spreportdocumentlibrarylist,
.coveo-icon.filetype.coveo-small.spreportlibrarylist,
.coveo-icon.filetype.coveo-small.spresource,
.coveo-icon.filetype.coveo-small.spresourcelist,
.coveo-icon.filetype.coveo-small.spsite,
.coveo-icon.filetype.coveo-small.spsitedirectory,
.coveo-icon.filetype.coveo-small.spsitedirectorylist,
.coveo-icon.filetype.coveo-small.spsitethemeslibrarylist,
.coveo-icon.filetype.coveo-small.spslidelibrarylist,
.coveo-icon.filetype.coveo-small.spsolutionslibrarylist,
.coveo-icon.filetype.coveo-small.spsurvey,
.coveo-icon.filetype.coveo-small.spsurveylist,
.coveo-icon.filetype.coveo-small.sptab,
.coveo-icon.filetype.coveo-small.sptablist,
.coveo-icon.filetype.coveo-small.sptask,
.coveo-icon.filetype.coveo-small.sptasklist,
.coveo-icon.filetype.coveo-small.sptextbox,
.coveo-icon.filetype.coveo-small.sptextboxlist,
.coveo-icon.filetype.coveo-small.spthingstobring,
.coveo-icon.filetype.coveo-small.spthingstobringlist,
.coveo-icon.filetype.coveo-small.sptranslationmanagementlibrarylist,
.coveo-icon.filetype.coveo-small.spunknownlist,
.coveo-icon.filetype.coveo-small.spuserinformation,
.coveo-icon.filetype.coveo-small.spuserinformationlist,
.coveo-icon.filetype.coveo-small.spuserprofile,
.coveo-icon.filetype.coveo-small.spwebpartcataloglist,
.coveo-icon.filetype.coveo-small.spwebtemplatecataloglist,
.coveo-icon.filetype.coveo-small.spwfpublibrarylist,
.coveo-icon.filetype.coveo-small.spwhereabout,
.coveo-icon.filetype.coveo-small.spwhereaboutlist,
.coveo-icon.filetype.coveo-small.spwikipagelibrarylist,
.coveo-icon.filetype.coveo-small.spworkflowhistory,
.coveo-icon.filetype.coveo-small.spworkflowhistorylist,
.coveo-icon.filetype.coveo-small.spworkflowprocess,
.coveo-icon.filetype.coveo-small.spworkflowprocesslist,
.coveo-icon.filetype.coveo-small.spworkspacepagelist,
.coveo-icon.filetype.coveo-small.svg,
.coveo-icon.filetype.coveo-small.svm,
.coveo-icon.filetype.coveo-small.swf,
.coveo-icon.filetype.coveo-small.txt,
.coveo-icon.filetype.coveo-small.video,
.coveo-icon.filetype.coveo-small.vsd,
.coveo-icon.filetype.coveo-small.webscraperwebpage,
.coveo-icon.filetype.coveo-small.wiki,
.coveo-icon.filetype.coveo-small.xls,
.coveo-icon.filetype.coveo-small.xml,
.coveo-icon.filetype.coveo-small.youtube,
.coveo-icon.filetype.coveo-small.youtubeplaylistitem,
.coveo-icon.filetype.coveo-small.youtubevideo,
.coveo-icon.filetype.coveo-small.zip,
.coveo-icon.filetype.doc,
.coveo-icon.filetype.docx,
.coveo-icon.filetype.dynamicscrmitem,
.coveo-icon.filetype.exchangeactivity,
.coveo-icon.filetype.exchangeappointment,
.coveo-icon.filetype.exchangecalendarmessage,
.coveo-icon.filetype.exchangedocument,
.coveo-icon.filetype.exchangedsn,
.coveo-icon.filetype.exchangefreebusy,
.coveo-icon.filetype.exchangegroup,
.coveo-icon.filetype.exchangejunkmessage,
.coveo-icon.filetype.exchangemdn,
.coveo-icon.filetype.exchangemessage,
.coveo-icon.filetype.exchangenote,
.coveo-icon.filetype.exchangeobject,
.coveo-icon.filetype.exchangeofficecom,
.coveo-icon.filetype.exchangeperson,
.coveo-icon.filetype.exchangerecallmessage,
.coveo-icon.filetype.exchangerecallreport,
.coveo-icon.filetype.exchangerssfeed,
.coveo-icon.filetype.exchangetask,
.coveo-icon.filetype.folder,
.coveo-icon.filetype.gmailmessage,
.coveo-icon.filetype.html,
.coveo-icon.filetype.image,
.coveo-icon.filetype.lithiumboard,
.coveo-icon.filetype.lithiumcategory,
.coveo-icon.filetype.lithiumcommunity,
.coveo-icon.filetype.lithiummessage,
.coveo-icon.filetype.lithiumthread,
.coveo-icon.filetype.odt,
.coveo-icon.filetype.olefile,
.coveo-icon.filetype.pdf,
.coveo-icon.filetype.ppt,
.coveo-icon.filetype.rssitem,
.coveo-icon.filetype.saleforceitem,
.coveo-icon.filetype.salesforceitem,
.coveo-icon.filetype.spadministratortask,
.coveo-icon.filetype.spadministratortasklist,
.coveo-icon.filetype.spagenda,
.coveo-icon.filetype.spagendalist,
.coveo-icon.filetype.spannouncement,
.coveo-icon.filetype.spannouncementlist,
.coveo-icon.filetype.sparea,
.coveo-icon.filetype.spareadocumentlibrarylist,
.coveo-icon.filetype.sparealisting,
.coveo-icon.filetype.spattendee,
.coveo-icon.filetype.spattendeelist,
.coveo-icon.filetype.spblogcategory,
.coveo-icon.filetype.spblogcategorylist,
.coveo-icon.filetype.spblogcomment,
.coveo-icon.filetype.spblogcommentlist,
.coveo-icon.filetype.spblogpost,
.coveo-icon.filetype.spblogpostlist,
.coveo-icon.filetype.spcirculation,
.coveo-icon.filetype.spcirculationlist,
.coveo-icon.filetype.spcontact,
.coveo-icon.filetype.spcontactlist,
.coveo-icon.filetype.spcustomgridlist,
.coveo-icon.filetype.spcustomlist,
.coveo-icon.filetype.spdashboardslibrarylist,
.coveo-icon.filetype.spdataconnectionforperformancepointlibrarylist,
.coveo-icon.filetype.spdataconnectionlibrarylist,
.coveo-icon.filetype.spdatasource,
.coveo-icon.filetype.spdatasourcelist,
.coveo-icon.filetype.spdecision,
.coveo-icon.filetype.spdecisionlist,
.coveo-icon.filetype.spdiscussionboard,
.coveo-icon.filetype.spdiscussionboardlist,
.coveo-icon.filetype.spdistributiongroup,
.coveo-icon.filetype.spdistributiongrouplist,
.coveo-icon.filetype.spdocumentlibrarylist,
.coveo-icon.filetype.spdocumentlink,
.coveo-icon.filetype.spdocumentset,
.coveo-icon.filetype.spevent,
.coveo-icon.filetype.speventlist,
.coveo-icon.filetype.spformlibrarylist,
.coveo-icon.filetype.sphealthreport,
.coveo-icon.filetype.sphealthreportlist,
.coveo-icon.filetype.sphealthrule,
.coveo-icon.filetype.sphealthrulelist,
.coveo-icon.filetype.spimedictionary,
.coveo-icon.filetype.spimedictionarylist,
.coveo-icon.filetype.spipfslist,
.coveo-icon.filetype.spissue,
.coveo-icon.filetype.spissuelist,
.coveo-icon.filetype.spkeyperformanceindicator,
.coveo-icon.filetype.spkeyperformanceindicatorlist,
.coveo-icon.filetype.splanguagesandtranslator,
.coveo-icon.filetype.splanguagesandtranslatorlist,
.coveo-icon.filetype.splink,
.coveo-icon.filetype.splinklist,
.coveo-icon.filetype.splistfolder,
.coveo-icon.filetype.splisttemplatecataloglist,
.coveo-icon.filetype.spmasterpagescataloglist,
.coveo-icon.filetype.spmeetingserie,
.coveo-icon.filetype.spmeetingserielist,
.coveo-icon.filetype.spmicrofeedlist,
.coveo-icon.filetype.spmicrofeedpost,
.coveo-icon.filetype.spnocodeworkflowlibrarylist,
.coveo-icon.filetype.spobjective,
.coveo-icon.filetype.spobjectivelist,
.coveo-icon.filetype.spperformancepointcontent,
.coveo-icon.filetype.spperformancepointcontentlist,
.coveo-icon.filetype.spphonecallmemo,
.coveo-icon.filetype.spphonecallmemolist,
.coveo-icon.filetype.sppicturelibrarylist,
.coveo-icon.filetype.spportal,
.coveo-icon.filetype.spprocessdiagramslibrarylist,
.coveo-icon.filetype.spprojecttask,
.coveo-icon.filetype.spprojecttasklist,
.coveo-icon.filetype.sppublishingimageslibrarylist,
.coveo-icon.filetype.sppublishingpageslibrarylist,
.coveo-icon.filetype.sprecordlibrarylist,
.coveo-icon.filetype.spreportdocumentlibrarylist,
.coveo-icon.filetype.spreportlibrarylist,
.coveo-icon.filetype.spresource,
.coveo-icon.filetype.spresourcelist,
.coveo-icon.filetype.spsite,
.coveo-icon.filetype.spsitedirectory,
.coveo-icon.filetype.spsitedirectorylist,
.coveo-icon.filetype.spsitethemeslibrarylist,
.coveo-icon.filetype.spslidelibrarylist,
.coveo-icon.filetype.spsolutionslibrarylist,
.coveo-icon.filetype.spsurvey,
.coveo-icon.filetype.spsurveylist,
.coveo-icon.filetype.sptab,
.coveo-icon.filetype.sptablist,
.coveo-icon.filetype.sptask,
.coveo-icon.filetype.sptasklist,
.coveo-icon.filetype.sptextbox,
.coveo-icon.filetype.sptextboxlist,
.coveo-icon.filetype.spthingstobring,
.coveo-icon.filetype.spthingstobringlist,
.coveo-icon.filetype.sptranslationmanagementlibrarylist,
.coveo-icon.filetype.spunknownlist,
.coveo-icon.filetype.spuserinformation,
.coveo-icon.filetype.spuserinformationlist,
.coveo-icon.filetype.spuserprofile,
.coveo-icon.filetype.spwebpartcataloglist,
.coveo-icon.filetype.spwebtemplatecataloglist,
.coveo-icon.filetype.spwfpublibrarylist,
.coveo-icon.filetype.spwhereabout,
.coveo-icon.filetype.spwhereaboutlist,
.coveo-icon.filetype.spwikipagelibrarylist,
.coveo-icon.filetype.spworkflowhistory,
.coveo-icon.filetype.spworkflowhistorylist,
.coveo-icon.filetype.spworkflowprocess,
.coveo-icon.filetype.spworkflowprocesslist,
.coveo-icon.filetype.spworkspacepagelist,
.coveo-icon.filetype.svg,
.coveo-icon.filetype.svm,
.coveo-icon.filetype.swf,
.coveo-icon.filetype.txt,
.coveo-icon.filetype.video,
.coveo-icon.filetype.vsd,
.coveo-icon.filetype.webscraperwebpage,
.coveo-icon.filetype.wiki,
.coveo-icon.filetype.xls,
.coveo-icon.filetype.xml,
.coveo-icon.filetype.youtube,
.coveo-icon.filetype.youtubeplaylistitem,
.coveo-icon.filetype.youtubevideo,
.coveo-icon.filetype.zip,
.coveo-icon.objecttype,
.coveo-icon.objecttype.account,
.coveo-icon.objecttype.Account,
.coveo-icon.objecttype.annotation,
.coveo-icon.objecttype.Annotation,
.coveo-icon.objecttype.attachment,
.coveo-icon.objecttype.Attachment,
.coveo-icon.objecttype.board,
.coveo-icon.objecttype.Board,
.coveo-icon.objecttype.Campaign,
.coveo-icon.objecttype.campaign,
.coveo-icon.objecttype.Case,
.coveo-icon.objecttype.case,
.coveo-icon.objecttype.casecomment,
.coveo-icon.objecttype.Casecomment,
.coveo-icon.objecttype.Category,
.coveo-icon.objecttype.category,
.coveo-icon.objecttype.contact,
.coveo-icon.objecttype.Contact,
.coveo-icon.objecttype.contentversion,
.coveo-icon.objecttype.Contentversion,
.coveo-icon.objecttype.Contract,
.coveo-icon.objecttype.contract,
.coveo-icon.objecttype.coveo-small,
.coveo-icon.objecttype.coveo-small.Account,
.coveo-icon.objecttype.coveo-small.account,
.coveo-icon.objecttype.coveo-small.annotation,
.coveo-icon.objecttype.coveo-small.Annotation,
.coveo-icon.objecttype.coveo-small.attachment,
.coveo-icon.objecttype.coveo-small.Attachment,
.coveo-icon.objecttype.coveo-small.board,
.coveo-icon.objecttype.coveo-small.Board,
.coveo-icon.objecttype.coveo-small.Campaign,
.coveo-icon.objecttype.coveo-small.campaign,
.coveo-icon.objecttype.coveo-small.case,
.coveo-icon.objecttype.coveo-small.Case,
.coveo-icon.objecttype.coveo-small.Casecomment,
.coveo-icon.objecttype.coveo-small.casecomment,
.coveo-icon.objecttype.coveo-small.Category,
.coveo-icon.objecttype.coveo-small.category,
.coveo-icon.objecttype.coveo-small.contact,
.coveo-icon.objecttype.coveo-small.Contact,
.coveo-icon.objecttype.coveo-small.Contentversion,
.coveo-icon.objecttype.coveo-small.contentversion,
.coveo-icon.objecttype.coveo-small.Contract,
.coveo-icon.objecttype.coveo-small.contract,
.coveo-icon.objecttype.coveo-small.email,
.coveo-icon.objecttype.coveo-small.Email,
.coveo-icon.objecttype.coveo-small.Event,
.coveo-icon.objecttype.coveo-small.event,
.coveo-icon.objecttype.coveo-small.feed,
.coveo-icon.objecttype.coveo-small.Feed,
.coveo-icon.objecttype.coveo-small.feedcomment,
.coveo-icon.objecttype.coveo-small.Feedcomment,
.coveo-icon.objecttype.coveo-small.Feeditem,
.coveo-icon.objecttype.coveo-small.feeditem,
.coveo-icon.objecttype.coveo-small.File,
.coveo-icon.objecttype.coveo-small.file,
.coveo-icon.objecttype.coveo-small.Goal,
.coveo-icon.objecttype.coveo-small.goal,
.coveo-icon.objecttype.coveo-small.incident,
.coveo-icon.objecttype.coveo-small.Incident,
.coveo-icon.objecttype.coveo-small.invoice,
.coveo-icon.objecttype.coveo-small.Invoice,
.coveo-icon.objecttype.coveo-small.Kbarticle,
.coveo-icon.objecttype.coveo-small.kbarticle,
.coveo-icon.objecttype.coveo-small.Kbarticlecomment,
.coveo-icon.objecttype.coveo-small.kbarticlecomment,
.coveo-icon.objecttype.coveo-small.kbattachment,
.coveo-icon.objecttype.coveo-small.Kbattachment,
.coveo-icon.objecttype.coveo-small.Kbdocumentation,
.coveo-icon.objecttype.coveo-small.kbdocumentation,
.coveo-icon.objecttype.coveo-small.kbknowledgearticle,
.coveo-icon.objecttype.coveo-small.Kbknowledgearticle,
.coveo-icon.objecttype.coveo-small.kbsolution,
.coveo-icon.objecttype.coveo-small.Kbsolution,
.coveo-icon.objecttype.coveo-small.Kbtechnicalarticle,
.coveo-icon.objecttype.coveo-small.kbtechnicalarticle,
.coveo-icon.objecttype.coveo-small.knowledgearticle,
.coveo-icon.objecttype.coveo-small.Knowledgearticle,
.coveo-icon.objecttype.coveo-small.lead,
.coveo-icon.objecttype.coveo-small.Lead,
.coveo-icon.objecttype.coveo-small.List,
.coveo-icon.objecttype.coveo-small.list,
.coveo-icon.objecttype.coveo-small.message,
.coveo-icon.objecttype.coveo-small.Message,
.coveo-icon.objecttype.coveo-small.note,
.coveo-icon.objecttype.coveo-small.Note,
.coveo-icon.objecttype.coveo-small.Opportunity,
.coveo-icon.objecttype.coveo-small.opportunity,
.coveo-icon.objecttype.coveo-small.Opportunityproduct,
.coveo-icon.objecttype.coveo-small.opportunityproduct,
.coveo-icon.objecttype.coveo-small.partner,
.coveo-icon.objecttype.coveo-small.Partner,
.coveo-icon.objecttype.coveo-small.People,
.coveo-icon.objecttype.coveo-small.people,
.coveo-icon.objecttype.coveo-small.Product,
.coveo-icon.objecttype.coveo-small.product,
.coveo-icon.objecttype.coveo-small.Queueitem,
.coveo-icon.objecttype.coveo-small.queueitem,
.coveo-icon.objecttype.coveo-small.quote,
.coveo-icon.objecttype.coveo-small.Quote,
.coveo-icon.objecttype.coveo-small.salesliterature,
.coveo-icon.objecttype.coveo-small.Salesliterature,
.coveo-icon.objecttype.coveo-small.salesorder,
.coveo-icon.objecttype.coveo-small.Salesorder,
.coveo-icon.objecttype.coveo-small.Service,
.coveo-icon.objecttype.coveo-small.service,
.coveo-icon.objecttype.coveo-small.Socialprofile,
.coveo-icon.objecttype.coveo-small.socialprofile,
.coveo-icon.objecttype.coveo-small.solution,
.coveo-icon.objecttype.coveo-small.Solution,
.coveo-icon.objecttype.coveo-small.task,
.coveo-icon.objecttype.coveo-small.Task,
.coveo-icon.objecttype.coveo-small.thread,
.coveo-icon.objecttype.coveo-small.Thread,
.coveo-icon.objecttype.coveo-small.User,
.coveo-icon.objecttype.coveo-small.user,
.coveo-icon.objecttype.Email,
.coveo-icon.objecttype.email,
.coveo-icon.objecttype.event,
.coveo-icon.objecttype.Event,
.coveo-icon.objecttype.feed,
.coveo-icon.objecttype.Feed,
.coveo-icon.objecttype.Feedcomment,
.coveo-icon.objecttype.feedcomment,
.coveo-icon.objecttype.feeditem,
.coveo-icon.objecttype.Feeditem,
.coveo-icon.objecttype.File,
.coveo-icon.objecttype.file,
.coveo-icon.objecttype.goal,
.coveo-icon.objecttype.Goal,
.coveo-icon.objecttype.Incident,
.coveo-icon.objecttype.incident,
.coveo-icon.objecttype.invoice,
.coveo-icon.objecttype.Invoice,
.coveo-icon.objecttype.Kbarticle,
.coveo-icon.objecttype.kbarticle,
.coveo-icon.objecttype.kbarticlecomment,
.coveo-icon.objecttype.Kbarticlecomment,
.coveo-icon.objecttype.Kbattachment,
.coveo-icon.objecttype.kbattachment,
.coveo-icon.objecttype.kbdocumentation,
.coveo-icon.objecttype.Kbdocumentation,
.coveo-icon.objecttype.Kbknowledgearticle,
.coveo-icon.objecttype.kbknowledgearticle,
.coveo-icon.objecttype.Kbsolution,
.coveo-icon.objecttype.kbsolution,
.coveo-icon.objecttype.kbtechnicalarticle,
.coveo-icon.objecttype.Kbtechnicalarticle,
.coveo-icon.objecttype.knowledgearticle,
.coveo-icon.objecttype.Knowledgearticle,
.coveo-icon.objecttype.Lead,
.coveo-icon.objecttype.lead,
.coveo-icon.objecttype.list,
.coveo-icon.objecttype.List,
.coveo-icon.objecttype.Message,
.coveo-icon.objecttype.message,
.coveo-icon.objecttype.Note,
.coveo-icon.objecttype.note,
.coveo-icon.objecttype.opportunity,
.coveo-icon.objecttype.Opportunity,
.coveo-icon.objecttype.Opportunityproduct,
.coveo-icon.objecttype.opportunityproduct,
.coveo-icon.objecttype.Partner,
.coveo-icon.objecttype.partner,
.coveo-icon.objecttype.People,
.coveo-icon.objecttype.people,
.coveo-icon.objecttype.product,
.coveo-icon.objecttype.Product,
.coveo-icon.objecttype.Queueitem,
.coveo-icon.objecttype.queueitem,
.coveo-icon.objecttype.Quote,
.coveo-icon.objecttype.quote,
.coveo-icon.objecttype.salesliterature,
.coveo-icon.objecttype.Salesliterature,
.coveo-icon.objecttype.Salesorder,
.coveo-icon.objecttype.salesorder,
.coveo-icon.objecttype.Service,
.coveo-icon.objecttype.service,
.coveo-icon.objecttype.Socialprofile,
.coveo-icon.objecttype.socialprofile,
.coveo-icon.objecttype.Solution,
.coveo-icon.objecttype.solution,
.coveo-icon.objecttype.task,
.coveo-icon.objecttype.Task,
.coveo-icon.objecttype.thread,
.coveo-icon.objecttype.Thread,
.coveo-icon.objecttype.user,
.coveo-icon.objecttype.User,
.coveo-icon.sysfiletype,
.coveo-icon.sysfiletype.activedirperson,
.coveo-icon.sysfiletype.box-user,
.coveo-icon.sysfiletype.cfblogentry,
.coveo-icon.sysfiletype.cfcomment,
.coveo-icon.sysfiletype.cfpage,
.coveo-icon.sysfiletype.cfspace,
.coveo-icon.sysfiletype.confluencespace,
.coveo-icon.sysfiletype.coveo-small,
.coveo-icon.sysfiletype.coveo-small.activedirperson,
.coveo-icon.sysfiletype.coveo-small.box-user,
.coveo-icon.sysfiletype.coveo-small.cfblogentry,
.coveo-icon.sysfiletype.coveo-small.cfcomment,
.coveo-icon.sysfiletype.coveo-small.cfpage,
.coveo-icon.sysfiletype.coveo-small.cfspace,
.coveo-icon.sysfiletype.coveo-small.confluencespace,
.coveo-icon.sysfiletype.coveo-small.doc,
.coveo-icon.sysfiletype.coveo-small.docx,
.coveo-icon.sysfiletype.coveo-small.dynamicscrmitem,
.coveo-icon.sysfiletype.coveo-small.exchangeactivity,
.coveo-icon.sysfiletype.coveo-small.exchangeappointment,
.coveo-icon.sysfiletype.coveo-small.exchangecalendarmessage,
.coveo-icon.sysfiletype.coveo-small.exchangedocument,
.coveo-icon.sysfiletype.coveo-small.exchangedsn,
.coveo-icon.sysfiletype.coveo-small.exchangefreebusy,
.coveo-icon.sysfiletype.coveo-small.exchangegroup,
.coveo-icon.sysfiletype.coveo-small.exchangejunkmessage,
.coveo-icon.sysfiletype.coveo-small.exchangemdn,
.coveo-icon.sysfiletype.coveo-small.exchangemessage,
.coveo-icon.sysfiletype.coveo-small.exchangenote,
.coveo-icon.sysfiletype.coveo-small.exchangeobject,
.coveo-icon.sysfiletype.coveo-small.exchangeofficecom,
.coveo-icon.sysfiletype.coveo-small.exchangeperson,
.coveo-icon.sysfiletype.coveo-small.exchangerecallmessage,
.coveo-icon.sysfiletype.coveo-small.exchangerecallreport,
.coveo-icon.sysfiletype.coveo-small.exchangerssfeed,
.coveo-icon.sysfiletype.coveo-small.exchangetask,
.coveo-icon.sysfiletype.coveo-small.folder,
.coveo-icon.sysfiletype.coveo-small.gmailmessage,
.coveo-icon.sysfiletype.coveo-small.html,
.coveo-icon.sysfiletype.coveo-small.image,
.coveo-icon.sysfiletype.coveo-small.lithiumboard,
.coveo-icon.sysfiletype.coveo-small.lithiumcategory,
.coveo-icon.sysfiletype.coveo-small.lithiumcommunity,
.coveo-icon.sysfiletype.coveo-small.lithiummessage,
.coveo-icon.sysfiletype.coveo-small.lithiumthread,
.coveo-icon.sysfiletype.coveo-small.odt,
.coveo-icon.sysfiletype.coveo-small.olefile,
.coveo-icon.sysfiletype.coveo-small.pdf,
.coveo-icon.sysfiletype.coveo-small.ppt,
.coveo-icon.sysfiletype.coveo-small.rssitem,
.coveo-icon.sysfiletype.coveo-small.saleforceitem,
.coveo-icon.sysfiletype.coveo-small.salesforceitem,
.coveo-icon.sysfiletype.coveo-small.spadministratortask,
.coveo-icon.sysfiletype.coveo-small.spadministratortasklist,
.coveo-icon.sysfiletype.coveo-small.spagenda,
.coveo-icon.sysfiletype.coveo-small.spagendalist,
.coveo-icon.sysfiletype.coveo-small.spannouncement,
.coveo-icon.sysfiletype.coveo-small.spannouncementlist,
.coveo-icon.sysfiletype.coveo-small.sparea,
.coveo-icon.sysfiletype.coveo-small.spareadocumentlibrarylist,
.coveo-icon.sysfiletype.coveo-small.sparealisting,
.coveo-icon.sysfiletype.coveo-small.spattendee,
.coveo-icon.sysfiletype.coveo-small.spattendeelist,
.coveo-icon.sysfiletype.coveo-small.spblogcategory,
.coveo-icon.sysfiletype.coveo-small.spblogcategorylist,
.coveo-icon.sysfiletype.coveo-small.spblogcomment,
.coveo-icon.sysfiletype.coveo-small.spblogcommentlist,
.coveo-icon.sysfiletype.coveo-small.spblogpost,
.coveo-icon.sysfiletype.coveo-small.spblogpostlist,
.coveo-icon.sysfiletype.coveo-small.spcirculation,
.coveo-icon.sysfiletype.coveo-small.spcirculationlist,
.coveo-icon.sysfiletype.coveo-small.spcontact,
.coveo-icon.sysfiletype.coveo-small.spcontactlist,
.coveo-icon.sysfiletype.coveo-small.spcustomgridlist,
.coveo-icon.sysfiletype.coveo-small.spcustomlist,
.coveo-icon.sysfiletype.coveo-small.spdashboardslibrarylist,
.coveo-icon.sysfiletype.coveo-small.spdataconnectionforperformancepointlibrarylist,
.coveo-icon.sysfiletype.coveo-small.spdataconnectionlibrarylist,
.coveo-icon.sysfiletype.coveo-small.spdatasource,
.coveo-icon.sysfiletype.coveo-small.spdatasourcelist,
.coveo-icon.sysfiletype.coveo-small.spdecision,
.coveo-icon.sysfiletype.coveo-small.spdecisionlist,
.coveo-icon.sysfiletype.coveo-small.spdiscussionboard,
.coveo-icon.sysfiletype.coveo-small.spdiscussionboardlist,
.coveo-icon.sysfiletype.coveo-small.spdistributiongroup,
.coveo-icon.sysfiletype.coveo-small.spdistributiongrouplist,
.coveo-icon.sysfiletype.coveo-small.spdocumentlibrarylist,
.coveo-icon.sysfiletype.coveo-small.spdocumentlink,
.coveo-icon.sysfiletype.coveo-small.spdocumentset,
.coveo-icon.sysfiletype.coveo-small.spevent,
.coveo-icon.sysfiletype.coveo-small.speventlist,
.coveo-icon.sysfiletype.coveo-small.spformlibrarylist,
.coveo-icon.sysfiletype.coveo-small.sphealthreport,
.coveo-icon.sysfiletype.coveo-small.sphealthreportlist,
.coveo-icon.sysfiletype.coveo-small.sphealthrule,
.coveo-icon.sysfiletype.coveo-small.sphealthrulelist,
.coveo-icon.sysfiletype.coveo-small.spimedictionary,
.coveo-icon.sysfiletype.coveo-small.spimedictionarylist,
.coveo-icon.sysfiletype.coveo-small.spipfslist,
.coveo-icon.sysfiletype.coveo-small.spissue,
.coveo-icon.sysfiletype.coveo-small.spissuelist,
.coveo-icon.sysfiletype.coveo-small.spkeyperformanceindicator,
.coveo-icon.sysfiletype.coveo-small.spkeyperformanceindicatorlist,
.coveo-icon.sysfiletype.coveo-small.splanguagesandtranslator,
.coveo-icon.sysfiletype.coveo-small.splanguagesandtranslatorlist,
.coveo-icon.sysfiletype.coveo-small.splink,
.coveo-icon.sysfiletype.coveo-small.splinklist,
.coveo-icon.sysfiletype.coveo-small.splistfolder,
.coveo-icon.sysfiletype.coveo-small.splisttemplatecataloglist,
.coveo-icon.sysfiletype.coveo-small.spmasterpagescataloglist,
.coveo-icon.sysfiletype.coveo-small.spmeetingserie,
.coveo-icon.sysfiletype.coveo-small.spmeetingserielist,
.coveo-icon.sysfiletype.coveo-small.spmicrofeedlist,
.coveo-icon.sysfiletype.coveo-small.spmicrofeedpost,
.coveo-icon.sysfiletype.coveo-small.spnocodeworkflowlibrarylist,
.coveo-icon.sysfiletype.coveo-small.spobjective,
.coveo-icon.sysfiletype.coveo-small.spobjectivelist,
.coveo-icon.sysfiletype.coveo-small.spperformancepointcontent,
.coveo-icon.sysfiletype.coveo-small.spperformancepointcontentlist,
.coveo-icon.sysfiletype.coveo-small.spphonecallmemo,
.coveo-icon.sysfiletype.coveo-small.spphonecallmemolist,
.coveo-icon.sysfiletype.coveo-small.sppicturelibrarylist,
.coveo-icon.sysfiletype.coveo-small.spportal,
.coveo-icon.sysfiletype.coveo-small.spprocessdiagramslibrarylist,
.coveo-icon.sysfiletype.coveo-small.spprojecttask,
.coveo-icon.sysfiletype.coveo-small.spprojecttasklist,
.coveo-icon.sysfiletype.coveo-small.sppublishingimageslibrarylist,
.coveo-icon.sysfiletype.coveo-small.sppublishingpageslibrarylist,
.coveo-icon.sysfiletype.coveo-small.sprecordlibrarylist,
.coveo-icon.sysfiletype.coveo-small.spreportdocumentlibrarylist,
.coveo-icon.sysfiletype.coveo-small.spreportlibrarylist,
.coveo-icon.sysfiletype.coveo-small.spresource,
.coveo-icon.sysfiletype.coveo-small.spresourcelist,
.coveo-icon.sysfiletype.coveo-small.spsite,
.coveo-icon.sysfiletype.coveo-small.spsitedirectory,
.coveo-icon.sysfiletype.coveo-small.spsitedirectorylist,
.coveo-icon.sysfiletype.coveo-small.spsitethemeslibrarylist,
.coveo-icon.sysfiletype.coveo-small.spslidelibrarylist,
.coveo-icon.sysfiletype.coveo-small.spsolutionslibrarylist,
.coveo-icon.sysfiletype.coveo-small.spsurvey,
.coveo-icon.sysfiletype.coveo-small.spsurveylist,
.coveo-icon.sysfiletype.coveo-small.sptab,
.coveo-icon.sysfiletype.coveo-small.sptablist,
.coveo-icon.sysfiletype.coveo-small.sptask,
.coveo-icon.sysfiletype.coveo-small.sptasklist,
.coveo-icon.sysfiletype.coveo-small.sptextbox,
.coveo-icon.sysfiletype.coveo-small.sptextboxlist,
.coveo-icon.sysfiletype.coveo-small.spthingstobring,
.coveo-icon.sysfiletype.coveo-small.spthingstobringlist,
.coveo-icon.sysfiletype.coveo-small.sptranslationmanagementlibrarylist,
.coveo-icon.sysfiletype.coveo-small.spunknownlist,
.coveo-icon.sysfiletype.coveo-small.spuserinformation,
.coveo-icon.sysfiletype.coveo-small.spuserinformationlist,
.coveo-icon.sysfiletype.coveo-small.spuserprofile,
.coveo-icon.sysfiletype.coveo-small.spwebpartcataloglist,
.coveo-icon.sysfiletype.coveo-small.spwebtemplatecataloglist,
.coveo-icon.sysfiletype.coveo-small.spwfpublibrarylist,
.coveo-icon.sysfiletype.coveo-small.spwhereabout,
.coveo-icon.sysfiletype.coveo-small.spwhereaboutlist,
.coveo-icon.sysfiletype.coveo-small.spwikipagelibrarylist,
.coveo-icon.sysfiletype.coveo-small.spworkflowhistory,
.coveo-icon.sysfiletype.coveo-small.spworkflowhistorylist,
.coveo-icon.sysfiletype.coveo-small.spworkflowprocess,
.coveo-icon.sysfiletype.coveo-small.spworkflowprocesslist,
.coveo-icon.sysfiletype.coveo-small.spworkspacepagelist,
.coveo-icon.sysfiletype.coveo-small.svg,
.coveo-icon.sysfiletype.coveo-small.svm,
.coveo-icon.sysfiletype.coveo-small.swf,
.coveo-icon.sysfiletype.coveo-small.txt,
.coveo-icon.sysfiletype.coveo-small.video,
.coveo-icon.sysfiletype.coveo-small.vsd,
.coveo-icon.sysfiletype.coveo-small.webscraperwebpage,
.coveo-icon.sysfiletype.coveo-small.wiki,
.coveo-icon.sysfiletype.coveo-small.xls,
.coveo-icon.sysfiletype.coveo-small.xml,
.coveo-icon.sysfiletype.coveo-small.youtube,
.coveo-icon.sysfiletype.coveo-small.youtubeplaylistitem,
.coveo-icon.sysfiletype.coveo-small.youtubevideo,
.coveo-icon.sysfiletype.coveo-small.zip,
.coveo-icon.sysfiletype.doc,
.coveo-icon.sysfiletype.docx,
.coveo-icon.sysfiletype.dynamicscrmitem,
.coveo-icon.sysfiletype.exchangeactivity,
.coveo-icon.sysfiletype.exchangeappointment,
.coveo-icon.sysfiletype.exchangecalendarmessage,
.coveo-icon.sysfiletype.exchangedocument,
.coveo-icon.sysfiletype.exchangedsn,
.coveo-icon.sysfiletype.exchangefreebusy,
.coveo-icon.sysfiletype.exchangegroup,
.coveo-icon.sysfiletype.exchangejunkmessage,
.coveo-icon.sysfiletype.exchangemdn,
.coveo-icon.sysfiletype.exchangemessage,
.coveo-icon.sysfiletype.exchangenote,
.coveo-icon.sysfiletype.exchangeobject,
.coveo-icon.sysfiletype.exchangeofficecom,
.coveo-icon.sysfiletype.exchangeperson,
.coveo-icon.sysfiletype.exchangerecallmessage,
.coveo-icon.sysfiletype.exchangerecallreport,
.coveo-icon.sysfiletype.exchangerssfeed,
.coveo-icon.sysfiletype.exchangetask,
.coveo-icon.sysfiletype.folder,
.coveo-icon.sysfiletype.gmailmessage,
.coveo-icon.sysfiletype.html,
.coveo-icon.sysfiletype.image,
.coveo-icon.sysfiletype.lithiumboard,
.coveo-icon.sysfiletype.lithiumcategory,
.coveo-icon.sysfiletype.lithiumcommunity,
.coveo-icon.sysfiletype.lithiummessage,
.coveo-icon.sysfiletype.lithiumthread,
.coveo-icon.sysfiletype.odt,
.coveo-icon.sysfiletype.olefile,
.coveo-icon.sysfiletype.pdf,
.coveo-icon.sysfiletype.ppt,
.coveo-icon.sysfiletype.rssitem,
.coveo-icon.sysfiletype.saleforceitem,
.coveo-icon.sysfiletype.salesforceitem,
.coveo-icon.sysfiletype.spadministratortask,
.coveo-icon.sysfiletype.spadministratortasklist,
.coveo-icon.sysfiletype.spagenda,
.coveo-icon.sysfiletype.spagendalist,
.coveo-icon.sysfiletype.spannouncement,
.coveo-icon.sysfiletype.spannouncementlist,
.coveo-icon.sysfiletype.sparea,
.coveo-icon.sysfiletype.spareadocumentlibrarylist,
.coveo-icon.sysfiletype.sparealisting,
.coveo-icon.sysfiletype.spattendee,
.coveo-icon.sysfiletype.spattendeelist,
.coveo-icon.sysfiletype.spblogcategory,
.coveo-icon.sysfiletype.spblogcategorylist,
.coveo-icon.sysfiletype.spblogcomment,
.coveo-icon.sysfiletype.spblogcommentlist,
.coveo-icon.sysfiletype.spblogpost,
.coveo-icon.sysfiletype.spblogpostlist,
.coveo-icon.sysfiletype.spcirculation,
.coveo-icon.sysfiletype.spcirculationlist,
.coveo-icon.sysfiletype.spcontact,
.coveo-icon.sysfiletype.spcontactlist,
.coveo-icon.sysfiletype.spcustomgridlist,
.coveo-icon.sysfiletype.spcustomlist,
.coveo-icon.sysfiletype.spdashboardslibrarylist,
.coveo-icon.sysfiletype.spdataconnectionforperformancepointlibrarylist,
.coveo-icon.sysfiletype.spdataconnectionlibrarylist,
.coveo-icon.sysfiletype.spdatasource,
.coveo-icon.sysfiletype.spdatasourcelist,
.coveo-icon.sysfiletype.spdecision,
.coveo-icon.sysfiletype.spdecisionlist,
.coveo-icon.sysfiletype.spdiscussionboard,
.coveo-icon.sysfiletype.spdiscussionboardlist,
.coveo-icon.sysfiletype.spdistributiongroup,
.coveo-icon.sysfiletype.spdistributiongrouplist,
.coveo-icon.sysfiletype.spdocumentlibrarylist,
.coveo-icon.sysfiletype.spdocumentlink,
.coveo-icon.sysfiletype.spdocumentset,
.coveo-icon.sysfiletype.spevent,
.coveo-icon.sysfiletype.speventlist,
.coveo-icon.sysfiletype.spformlibrarylist,
.coveo-icon.sysfiletype.sphealthreport,
.coveo-icon.sysfiletype.sphealthreportlist,
.coveo-icon.sysfiletype.sphealthrule,
.coveo-icon.sysfiletype.sphealthrulelist,
.coveo-icon.sysfiletype.spimedictionary,
.coveo-icon.sysfiletype.spimedictionarylist,
.coveo-icon.sysfiletype.spipfslist,
.coveo-icon.sysfiletype.spissue,
.coveo-icon.sysfiletype.spissuelist,
.coveo-icon.sysfiletype.spkeyperformanceindicator,
.coveo-icon.sysfiletype.spkeyperformanceindicatorlist,
.coveo-icon.sysfiletype.splanguagesandtranslator,
.coveo-icon.sysfiletype.splanguagesandtranslatorlist,
.coveo-icon.sysfiletype.splink,
.coveo-icon.sysfiletype.splinklist,
.coveo-icon.sysfiletype.splistfolder,
.coveo-icon.sysfiletype.splisttemplatecataloglist,
.coveo-icon.sysfiletype.spmasterpagescataloglist,
.coveo-icon.sysfiletype.spmeetingserie,
.coveo-icon.sysfiletype.spmeetingserielist,
.coveo-icon.sysfiletype.spmicrofeedlist,
.coveo-icon.sysfiletype.spmicrofeedpost,
.coveo-icon.sysfiletype.spnocodeworkflowlibrarylist,
.coveo-icon.sysfiletype.spobjective,
.coveo-icon.sysfiletype.spobjectivelist,
.coveo-icon.sysfiletype.spperformancepointcontent,
.coveo-icon.sysfiletype.spperformancepointcontentlist,
.coveo-icon.sysfiletype.spphonecallmemo,
.coveo-icon.sysfiletype.spphonecallmemolist,
.coveo-icon.sysfiletype.sppicturelibrarylist,
.coveo-icon.sysfiletype.spportal,
.coveo-icon.sysfiletype.spprocessdiagramslibrarylist,
.coveo-icon.sysfiletype.spprojecttask,
.coveo-icon.sysfiletype.spprojecttasklist,
.coveo-icon.sysfiletype.sppublishingimageslibrarylist,
.coveo-icon.sysfiletype.sppublishingpageslibrarylist,
.coveo-icon.sysfiletype.sprecordlibrarylist,
.coveo-icon.sysfiletype.spreportdocumentlibrarylist,
.coveo-icon.sysfiletype.spreportlibrarylist,
.coveo-icon.sysfiletype.spresource,
.coveo-icon.sysfiletype.spresourcelist,
.coveo-icon.sysfiletype.spsite,
.coveo-icon.sysfiletype.spsitedirectory,
.coveo-icon.sysfiletype.spsitedirectorylist,
.coveo-icon.sysfiletype.spsitethemeslibrarylist,
.coveo-icon.sysfiletype.spslidelibrarylist,
.coveo-icon.sysfiletype.spsolutionslibrarylist,
.coveo-icon.sysfiletype.spsurvey,
.coveo-icon.sysfiletype.spsurveylist,
.coveo-icon.sysfiletype.sptab,
.coveo-icon.sysfiletype.sptablist,
.coveo-icon.sysfiletype.sptask,
.coveo-icon.sysfiletype.sptasklist,
.coveo-icon.sysfiletype.sptextbox,
.coveo-icon.sysfiletype.sptextboxlist,
.coveo-icon.sysfiletype.spthingstobring,
.coveo-icon.sysfiletype.spthingstobringlist,
.coveo-icon.sysfiletype.sptranslationmanagementlibrarylist,
.coveo-icon.sysfiletype.spunknownlist,
.coveo-icon.sysfiletype.spuserinformation,
.coveo-icon.sysfiletype.spuserinformationlist,
.coveo-icon.sysfiletype.spuserprofile,
.coveo-icon.sysfiletype.spwebpartcataloglist,
.coveo-icon.sysfiletype.spwebtemplatecataloglist,
.coveo-icon.sysfiletype.spwfpublibrarylist,
.coveo-icon.sysfiletype.spwhereabout,
.coveo-icon.sysfiletype.spwhereaboutlist,
.coveo-icon.sysfiletype.spwikipagelibrarylist,
.coveo-icon.sysfiletype.spworkflowhistory,
.coveo-icon.sysfiletype.spworkflowhistorylist,
.coveo-icon.sysfiletype.spworkflowprocess,
.coveo-icon.sysfiletype.spworkflowprocesslist,
.coveo-icon.sysfiletype.spworkspacepagelist,
.coveo-icon.sysfiletype.svg,
.coveo-icon.sysfiletype.svm,
.coveo-icon.sysfiletype.swf,
.coveo-icon.sysfiletype.txt,
.coveo-icon.sysfiletype.video,
.coveo-icon.sysfiletype.vsd,
.coveo-icon.sysfiletype.webscraperwebpage,
.coveo-icon.sysfiletype.wiki,
.coveo-icon.sysfiletype.xls,
.coveo-icon.sysfiletype.xml,
.coveo-icon.sysfiletype.youtube,
.coveo-icon.sysfiletype.youtubeplaylistitem,
.coveo-icon.sysfiletype.youtubevideo,
.coveo-icon.sysfiletype.zip,
.coveo-less .coveo-folding-footer-icon,
.coveo-logo,
.coveo-modalBox.coveo-quick-view>.coveo-wrapper>.coveo-title .coveo-quickview-close-button .coveo-icon,
.coveo-modalBox.coveo-quick-view>.coveo-wrapper>.coveo-title .coveo-quickview-close-button:hover .coveo-icon,
.coveo-more .coveo-folding-footer-icon,
.coveo-pager-next>a>span,
.coveo-pager-previous>a>span,
.coveo-powered-by,
.coveo-preferences-panel-close,
.coveo-preferences-panel-close:hover,
.coveo-result-tagging-add-tag-tick-icon span,
.coveo-result-tagging-clear-icon span,
.coveo-result-tagging-delete-icon,
.coveo-results-filter-preferences-breadcrumb .coveo-value .coveo-clear,
.coveo-results-filter-preferences-breadcrumb .coveo-value:hover .coveo-clear,
.coveo-settings-item.coveo-advanced-search .coveo-icon,
.coveo-settings-item.coveo-advanced-search:hover.coveo-disabled .coveo-icon,
.coveo-settings-item.coveo-advanced-search:hover .coveo-icon,
.coveo-settings-item.coveo-authentication-provider .coveo-icon,
.coveo-settings-item.coveo-authentication-provider:hover.coveo-disabled .coveo-icon,
.coveo-settings-item.coveo-authentication-provider:hover .coveo-icon,
.coveo-settings-item.coveo-export-to-excel .coveo-icon,
.coveo-settings-item.coveo-export-to-excel:hover.coveo-disabled .coveo-icon,
.coveo-settings-item.coveo-export-to-excel:hover .coveo-icon,
.coveo-settings-item.coveo-follow-query .coveo-icon,
.coveo-settings-item.coveo-follow-query:hover.coveo-disabled .coveo-icon,
.coveo-settings-item.coveo-follow-query:hover .coveo-icon,
.coveo-settings-item.coveo-preferences-panel .coveo-icon,
.coveo-settings-item.coveo-preferences-panel:hover.coveo-disabled .coveo-icon,
.coveo-settings-item.coveo-preferences-panel:hover .coveo-icon,
.coveo-settings-item.coveo-share-query .coveo-icon,
.coveo-settings-item.coveo-share-query:hover.coveo-disabled .coveo-icon,
.coveo-settings-item.coveo-share-query:hover .coveo-icon,
.coveo-settings-item.coveo-subscriptions-panel .coveo-icon,
.coveo-settings-item.coveo-subscriptions-panel:hover.coveo-disabled .coveo-icon,
.coveo-settings-item.coveo-subscriptions-panel:hover .coveo-icon,
.coveo-share-query-summary-info-close,
.coveo-share-query-summary-info-close:hover,
.coveo-sprites-and,
.coveo-sprites-arrow-down,
.coveo-sprites-arrow-up,
.coveo-sprites-attach,
.coveo-sprites-attached,
.coveo-sprites-attachment,
.coveo-sprites-attachment-small,
.coveo-sprites-authenticate,
.coveo-sprites-calendar,
.coveo-sprites-calendar-small,
.coveo-sprites-card-layout,
.coveo-sprites-case,
.coveo-sprites-case-small,
.coveo-sprites-checkbox-exclusion,
.coveo-sprites-checkbox-hook-active,
.coveo-sprites-checkbox-hook-inactive,
.coveo-sprites-checkbox-hook-white,
.coveo-sprites-checkbox-more-values,
.coveo-sprites-clear-active-filters,
.coveo-sprites-clear-inactive-filters,
.coveo-sprites-close,
.coveo-sprites-collapse,
.coveo-sprites-coveo-logo,
.coveo-sprites-coveo-powered-by-logo,
.coveo-sprites-custom,
.coveo-sprites-custom-small,
.coveo-sprites-database,
.coveo-sprites-database-small,
.coveo-sprites-download,
.coveo-sprites-dropdown-ascending,
.coveo-sprites-dropdown-ascending-active,
.coveo-sprites-dropdown-authenticate,
.coveo-sprites-dropdown-authenticate-active,
.coveo-sprites-dropdown-collapse,
.coveo-sprites-dropdown-collapse-active,
.coveo-sprites-dropdown-density-checked,
.coveo-sprites-dropdown-descending,
.coveo-sprites-dropdown-descending-active,
.coveo-sprites-dropdown-expand,
.coveo-sprites-dropdown-expand-active,
.coveo-sprites-dropdown-export-to-excel,
.coveo-sprites-dropdown-export-to-excel-active,
.coveo-sprites-dropdown-follow-query,
.coveo-sprites-dropdown-follow-query-active,
.coveo-sprites-dropdown-less,
.coveo-sprites-dropdown-less-active,
.coveo-sprites-dropdown-manage-alerts,
.coveo-sprites-dropdown-manage-alerts-active,
.coveo-sprites-dropdown-more,
.coveo-sprites-dropdown-more-active,
.coveo-sprites-dropdown-preferences,
.coveo-sprites-dropdown-preferences-active,
.coveo-sprites-dropdown-share-query,
.coveo-sprites-dropdown-share-query-active,
.coveo-sprites-edit,
.coveo-sprites-edit-picklist,
.coveo-sprites-exclusion-hover,
.coveo-sprites-expand,
.coveo-sprites-external,
.coveo-sprites-facet-checkbox-exclusion,
.coveo-sprites-facet-exclusion-hover,
.coveo-sprites-facet-loading,
.coveo-sprites-facet-search,
.coveo-sprites-facet-search-checkbox-hook-active,
.coveo-sprites-facet-search-checkbox-hook-inactive,
.coveo-sprites-facet-search-loading,
.coveo-sprites-file,
.coveo-sprites-file-small,
.coveo-sprites-folder,
.coveo-sprites-folder-small,
.coveo-sprites-follow,
.coveo-sprites-followed,
.coveo-sprites-images,
.coveo-sprites-images-small,
.coveo-sprites-info,
.coveo-sprites-kb,
.coveo-sprites-kb-small,
.coveo-sprites-line,
.coveo-sprites-link,
.coveo-sprites-link-small,
.coveo-sprites-list,
.coveo-sprites-list-layout,
.coveo-sprites-list-small,
.coveo-sprites-mail,
.coveo-sprites-mail-small,
.coveo-sprites-main-clear,
.coveo-sprites-main-clear-hover,
.coveo-sprites-main-search,
.coveo-sprites-main-search-active,
.coveo-sprites-manage,
.coveo-sprites-more-menu,
.coveo-sprites-more-menu-active,
.coveo-sprites-more-tabs,
.coveo-sprites-or,
.coveo-sprites-pager-left-arrow,
.coveo-sprites-pager-right-arrow,
.coveo-sprites-preferences,
.coveo-sprites-product,
.coveo-sprites-product-small,
.coveo-sprites-quickview,
.coveo-sprites-replies,
.coveo-sprites-result-follow,
.coveo-sprites-result-follow-active,
.coveo-sprites-salesforce-doctype-ai,
.coveo-sprites-salesforce-doctype-ai-small,
.coveo-sprites-salesforce-doctype-attachment,
.coveo-sprites-salesforce-doctype-attachment-small,
.coveo-sprites-salesforce-doctype-audio,
.coveo-sprites-salesforce-doctype-audio-small,
.coveo-sprites-salesforce-doctype-box-notes,
.coveo-sprites-salesforce-doctype-box-notes-small,
.coveo-sprites-salesforce-doctype-csv,
.coveo-sprites-salesforce-doctype-csv-small,
.coveo-sprites-salesforce-doctype-eps,
.coveo-sprites-salesforce-doctype-eps-small,
.coveo-sprites-salesforce-doctype-excel,
.coveo-sprites-salesforce-doctype-excel-small,
.coveo-sprites-salesforce-doctype-exe,
.coveo-sprites-salesforce-doctype-exe-small,
.coveo-sprites-salesforce-doctype-flash,
.coveo-sprites-salesforce-doctype-flash-small,
.coveo-sprites-salesforce-doctype-gdoc,
.coveo-sprites-salesforce-doctype-gdoc-small,
.coveo-sprites-salesforce-doctype-gdocs,
.coveo-sprites-salesforce-doctype-gdocs-small,
.coveo-sprites-salesforce-doctype-gpres,
.coveo-sprites-salesforce-doctype-gpres-small,
.coveo-sprites-salesforce-doctype-gsheet,
.coveo-sprites-salesforce-doctype-gsheet-small,
.coveo-sprites-salesforce-doctype-html,
.coveo-sprites-salesforce-doctype-html-small,
.coveo-sprites-salesforce-doctype-image,
.coveo-sprites-salesforce-doctype-image-small,
.coveo-sprites-salesforce-doctype-keynote,
.coveo-sprites-salesforce-doctype-keynote-small,
.coveo-sprites-salesforce-doctype-link,
.coveo-sprites-salesforce-doctype-link-small,
.coveo-sprites-salesforce-doctype-mp4,
.coveo-sprites-salesforce-doctype-mp4-small,
.coveo-sprites-salesforce-doctype-overlay,
.coveo-sprites-salesforce-doctype-overlay-small,
.coveo-sprites-salesforce-doctype-pack,
.coveo-sprites-salesforce-doctype-pack-small,
.coveo-sprites-salesforce-doctype-pages,
.coveo-sprites-salesforce-doctype-pages-small,
.coveo-sprites-salesforce-doctype-pdf,
.coveo-sprites-salesforce-doctype-pdf-small,
.coveo-sprites-salesforce-doctype-ppt,
.coveo-sprites-salesforce-doctype-ppt-small,
.coveo-sprites-salesforce-doctype-psd,
.coveo-sprites-salesforce-doctype-psd-small,
.coveo-sprites-salesforce-doctype-rtf,
.coveo-sprites-salesforce-doctype-rtf-small,
.coveo-sprites-salesforce-doctype-slide,
.coveo-sprites-salesforce-doctype-slide-small,
.coveo-sprites-salesforce-doctype-stypi,
.coveo-sprites-salesforce-doctype-stypi-small,
.coveo-sprites-salesforce-doctype-txt,
.coveo-sprites-salesforce-doctype-txt-small,
.coveo-sprites-salesforce-doctype-unknown,
.coveo-sprites-salesforce-doctype-unknown-small,
.coveo-sprites-salesforce-doctype-video,
.coveo-sprites-salesforce-doctype-video-small,
.coveo-sprites-salesforce-doctype-visio,
.coveo-sprites-salesforce-doctype-visio-small,
.coveo-sprites-salesforce-doctype-webex,
.coveo-sprites-salesforce-doctype-webex-small,
.coveo-sprites-salesforce-doctype-word,
.coveo-sprites-salesforce-doctype-word-small,
.coveo-sprites-salesforce-doctype-xml,
.coveo-sprites-salesforce-doctype-xml-small,
.coveo-sprites-salesforce-doctype-zip,
.coveo-sprites-salesforce-doctype-zip-small,
.coveo-sprites-salesforce-standard-account,
.coveo-sprites-salesforce-standard-account-small,
.coveo-sprites-salesforce-standard-announcement,
.coveo-sprites-salesforce-standard-announcement-small,
.coveo-sprites-salesforce-standard-answer-best,
.coveo-sprites-salesforce-standard-answer-best-small,
.coveo-sprites-salesforce-standard-answer-private,
.coveo-sprites-salesforce-standard-answer-private-small,
.coveo-sprites-salesforce-standard-answer-public,
.coveo-sprites-salesforce-standard-answer-public-small,
.coveo-sprites-salesforce-standard-approval,
.coveo-sprites-salesforce-standard-approval-small,
.coveo-sprites-salesforce-standard-apps,
.coveo-sprites-salesforce-standard-apps-admin,
.coveo-sprites-salesforce-standard-apps-admin-small,
.coveo-sprites-salesforce-standard-apps-small,
.coveo-sprites-salesforce-standard-article,
.coveo-sprites-salesforce-standard-article-small,
.coveo-sprites-salesforce-standard-avatar,
.coveo-sprites-salesforce-standard-avatar-loading,
.coveo-sprites-salesforce-standard-avatar-loading-small,
.coveo-sprites-salesforce-standard-avatar-small,
.coveo-sprites-salesforce-standard-calibration,
.coveo-sprites-salesforce-standard-calibration-small,
.coveo-sprites-salesforce-standard-call,
.coveo-sprites-salesforce-standard-call-history,
.coveo-sprites-salesforce-standard-call-history-small,
.coveo-sprites-salesforce-standard-call-small,
.coveo-sprites-salesforce-standard-campaign,
.coveo-sprites-salesforce-standard-campaign-members,
.coveo-sprites-salesforce-standard-campaign-members-small,
.coveo-sprites-salesforce-standard-campaign-small,
.coveo-sprites-salesforce-standard-canvas,
.coveo-sprites-salesforce-standard-canvas-small,
.coveo-sprites-salesforce-standard-case,
.coveo-sprites-salesforce-standard-case-change-status,
.coveo-sprites-salesforce-standard-case-change-status-small,
.coveo-sprites-salesforce-standard-case-comment,
.coveo-sprites-salesforce-standard-case-comment-small,
.coveo-sprites-salesforce-standard-case-email,
.coveo-sprites-salesforce-standard-case-email-small,
.coveo-sprites-salesforce-standard-case-log-a-call,
.coveo-sprites-salesforce-standard-case-log-a-call-small,
.coveo-sprites-salesforce-standard-case-small,
.coveo-sprites-salesforce-standard-case-transcript,
.coveo-sprites-salesforce-standard-case-transcript-small,
.coveo-sprites-salesforce-standard-client,
.coveo-sprites-salesforce-standard-client-small,
.coveo-sprites-salesforce-standard-coaching,
.coveo-sprites-salesforce-standard-coaching-small,
.coveo-sprites-salesforce-standard-connected-apps,
.coveo-sprites-salesforce-standard-connected-apps-small,
.coveo-sprites-salesforce-standard-contact,
.coveo-sprites-salesforce-standard-contact-small,
.coveo-sprites-salesforce-standard-contract,
.coveo-sprites-salesforce-standard-contract-small,
.coveo-sprites-salesforce-standard-custom,
.coveo-sprites-salesforce-standard-custom-small,
.coveo-sprites-salesforce-standard-dashboard,
.coveo-sprites-salesforce-standard-dashboard-small,
.coveo-sprites-salesforce-standard-default,
.coveo-sprites-salesforce-standard-default-small,
.coveo-sprites-salesforce-standard-document,
.coveo-sprites-salesforce-standard-document-small,
.coveo-sprites-salesforce-standard-drafts,
.coveo-sprites-salesforce-standard-drafts-small,
.coveo-sprites-salesforce-standard-email,
.coveo-sprites-salesforce-standard-email-chatter,
.coveo-sprites-salesforce-standard-email-chatter-small,
.coveo-sprites-salesforce-standard-email-iq,
.coveo-sprites-salesforce-standard-email-iq-small,
.coveo-sprites-salesforce-standard-email-small,
.coveo-sprites-salesforce-standard-empty,
.coveo-sprites-salesforce-standard-empty-small,
.coveo-sprites-salesforce-standard-endorsement,
.coveo-sprites-salesforce-standard-endorsement-small,
.coveo-sprites-salesforce-standard-environment-hub,
.coveo-sprites-salesforce-standard-environment-hub-small,
.coveo-sprites-salesforce-standard-event,
.coveo-sprites-salesforce-standard-event-small,
.coveo-sprites-salesforce-standard-feed,
.coveo-sprites-salesforce-standard-feed-small,
.coveo-sprites-salesforce-standard-feedback,
.coveo-sprites-salesforce-standard-feedback-small,
.coveo-sprites-salesforce-standard-file,
.coveo-sprites-salesforce-standard-file-small,
.coveo-sprites-salesforce-standard-flow,
.coveo-sprites-salesforce-standard-flow-small,
.coveo-sprites-salesforce-standard-folder,
.coveo-sprites-salesforce-standard-folder-small,
.coveo-sprites-salesforce-standard-generic-loading,
.coveo-sprites-salesforce-standard-generic-loading-small,
.coveo-sprites-salesforce-standard-goals,
.coveo-sprites-salesforce-standard-goals-small,
.coveo-sprites-salesforce-standard-group-loading,
.coveo-sprites-salesforce-standard-group-loading-small,
.coveo-sprites-salesforce-standard-groups,
.coveo-sprites-salesforce-standard-groups-small,
.coveo-sprites-salesforce-standard-hierarchy,
.coveo-sprites-salesforce-standard-hierarchy-small,
.coveo-sprites-salesforce-standard-home,
.coveo-sprites-salesforce-standard-home-small,
.coveo-sprites-salesforce-standard-household,
.coveo-sprites-salesforce-standard-household-small,
.coveo-sprites-salesforce-standard-insights,
.coveo-sprites-salesforce-standard-insights-small,
.coveo-sprites-salesforce-standard-investment-account,
.coveo-sprites-salesforce-standard-investment-account-small,
.coveo-sprites-salesforce-standard-lead,
.coveo-sprites-salesforce-standard-lead-small,
.coveo-sprites-salesforce-standard-link,
.coveo-sprites-salesforce-standard-link-small,
.coveo-sprites-salesforce-standard-log-a-call,
.coveo-sprites-salesforce-standard-log-a-call-small,
.coveo-sprites-salesforce-standard-marketing-actions,
.coveo-sprites-salesforce-standard-marketing-actions-small,
.coveo-sprites-salesforce-standard-metrics,
.coveo-sprites-salesforce-standard-metrics-small,
.coveo-sprites-salesforce-standard-news,
.coveo-sprites-salesforce-standard-news-small,
.coveo-sprites-salesforce-standard-note,
.coveo-sprites-salesforce-standard-note-small,
.coveo-sprites-salesforce-standard-opportunity,
.coveo-sprites-salesforce-standard-opportunity-small,
.coveo-sprites-salesforce-standard-orders,
.coveo-sprites-salesforce-standard-orders-small,
.coveo-sprites-salesforce-standard-people,
.coveo-sprites-salesforce-standard-people-small,
.coveo-sprites-salesforce-standard-performance,
.coveo-sprites-salesforce-standard-performance-small,
.coveo-sprites-salesforce-standard-person-account,
.coveo-sprites-salesforce-standard-person-account-small,
.coveo-sprites-salesforce-standard-photo,
.coveo-sprites-salesforce-standard-photo-small,
.coveo-sprites-salesforce-standard-poll,
.coveo-sprites-salesforce-standard-poll-small,
.coveo-sprites-salesforce-standard-portal,
.coveo-sprites-salesforce-standard-portal-small,
.coveo-sprites-salesforce-standard-post,
.coveo-sprites-salesforce-standard-post-small,
.coveo-sprites-salesforce-standard-pricebook,
.coveo-sprites-salesforce-standard-pricebook-small,
.coveo-sprites-salesforce-standard-process,
.coveo-sprites-salesforce-standard-process-small,
.coveo-sprites-salesforce-standard-product,
.coveo-sprites-salesforce-standard-product-small,
.coveo-sprites-salesforce-standard-question-best,
.coveo-sprites-salesforce-standard-question-best-small,
.coveo-sprites-salesforce-standard-question-feed,
.coveo-sprites-salesforce-standard-question-feed-small,
.coveo-sprites-salesforce-standard-quotes,
.coveo-sprites-salesforce-standard-quotes-small,
.coveo-sprites-salesforce-standard-recent,
.coveo-sprites-salesforce-standard-recent-small,
.coveo-sprites-salesforce-standard-record,
.coveo-sprites-salesforce-standard-record-small,
.coveo-sprites-salesforce-standard-related-list,
.coveo-sprites-salesforce-standard-related-list-small,
.coveo-sprites-salesforce-standard-report,
.coveo-sprites-salesforce-standard-report-small,
.coveo-sprites-salesforce-standard-reward,
.coveo-sprites-salesforce-standard-reward-small,
.coveo-sprites-salesforce-standard-scan-card,
.coveo-sprites-salesforce-standard-scan-card-small,
.coveo-sprites-salesforce-standard-skill-entity,
.coveo-sprites-salesforce-standard-skill-entity-small,
.coveo-sprites-salesforce-standard-social,
.coveo-sprites-salesforce-standard-social-small,
.coveo-sprites-salesforce-standard-solution,
.coveo-sprites-salesforce-standard-solution-small,
.coveo-sprites-salesforce-standard-sossession,
.coveo-sprites-salesforce-standard-sossession-small,
.coveo-sprites-salesforce-standard-task,
.coveo-sprites-salesforce-standard-task2,
.coveo-sprites-salesforce-standard-task2-small,
.coveo-sprites-salesforce-standard-task-small,
.coveo-sprites-salesforce-standard-team-member,
.coveo-sprites-salesforce-standard-team-member-small,
.coveo-sprites-salesforce-standard-thanks,
.coveo-sprites-salesforce-standard-thanks-loading,
.coveo-sprites-salesforce-standard-thanks-loading-small,
.coveo-sprites-salesforce-standard-thanks-small,
.coveo-sprites-salesforce-standard-today,
.coveo-sprites-salesforce-standard-today-small,
.coveo-sprites-salesforce-standard-topic,
.coveo-sprites-salesforce-standard-topic-small,
.coveo-sprites-salesforce-standard-unmatched,
.coveo-sprites-salesforce-standard-unmatched-small,
.coveo-sprites-salesforce-standard-user,
.coveo-sprites-salesforce-standard-user-small,
.coveo-sprites-salesforce-standard-work-order,
.coveo-sprites-salesforce-standard-work-order-item,
.coveo-sprites-salesforce-standard-work-order-item-small,
.coveo-sprites-salesforce-standard-work-order-small,
.coveo-sprites-search-options-inactive,
.coveo-sprites-settings,
.coveo-sprites-sort,
.coveo-sprites-sort-active,
.coveo-sprites-star_active,
.coveo-sprites-star_placeholder,
.coveo-sprites-table-layout,
.coveo-sprites-tagging-clear,
.coveo-sprites-tagging-ok,
.coveo-sprites-user,
.coveo-sprites-user-small,
.coveo-sprites-video,
.coveo-sprites-video-small,
.coveo-sprites-webpage,
.coveo-sprites-webpage-small,
.coveo-subscriptions-panel .coveo-subscriptions-panel-close .coveo-icon,
.coveo-subscriptions-panel .coveo-subscriptions-panel-close:hover .coveo-icon,
.CoveoAttachToCase span.coveo-attach-to-case-attach:before,
.CoveoAttachToCase span.coveo-attach-to-case-attached:before,
.CoveoFollowItem.coveo-follow-item-followed:before,
.CoveoFollowItem.coveo-follow-item-loading:before,
.CoveoFollowItem:before,
.CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value.coveo-has-childs.coveo-has-childs-selected .coveo-facet-value-checkbox>span,
.CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value.coveo-has-childs.coveo-has-childs-selected.coveo-selected .coveo-facet-value-checkbox>span,
.CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value.coveo-has-childs.coveo-has-childs-selected.coveo-selected:hover .coveo-facet-value-checkbox>span,
.CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value.coveo-has-childs .coveo-has-childs-toggle,
.CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value.coveo-has-childs.coveo-open .coveo-has-childs-toggle,
.CoveoPreferencePanelItem .coveo-input-icon.coveo-selected:before,
.CoveoQuickview .coveo-icon-for-quickview,
.CoveoResult.coveo-people-result .CoveoThumbnail.coveo-no-thumbnail,
.CoveoResultAttachments .coveo-thumbnail-icon,
.CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-close-and-save .coveo-close,
.CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-close-and-save .coveo-close:hover,
.CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-close-and-save .coveo-save,
.CoveoResultsFiltersPreferences .coveo-delete .coveo-icon,
.CoveoResultsFiltersPreferences .coveo-edit .coveo-icon,
.CoveoResultsFiltersPreferences .coveo-input-icon.coveo-selected:before,
.CoveoResultsPreferences .coveo-input-icon.coveo-selected:before,
.CoveoSearchbox .magic-box .magic-box-clear .magic-box-icon:before,
.CoveoSearchButton:hover>.coveo-icon,
.CoveoSearchButton>.coveo-icon,
.CoveoSort.coveo-ascending .coveo-icon,
.CoveoSort.coveo-descending .coveo-icon,
.CoveoSort .coveo-icon,
.ie8or9 .coveo-executing-query .CoveoSearchButton>.coveo-icon {
    background-image: url(/assets/global/img/coveo/spritesNew.png);
    display: inline-block;
    background-repeat: no-repeat;
    overflow: hidden;
    background-size: 11436px 64px
}

.coveo-logo,
.coveo-sprites-coveo-logo {
    background-position: 0 0;
    width: 178px;
    height: 64px;
    text-indent: 178px
}

.coveo-sprites-salesforce-standard-announcement {
    background-position: -178px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-sprites-line,
.CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value.coveo-has-childs.coveo-has-childs-selected .coveo-facet-value-checkbox>span {
    background-position: -178px -60px;
    width: 12px;
    height: 2px;
    text-indent: 12px
}

.coveo-sprites-salesforce-standard-work-order-item {
    background-position: -238px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-sprites-salesforce-standard-user {
    background-position: -298px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-sprites-salesforce-standard-unmatched {
    background-position: -358px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-sprites-salesforce-standard-topic {
    background-position: -418px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-icon.objecttype.Attachment,
.coveo-icon.objecttype.attachment,
.coveo-sprites-attachment {
    background-position: -478px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-sprites-salesforce-standard-today {
    background-position: -538px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-sprites-salesforce-standard-thanks {
    background-position: -598px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-icon.filetype.exchangeappointment,
.coveo-icon.filetype.exchangecalendarmessage,
.coveo-icon.filetype.spadministratortask,
.coveo-icon.filetype.spadministratortasklist,
.coveo-icon.filetype.spagenda,
.coveo-icon.filetype.spagendalist,
.coveo-icon.filetype.spevent,
.coveo-icon.filetype.speventlist,
.coveo-icon.filetype.spmeetingserie,
.coveo-icon.filetype.spmeetingserielist,
.coveo-icon.filetype.sptask,
.coveo-icon.filetype.sptasklist,
.coveo-icon.filetype.spworkflowhistory,
.coveo-icon.filetype.spworkflowhistorylist,
.coveo-icon.objecttype.campaign,
.coveo-icon.objecttype.Campaign,
.coveo-icon.sysfiletype.exchangeappointment,
.coveo-icon.sysfiletype.exchangecalendarmessage,
.coveo-icon.sysfiletype.spadministratortask,
.coveo-icon.sysfiletype.spadministratortasklist,
.coveo-icon.sysfiletype.spagenda,
.coveo-icon.sysfiletype.spagendalist,
.coveo-icon.sysfiletype.spevent,
.coveo-icon.sysfiletype.speventlist,
.coveo-icon.sysfiletype.spmeetingserie,
.coveo-icon.sysfiletype.spmeetingserielist,
.coveo-icon.sysfiletype.sptask,
.coveo-icon.sysfiletype.sptasklist,
.coveo-icon.sysfiletype.spworkflowhistory,
.coveo-icon.sysfiletype.spworkflowhistorylist,
.coveo-sprites-calendar {
    background-position: -658px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-sprites-salesforce-standard-thanks-loading {
    background-position: -718px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-sprites-salesforce-standard-team-member {
    background-position: -778px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-icon.filetype.exchangetask,
.coveo-icon.filetype.spprojecttask,
.coveo-icon.filetype.spprojecttasklist,
.coveo-icon.sysfiletype.exchangetask,
.coveo-icon.sysfiletype.spprojecttask,
.coveo-icon.sysfiletype.spprojecttasklist,
.coveo-sprites-case {
    background-position: -838px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-sprites-salesforce-standard-task2 {
    background-position: -898px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-icon.objecttype.Task,
.coveo-icon.objecttype.task,
.coveo-sprites-salesforce-standard-task {
    background-position: -958px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-sprites-salesforce-standard-sossession {
    background-position: -1018px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-sprites-salesforce-standard-solution {
    background-position: -1078px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-sprites-salesforce-standard-social {
    background-position: -1138px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-sprites-salesforce-standard-skill-entity {
    background-position: -1198px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-sprites-salesforce-standard-scan-card {
    background-position: -1258px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-sprites-salesforce-standard-reward {
    background-position: -1318px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-sprites-salesforce-standard-report {
    background-position: -1378px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-sprites-salesforce-standard-work-order {
    background-position: -1438px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-sprites-salesforce-standard-related-list {
    background-position: -1498px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-sprites-salesforce-standard-record {
    background-position: -1558px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-icon.filetype,
.coveo-icon.filetype.exchangefreebusy,
.coveo-icon.filetype.exchangemdn,
.coveo-icon.filetype.exchangeobject,
.coveo-icon.filetype.lithiumcommunity,
.coveo-icon.filetype.sparea,
.coveo-icon.filetype.sparealisting,
.coveo-icon.filetype.spcirculation,
.coveo-icon.filetype.spcirculationlist,
.coveo-icon.filetype.spcustomgridlist,
.coveo-icon.filetype.spcustomlist,
.coveo-icon.filetype.spdecision,
.coveo-icon.filetype.spdecisionlist,
.coveo-icon.filetype.spdistributiongroup,
.coveo-icon.filetype.spdistributiongrouplist,
.coveo-icon.filetype.spkeyperformanceindicator,
.coveo-icon.filetype.spkeyperformanceindicatorlist,
.coveo-icon.filetype.spobjective,
.coveo-icon.filetype.spobjectivelist,
.coveo-icon.filetype.spsurvey,
.coveo-icon.filetype.spsurveylist,
.coveo-icon.filetype.sptab,
.coveo-icon.filetype.sptablist,
.coveo-icon.filetype.spthingstobring,
.coveo-icon.filetype.spthingstobringlist,
.coveo-icon.filetype.spunknownlist,
.coveo-icon.filetype.spwhereabout,
.coveo-icon.filetype.spwhereaboutlist,
.coveo-icon.filetype.spworkflowprocess,
.coveo-icon.filetype.spworkflowprocesslist,
.coveo-icon.objecttype,
.coveo-icon.sysfiletype,
.coveo-icon.sysfiletype.exchangefreebusy,
.coveo-icon.sysfiletype.exchangemdn,
.coveo-icon.sysfiletype.exchangeobject,
.coveo-icon.sysfiletype.lithiumcommunity,
.coveo-icon.sysfiletype.sparea,
.coveo-icon.sysfiletype.sparealisting,
.coveo-icon.sysfiletype.spcirculation,
.coveo-icon.sysfiletype.spcirculationlist,
.coveo-icon.sysfiletype.spcustomgridlist,
.coveo-icon.sysfiletype.spcustomlist,
.coveo-icon.sysfiletype.spdecision,
.coveo-icon.sysfiletype.spdecisionlist,
.coveo-icon.sysfiletype.spdistributiongroup,
.coveo-icon.sysfiletype.spdistributiongrouplist,
.coveo-icon.sysfiletype.spkeyperformanceindicator,
.coveo-icon.sysfiletype.spkeyperformanceindicatorlist,
.coveo-icon.sysfiletype.spobjective,
.coveo-icon.sysfiletype.spobjectivelist,
.coveo-icon.sysfiletype.spsurvey,
.coveo-icon.sysfiletype.spsurveylist,
.coveo-icon.sysfiletype.sptab,
.coveo-icon.sysfiletype.sptablist,
.coveo-icon.sysfiletype.spthingstobring,
.coveo-icon.sysfiletype.spthingstobringlist,
.coveo-icon.sysfiletype.spunknownlist,
.coveo-icon.sysfiletype.spwhereabout,
.coveo-icon.sysfiletype.spwhereaboutlist,
.coveo-icon.sysfiletype.spworkflowprocess,
.coveo-icon.sysfiletype.spworkflowprocesslist,
.coveo-sprites-custom {
    background-position: -1618px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-sprites-salesforce-standard-recent {
    background-position: -1678px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-sprites-database {
    background-position: -1738px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-icon.objecttype.Quote,
.coveo-icon.objecttype.quote,
.coveo-sprites-salesforce-standard-quotes {
    background-position: -1798px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-icon.filetype.cfcomment,
.coveo-icon.sysfiletype.cfcomment,
.coveo-sprites-salesforce-standard-question-feed {
    background-position: -1858px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-sprites-salesforce-standard-question-best {
    background-position: -1918px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-sprites-salesforce-standard-product {
    background-position: -1978px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-sprites-salesforce-standard-process {
    background-position: -2038px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-sprites-salesforce-standard-pricebook {
    background-position: -2098px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-icon.objecttype.Feedcomment,
.coveo-icon.objecttype.feedcomment,
.coveo-icon.objecttype.Feeditem,
.coveo-icon.objecttype.feeditem,
.coveo-sprites-salesforce-standard-post {
    background-position: -2158px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-sprites-salesforce-standard-portal {
    background-position: -2218px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-sprites-salesforce-standard-poll {
    background-position: -2278px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-sprites-salesforce-standard-photo {
    background-position: -2338px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-sprites-salesforce-standard-person-account {
    background-position: -2398px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-sprites-salesforce-standard-performance {
    background-position: -2458px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-sprites-salesforce-standard-people {
    background-position: -2518px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-icon.objecttype.Salesorder,
.coveo-icon.objecttype.salesorder,
.coveo-sprites-salesforce-standard-orders {
    background-position: -2578px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-icon.objecttype.Opportunity,
.coveo-icon.objecttype.opportunity,
.coveo-icon.objecttype.Opportunityproduct,
.coveo-icon.objecttype.opportunityproduct,
.coveo-sprites-salesforce-standard-opportunity {
    background-position: -2638px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-icon.objecttype.Note,
.coveo-icon.objecttype.note,
.coveo-sprites-salesforce-standard-note {
    background-position: -2698px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-sprites-salesforce-standard-news {
    background-position: -2758px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-sprites-salesforce-standard-metrics {
    background-position: -2818px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-sprites-salesforce-standard-marketing-actions {
    background-position: -2878px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-sprites-salesforce-standard-log-a-call {
    background-position: -2938px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-sprites-salesforce-standard-link {
    background-position: -2998px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-icon.objecttype.Lead,
.coveo-icon.objecttype.lead,
.coveo-sprites-salesforce-standard-lead {
    background-position: -3058px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-sprites-salesforce-standard-investment-account {
    background-position: -3118px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-sprites-salesforce-standard-insights {
    background-position: -3178px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-sprites-salesforce-standard-household {
    background-position: -3238px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-sprites-salesforce-standard-home {
    background-position: -3298px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-sprites-salesforce-standard-hierarchy {
    background-position: -3358px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-sprites-salesforce-standard-groups {
    background-position: -3418px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-sprites-salesforce-standard-group-loading {
    background-position: -3478px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-icon.objecttype.Goal,
.coveo-icon.objecttype.goal,
.coveo-sprites-salesforce-standard-goals {
    background-position: -3538px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-sprites-salesforce-standard-generic-loading {
    background-position: -3598px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-sprites-salesforce-standard-folder {
    background-position: -3658px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-sprites-salesforce-standard-flow {
    background-position: -3718px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-sprites-salesforce-standard-file {
    background-position: -3778px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-icon.objecttype.Casecomment,
.coveo-icon.objecttype.casecomment,
.coveo-sprites-salesforce-standard-feedback {
    background-position: -3838px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-sprites-salesforce-standard-feed {
    background-position: -3898px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-icon.objecttype.Event,
.coveo-icon.objecttype.event,
.coveo-sprites-salesforce-standard-event {
    background-position: -3958px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-sprites-salesforce-standard-environment-hub {
    background-position: -4018px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-sprites-salesforce-standard-endorsement {
    background-position: -4078px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-icon.filetype.doc,
.coveo-icon.filetype.docx,
.coveo-icon.filetype.exchangedocument,
.coveo-icon.filetype.odt,
.coveo-icon.filetype.olefile,
.coveo-icon.filetype.pdf,
.coveo-icon.filetype.ppt,
.coveo-icon.filetype.rssitem,
.coveo-icon.filetype.spresource,
.coveo-icon.filetype.spresourcelist,
.coveo-icon.filetype.txt,
.coveo-icon.filetype.xls,
.coveo-icon.filetype.xml,
.coveo-icon.filetype.zip,
.coveo-icon.objecttype.annotation,
.coveo-icon.objecttype.Annotation,
.coveo-icon.objecttype.file,
.coveo-icon.objecttype.File,
.coveo-icon.sysfiletype.doc,
.coveo-icon.sysfiletype.docx,
.coveo-icon.sysfiletype.exchangedocument,
.coveo-icon.sysfiletype.odt,
.coveo-icon.sysfiletype.olefile,
.coveo-icon.sysfiletype.pdf,
.coveo-icon.sysfiletype.ppt,
.coveo-icon.sysfiletype.rssitem,
.coveo-icon.sysfiletype.spresource,
.coveo-icon.sysfiletype.spresourcelist,
.coveo-icon.sysfiletype.txt,
.coveo-icon.sysfiletype.xls,
.coveo-icon.sysfiletype.xml,
.coveo-icon.sysfiletype.zip,
.coveo-sprites-file {
    background-position: -4138px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-sprites-salesforce-standard-empty {
    background-position: -4198px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-icon.filetype.cfspace,
.coveo-icon.filetype.confluencespace,
.coveo-icon.filetype.folder,
.coveo-icon.filetype.spareadocumentlibrarylist,
.coveo-icon.filetype.spdashboardslibrarylist,
.coveo-icon.filetype.spdataconnectionforperformancepointlibrarylist,
.coveo-icon.filetype.spdocumentlibrarylist,
.coveo-icon.filetype.spdocumentset,
.coveo-icon.filetype.spformlibrarylist,
.coveo-icon.filetype.spimedictionary,
.coveo-icon.filetype.spimedictionarylist,
.coveo-icon.filetype.splistfolder,
.coveo-icon.filetype.splisttemplatecataloglist,
.coveo-icon.filetype.spmasterpagescataloglist,
.coveo-icon.filetype.spnocodeworkflowlibrarylist,
.coveo-icon.filetype.spprocessdiagramslibrarylist,
.coveo-icon.filetype.sppublishingimageslibrarylist,
.coveo-icon.filetype.sppublishingpageslibrarylist,
.coveo-icon.filetype.sprecordlibrarylist,
.coveo-icon.filetype.spreportdocumentlibrarylist,
.coveo-icon.filetype.spreportlibrarylist,
.coveo-icon.filetype.spsitedirectory,
.coveo-icon.filetype.spsitedirectorylist,
.coveo-icon.filetype.spsitethemeslibrarylist,
.coveo-icon.filetype.spslidelibrarylist,
.coveo-icon.filetype.spsolutionslibrarylist,
.coveo-icon.filetype.sptranslationmanagementlibrarylist,
.coveo-icon.filetype.spwebpartcataloglist,
.coveo-icon.filetype.spwebtemplatecataloglist,
.coveo-icon.filetype.spwfpublibrarylist,
.coveo-icon.filetype.spwikipagelibrarylist,
.coveo-icon.filetype.spworkspacepagelist,
.coveo-icon.sysfiletype.cfspace,
.coveo-icon.sysfiletype.confluencespace,
.coveo-icon.sysfiletype.folder,
.coveo-icon.sysfiletype.spareadocumentlibrarylist,
.coveo-icon.sysfiletype.spdashboardslibrarylist,
.coveo-icon.sysfiletype.spdataconnectionforperformancepointlibrarylist,
.coveo-icon.sysfiletype.spdocumentlibrarylist,
.coveo-icon.sysfiletype.spdocumentset,
.coveo-icon.sysfiletype.spformlibrarylist,
.coveo-icon.sysfiletype.spimedictionary,
.coveo-icon.sysfiletype.spimedictionarylist,
.coveo-icon.sysfiletype.splistfolder,
.coveo-icon.sysfiletype.splisttemplatecataloglist,
.coveo-icon.sysfiletype.spmasterpagescataloglist,
.coveo-icon.sysfiletype.spnocodeworkflowlibrarylist,
.coveo-icon.sysfiletype.spprocessdiagramslibrarylist,
.coveo-icon.sysfiletype.sppublishingimageslibrarylist,
.coveo-icon.sysfiletype.sppublishingpageslibrarylist,
.coveo-icon.sysfiletype.sprecordlibrarylist,
.coveo-icon.sysfiletype.spreportdocumentlibrarylist,
.coveo-icon.sysfiletype.spreportlibrarylist,
.coveo-icon.sysfiletype.spsitedirectory,
.coveo-icon.sysfiletype.spsitedirectorylist,
.coveo-icon.sysfiletype.spsitethemeslibrarylist,
.coveo-icon.sysfiletype.spslidelibrarylist,
.coveo-icon.sysfiletype.spsolutionslibrarylist,
.coveo-icon.sysfiletype.sptranslationmanagementlibrarylist,
.coveo-icon.sysfiletype.spwebpartcataloglist,
.coveo-icon.sysfiletype.spwebtemplatecataloglist,
.coveo-icon.sysfiletype.spwfpublibrarylist,
.coveo-icon.sysfiletype.spwikipagelibrarylist,
.coveo-icon.sysfiletype.spworkspacepagelist,
.coveo-sprites-folder {
    background-position: -4258px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-sprites-salesforce-standard-email {
    background-position: -4318px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-sprites-salesforce-standard-email-iq {
    background-position: -4378px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-sprites-salesforce-standard-email-chatter {
    background-position: -4438px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-icon.filetype.image,
.coveo-icon.filetype.sppicturelibrarylist,
.coveo-icon.filetype.svg,
.coveo-icon.sysfiletype.image,
.coveo-icon.sysfiletype.sppicturelibrarylist,
.coveo-icon.sysfiletype.svg,
.coveo-sprites-images {
    background-position: -4498px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-sprites-salesforce-standard-drafts {
    background-position: -4558px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-icon.objecttype.Contentversion,
.coveo-icon.objecttype.contentversion,
.coveo-sprites-salesforce-standard-document {
    background-position: -4618px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-icon.filetype.spdataconnectionlibrarylist,
.coveo-icon.filetype.spdatasource,
.coveo-icon.filetype.spdatasourcelist,
.coveo-icon.filetype.spipfslist,
.coveo-icon.objecttype.salesliterature,
.coveo-icon.objecttype.Salesliterature,
.coveo-icon.sysfiletype.spdataconnectionlibrarylist,
.coveo-icon.sysfiletype.spdatasource,
.coveo-icon.sysfiletype.spdatasourcelist,
.coveo-icon.sysfiletype.spipfslist,
.coveo-sprites-kb {
    background-position: -4678px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-icon.filetype.salesforceitem,
.coveo-icon.sysfiletype.salesforceitem,
.coveo-sprites-salesforce-standard-default {
    background-position: -4738px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-sprites-salesforce-standard-dashboard {
    background-position: -4798px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-icon.filetype.spdocumentlink,
.coveo-icon.filetype.spissue,
.coveo-icon.filetype.spissuelist,
.coveo-icon.filetype.splink,
.coveo-icon.filetype.splinklist,
.coveo-icon.sysfiletype.spdocumentlink,
.coveo-icon.sysfiletype.spissue,
.coveo-icon.sysfiletype.spissuelist,
.coveo-icon.sysfiletype.splink,
.coveo-icon.sysfiletype.splinklist,
.coveo-sprites-link {
    background-position: -4858px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-sprites-salesforce-standard-custom {
    background-position: -4918px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-icon.objecttype.Contract,
.coveo-icon.objecttype.contract,
.coveo-sprites-salesforce-standard-contract {
    background-position: -4978px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-icon.filetype.cfblogentry,
.coveo-icon.filetype.dynamicscrmitem,
.coveo-icon.filetype.exchangeactivity,
.coveo-icon.filetype.exchangenote,
.coveo-icon.filetype.exchangeofficecom,
.coveo-icon.filetype.exchangerssfeed,
.coveo-icon.filetype.lithiumboard,
.coveo-icon.filetype.lithiumcategory,
.coveo-icon.filetype.lithiumthread,
.coveo-icon.filetype.saleforceitem,
.coveo-icon.filetype.spannouncement,
.coveo-icon.filetype.spannouncementlist,
.coveo-icon.filetype.spblogcategory,
.coveo-icon.filetype.spblogcategorylist,
.coveo-icon.filetype.spblogcomment,
.coveo-icon.filetype.spblogcommentlist,
.coveo-icon.filetype.spblogpost,
.coveo-icon.filetype.spblogpostlist,
.coveo-icon.filetype.spdiscussionboard,
.coveo-icon.filetype.spdiscussionboardlist,
.coveo-icon.filetype.sphealthreport,
.coveo-icon.filetype.sphealthreportlist,
.coveo-icon.filetype.sphealthrule,
.coveo-icon.filetype.sphealthrulelist,
.coveo-icon.filetype.splanguagesandtranslator,
.coveo-icon.filetype.splanguagesandtranslatorlist,
.coveo-icon.filetype.spmicrofeedlist,
.coveo-icon.filetype.spmicrofeedpost,
.coveo-icon.filetype.spperformancepointcontent,
.coveo-icon.filetype.spperformancepointcontentlist,
.coveo-icon.filetype.spphonecallmemo,
.coveo-icon.filetype.spphonecallmemolist,
.coveo-icon.filetype.sptextbox,
.coveo-icon.filetype.sptextboxlist,
.coveo-icon.objecttype.Board,
.coveo-icon.objecttype.board,
.coveo-icon.objecttype.Category,
.coveo-icon.objecttype.category,
.coveo-icon.objecttype.Feed,
.coveo-icon.objecttype.feed,
.coveo-icon.objecttype.Invoice,
.coveo-icon.objecttype.invoice,
.coveo-icon.objecttype.kbarticlecomment,
.coveo-icon.objecttype.Kbarticlecomment,
.coveo-icon.objecttype.list,
.coveo-icon.objecttype.List,
.coveo-icon.objecttype.Queueitem,
.coveo-icon.objecttype.queueitem,
.coveo-icon.objecttype.Service,
.coveo-icon.objecttype.service,
.coveo-icon.objecttype.Thread,
.coveo-icon.objecttype.thread,
.coveo-icon.sysfiletype.cfblogentry,
.coveo-icon.sysfiletype.dynamicscrmitem,
.coveo-icon.sysfiletype.exchangeactivity,
.coveo-icon.sysfiletype.exchangenote,
.coveo-icon.sysfiletype.exchangeofficecom,
.coveo-icon.sysfiletype.exchangerssfeed,
.coveo-icon.sysfiletype.lithiumboard,
.coveo-icon.sysfiletype.lithiumcategory,
.coveo-icon.sysfiletype.lithiumthread,
.coveo-icon.sysfiletype.saleforceitem,
.coveo-icon.sysfiletype.spannouncement,
.coveo-icon.sysfiletype.spannouncementlist,
.coveo-icon.sysfiletype.spblogcategory,
.coveo-icon.sysfiletype.spblogcategorylist,
.coveo-icon.sysfiletype.spblogcomment,
.coveo-icon.sysfiletype.spblogcommentlist,
.coveo-icon.sysfiletype.spblogpost,
.coveo-icon.sysfiletype.spblogpostlist,
.coveo-icon.sysfiletype.spdiscussionboard,
.coveo-icon.sysfiletype.spdiscussionboardlist,
.coveo-icon.sysfiletype.sphealthreport,
.coveo-icon.sysfiletype.sphealthreportlist,
.coveo-icon.sysfiletype.sphealthrule,
.coveo-icon.sysfiletype.sphealthrulelist,
.coveo-icon.sysfiletype.splanguagesandtranslator,
.coveo-icon.sysfiletype.splanguagesandtranslatorlist,
.coveo-icon.sysfiletype.spmicrofeedlist,
.coveo-icon.sysfiletype.spmicrofeedpost,
.coveo-icon.sysfiletype.spperformancepointcontent,
.coveo-icon.sysfiletype.spperformancepointcontentlist,
.coveo-icon.sysfiletype.spphonecallmemo,
.coveo-icon.sysfiletype.spphonecallmemolist,
.coveo-icon.sysfiletype.sptextbox,
.coveo-icon.sysfiletype.sptextboxlist,
.coveo-sprites-list {
    background-position: -5038px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-icon.objecttype.Contact,
.coveo-icon.objecttype.contact,
.coveo-sprites-salesforce-standard-contact {
    background-position: -5098px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-icon.filetype.exchangedsn,
.coveo-icon.filetype.exchangejunkmessage,
.coveo-icon.filetype.exchangemessage,
.coveo-icon.filetype.exchangerecallmessage,
.coveo-icon.filetype.exchangerecallreport,
.coveo-icon.filetype.gmailmessage,
.coveo-icon.filetype.lithiummessage,
.coveo-icon.objecttype.email,
.coveo-icon.objecttype.Email,
.coveo-icon.objecttype.message,
.coveo-icon.objecttype.Message,
.coveo-icon.sysfiletype.exchangedsn,
.coveo-icon.sysfiletype.exchangejunkmessage,
.coveo-icon.sysfiletype.exchangemessage,
.coveo-icon.sysfiletype.exchangerecallmessage,
.coveo-icon.sysfiletype.exchangerecallreport,
.coveo-icon.sysfiletype.gmailmessage,
.coveo-icon.sysfiletype.lithiummessage,
.coveo-sprites-mail {
    background-position: -5158px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-sprites-salesforce-standard-connected-apps {
    background-position: -5218px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-sprites-salesforce-standard-coaching {
    background-position: -5278px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-sprites-salesforce-standard-client {
    background-position: -5338px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-icon.objecttype.Case,
.coveo-icon.objecttype.case,
.coveo-icon.objecttype.Incident,
.coveo-icon.objecttype.incident,
.coveo-sprites-salesforce-standard-case {
    background-position: -5398px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-sprites-salesforce-standard-case-transcript {
    background-position: -5458px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-sprites-salesforce-standard-case-log-a-call {
    background-position: -5518px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-sprites-salesforce-standard-case-email {
    background-position: -5578px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-sprites-salesforce-standard-case-comment {
    background-position: -5638px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-sprites-salesforce-standard-case-change-status {
    background-position: -5698px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-sprites-salesforce-standard-canvas {
    background-position: -5758px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-sprites-salesforce-standard-campaign {
    background-position: -5818px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-sprites-salesforce-standard-campaign-members {
    background-position: -5878px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-sprites-salesforce-standard-call {
    background-position: -5938px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-icon.objecttype.Product,
.coveo-icon.objecttype.product,
.coveo-sprites-product {
    background-position: -5998px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-sprites-salesforce-standard-call-history {
    background-position: -6058px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-sprites-salesforce-standard-calibration {
    background-position: -6118px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-sprites-salesforce-standard-avatar {
    background-position: -6178px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-sprites-salesforce-standard-avatar-loading {
    background-position: -6238px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-icon.objecttype.Kbarticle,
.coveo-icon.objecttype.kbarticle,
.coveo-icon.objecttype.Kbattachment,
.coveo-icon.objecttype.kbattachment,
.coveo-icon.objecttype.kbdocumentation,
.coveo-icon.objecttype.Kbdocumentation,
.coveo-icon.objecttype.Kbknowledgearticle,
.coveo-icon.objecttype.kbknowledgearticle,
.coveo-icon.objecttype.Kbsolution,
.coveo-icon.objecttype.kbsolution,
.coveo-icon.objecttype.Kbtechnicalarticle,
.coveo-icon.objecttype.kbtechnicalarticle,
.coveo-icon.objecttype.Knowledgearticle,
.coveo-icon.objecttype.knowledgearticle,
.coveo-icon.objecttype.Solution,
.coveo-icon.objecttype.solution,
.coveo-sprites-salesforce-standard-article {
    background-position: -6298px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-sprites-salesforce-standard-apps {
    background-position: -6358px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-sprites-salesforce-standard-apps-admin {
    background-position: -6418px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-sprites-salesforce-standard-approval {
    background-position: -6478px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-sprites-salesforce-standard-answer-public {
    background-position: -6538px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-sprites-salesforce-standard-answer-private {
    background-position: -6598px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-sprites-salesforce-standard-answer-best {
    background-position: -6658px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-icon.objecttype.Account,
.coveo-icon.objecttype.account,
.coveo-sprites-salesforce-standard-account {
    background-position: -6718px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-sprites-salesforce-doctype-zip {
    background-position: -6778px 0;
    width: 53px;
    height: 60px;
    text-indent: 53px
}

.coveo-sprites-salesforce-doctype-xml {
    background-position: -6831px 0;
    width: 53px;
    height: 60px;
    text-indent: 53px
}

.coveo-icon.filetype.activedirperson,
.coveo-icon.filetype.box-user,
.coveo-icon.filetype.exchangegroup,
.coveo-icon.filetype.exchangeperson,
.coveo-icon.filetype.spattendee,
.coveo-icon.filetype.spattendeelist,
.coveo-icon.filetype.spcontact,
.coveo-icon.filetype.spcontactlist,
.coveo-icon.filetype.spuserinformation,
.coveo-icon.filetype.spuserinformationlist,
.coveo-icon.filetype.spuserprofile,
.coveo-icon.objecttype.Partner,
.coveo-icon.objecttype.partner,
.coveo-icon.objecttype.People,
.coveo-icon.objecttype.people,
.coveo-icon.objecttype.Socialprofile,
.coveo-icon.objecttype.socialprofile,
.coveo-icon.objecttype.user,
.coveo-icon.objecttype.User,
.coveo-icon.sysfiletype.activedirperson,
.coveo-icon.sysfiletype.box-user,
.coveo-icon.sysfiletype.exchangegroup,
.coveo-icon.sysfiletype.exchangeperson,
.coveo-icon.sysfiletype.spattendee,
.coveo-icon.sysfiletype.spattendeelist,
.coveo-icon.sysfiletype.spcontact,
.coveo-icon.sysfiletype.spcontactlist,
.coveo-icon.sysfiletype.spuserinformation,
.coveo-icon.sysfiletype.spuserinformationlist,
.coveo-icon.sysfiletype.spuserprofile,
.coveo-sprites-user,
.CoveoResult.coveo-people-result .CoveoThumbnail.coveo-no-thumbnail {
    background-position: -6884px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-icon.filetype.svm,
.coveo-icon.sysfiletype.svm,
.coveo-sprites-salesforce-doctype-word {
    background-position: -6944px 0;
    width: 53px;
    height: 60px;
    text-indent: 53px
}

.coveo-icon.filetype.video,
.coveo-icon.filetype.youtube,
.coveo-icon.filetype.youtubeplaylistitem,
.coveo-icon.filetype.youtubevideo,
.coveo-icon.sysfiletype.video,
.coveo-icon.sysfiletype.youtube,
.coveo-icon.sysfiletype.youtubeplaylistitem,
.coveo-icon.sysfiletype.youtubevideo,
.coveo-sprites-video {
    background-position: -6997px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-sprites-salesforce-doctype-webex {
    background-position: -7057px 0;
    width: 53px;
    height: 60px;
    text-indent: 53px
}

.coveo-icon.filetype.cfpage,
.coveo-icon.filetype.html,
.coveo-icon.filetype.spportal,
.coveo-icon.filetype.spsite,
.coveo-icon.filetype.webscraperwebpage,
.coveo-icon.filetype.wiki,
.coveo-icon.sysfiletype.cfpage,
.coveo-icon.sysfiletype.html,
.coveo-icon.sysfiletype.spportal,
.coveo-icon.sysfiletype.spsite,
.coveo-icon.sysfiletype.webscraperwebpage,
.coveo-icon.sysfiletype.wiki,
.coveo-sprites-webpage {
    background-position: -7110px 0;
    width: 60px;
    height: 60px;
    text-indent: 60px
}

.coveo-icon.filetype.vsd,
.coveo-icon.sysfiletype.vsd,
.coveo-sprites-salesforce-doctype-visio {
    background-position: -7170px 0;
    width: 53px;
    height: 60px;
    text-indent: 53px
}

.coveo-sprites-salesforce-doctype-ai {
    background-position: -7223px 0;
    width: 53px;
    height: 60px;
    text-indent: 53px
}

.coveo-sprites-salesforce-doctype-video {
    background-position: -7276px 0;
    width: 53px;
    height: 60px;
    text-indent: 53px
}

.coveo-sprites-salesforce-doctype-attachment {
    background-position: -7329px 0;
    width: 53px;
    height: 60px;
    text-indent: 53px
}

.coveo-sprites-salesforce-doctype-unknown {
    background-position: -7382px 0;
    width: 53px;
    height: 60px;
    text-indent: 53px
}

.coveo-sprites-salesforce-doctype-audio {
    background-position: -7435px 0;
    width: 53px;
    height: 60px;
    text-indent: 53px
}

.coveo-sprites-salesforce-doctype-txt {
    background-position: -7488px 0;
    width: 53px;
    height: 60px;
    text-indent: 53px
}

.coveo-sprites-salesforce-doctype-box-notes {
    background-position: -7541px 0;
    width: 53px;
    height: 60px;
    text-indent: 53px
}

.coveo-sprites-salesforce-doctype-stypi {
    background-position: -7594px 0;
    width: 53px;
    height: 60px;
    text-indent: 53px
}

.coveo-sprites-salesforce-doctype-csv {
    background-position: -7647px 0;
    width: 53px;
    height: 60px;
    text-indent: 53px
}

.coveo-sprites-salesforce-doctype-slide {
    background-position: -7700px 0;
    width: 53px;
    height: 60px;
    text-indent: 53px
}

.coveo-sprites-salesforce-doctype-eps {
    background-position: -7753px 0;
    width: 53px;
    height: 60px;
    text-indent: 53px
}

.coveo-sprites-salesforce-doctype-rtf {
    background-position: -7806px 0;
    width: 53px;
    height: 60px;
    text-indent: 53px
}

.coveo-sprites-salesforce-doctype-excel {
    background-position: -7859px 0;
    width: 53px;
    height: 60px;
    text-indent: 53px
}

.coveo-sprites-salesforce-doctype-psd {
    background-position: -7912px 0;
    width: 53px;
    height: 60px;
    text-indent: 53px
}

.coveo-sprites-salesforce-doctype-exe {
    background-position: -7965px 0;
    width: 53px;
    height: 60px;
    text-indent: 53px
}

.coveo-sprites-salesforce-doctype-ppt {
    background-position: -8018px 0;
    width: 53px;
    height: 60px;
    text-indent: 53px
}

.coveo-icon.filetype.swf,
.coveo-icon.sysfiletype.swf,
.coveo-sprites-salesforce-doctype-flash {
    background-position: -8071px 0;
    width: 53px;
    height: 60px;
    text-indent: 53px
}

.coveo-sprites-salesforce-doctype-pdf {
    background-position: -8124px 0;
    width: 53px;
    height: 60px;
    text-indent: 53px
}

.coveo-sprites-salesforce-doctype-gdoc {
    background-position: -8177px 0;
    width: 53px;
    height: 60px;
    text-indent: 53px
}

.coveo-sprites-salesforce-doctype-pages {
    background-position: -8230px 0;
    width: 53px;
    height: 60px;
    text-indent: 53px
}

.coveo-sprites-salesforce-doctype-gdocs {
    background-position: -8283px 0;
    width: 53px;
    height: 60px;
    text-indent: 53px
}

.coveo-sprites-salesforce-doctype-pack {
    background-position: -8336px 0;
    width: 53px;
    height: 60px;
    text-indent: 53px
}

.coveo-sprites-salesforce-doctype-gpres {
    background-position: -8389px 0;
    width: 53px;
    height: 60px;
    text-indent: 53px
}

.coveo-sprites-salesforce-doctype-overlay {
    background-position: -8442px 0;
    width: 53px;
    height: 60px;
    text-indent: 53px
}

.coveo-sprites-salesforce-doctype-gsheet {
    background-position: -8495px 0;
    width: 53px;
    height: 60px;
    text-indent: 53px
}

.coveo-sprites-salesforce-doctype-mp4 {
    background-position: -8548px 0;
    width: 53px;
    height: 60px;
    text-indent: 53px
}

.coveo-sprites-salesforce-doctype-html {
    background-position: -8601px 0;
    width: 53px;
    height: 60px;
    text-indent: 53px
}

.coveo-sprites-salesforce-doctype-link {
    background-position: -8654px 0;
    width: 53px;
    height: 60px;
    text-indent: 53px
}

.coveo-sprites-salesforce-doctype-image {
    background-position: -8707px 0;
    width: 53px;
    height: 60px;
    text-indent: 53px
}

.coveo-sprites-salesforce-doctype-keynote {
    background-position: -8760px 0;
    width: 53px;
    height: 60px;
    text-indent: 53px
}

.coveo-sprites-search-options-inactive {
    background-position: -8813px 0;
    width: 40px;
    height: 40px;
    text-indent: 40px
}

.coveo-feedComment-result .coveo-thumbnail-icon,
.coveo-feedItem-result .coveo-thumbnail-icon,
.coveo-sprites-quickview,
.CoveoQuickview .coveo-icon-for-quickview,
.CoveoResultAttachments .coveo-thumbnail-icon {
    background-position: -8813px -40px;
    width: 24px;
    height: 24px;
    text-indent: 24px
}

.coveo-facet-settings-section-hide:hover .coveo-icon,
.coveo-sprites-dropdown-collapse-active {
    background-position: -8837px -40px;
    width: 16px;
    height: 16px;
    text-indent: 16px
}

.coveo-sprites-more-tabs {
    background-position: -8837px -56px;
    width: 8px;
    height: 5px;
    text-indent: 8px
}

.coveo-icon.filetype.coveo-small.cfspace,
.coveo-icon.filetype.coveo-small.confluencespace,
.coveo-icon.filetype.coveo-small.folder,
.coveo-icon.filetype.coveo-small.spareadocumentlibrarylist,
.coveo-icon.filetype.coveo-small.spdashboardslibrarylist,
.coveo-icon.filetype.coveo-small.spdataconnectionforperformancepointlibrarylist,
.coveo-icon.filetype.coveo-small.spdocumentlibrarylist,
.coveo-icon.filetype.coveo-small.spdocumentset,
.coveo-icon.filetype.coveo-small.spformlibrarylist,
.coveo-icon.filetype.coveo-small.spimedictionary,
.coveo-icon.filetype.coveo-small.spimedictionarylist,
.coveo-icon.filetype.coveo-small.splistfolder,
.coveo-icon.filetype.coveo-small.splisttemplatecataloglist,
.coveo-icon.filetype.coveo-small.spmasterpagescataloglist,
.coveo-icon.filetype.coveo-small.spnocodeworkflowlibrarylist,
.coveo-icon.filetype.coveo-small.spprocessdiagramslibrarylist,
.coveo-icon.filetype.coveo-small.sppublishingimageslibrarylist,
.coveo-icon.filetype.coveo-small.sppublishingpageslibrarylist,
.coveo-icon.filetype.coveo-small.sprecordlibrarylist,
.coveo-icon.filetype.coveo-small.spreportdocumentlibrarylist,
.coveo-icon.filetype.coveo-small.spreportlibrarylist,
.coveo-icon.filetype.coveo-small.spsitedirectory,
.coveo-icon.filetype.coveo-small.spsitedirectorylist,
.coveo-icon.filetype.coveo-small.spsitethemeslibrarylist,
.coveo-icon.filetype.coveo-small.spslidelibrarylist,
.coveo-icon.filetype.coveo-small.spsolutionslibrarylist,
.coveo-icon.filetype.coveo-small.sptranslationmanagementlibrarylist,
.coveo-icon.filetype.coveo-small.spwebpartcataloglist,
.coveo-icon.filetype.coveo-small.spwebtemplatecataloglist,
.coveo-icon.filetype.coveo-small.spwfpublibrarylist,
.coveo-icon.filetype.coveo-small.spwikipagelibrarylist,
.coveo-icon.filetype.coveo-small.spworkspacepagelist,
.coveo-icon.sysfiletype.coveo-small.cfspace,
.coveo-icon.sysfiletype.coveo-small.confluencespace,
.coveo-icon.sysfiletype.coveo-small.folder,
.coveo-icon.sysfiletype.coveo-small.spareadocumentlibrarylist,
.coveo-icon.sysfiletype.coveo-small.spdashboardslibrarylist,
.coveo-icon.sysfiletype.coveo-small.spdataconnectionforperformancepointlibrarylist,
.coveo-icon.sysfiletype.coveo-small.spdocumentlibrarylist,
.coveo-icon.sysfiletype.coveo-small.spdocumentset,
.coveo-icon.sysfiletype.coveo-small.spformlibrarylist,
.coveo-icon.sysfiletype.coveo-small.spimedictionary,
.coveo-icon.sysfiletype.coveo-small.spimedictionarylist,
.coveo-icon.sysfiletype.coveo-small.splistfolder,
.coveo-icon.sysfiletype.coveo-small.splisttemplatecataloglist,
.coveo-icon.sysfiletype.coveo-small.spmasterpagescataloglist,
.coveo-icon.sysfiletype.coveo-small.spnocodeworkflowlibrarylist,
.coveo-icon.sysfiletype.coveo-small.spprocessdiagramslibrarylist,
.coveo-icon.sysfiletype.coveo-small.sppublishingimageslibrarylist,
.coveo-icon.sysfiletype.coveo-small.sppublishingpageslibrarylist,
.coveo-icon.sysfiletype.coveo-small.sprecordlibrarylist,
.coveo-icon.sysfiletype.coveo-small.spreportdocumentlibrarylist,
.coveo-icon.sysfiletype.coveo-small.spreportlibrarylist,
.coveo-icon.sysfiletype.coveo-small.spsitedirectory,
.coveo-icon.sysfiletype.coveo-small.spsitedirectorylist,
.coveo-icon.sysfiletype.coveo-small.spsitethemeslibrarylist,
.coveo-icon.sysfiletype.coveo-small.spslidelibrarylist,
.coveo-icon.sysfiletype.coveo-small.spsolutionslibrarylist,
.coveo-icon.sysfiletype.coveo-small.sptranslationmanagementlibrarylist,
.coveo-icon.sysfiletype.coveo-small.spwebpartcataloglist,
.coveo-icon.sysfiletype.coveo-small.spwebtemplatecataloglist,
.coveo-icon.sysfiletype.coveo-small.spwfpublibrarylist,
.coveo-icon.sysfiletype.coveo-small.spwikipagelibrarylist,
.coveo-icon.sysfiletype.coveo-small.spworkspacepagelist,
.coveo-sprites-folder-small {
    background-position: -8853px 0;
    width: 34px;
    height: 34px;
    text-indent: 34px
}

.coveo-sprites-salesforce-standard-client-small {
    background-position: -8853px -34px;
    width: 30px;
    height: 30px;
    text-indent: 30px
}

.coveo-icon.filetype.coveo-small.doc,
.coveo-icon.filetype.coveo-small.docx,
.coveo-icon.filetype.coveo-small.exchangedocument,
.coveo-icon.filetype.coveo-small.odt,
.coveo-icon.filetype.coveo-small.olefile,
.coveo-icon.filetype.coveo-small.pdf,
.coveo-icon.filetype.coveo-small.ppt,
.coveo-icon.filetype.coveo-small.rssitem,
.coveo-icon.filetype.coveo-small.spresource,
.coveo-icon.filetype.coveo-small.spresourcelist,
.coveo-icon.filetype.coveo-small.txt,
.coveo-icon.filetype.coveo-small.xls,
.coveo-icon.filetype.coveo-small.xml,
.coveo-icon.filetype.coveo-small.zip,
.coveo-icon.objecttype.coveo-small.annotation,
.coveo-icon.objecttype.coveo-small.Annotation,
.coveo-icon.objecttype.coveo-small.file,
.coveo-icon.objecttype.coveo-small.File,
.coveo-icon.sysfiletype.coveo-small.doc,
.coveo-icon.sysfiletype.coveo-small.docx,
.coveo-icon.sysfiletype.coveo-small.exchangedocument,
.coveo-icon.sysfiletype.coveo-small.odt,
.coveo-icon.sysfiletype.coveo-small.olefile,
.coveo-icon.sysfiletype.coveo-small.pdf,
.coveo-icon.sysfiletype.coveo-small.ppt,
.coveo-icon.sysfiletype.coveo-small.rssitem,
.coveo-icon.sysfiletype.coveo-small.spresource,
.coveo-icon.sysfiletype.coveo-small.spresourcelist,
.coveo-icon.sysfiletype.coveo-small.txt,
.coveo-icon.sysfiletype.coveo-small.xls,
.coveo-icon.sysfiletype.coveo-small.xml,
.coveo-icon.sysfiletype.coveo-small.zip,
.coveo-sprites-file-small {
    background-position: -8887px 0;
    width: 34px;
    height: 34px;
    text-indent: 34px
}

.coveo-sprites-salesforce-doctype-slide-small {
    background-position: -8887px -34px;
    width: 26px;
    height: 30px;
    text-indent: 26px
}

.coveo-icon.filetype.coveo-small.exchangedsn,
.coveo-icon.filetype.coveo-small.exchangejunkmessage,
.coveo-icon.filetype.coveo-small.exchangemessage,
.coveo-icon.filetype.coveo-small.exchangerecallmessage,
.coveo-icon.filetype.coveo-small.exchangerecallreport,
.coveo-icon.filetype.coveo-small.gmailmessage,
.coveo-icon.filetype.coveo-small.lithiummessage,
.coveo-icon.objecttype.coveo-small.email,
.coveo-icon.objecttype.coveo-small.Email,
.coveo-icon.objecttype.coveo-small.message,
.coveo-icon.objecttype.coveo-small.Message,
.coveo-icon.sysfiletype.coveo-small.exchangedsn,
.coveo-icon.sysfiletype.coveo-small.exchangejunkmessage,
.coveo-icon.sysfiletype.coveo-small.exchangemessage,
.coveo-icon.sysfiletype.coveo-small.exchangerecallmessage,
.coveo-icon.sysfiletype.coveo-small.exchangerecallreport,
.coveo-icon.sysfiletype.coveo-small.gmailmessage,
.coveo-icon.sysfiletype.coveo-small.lithiummessage,
.coveo-sprites-mail-small {
    background-position: -8921px 0;
    width: 32px;
    height: 32px;
    text-indent: 32px
}

.coveo-icon.objecttype.coveo-small.Attachment,
.coveo-icon.objecttype.coveo-small.attachment,
.coveo-sprites-attachment-small {
    background-position: -8921px -32px;
    width: 32px;
    height: 32px;
    text-indent: 32px
}

.coveo-sprites-database-small {
    background-position: -8953px 0;
    width: 32px;
    height: 32px;
    text-indent: 32px
}

.coveo-icon.filetype.coveo-small.exchangeappointment,
.coveo-icon.filetype.coveo-small.exchangecalendarmessage,
.coveo-icon.filetype.coveo-small.spadministratortask,
.coveo-icon.filetype.coveo-small.spadministratortasklist,
.coveo-icon.filetype.coveo-small.spagenda,
.coveo-icon.filetype.coveo-small.spagendalist,
.coveo-icon.filetype.coveo-small.spevent,
.coveo-icon.filetype.coveo-small.speventlist,
.coveo-icon.filetype.coveo-small.spmeetingserie,
.coveo-icon.filetype.coveo-small.spmeetingserielist,
.coveo-icon.filetype.coveo-small.sptask,
.coveo-icon.filetype.coveo-small.sptasklist,
.coveo-icon.filetype.coveo-small.spworkflowhistory,
.coveo-icon.filetype.coveo-small.spworkflowhistorylist,
.coveo-icon.objecttype.coveo-small.campaign,
.coveo-icon.objecttype.coveo-small.Campaign,
.coveo-icon.sysfiletype.coveo-small.exchangeappointment,
.coveo-icon.sysfiletype.coveo-small.exchangecalendarmessage,
.coveo-icon.sysfiletype.coveo-small.spadministratortask,
.coveo-icon.sysfiletype.coveo-small.spadministratortasklist,
.coveo-icon.sysfiletype.coveo-small.spagenda,
.coveo-icon.sysfiletype.coveo-small.spagendalist,
.coveo-icon.sysfiletype.coveo-small.spevent,
.coveo-icon.sysfiletype.coveo-small.speventlist,
.coveo-icon.sysfiletype.coveo-small.spmeetingserie,
.coveo-icon.sysfiletype.coveo-small.spmeetingserielist,
.coveo-icon.sysfiletype.coveo-small.sptask,
.coveo-icon.sysfiletype.coveo-small.sptasklist,
.coveo-icon.sysfiletype.coveo-small.spworkflowhistory,
.coveo-icon.sysfiletype.coveo-small.spworkflowhistorylist,
.coveo-sprites-calendar-small {
    background-position: -8953px -32px;
    width: 32px;
    height: 32px;
    text-indent: 32px
}

.coveo-icon.objecttype.coveo-small.Product,
.coveo-icon.objecttype.coveo-small.product,
.coveo-sprites-product-small {
    background-position: -8985px 0;
    width: 32px;
    height: 32px;
    text-indent: 32px
}

.coveo-icon.filetype.coveo-small.exchangetask,
.coveo-icon.filetype.coveo-small.spprojecttask,
.coveo-icon.filetype.coveo-small.spprojecttasklist,
.coveo-icon.sysfiletype.coveo-small.exchangetask,
.coveo-icon.sysfiletype.coveo-small.spprojecttask,
.coveo-icon.sysfiletype.coveo-small.spprojecttasklist,
.coveo-sprites-case-small {
    background-position: -8985px -32px;
    width: 32px;
    height: 32px;
    text-indent: 32px
}

.coveo-icon.filetype.coveo-small.cfpage,
.coveo-icon.filetype.coveo-small.html,
.coveo-icon.filetype.coveo-small.spportal,
.coveo-icon.filetype.coveo-small.spsite,
.coveo-icon.filetype.coveo-small.webscraperwebpage,
.coveo-icon.filetype.coveo-small.wiki,
.coveo-icon.sysfiletype.coveo-small.cfpage,
.coveo-icon.sysfiletype.coveo-small.html,
.coveo-icon.sysfiletype.coveo-small.spportal,
.coveo-icon.sysfiletype.coveo-small.spsite,
.coveo-icon.sysfiletype.coveo-small.webscraperwebpage,
.coveo-icon.sysfiletype.coveo-small.wiki,
.coveo-sprites-webpage-small {
    background-position: -9017px 0;
    width: 32px;
    height: 32px;
    text-indent: 32px
}

.coveo-icon.filetype.coveo-small.cfblogentry,
.coveo-icon.filetype.coveo-small.dynamicscrmitem,
.coveo-icon.filetype.coveo-small.exchangeactivity,
.coveo-icon.filetype.coveo-small.exchangenote,
.coveo-icon.filetype.coveo-small.exchangeofficecom,
.coveo-icon.filetype.coveo-small.exchangerssfeed,
.coveo-icon.filetype.coveo-small.lithiumboard,
.coveo-icon.filetype.coveo-small.lithiumcategory,
.coveo-icon.filetype.coveo-small.lithiumthread,
.coveo-icon.filetype.coveo-small.saleforceitem,
.coveo-icon.filetype.coveo-small.spannouncement,
.coveo-icon.filetype.coveo-small.spannouncementlist,
.coveo-icon.filetype.coveo-small.spblogcategory,
.coveo-icon.filetype.coveo-small.spblogcategorylist,
.coveo-icon.filetype.coveo-small.spblogcomment,
.coveo-icon.filetype.coveo-small.spblogcommentlist,
.coveo-icon.filetype.coveo-small.spblogpost,
.coveo-icon.filetype.coveo-small.spblogpostlist,
.coveo-icon.filetype.coveo-small.spdiscussionboard,
.coveo-icon.filetype.coveo-small.spdiscussionboardlist,
.coveo-icon.filetype.coveo-small.sphealthreport,
.coveo-icon.filetype.coveo-small.sphealthreportlist,
.coveo-icon.filetype.coveo-small.sphealthrule,
.coveo-icon.filetype.coveo-small.sphealthrulelist,
.coveo-icon.filetype.coveo-small.splanguagesandtranslator,
.coveo-icon.filetype.coveo-small.splanguagesandtranslatorlist,
.coveo-icon.filetype.coveo-small.spmicrofeedlist,
.coveo-icon.filetype.coveo-small.spmicrofeedpost,
.coveo-icon.filetype.coveo-small.spperformancepointcontent,
.coveo-icon.filetype.coveo-small.spperformancepointcontentlist,
.coveo-icon.filetype.coveo-small.spphonecallmemo,
.coveo-icon.filetype.coveo-small.spphonecallmemolist,
.coveo-icon.filetype.coveo-small.sptextbox,
.coveo-icon.filetype.coveo-small.sptextboxlist,
.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.Feed,
.coveo-icon.objecttype.coveo-small.feed,
.coveo-icon.objecttype.coveo-small.Invoice,
.coveo-icon.objecttype.coveo-small.invoice,
.coveo-icon.objecttype.coveo-small.kbarticlecomment,
.coveo-icon.objecttype.coveo-small.Kbarticlecomment,
.coveo-icon.objecttype.coveo-small.list,
.coveo-icon.objecttype.coveo-small.List,
.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.objecttype.coveo-small.Thread,
.coveo-icon.objecttype.coveo-small.thread,
.coveo-icon.sysfiletype.coveo-small.cfblogentry,
.coveo-icon.sysfiletype.coveo-small.dynamicscrmitem,
.coveo-icon.sysfiletype.coveo-small.exchangeactivity,
.coveo-icon.sysfiletype.coveo-small.exchangenote,
.coveo-icon.sysfiletype.coveo-small.exchangeofficecom,
.coveo-icon.sysfiletype.coveo-small.exchangerssfeed,
.coveo-icon.sysfiletype.coveo-small.lithiumboard,
.coveo-icon.sysfiletype.coveo-small.lithiumcategory,
.coveo-icon.sysfiletype.coveo-small.lithiumthread,
.coveo-icon.sysfiletype.coveo-small.saleforceitem,
.coveo-icon.sysfiletype.coveo-small.spannouncement,
.coveo-icon.sysfiletype.coveo-small.spannouncementlist,
.coveo-icon.sysfiletype.coveo-small.spblogcategory,
.coveo-icon.sysfiletype.coveo-small.spblogcategorylist,
.coveo-icon.sysfiletype.coveo-small.spblogcomment,
.coveo-icon.sysfiletype.coveo-small.spblogcommentlist,
.coveo-icon.sysfiletype.coveo-small.spblogpost,
.coveo-icon.sysfiletype.coveo-small.spblogpostlist,
.coveo-icon.sysfiletype.coveo-small.spdiscussionboard,
.coveo-icon.sysfiletype.coveo-small.spdiscussionboardlist,
.coveo-icon.sysfiletype.coveo-small.sphealthreport,
.coveo-icon.sysfiletype.coveo-small.sphealthreportlist,
.coveo-icon.sysfiletype.coveo-small.sphealthrule,
.coveo-icon.sysfiletype.coveo-small.sphealthrulelist,
.coveo-icon.sysfiletype.coveo-small.splanguagesandtranslator,
.coveo-icon.sysfiletype.coveo-small.splanguagesandtranslatorlist,
.coveo-icon.sysfiletype.coveo-small.spmicrofeedlist,
.coveo-icon.sysfiletype.coveo-small.spmicrofeedpost,
.coveo-icon.sysfiletype.coveo-small.spperformancepointcontent,
.coveo-icon.sysfiletype.coveo-small.spperformancepointcontentlist,
.coveo-icon.sysfiletype.coveo-small.spphonecallmemo,
.coveo-icon.sysfiletype.coveo-small.spphonecallmemolist,
.coveo-icon.sysfiletype.coveo-small.sptextbox,
.coveo-icon.sysfiletype.coveo-small.sptextboxlist,
.coveo-sprites-list-small {
    background-position: -9017px -32px;
    width: 32px;
    height: 32px;
    text-indent: 32px
}

.coveo-icon.filetype.coveo-small.spdocumentlink,
.coveo-icon.filetype.coveo-small.spissue,
.coveo-icon.filetype.coveo-small.spissuelist,
.coveo-icon.filetype.coveo-small.splink,
.coveo-icon.filetype.coveo-small.splinklist,
.coveo-icon.sysfiletype.coveo-small.spdocumentlink,
.coveo-icon.sysfiletype.coveo-small.spissue,
.coveo-icon.sysfiletype.coveo-small.spissuelist,
.coveo-icon.sysfiletype.coveo-small.splink,
.coveo-icon.sysfiletype.coveo-small.splinklist,
.coveo-sprites-link-small {
    background-position: -9049px 0;
    width: 32px;
    height: 32px;
    text-indent: 32px
}

.coveo-icon.filetype.coveo-small.spdataconnectionlibrarylist,
.coveo-icon.filetype.coveo-small.spdatasource,
.coveo-icon.filetype.coveo-small.spdatasourcelist,
.coveo-icon.filetype.coveo-small.spipfslist,
.coveo-icon.objecttype.coveo-small.salesliterature,
.coveo-icon.objecttype.coveo-small.Salesliterature,
.coveo-icon.sysfiletype.coveo-small.spdataconnectionlibrarylist,
.coveo-icon.sysfiletype.coveo-small.spdatasource,
.coveo-icon.sysfiletype.coveo-small.spdatasourcelist,
.coveo-icon.sysfiletype.coveo-small.spipfslist,
.coveo-sprites-kb-small {
    background-position: -9049px -32px;
    width: 32px;
    height: 32px;
    text-indent: 32px
}

.coveo-icon.filetype.coveo-small.image,
.coveo-icon.filetype.coveo-small.sppicturelibrarylist,
.coveo-icon.filetype.coveo-small.svg,
.coveo-icon.sysfiletype.coveo-small.image,
.coveo-icon.sysfiletype.coveo-small.sppicturelibrarylist,
.coveo-icon.sysfiletype.coveo-small.svg,
.coveo-sprites-images-small {
    background-position: -9081px 0;
    width: 32px;
    height: 32px;
    text-indent: 32px
}

.coveo-icon.filetype.coveo-small.video,
.coveo-icon.filetype.coveo-small.youtube,
.coveo-icon.filetype.coveo-small.youtubeplaylistitem,
.coveo-icon.filetype.coveo-small.youtubevideo,
.coveo-icon.sysfiletype.coveo-small.video,
.coveo-icon.sysfiletype.coveo-small.youtube,
.coveo-icon.sysfiletype.coveo-small.youtubeplaylistitem,
.coveo-icon.sysfiletype.coveo-small.youtubevideo,
.coveo-sprites-video-small {
    background-position: -9081px -32px;
    width: 32px;
    height: 32px;
    text-indent: 32px
}

.coveo-icon.filetype.coveo-small.activedirperson,
.coveo-icon.filetype.coveo-small.box-user,
.coveo-icon.filetype.coveo-small.exchangegroup,
.coveo-icon.filetype.coveo-small.exchangeperson,
.coveo-icon.filetype.coveo-small.spattendee,
.coveo-icon.filetype.coveo-small.spattendeelist,
.coveo-icon.filetype.coveo-small.spcontact,
.coveo-icon.filetype.coveo-small.spcontactlist,
.coveo-icon.filetype.coveo-small.spuserinformation,
.coveo-icon.filetype.coveo-small.spuserinformationlist,
.coveo-icon.filetype.coveo-small.spuserprofile,
.coveo-icon.objecttype.coveo-small.partner,
.coveo-icon.objecttype.coveo-small.Partner,
.coveo-icon.objecttype.coveo-small.People,
.coveo-icon.objecttype.coveo-small.people,
.coveo-icon.objecttype.coveo-small.Socialprofile,
.coveo-icon.objecttype.coveo-small.socialprofile,
.coveo-icon.objecttype.coveo-small.User,
.coveo-icon.objecttype.coveo-small.user,
.coveo-icon.sysfiletype.coveo-small.activedirperson,
.coveo-icon.sysfiletype.coveo-small.box-user,
.coveo-icon.sysfiletype.coveo-small.exchangegroup,
.coveo-icon.sysfiletype.coveo-small.exchangeperson,
.coveo-icon.sysfiletype.coveo-small.spattendee,
.coveo-icon.sysfiletype.coveo-small.spattendeelist,
.coveo-icon.sysfiletype.coveo-small.spcontact,
.coveo-icon.sysfiletype.coveo-small.spcontactlist,
.coveo-icon.sysfiletype.coveo-small.spuserinformation,
.coveo-icon.sysfiletype.coveo-small.spuserinformationlist,
.coveo-icon.sysfiletype.coveo-small.spuserprofile,
.coveo-sprites-user-small {
    background-position: -9113px 0;
    width: 32px;
    height: 32px;
    text-indent: 32px
}

.coveo-icon.filetype.coveo-small,
.coveo-icon.filetype.coveo-small.exchangefreebusy,
.coveo-icon.filetype.coveo-small.exchangemdn,
.coveo-icon.filetype.coveo-small.exchangeobject,
.coveo-icon.filetype.coveo-small.lithiumcommunity,
.coveo-icon.filetype.coveo-small.sparea,
.coveo-icon.filetype.coveo-small.sparealisting,
.coveo-icon.filetype.coveo-small.spcirculation,
.coveo-icon.filetype.coveo-small.spcirculationlist,
.coveo-icon.filetype.coveo-small.spcustomgridlist,
.coveo-icon.filetype.coveo-small.spcustomlist,
.coveo-icon.filetype.coveo-small.spdecision,
.coveo-icon.filetype.coveo-small.spdecisionlist,
.coveo-icon.filetype.coveo-small.spdistributiongroup,
.coveo-icon.filetype.coveo-small.spdistributiongrouplist,
.coveo-icon.filetype.coveo-small.spkeyperformanceindicator,
.coveo-icon.filetype.coveo-small.spkeyperformanceindicatorlist,
.coveo-icon.filetype.coveo-small.spobjective,
.coveo-icon.filetype.coveo-small.spobjectivelist,
.coveo-icon.filetype.coveo-small.spsurvey,
.coveo-icon.filetype.coveo-small.spsurveylist,
.coveo-icon.filetype.coveo-small.sptab,
.coveo-icon.filetype.coveo-small.sptablist,
.coveo-icon.filetype.coveo-small.spthingstobring,
.coveo-icon.filetype.coveo-small.spthingstobringlist,
.coveo-icon.filetype.coveo-small.spunknownlist,
.coveo-icon.filetype.coveo-small.spwhereabout,
.coveo-icon.filetype.coveo-small.spwhereaboutlist,
.coveo-icon.filetype.coveo-small.spworkflowprocess,
.coveo-icon.filetype.coveo-small.spworkflowprocesslist,
.coveo-icon.objecttype.coveo-small,
.coveo-icon.sysfiletype.coveo-small,
.coveo-icon.sysfiletype.coveo-small.exchangefreebusy,
.coveo-icon.sysfiletype.coveo-small.exchangemdn,
.coveo-icon.sysfiletype.coveo-small.exchangeobject,
.coveo-icon.sysfiletype.coveo-small.lithiumcommunity,
.coveo-icon.sysfiletype.coveo-small.sparea,
.coveo-icon.sysfiletype.coveo-small.sparealisting,
.coveo-icon.sysfiletype.coveo-small.spcirculation,
.coveo-icon.sysfiletype.coveo-small.spcirculationlist,
.coveo-icon.sysfiletype.coveo-small.spcustomgridlist,
.coveo-icon.sysfiletype.coveo-small.spcustomlist,
.coveo-icon.sysfiletype.coveo-small.spdecision,
.coveo-icon.sysfiletype.coveo-small.spdecisionlist,
.coveo-icon.sysfiletype.coveo-small.spdistributiongroup,
.coveo-icon.sysfiletype.coveo-small.spdistributiongrouplist,
.coveo-icon.sysfiletype.coveo-small.spkeyperformanceindicator,
.coveo-icon.sysfiletype.coveo-small.spkeyperformanceindicatorlist,
.coveo-icon.sysfiletype.coveo-small.spobjective,
.coveo-icon.sysfiletype.coveo-small.spobjectivelist,
.coveo-icon.sysfiletype.coveo-small.spsurvey,
.coveo-icon.sysfiletype.coveo-small.spsurveylist,
.coveo-icon.sysfiletype.coveo-small.sptab,
.coveo-icon.sysfiletype.coveo-small.sptablist,
.coveo-icon.sysfiletype.coveo-small.spthingstobring,
.coveo-icon.sysfiletype.coveo-small.spthingstobringlist,
.coveo-icon.sysfiletype.coveo-small.spunknownlist,
.coveo-icon.sysfiletype.coveo-small.spwhereabout,
.coveo-icon.sysfiletype.coveo-small.spwhereaboutlist,
.coveo-icon.sysfiletype.coveo-small.spworkflowprocess,
.coveo-icon.sysfiletype.coveo-small.spworkflowprocesslist,
.coveo-sprites-custom-small {
    background-position: -9113px -32px;
    width: 32px;
    height: 32px;
    text-indent: 32px
}

.coveo-sprites-salesforce-doctype-eps-small {
    background-position: -9145px 0;
    width: 26px;
    height: 30px;
    text-indent: 26px
}

.coveo-sprites-salesforce-doctype-stypi-small {
    background-position: -9145px -30px;
    width: 26px;
    height: 30px;
    text-indent: 26px
}

.coveo-sprites-salesforce-doctype-csv-small {
    background-position: -9171px 0;
    width: 26px;
    height: 30px;
    text-indent: 26px
}

.coveo-sprites-salesforce-doctype-txt-small {
    background-position: -9171px -30px;
    width: 26px;
    height: 30px;
    text-indent: 26px
}

.coveo-sprites-salesforce-doctype-box-notes-small {
    background-position: -9197px 0;
    width: 26px;
    height: 30px;
    text-indent: 26px
}

.coveo-sprites-salesforce-doctype-unknown-small {
    background-position: -9197px -30px;
    width: 26px;
    height: 30px;
    text-indent: 26px
}

.coveo-sprites-salesforce-doctype-audio-small {
    background-position: -9223px 0;
    width: 26px;
    height: 30px;
    text-indent: 26px
}

.coveo-sprites-salesforce-doctype-video-small {
    background-position: -9223px -30px;
    width: 26px;
    height: 30px;
    text-indent: 26px
}

.coveo-sprites-salesforce-doctype-attachment-small {
    background-position: -9249px 0;
    width: 26px;
    height: 30px;
    text-indent: 26px
}

.coveo-icon.filetype.coveo-small.vsd,
.coveo-icon.sysfiletype.coveo-small.vsd,
.coveo-sprites-salesforce-doctype-visio-small {
    background-position: -9249px -30px;
    width: 26px;
    height: 30px;
    text-indent: 26px
}

.coveo-sprites-salesforce-doctype-ai-small {
    background-position: -9275px 0;
    width: 26px;
    height: 30px;
    text-indent: 26px
}

.coveo-sprites-salesforce-doctype-webex-small {
    background-position: -9275px -30px;
    width: 26px;
    height: 30px;
    text-indent: 26px
}

.coveo-sprites-salesforce-doctype-keynote-small {
    background-position: -9301px 0;
    width: 26px;
    height: 30px;
    text-indent: 26px
}

.coveo-icon.filetype.coveo-small.svm,
.coveo-icon.sysfiletype.coveo-small.svm,
.coveo-sprites-salesforce-doctype-word-small {
    background-position: -9301px -30px;
    width: 26px;
    height: 30px;
    text-indent: 26px
}

.coveo-sprites-salesforce-doctype-mp4-small {
    background-position: -9327px 0;
    width: 26px;
    height: 30px;
    text-indent: 26px
}

.coveo-sprites-salesforce-doctype-xml-small {
    background-position: -9327px -30px;
    width: 26px;
    height: 30px;
    text-indent: 26px
}

.coveo-sprites-salesforce-doctype-html-small {
    background-position: -9353px 0;
    width: 26px;
    height: 30px;
    text-indent: 26px
}

.coveo-sprites-salesforce-doctype-zip-small {
    background-position: -9353px -30px;
    width: 26px;
    height: 30px;
    text-indent: 26px
}

.coveo-sprites-salesforce-standard-work-order-small {
    background-position: -9379px 0;
    width: 30px;
    height: 30px;
    text-indent: 30px
}

.coveo-icon.objecttype.coveo-small.Account,
.coveo-icon.objecttype.coveo-small.account,
.coveo-sprites-salesforce-standard-account-small {
    background-position: -9379px -30px;
    width: 30px;
    height: 30px;
    text-indent: 30px
}

.coveo-sprites-salesforce-standard-work-order-item-small {
    background-position: -9409px 0;
    width: 30px;
    height: 30px;
    text-indent: 30px
}

.coveo-sprites-salesforce-standard-announcement-small {
    background-position: -9409px -30px;
    width: 30px;
    height: 30px;
    text-indent: 30px
}

.coveo-sprites-salesforce-standard-user-small {
    background-position: -9439px 0;
    width: 30px;
    height: 30px;
    text-indent: 30px
}

.coveo-sprites-salesforce-standard-answer-best-small {
    background-position: -9439px -30px;
    width: 30px;
    height: 30px;
    text-indent: 30px
}

.coveo-sprites-salesforce-standard-process-small {
    background-position: -9469px 0;
    width: 30px;
    height: 30px;
    text-indent: 30px
}

.coveo-sprites-salesforce-standard-answer-private-small {
    background-position: -9469px -30px;
    width: 30px;
    height: 30px;
    text-indent: 30px
}

.coveo-sprites-salesforce-standard-answer-public-small {
    background-position: -9499px 0;
    width: 30px;
    height: 30px;
    text-indent: 30px
}

.coveo-sprites-salesforce-standard-approval-small {
    background-position: -9499px -30px;
    width: 30px;
    height: 30px;
    text-indent: 30px
}

.coveo-sprites-salesforce-standard-unmatched-small {
    background-position: -9529px 0;
    width: 30px;
    height: 30px;
    text-indent: 30px
}

.coveo-sprites-salesforce-standard-apps-admin-small {
    background-position: -9529px -30px;
    width: 30px;
    height: 30px;
    text-indent: 30px
}

.coveo-sprites-salesforce-doctype-overlay-small {
    background-position: -9559px 0;
    width: 26px;
    height: 30px;
    text-indent: 26px
}

.coveo-sprites-salesforce-doctype-gsheet-small {
    background-position: -9559px -30px;
    width: 26px;
    height: 30px;
    text-indent: 26px
}

.coveo-sprites-salesforce-standard-apps-small {
    background-position: -9585px 0;
    width: 30px;
    height: 30px;
    text-indent: 30px
}

.coveo-sprites-salesforce-standard-topic-small {
    background-position: -9585px -30px;
    width: 30px;
    height: 30px;
    text-indent: 30px
}

.coveo-icon.objecttype.coveo-small.Kbarticle,
.coveo-icon.objecttype.coveo-small.kbarticle,
.coveo-icon.objecttype.coveo-small.Kbattachment,
.coveo-icon.objecttype.coveo-small.kbattachment,
.coveo-icon.objecttype.coveo-small.kbdocumentation,
.coveo-icon.objecttype.coveo-small.Kbdocumentation,
.coveo-icon.objecttype.coveo-small.Kbknowledgearticle,
.coveo-icon.objecttype.coveo-small.kbknowledgearticle,
.coveo-icon.objecttype.coveo-small.Kbsolution,
.coveo-icon.objecttype.coveo-small.kbsolution,
.coveo-icon.objecttype.coveo-small.Kbtechnicalarticle,
.coveo-icon.objecttype.coveo-small.kbtechnicalarticle,
.coveo-icon.objecttype.coveo-small.Knowledgearticle,
.coveo-icon.objecttype.coveo-small.knowledgearticle,
.coveo-icon.objecttype.coveo-small.Solution,
.coveo-icon.objecttype.coveo-small.solution,
.coveo-sprites-salesforce-standard-article-small {
    background-position: -9615px 0;
    width: 30px;
    height: 30px;
    text-indent: 30px
}

.coveo-sprites-salesforce-standard-avatar-loading-small {
    background-position: -9615px -30px;
    width: 30px;
    height: 30px;
    text-indent: 30px
}

.coveo-sprites-salesforce-standard-today-small {
    background-position: -9645px 0;
    width: 30px;
    height: 30px;
    text-indent: 30px
}

.coveo-sprites-salesforce-standard-avatar-small {
    background-position: -9645px -30px;
    width: 30px;
    height: 30px;
    text-indent: 30px
}

.coveo-sprites-salesforce-doctype-pack-small {
    background-position: -9675px 0;
    width: 26px;
    height: 30px;
    text-indent: 26px
}

.coveo-sprites-salesforce-doctype-gpres-small {
    background-position: -9675px -30px;
    width: 26px;
    height: 30px;
    text-indent: 26px
}

.coveo-sprites-salesforce-standard-calibration-small {
    background-position: -9701px 0;
    width: 30px;
    height: 30px;
    text-indent: 30px
}

.coveo-icon.objecttype.coveo-small.Feedcomment,
.coveo-icon.objecttype.coveo-small.feedcomment,
.coveo-icon.objecttype.coveo-small.Feeditem,
.coveo-icon.objecttype.coveo-small.feeditem,
.coveo-sprites-salesforce-standard-post-small {
    background-position: -9701px -30px;
    width: 30px;
    height: 30px;
    text-indent: 30px
}

.coveo-sprites-salesforce-standard-call-history-small {
    background-position: -9731px 0;
    width: 30px;
    height: 30px;
    text-indent: 30px
}

.coveo-sprites-salesforce-standard-product-small {
    background-position: -9731px -30px;
    width: 30px;
    height: 30px;
    text-indent: 30px
}

.coveo-sprites-salesforce-standard-call-small {
    background-position: -9761px 0;
    width: 30px;
    height: 30px;
    text-indent: 30px
}

.coveo-sprites-salesforce-standard-campaign-members-small {
    background-position: -9761px -30px;
    width: 30px;
    height: 30px;
    text-indent: 30px
}

.coveo-sprites-salesforce-standard-thanks-small {
    background-position: -9791px 0;
    width: 30px;
    height: 30px;
    text-indent: 30px
}

.coveo-sprites-salesforce-standard-campaign-small {
    background-position: -9791px -30px;
    width: 30px;
    height: 30px;
    text-indent: 30px
}

.coveo-sprites-salesforce-standard-portal-small {
    background-position: -9821px 0;
    width: 30px;
    height: 30px;
    text-indent: 30px
}

.coveo-sprites-salesforce-standard-canvas-small {
    background-position: -9821px -30px;
    width: 30px;
    height: 30px;
    text-indent: 30px
}

.coveo-sprites-salesforce-standard-question-best-small {
    background-position: -9851px 0;
    width: 30px;
    height: 30px;
    text-indent: 30px
}

.coveo-sprites-salesforce-standard-case-change-status-small {
    background-position: -9851px -30px;
    width: 30px;
    height: 30px;
    text-indent: 30px
}

.coveo-sprites-salesforce-standard-case-comment-small {
    background-position: -9881px 0;
    width: 30px;
    height: 30px;
    text-indent: 30px
}

.coveo-sprites-salesforce-standard-poll-small {
    background-position: -9881px -30px;
    width: 30px;
    height: 30px;
    text-indent: 30px
}

.coveo-sprites-salesforce-standard-case-email-small {
    background-position: -9911px 0;
    width: 30px;
    height: 30px;
    text-indent: 30px
}

.coveo-sprites-salesforce-standard-thanks-loading-small {
    background-position: -9911px -30px;
    width: 30px;
    height: 30px;
    text-indent: 30px
}

.coveo-sprites-salesforce-standard-case-log-a-call-small {
    background-position: -9941px 0;
    width: 30px;
    height: 30px;
    text-indent: 30px
}

.coveo-sprites-salesforce-doctype-pages-small {
    background-position: -9941px -30px;
    width: 26px;
    height: 30px;
    text-indent: 26px
}

.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-sprites-salesforce-standard-case-small {
    background-position: -9971px 0;
    width: 30px;
    height: 30px;
    text-indent: 30px
}

.coveo-sprites-salesforce-standard-case-transcript-small {
    background-position: -9971px -30px;
    width: 30px;
    height: 30px;
    text-indent: 30px
}

.coveo-sprites-salesforce-doctype-image-small {
    background-position: -10001px 0;
    width: 26px;
    height: 30px;
    text-indent: 26px
}

.coveo-sprites-salesforce-doctype-gdocs-small {
    background-position: -10001px -30px;
    width: 26px;
    height: 30px;
    text-indent: 26px
}

.coveo-sprites-salesforce-standard-coaching-small {
    background-position: -10027px 0;
    width: 30px;
    height: 30px;
    text-indent: 30px
}

.coveo-icon.filetype.coveo-small.cfcomment,
.coveo-icon.sysfiletype.coveo-small.cfcomment,
.coveo-sprites-salesforce-standard-question-feed-small {
    background-position: -10027px -30px;
    width: 30px;
    height: 30px;
    text-indent: 30px
}

.coveo-sprites-salesforce-standard-connected-apps-small {
    background-position: -10057px 0;
    width: 30px;
    height: 30px;
    text-indent: 30px
}

.coveo-sprites-salesforce-standard-photo-small {
    background-position: -10057px -30px;
    width: 30px;
    height: 30px;
    text-indent: 30px
}

.coveo-icon.objecttype.coveo-small.Contact,
.coveo-icon.objecttype.coveo-small.contact,
.coveo-sprites-salesforce-standard-contact-small {
    background-position: -10087px 0;
    width: 30px;
    height: 30px;
    text-indent: 30px
}

.coveo-icon.objecttype.coveo-small.Contract,
.coveo-icon.objecttype.coveo-small.contract,
.coveo-sprites-salesforce-standard-contract-small {
    background-position: -10087px -30px;
    width: 30px;
    height: 30px;
    text-indent: 30px
}

.coveo-sprites-salesforce-doctype-pdf-small {
    background-position: -10117px 0;
    width: 26px;
    height: 30px;
    text-indent: 26px
}

.coveo-sprites-salesforce-doctype-gdoc-small {
    background-position: -10117px -30px;
    width: 26px;
    height: 30px;
    text-indent: 26px
}

.coveo-sprites-salesforce-standard-custom-small {
    background-position: -10143px 0;
    width: 30px;
    height: 30px;
    text-indent: 30px
}

.coveo-icon.objecttype.coveo-small.Quote,
.coveo-icon.objecttype.coveo-small.quote,
.coveo-sprites-salesforce-standard-quotes-small {
    background-position: -10143px -30px;
    width: 30px;
    height: 30px;
    text-indent: 30px
}

.coveo-sprites-salesforce-standard-dashboard-small {
    background-position: -10173px 0;
    width: 30px;
    height: 30px;
    text-indent: 30px
}

.coveo-icon.filetype.coveo-small.salesforceitem,
.coveo-icon.sysfiletype.coveo-small.salesforceitem,
.coveo-sprites-salesforce-standard-default-small {
    background-position: -10173px -30px;
    width: 30px;
    height: 30px;
    text-indent: 30px
}

.coveo-sprites-salesforce-standard-team-member-small {
    background-position: -10203px 0;
    width: 30px;
    height: 30px;
    text-indent: 30px
}

.coveo-icon.objecttype.coveo-small.Contentversion,
.coveo-icon.objecttype.coveo-small.contentversion,
.coveo-sprites-salesforce-standard-document-small {
    background-position: -10203px -30px;
    width: 30px;
    height: 30px;
    text-indent: 30px
}

.coveo-sprites-salesforce-doctype-ppt-small {
    background-position: -10233px 0;
    width: 26px;
    height: 30px;
    text-indent: 26px
}

.coveo-icon.filetype.coveo-small.swf,
.coveo-icon.sysfiletype.coveo-small.swf,
.coveo-sprites-salesforce-doctype-flash-small {
    background-position: -10233px -30px;
    width: 26px;
    height: 30px;
    text-indent: 26px
}

.coveo-sprites-salesforce-standard-drafts-small {
    background-position: -10259px 0;
    width: 30px;
    height: 30px;
    text-indent: 30px
}

.coveo-sprites-salesforce-standard-email-chatter-small {
    background-position: -10259px -30px;
    width: 30px;
    height: 30px;
    text-indent: 30px
}

.coveo-sprites-salesforce-standard-email-iq-small {
    background-position: -10289px 0;
    width: 30px;
    height: 30px;
    text-indent: 30px
}

.coveo-sprites-salesforce-standard-task2-small {
    background-position: -10289px -30px;
    width: 30px;
    height: 30px;
    text-indent: 30px
}

.coveo-sprites-salesforce-standard-email-small {
    background-position: -10319px 0;
    width: 30px;
    height: 30px;
    text-indent: 30px
}

.coveo-sprites-salesforce-standard-empty-small {
    background-position: -10319px -30px;
    width: 30px;
    height: 30px;
    text-indent: 30px
}

.coveo-sprites-salesforce-doctype-psd-small {
    background-position: -10349px 0;
    width: 26px;
    height: 30px;
    text-indent: 26px
}

.coveo-sprites-salesforce-doctype-exe-small {
    background-position: -10349px -30px;
    width: 26px;
    height: 30px;
    text-indent: 26px
}

.coveo-sprites-salesforce-standard-endorsement-small {
    background-position: -10375px 0;
    width: 30px;
    height: 30px;
    text-indent: 30px
}

.coveo-sprites-salesforce-standard-environment-hub-small {
    background-position: -10375px -30px;
    width: 30px;
    height: 30px;
    text-indent: 30px
}

.coveo-sprites-salesforce-doctype-link-small {
    background-position: -10405px 0;
    width: 26px;
    height: 30px;
    text-indent: 26px
}

.coveo-sprites-salesforce-doctype-rtf-small {
    background-position: -10405px -30px;
    width: 26px;
    height: 30px;
    text-indent: 26px
}

.coveo-icon.objecttype.coveo-small.Event,
.coveo-icon.objecttype.coveo-small.event,
.coveo-sprites-salesforce-standard-event-small {
    background-position: -10431px 0;
    width: 30px;
    height: 30px;
    text-indent: 30px
}

.coveo-icon.objecttype.coveo-small.Task,
.coveo-icon.objecttype.coveo-small.task,
.coveo-sprites-salesforce-standard-task-small {
    background-position: -10431px -30px;
    width: 30px;
    height: 30px;
    text-indent: 30px
}

.coveo-sprites-salesforce-standard-feed-small {
    background-position: -10461px 0;
    width: 30px;
    height: 30px;
    text-indent: 30px
}

.coveo-icon.objecttype.coveo-small.Casecomment,
.coveo-icon.objecttype.coveo-small.casecomment,
.coveo-sprites-salesforce-standard-feedback-small {
    background-position: -10461px -30px;
    width: 30px;
    height: 30px;
    text-indent: 30px
}

.coveo-sprites-salesforce-standard-sossession-small {
    background-position: -10491px 0;
    width: 30px;
    height: 30px;
    text-indent: 30px
}

.coveo-sprites-salesforce-standard-file-small {
    background-position: -10491px -30px;
    width: 30px;
    height: 30px;
    text-indent: 30px
}

.coveo-sprites-salesforce-standard-solution-small {
    background-position: -10521px 0;
    width: 30px;
    height: 30px;
    text-indent: 30px
}

.coveo-sprites-salesforce-standard-flow-small {
    background-position: -10521px -30px;
    width: 30px;
    height: 30px;
    text-indent: 30px
}

.coveo-sprites-salesforce-standard-folder-small {
    background-position: -10551px 0;
    width: 30px;
    height: 30px;
    text-indent: 30px
}

.coveo-sprites-salesforce-standard-social-small {
    background-position: -10551px -30px;
    width: 30px;
    height: 30px;
    text-indent: 30px
}

.coveo-sprites-salesforce-standard-generic-loading-small {
    background-position: -10581px 0;
    width: 30px;
    height: 30px;
    text-indent: 30px
}

.coveo-sprites-salesforce-standard-skill-entity-small {
    background-position: -10581px -30px;
    width: 30px;
    height: 30px;
    text-indent: 30px
}

.coveo-icon.objecttype.coveo-small.Goal,
.coveo-icon.objecttype.coveo-small.goal,
.coveo-sprites-salesforce-standard-goals-small {
    background-position: -10611px 0;
    width: 30px;
    height: 30px;
    text-indent: 30px
}

.coveo-sprites-salesforce-standard-scan-card-small {
    background-position: -10611px -30px;
    width: 30px;
    height: 30px;
    text-indent: 30px
}

.coveo-sprites-salesforce-standard-group-loading-small {
    background-position: -10641px 0;
    width: 30px;
    height: 30px;
    text-indent: 30px
}

.coveo-sprites-salesforce-standard-reward-small {
    background-position: -10641px -30px;
    width: 30px;
    height: 30px;
    text-indent: 30px
}

.coveo-sprites-salesforce-standard-groups-small {
    background-position: -10671px 0;
    width: 30px;
    height: 30px;
    text-indent: 30px
}

.coveo-sprites-salesforce-standard-report-small {
    background-position: -10671px -30px;
    width: 30px;
    height: 30px;
    text-indent: 30px
}

.coveo-sprites-salesforce-standard-hierarchy-small {
    background-position: -10701px 0;
    width: 30px;
    height: 30px;
    text-indent: 30px
}

.coveo-sprites-salesforce-standard-person-account-small {
    background-position: -10701px -30px;
    width: 30px;
    height: 30px;
    text-indent: 30px
}

.coveo-sprites-salesforce-standard-home-small {
    background-position: -10731px 0;
    width: 30px;
    height: 30px;
    text-indent: 30px
}

.coveo-sprites-salesforce-standard-household-small {
    background-position: -10731px -30px;
    width: 30px;
    height: 30px;
    text-indent: 30px
}

.coveo-sprites-salesforce-standard-insights-small {
    background-position: -10761px 0;
    width: 30px;
    height: 30px;
    text-indent: 30px
}

.coveo-sprites-salesforce-standard-investment-account-small {
    background-position: -10761px -30px;
    width: 30px;
    height: 30px;
    text-indent: 30px
}

.coveo-icon.objecttype.coveo-small.Lead,
.coveo-icon.objecttype.coveo-small.lead,
.coveo-sprites-salesforce-standard-lead-small {
    background-position: -10791px 0;
    width: 30px;
    height: 30px;
    text-indent: 30px
}

.coveo-sprites-salesforce-standard-related-list-small {
    background-position: -10791px -30px;
    width: 30px;
    height: 30px;
    text-indent: 30px
}

.coveo-sprites-salesforce-standard-link-small {
    background-position: -10821px 0;
    width: 30px;
    height: 30px;
    text-indent: 30px
}

.coveo-sprites-salesforce-standard-log-a-call-small {
    background-position: -10821px -30px;
    width: 30px;
    height: 30px;
    text-indent: 30px
}

.coveo-sprites-salesforce-standard-marketing-actions-small {
    background-position: -10851px 0;
    width: 30px;
    height: 30px;
    text-indent: 30px
}

.coveo-sprites-salesforce-standard-metrics-small {
    background-position: -10851px -30px;
    width: 30px;
    height: 30px;
    text-indent: 30px
}

.coveo-sprites-salesforce-standard-record-small {
    background-position: -10881px 0;
    width: 30px;
    height: 30px;
    text-indent: 30px
}

.coveo-sprites-salesforce-standard-news-small {
    background-position: -10881px -30px;
    width: 30px;
    height: 30px;
    text-indent: 30px
}

.coveo-sprites-salesforce-doctype-excel-small {
    background-position: -10911px 0;
    width: 26px;
    height: 30px;
    text-indent: 26px
}

.coveo-pager-next>a>span,
.coveo-sprites-pager-right-arrow {
    background-position: -10911px -30px;
    width: 22px;
    height: 22px;
    text-indent: 22px
}

.coveo-sprites-followed {
    background-position: -10911px -52px;
    width: 16px;
    height: 12px;
    text-indent: 16px
}

.coveo-advanced-search-panel-close:hover,
.coveo-breadcrumb-clear-all:hover .coveo-breadcrumb-icon-clear-all,
.coveo-facet-breadcrumb-value:hover .coveo-facet-breadcrumb-clear,
.coveo-facet-slider-breadcrumb-value:hover .coveo-facet-breadcrumb-clear,
.coveo-hidden-query-breadcrumb-clear:hover,
.coveo-modalBox.coveo-quick-view>.coveo-wrapper>.coveo-title .coveo-quickview-close-button:hover .coveo-icon,
.coveo-preferences-panel-close:hover,
.coveo-results-filter-preferences-breadcrumb .coveo-value:hover .coveo-clear,
.coveo-share-query-summary-info-close:hover,
.coveo-sprites-clear-active-filters,
.coveo-subscriptions-panel .coveo-subscriptions-panel-close:hover .coveo-icon,
.CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-close-and-save .coveo-close:hover,
.CoveoResultsFiltersPreferences .coveo-delete .coveo-icon {
    background-position: -10927px -52px;
    width: 10px;
    height: 10px;
    text-indent: 10px
}

.coveo-icon.objecttype.coveo-small.Note,
.coveo-icon.objecttype.coveo-small.note,
.coveo-sprites-salesforce-standard-note-small {
    background-position: -10937px 0;
    width: 30px;
    height: 30px;
    text-indent: 30px
}

.coveo-icon.objecttype.coveo-small.Opportunity,
.coveo-icon.objecttype.coveo-small.opportunity,
.coveo-icon.objecttype.coveo-small.Opportunityproduct,
.coveo-icon.objecttype.coveo-small.opportunityproduct,
.coveo-sprites-salesforce-standard-opportunity-small {
    background-position: -10937px -30px;
    width: 30px;
    height: 30px;
    text-indent: 30px
}

.coveo-icon.objecttype.coveo-small.Salesorder,
.coveo-icon.objecttype.coveo-small.salesorder,
.coveo-sprites-salesforce-standard-orders-small {
    background-position: -10967px 0;
    width: 30px;
    height: 30px;
    text-indent: 30px
}

.coveo-sprites-salesforce-standard-people-small {
    background-position: -10967px -30px;
    width: 30px;
    height: 30px;
    text-indent: 30px
}

.coveo-sprites-salesforce-standard-performance-small {
    background-position: -10997px 0;
    width: 30px;
    height: 30px;
    text-indent: 30px
}

.coveo-sprites-salesforce-standard-recent-small {
    background-position: -10997px -30px;
    width: 30px;
    height: 30px;
    text-indent: 30px
}

.coveo-sprites-salesforce-standard-pricebook-small {
    background-position: -11027px 0;
    width: 30px;
    height: 30px;
    text-indent: 30px
}

.coveo-pager-previous>a>span,
.coveo-sprites-pager-left-arrow {
    background-position: -11027px -30px;
    width: 22px;
    height: 22px;
    text-indent: 22px
}

.coveo-sprites-follow {
    background-position: -11027px -52px;
    width: 16px;
    height: 12px;
    text-indent: 16px
}

.coveo-sprites-edit {
    background-position: -11043px -52px;
    width: 12px;
    height: 12px;
    text-indent: 12px
}

.coveo-powered-by,
.coveo-sprites-coveo-powered-by-logo {
    background-position: -11057px 0;
    width: 100px;
    height: 29px;
    text-indent: 100px
}

.coveo-sprites-card-layout {
    background-position: -11057px -29px;
    width: 20px;
    height: 20px;
    text-indent: 20px
}

.coveo-sprites-expand {
    background-position: -11057px -49px;
    width: 13px;
    height: 13px;
    text-indent: 13px
}

.coveo-sprites-list-layout {
    background-position: -11077px -29px;
    width: 20px;
    height: 20px;
    text-indent: 20px
}

.coveo-facet-search-results .coveo-facet-value.coveo-selected .coveo-facet-value-checkbox>span,
.coveo-facet-search-results .coveo-facet-value:hover .coveo-facet-value-checkbox>span,
.coveo-facet-search-results .coveo-facet-value:not(.coveo-facet-search-button) .coveo-facet-value-checkbox:focus>span,
.coveo-sprites-facet-search-checkbox-hook-active {
    background-position: -11077px -49px;
    width: 13px;
    height: 13px;
    text-indent: 13px
}

.coveo-sprites-replies {
    background-position: -11097px -29px;
    width: 20px;
    height: 20px;
    text-indent: 20px
}

.coveo-facet-search-wait-animation,
.coveo-sprites-facet-search-loading {
    background-position: -11097px -49px;
    width: 13px;
    height: 13px;
    text-indent: 13px
}

.coveo-sprites-table-layout {
    background-position: -11117px -29px;
    width: 20px;
    height: 20px;
    text-indent: 20px
}

.coveo-sprites-collapse {
    background-position: -11117px -49px;
    width: 13px;
    height: 13px;
    text-indent: 13px
}

.coveo-facet-header-eraser:hover,
.coveo-sprites-main-clear-hover {
    background-position: -11137px -29px;
    width: 19px;
    height: 19px;
    text-indent: 19px
}

.coveo-facet-settings-section-sort:hover .coveo-icon,
.coveo-sprites-sort-active {
    background-position: -11137px -48px;
    width: 16px;
    height: 16px;
    text-indent: 16px
}

.coveo-facet-header-eraser,
.coveo-sprites-main-clear,
.CoveoSearchbox .magic-box .magic-box-clear .magic-box-icon:before {
    background-position: -11157px 0;
    width: 19px;
    height: 19px;
    text-indent: 19px
}

.coveo-settings-item.coveo-share-query:hover .coveo-icon,
.coveo-sprites-dropdown-share-query-active {
    background-position: -11157px -19px;
    width: 18px;
    height: 18px;
    text-indent: 18px
}

.coveo-settings-item.coveo-follow-query .coveo-icon,
.coveo-settings-item.coveo-follow-query:hover.coveo-disabled .coveo-icon,
.coveo-settings-item.coveo-subscriptions-panel .coveo-icon,
.coveo-settings-item.coveo-subscriptions-panel:hover.coveo-disabled .coveo-icon,
.coveo-sprites-dropdown-follow-query {
    background-position: -11157px -37px;
    width: 18px;
    height: 18px;
    text-indent: 18px
}

.coveo-sprites-checkbox-hook-white,
.CoveoPreferencePanelItem .coveo-input-icon.coveo-selected:before,
.CoveoResultsFiltersPreferences .coveo-input-icon.coveo-selected:before,
.CoveoResultsPreferences .coveo-input-icon.coveo-selected:before {
    background-position: -11157px -55px;
    width: 12px;
    height: 9px;
    text-indent: 12px
}

.coveo-facet-breadcrumb-multi-icon.coveo-selected,
.coveo-facet-value.coveo-selected .coveo-facet-value-checkbox>span,
.coveo-facet-value:hover .coveo-facet-value-checkbox>span,
.coveo-facet-value:not(.coveo-facet-search-button) .coveo-facet-value-checkbox:focus>span,
.coveo-sprites-checkbox-hook-active,
.CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value.coveo-has-childs.coveo-has-childs-selected.coveo-selected .coveo-facet-value-checkbox>span,
.CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-close-and-save .coveo-save {
    background-position: -11176px 0;
    width: 18px;
    height: 18px;
    text-indent: 18px
}

.coveo-settings-item.coveo-follow-query:hover .coveo-icon,
.coveo-settings-item.coveo-subscriptions-panel:hover .coveo-icon,
.coveo-sprites-dropdown-follow-query-active {
    background-position: -11176px -18px;
    width: 18px;
    height: 18px;
    text-indent: 18px
}

.coveo-settings-item.coveo-advanced-search .coveo-icon,
.coveo-settings-item.coveo-advanced-search:hover.coveo-disabled .coveo-icon,
.coveo-settings-item.coveo-preferences-panel .coveo-icon,
.coveo-settings-item.coveo-preferences-panel:hover.coveo-disabled .coveo-icon,
.coveo-sprites-dropdown-preferences {
    background-position: -11176px -36px;
    width: 18px;
    height: 18px;
    text-indent: 18px
}

.coveo-result-tagging-clear-icon span,
.coveo-result-tagging-delete-icon,
.coveo-sprites-tagging-clear {
    background-position: -11176px -54px;
    width: 10px;
    height: 10px;
    text-indent: 10px
}

.coveo-settings-item.coveo-export-to-excel .coveo-icon,
.coveo-settings-item.coveo-export-to-excel:hover.coveo-disabled .coveo-icon,
.coveo-sprites-dropdown-export-to-excel {
    background-position: -11194px 0;
    width: 18px;
    height: 18px;
    text-indent: 18px
}

.coveo-sprites-checkbox-hook-inactive {
    background-position: -11194px -18px;
    width: 18px;
    height: 18px;
    text-indent: 18px
}

.coveo-settings-item.coveo-export-to-excel:hover .coveo-icon,
.coveo-sprites-dropdown-export-to-excel-active {
    background-position: -11194px -36px;
    width: 18px;
    height: 18px;
    text-indent: 18px
}

.coveo-advanced-search-panel-close,
.coveo-breadcrumb-clear-all .coveo-breadcrumb-icon-clear-all,
.coveo-facet-breadcrumb-value .coveo-facet-breadcrumb-clear,
.coveo-facet-slider-breadcrumb-value .coveo-facet-breadcrumb-clear,
.coveo-hidden-query-breadcrumb-clear,
.coveo-modalBox.coveo-quick-view>.coveo-wrapper>.coveo-title .coveo-quickview-close-button .coveo-icon,
.coveo-preferences-panel-close,
.coveo-results-filter-preferences-breadcrumb .coveo-value .coveo-clear,
.coveo-share-query-summary-info-close,
.coveo-sprites-clear-inactive-filters,
.coveo-subscriptions-panel .coveo-subscriptions-panel-close .coveo-icon,
.CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-close-and-save .coveo-close {
    background-position: -11194px -54px;
    width: 10px;
    height: 10px;
    text-indent: 10px
}

.coveo-settings-item.coveo-advanced-search:hover .coveo-icon,
.coveo-settings-item.coveo-preferences-panel:hover .coveo-icon,
.coveo-sprites-dropdown-preferences-active {
    background-position: -11212px 0;
    width: 18px;
    height: 18px;
    text-indent: 18px
}

.coveo-sprites-star_placeholder {
    background-position: -11212px -18px;
    width: 18px;
    height: 18px;
    text-indent: 18px
}

.coveo-facet-header-operator .coveo-icon.coveo-or,
.coveo-sprites-or {
    background-position: -11212px -36px;
    width: 18px;
    height: 18px;
    text-indent: 18px
}

.coveo-result-tagging-add-tag-tick-icon span,
.coveo-sprites-tagging-ok {
    background-position: -11212px -54px;
    width: 10px;
    height: 10px;
    text-indent: 10px
}

.coveo-facet-value.coveo-excluded .coveo-facet-value-checkbox>span,
.coveo-facet-value.coveo-facet-value-will-exclude .coveo-facet-value-checkbox>span,
.coveo-facet-value.coveo-selected.coveo-facet-value-will-exclude .coveo-facet-value-checkbox>span,
.coveo-facet-value:hover.coveo-facet-value-will-exclude .coveo-facet-value-checkbox>span,
.coveo-sprites-checkbox-exclusion,
.CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value.coveo-has-childs.coveo-has-childs-selected.coveo-selected:hover .coveo-facet-value-checkbox>span {
    background-position: -11230px 0;
    width: 18px;
    height: 18px;
    text-indent: 18px
}

.coveo-sprites-manage {
    background-position: -11230px -18px;
    width: 18px;
    height: 18px;
    text-indent: 18px
}

.coveo-sprites-main-search,
.CoveoSearchButton>.coveo-icon,
.ie8or9 .coveo-executing-query .CoveoSearchButton>.coveo-icon {
    background-position: -11230px -36px;
    width: 18px;
    height: 18px;
    text-indent: 18px
}

.coveo-facet-search-magnifier,
.coveo-sprites-facet-search {
    background-position: -11230px -54px;
    width: 10px;
    height: 10px;
    text-indent: 10px
}

.coveo-sprites-dropdown-manage-alerts {
    background-position: -11248px 0;
    width: 18px;
    height: 18px;
    text-indent: 18px
}

.coveo-facet-value.coveo-facet-search-button .coveo-facet-value-checkbox>span,
.coveo-facet-value.coveo-facet-search-button:hover .coveo-facet-value-checkbox>span,
.coveo-sprites-checkbox-more-values {
    background-position: -11248px -18px;
    width: 18px;
    height: 18px;
    text-indent: 18px
}

.coveo-sprites-dropdown-manage-alerts-active {
    background-position: -11248px -36px;
    width: 18px;
    height: 18px;
    text-indent: 18px
}

.coveo-facet-header-operator .coveo-icon.coveo-and,
.coveo-sprites-and {
    background-position: -11266px 0;
    width: 18px;
    height: 18px;
    text-indent: 18px
}

.coveo-sprites-main-search-active,
.CoveoSearchButton:hover>.coveo-icon {
    background-position: -11266px -18px;
    width: 18px;
    height: 18px;
    text-indent: 18px
}

.coveo-settings-item.coveo-share-query .coveo-icon,
.coveo-settings-item.coveo-share-query:hover.coveo-disabled .coveo-icon,
.coveo-sprites-dropdown-share-query {
    background-position: -11266px -36px;
    width: 18px;
    height: 18px;
    text-indent: 18px
}

.coveo-sprites-star_active {
    background-position: -11284px 0;
    width: 18px;
    height: 18px;
    text-indent: 18px
}

.coveo-sprites-dropdown-density-checked {
    background-position: -11284px -18px;
    width: 16px;
    height: 16px;
    text-indent: 16px
}

.coveo-settings-item.coveo-authentication-provider:hover .coveo-icon,
.coveo-sprites-dropdown-authenticate-active {
    background-position: -11284px -34px;
    width: 16px;
    height: 16px;
    text-indent: 16px
}

.coveo-facet-value-exclude .coveo-icon,
.coveo-sprites-exclusion-hover {
    background-position: -11284px -50px;
    width: 13px;
    height: 13px;
    text-indent: 13px
}

.coveo-facet-settings-section-direction-descending:hover .coveo-icon,
.coveo-sprites-dropdown-descending-active {
    background-position: -11302px 0;
    width: 16px;
    height: 16px;
    text-indent: 16px
}

.coveo-facet-settings-section-direction-ascending .coveo-icon,
.coveo-facet-settings-section-direction-ascending:hover.coveo-facet-settings-disabled .coveo-icon,
.coveo-sprites-dropdown-ascending {
    background-position: -11302px -16px;
    width: 16px;
    height: 16px;
    text-indent: 16px
}

.coveo-facet-settings-section-direction-descending .coveo-icon,
.coveo-facet-settings-section-direction-descending:hover.coveo-facet-settings-disabled .coveo-icon,
.coveo-sprites-dropdown-descending {
    background-position: -11302px -32px;
    width: 16px;
    height: 16px;
    text-indent: 16px
}

.coveo-facet-settings-section-direction-ascending:hover .coveo-icon,
.coveo-sprites-dropdown-ascending-active {
    background-position: -11302px -48px;
    width: 16px;
    height: 16px;
    text-indent: 16px
}

.coveo-facet-settings-section-show:hover .coveo-icon,
.coveo-sprites-dropdown-expand-active {
    background-position: -11318px 0;
    width: 16px;
    height: 16px;
    text-indent: 16px
}

.coveo-sprites-authenticate {
    background-position: -11318px -16px;
    width: 16px;
    height: 16px;
    text-indent: 16px
}

.coveo-facet-settings-section-show .coveo-icon,
.coveo-facet-settings-section-show:hover.coveo-facet-settings-disabled .coveo-icon,
.coveo-sprites-dropdown-expand,
.CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value.coveo-has-childs .coveo-has-childs-toggle {
    background-position: -11318px -32px;
    width: 16px;
    height: 16px;
    text-indent: 16px
}

.coveo-facet-settings-section-clear-state:hover .coveo-icon,
.coveo-sprites-dropdown-less-active {
    background-position: -11318px -48px;
    width: 16px;
    height: 16px;
    text-indent: 16px
}

.coveo-facet-settings-section-clear-state .coveo-icon,
.coveo-facet-settings-section-clear-state:hover.coveo-facet-settings-disabled .coveo-icon,
.coveo-sprites-dropdown-less {
    background-position: -11334px 0;
    width: 16px;
    height: 16px;
    text-indent: 16px
}

.coveo-facet-settings-section-save-state:hover .coveo-icon,
.coveo-sprites-dropdown-more-active {
    background-position: -11334px -16px;
    width: 16px;
    height: 16px;
    text-indent: 16px
}

.coveo-facet-settings-section-save-state .coveo-icon,
.coveo-facet-settings-section-save-state:hover.coveo-facet-settings-disabled .coveo-icon,
.coveo-sprites-dropdown-more {
    background-position: -11334px -32px;
    width: 16px;
    height: 16px;
    text-indent: 16px
}

.coveo-sprites-result-follow,
.CoveoFollowItem:before {
    background-position: -11334px -48px;
    width: 16px;
    height: 16px;
    text-indent: 16px
}

.coveo-sprites-result-follow-active,
.CoveoFollowItem.coveo-follow-item-followed:before {
    background-position: -11350px 0;
    width: 16px;
    height: 16px;
    text-indent: 16px
}

.coveo-sprites-preferences {
    background-position: -11350px -16px;
    width: 16px;
    height: 16px;
    text-indent: 16px
}

.coveo-facet-settings-section-sort .coveo-icon,
.coveo-facet-settings-section-sort:hover.coveo-disabled .coveo-icon,
.coveo-sprites-sort {
    background-position: -11350px -32px;
    width: 16px;
    height: 16px;
    text-indent: 16px
}

.coveo-facet-header-settings .coveo-icon,
.coveo-sprites-more-menu {
    background-position: -11350px -48px;
    width: 16px;
    height: 16px;
    text-indent: 16px
}

.coveo-facet-header-settings:focus .coveo-icon,
.coveo-facet-header-settings:hover .coveo-icon,
.coveo-sprites-more-menu-active {
    background-position: -11366px 0;
    width: 16px;
    height: 16px;
    text-indent: 16px
}

.coveo-settings-item.coveo-authentication-provider .coveo-icon,
.coveo-settings-item.coveo-authentication-provider:hover.coveo-disabled .coveo-icon,
.coveo-sprites-dropdown-authenticate {
    background-position: -11366px -16px;
    width: 16px;
    height: 16px;
    text-indent: 16px
}

.coveo-sprites-attach,
.CoveoAttachToCase span.coveo-attach-to-case-attach:before {
    background-position: -11366px -32px;
    width: 16px;
    height: 16px;
    text-indent: 16px
}

.coveo-sprites-attached,
.CoveoAttachToCase span.coveo-attach-to-case-attached:before {
    background-position: -11366px -48px;
    width: 16px;
    height: 16px;
    text-indent: 16px
}

.coveo-facet-settings-section-hide .coveo-icon,
.coveo-facet-settings-section-hide:hover.coveo-facet-settings-disabled .coveo-icon,
.coveo-sprites-dropdown-collapse,
.CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value.coveo-has-childs.coveo-open .coveo-has-childs-toggle {
    background-position: -11382px 0;
    width: 16px;
    height: 16px;
    text-indent: 16px
}

.coveo-executing-query .CoveoSearchButton:hover>.coveo-icon,
.coveo-executing-query .CoveoSearchButton>.coveo-icon,
.coveo-facet-header-wait-animation,
.coveo-sprites-facet-loading,
.CoveoFollowItem.coveo-follow-item-loading:before {
    background-position: -11382px -16px;
    width: 16px;
    height: 16px;
    text-indent: 16px
}

.coveo-sprites-info {
    background-position: -11382px -32px;
    width: 16px;
    height: 16px;
    text-indent: 16px
}

.coveo-facet-more .coveo-icon,
.coveo-field-table-toggle-icon,
.coveo-more .coveo-folding-footer-icon,
.coveo-sprites-arrow-down,
.CoveoSort.coveo-descending .coveo-icon,
.CoveoSort .coveo-icon {
    background-position: -11382px -48px;
    width: 13px;
    height: 13px;
    text-indent: 13px
}

.coveo-facet-breadcrumb-multi-icon.coveo-excluded,
.coveo-facet-search-clear .coveo-icon:hover,
.coveo-facet-search-results .coveo-facet-value.coveo-excluded .coveo-facet-value-checkbox>span,
.coveo-facet-search-results .coveo-facet-value.coveo-facet-value-will-exclude .coveo-facet-value-checkbox>span,
.coveo-facet-search-results .coveo-facet-value.coveo-selected.coveo-facet-value-will-exclude .coveo-facet-value-checkbox>span,
.coveo-facet-search-results .coveo-facet-value:hover.coveo-facet-value-will-exclude .coveo-facet-value-checkbox>span,
.coveo-sprites-facet-checkbox-exclusion {
    background-position: -11398px 0;
    width: 13px;
    height: 13px;
    text-indent: 13px
}

.coveo-facet-less .coveo-icon,
.coveo-field-table-toggle-icon-up,
.coveo-less .coveo-folding-footer-icon,
.coveo-sprites-arrow-up,
.CoveoSort.coveo-ascending .coveo-icon {
    background-position: -11398px -13px;
    width: 13px;
    height: 13px;
    text-indent: 13px
}

.coveo-sprites-facet-search-checkbox-hook-inactive {
    background-position: -11398px -26px;
    width: 13px;
    height: 13px;
    text-indent: 13px
}

.coveo-sprites-edit-picklist {
    background-position: -11398px -39px;
    width: 12px;
    height: 12px;
    text-indent: 12px
}

.coveo-sprites-download {
    background-position: -11398px -51px;
    width: 12px;
    height: 12px;
    text-indent: 12px
}

.coveo-sprites-settings,
.CoveoResultsFiltersPreferences .coveo-edit .coveo-icon {
    background-position: -11411px 0;
    width: 12px;
    height: 12px;
    text-indent: 12px
}

.coveo-facet-search-clear .coveo-icon,
.coveo-sprites-facet-exclusion-hover {
    background-position: -11411px -12px;
    width: 11px;
    height: 11px;
    text-indent: 11px
}

.coveo-sprites-close {
    background-position: -11411px -23px;
    width: 11px;
    height: 11px;
    text-indent: 11px
}

.coveo-sprites-external {
    background-position: -11423px 0;
    width: 13px;
    height: 12px;
    text-indent: 13px
}

.coveo-modalBox {
    font-family: arial, sans-serif;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 14px;
    text-align: center;
    z-index: 10000;
    -webkit-transform: translateZ(200px);
    transform: translateZ(200px)
}

.coveo-modalBox:before {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle
}

.coveo-modalBox>.coveo-overlay {
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .8
}

.coveo-modalBox>.coveo-wrapper {
    position: relative;
    display: inline-block;
    text-align: left;
    line-height: normal;
    vertical-align: middle;
    overflow: auto;
    -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, .3);
    box-shadow: 0 0 24px rgba(0, 0, 0, .3);
    background: #fff;
    max-height: 95%;
    max-width: 95%
}

.coveo-modalBox.coveo-fullscreen>.coveo-wrapper {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none
}

.coveo-modalBox>.coveo-wrapper>.coveo-title {
    font-size: 14px;
    background: #f6f6f6;
    border-bottom: 1px solid #d6d6d6;
    padding: 8px 16px;
    font-weight: 700
}

.coveo-modalBox.coveo-fullscreen>.coveo-wrapper>.coveo-title {
    margin-left: 0;
    margin-right: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.coveo-modalBox>.coveo-wrapper>.coveo-buttons {
    border-top: 1px solid #eee;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    padding: 12px 16px
}

.coveo-modalBox.coveo-fullscreen>.coveo-wrapper>.coveo-buttons {
    margin-left: 0;
    margin-right: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.coveo-modalBox>.coveo-wrapper>.coveo-body {
    overflow-y: auto;
    background: #fff;
    position: relative
}

.coveo-modalBox.coveo-fullscreen>.coveo-wrapper>.coveo-body {
    margin-left: 0;
    margin-right: 0;
    position: absolute;
    bottom: 34px;
    left: 0;
    right: 0;
    top: 33px
}

.coveo-modalBox.coveo-fullscreen.coveo-noButton>.coveo-wrapper>.coveo-body {
    bottom: 0
}

.coveo-modalBox>.coveo-wrapper>.coveo-buttons {
    text-align: center;
    background: #f6f6f6;
    color: #404040
}

.coveo-modalBox>.coveo-wrapper>.coveo-buttons .coveo-button {
    display: inline-block;
    padding: 8px 16px;
    cursor: pointer;
    background: #404040;
    color: #f6f6f6;
    margin: 0 16px
}

.coveo-icon {
    position: relative
}

.coveo-icon .coveo-icon-caption-overlay {
    display: none
}

.coveo-icon.filetype.cfblogentry .coveo-icon-caption-overlay,
.coveo-icon.filetype.cfcomment .coveo-icon-caption-overlay,
.coveo-icon.filetype.cfpage .coveo-icon-caption-overlay,
.coveo-icon.filetype.cfspace .coveo-icon-caption-overlay,
.coveo-icon.filetype.confluencespace .coveo-icon-caption-overlay,
.coveo-icon.filetype.coveo-small.cfblogentry .coveo-icon-caption-overlay,
.coveo-icon.filetype.coveo-small.cfcomment .coveo-icon-caption-overlay,
.coveo-icon.filetype.coveo-small.cfpage .coveo-icon-caption-overlay,
.coveo-icon.filetype.coveo-small.cfspace .coveo-icon-caption-overlay,
.coveo-icon.filetype.coveo-small.confluencespace .coveo-icon-caption-overlay,
.coveo-icon.filetype.coveo-small.doc .coveo-icon-caption-overlay,
.coveo-icon.filetype.coveo-small.docx .coveo-icon-caption-overlay,
.coveo-icon.filetype.coveo-small.odt .coveo-icon-caption-overlay,
.coveo-icon.filetype.coveo-small.pdf .coveo-icon-caption-overlay,
.coveo-icon.filetype.coveo-small.ppt .coveo-icon-caption-overlay,
.coveo-icon.filetype.coveo-small.rssitem .coveo-icon-caption-overlay,
.coveo-icon.filetype.coveo-small.txt .coveo-icon-caption-overlay,
.coveo-icon.filetype.coveo-small.xls .coveo-icon-caption-overlay,
.coveo-icon.filetype.coveo-small.xml .coveo-icon-caption-overlay,
.coveo-icon.filetype.coveo-small.zip .coveo-icon-caption-overlay,
.coveo-icon.filetype.doc .coveo-icon-caption-overlay,
.coveo-icon.filetype.docx .coveo-icon-caption-overlay,
.coveo-icon.filetype.odt .coveo-icon-caption-overlay,
.coveo-icon.filetype.pdf .coveo-icon-caption-overlay,
.coveo-icon.filetype.ppt .coveo-icon-caption-overlay,
.coveo-icon.filetype.rssitem .coveo-icon-caption-overlay,
.coveo-icon.filetype.txt .coveo-icon-caption-overlay,
.coveo-icon.filetype.xls .coveo-icon-caption-overlay,
.coveo-icon.filetype.xml .coveo-icon-caption-overlay,
.coveo-icon.filetype.zip .coveo-icon-caption-overlay,
.coveo-icon.objecttype.coveo-small.Kbdocumentation .coveo-icon-caption-overlay,
.coveo-icon.objecttype.coveo-small.kbdocumentation .coveo-icon-caption-overlay,
.coveo-icon.objecttype.coveo-small.kbknowledgearticle .coveo-icon-caption-overlay,
.coveo-icon.objecttype.coveo-small.Kbknowledgearticle .coveo-icon-caption-overlay,
.coveo-icon.objecttype.coveo-small.Kbsolution .coveo-icon-caption-overlay,
.coveo-icon.objecttype.coveo-small.kbsolution .coveo-icon-caption-overlay,
.coveo-icon.objecttype.coveo-small.kbtechnicalarticle .coveo-icon-caption-overlay,
.coveo-icon.objecttype.coveo-small.Kbtechnicalarticle .coveo-icon-caption-overlay,
.coveo-icon.objecttype.coveo-small.Salesliterature .coveo-icon-caption-overlay,
.coveo-icon.objecttype.coveo-small.salesliterature .coveo-icon-caption-overlay,
.coveo-icon.objecttype.coveo-small.Salesorder .coveo-icon-caption-overlay,
.coveo-icon.objecttype.coveo-small.salesorder .coveo-icon-caption-overlay,
.coveo-icon.objecttype.coveo-small.service .coveo-icon-caption-overlay,
.coveo-icon.objecttype.coveo-small.Service .coveo-icon-caption-overlay,
.coveo-icon.objecttype.coveo-small.Socialprofile .coveo-icon-caption-overlay,
.coveo-icon.objecttype.coveo-small.socialprofile .coveo-icon-caption-overlay,
.coveo-icon.objecttype.coveo-small.Solution .coveo-icon-caption-overlay,
.coveo-icon.objecttype.coveo-small.solution .coveo-icon-caption-overlay,
.coveo-icon.objecttype.coveo-small.Task .coveo-icon-caption-overlay,
.coveo-icon.objecttype.coveo-small.task .coveo-icon-caption-overlay,
.coveo-icon.objecttype.kbdocumentation .coveo-icon-caption-overlay,
.coveo-icon.objecttype.Kbdocumentation .coveo-icon-caption-overlay,
.coveo-icon.objecttype.kbknowledgearticle .coveo-icon-caption-overlay,
.coveo-icon.objecttype.Kbknowledgearticle .coveo-icon-caption-overlay,
.coveo-icon.objecttype.kbsolution .coveo-icon-caption-overlay,
.coveo-icon.objecttype.Kbsolution .coveo-icon-caption-overlay,
.coveo-icon.objecttype.Kbtechnicalarticle .coveo-icon-caption-overlay,
.coveo-icon.objecttype.kbtechnicalarticle .coveo-icon-caption-overlay,
.coveo-icon.objecttype.salesliterature .coveo-icon-caption-overlay,
.coveo-icon.objecttype.Salesliterature .coveo-icon-caption-overlay,
.coveo-icon.objecttype.salesorder .coveo-icon-caption-overlay,
.coveo-icon.objecttype.Salesorder .coveo-icon-caption-overlay,
.coveo-icon.objecttype.service .coveo-icon-caption-overlay,
.coveo-icon.objecttype.Service .coveo-icon-caption-overlay,
.coveo-icon.objecttype.Socialprofile .coveo-icon-caption-overlay,
.coveo-icon.objecttype.socialprofile .coveo-icon-caption-overlay,
.coveo-icon.objecttype.solution .coveo-icon-caption-overlay,
.coveo-icon.objecttype.Solution .coveo-icon-caption-overlay,
.coveo-icon.objecttype.Task .coveo-icon-caption-overlay,
.coveo-icon.objecttype.task .coveo-icon-caption-overlay,
.coveo-icon.sysfiletype.cfblogentry .coveo-icon-caption-overlay,
.coveo-icon.sysfiletype.cfcomment .coveo-icon-caption-overlay,
.coveo-icon.sysfiletype.cfpage .coveo-icon-caption-overlay,
.coveo-icon.sysfiletype.cfspace .coveo-icon-caption-overlay,
.coveo-icon.sysfiletype.confluencespace .coveo-icon-caption-overlay,
.coveo-icon.sysfiletype.coveo-small.cfblogentry .coveo-icon-caption-overlay,
.coveo-icon.sysfiletype.coveo-small.cfcomment .coveo-icon-caption-overlay,
.coveo-icon.sysfiletype.coveo-small.cfpage .coveo-icon-caption-overlay,
.coveo-icon.sysfiletype.coveo-small.cfspace .coveo-icon-caption-overlay,
.coveo-icon.sysfiletype.coveo-small.confluencespace .coveo-icon-caption-overlay,
.coveo-icon.sysfiletype.coveo-small.doc .coveo-icon-caption-overlay,
.coveo-icon.sysfiletype.coveo-small.docx .coveo-icon-caption-overlay,
.coveo-icon.sysfiletype.coveo-small.odt .coveo-icon-caption-overlay,
.coveo-icon.sysfiletype.coveo-small.pdf .coveo-icon-caption-overlay,
.coveo-icon.sysfiletype.coveo-small.ppt .coveo-icon-caption-overlay,
.coveo-icon.sysfiletype.coveo-small.rssitem .coveo-icon-caption-overlay,
.coveo-icon.sysfiletype.coveo-small.txt .coveo-icon-caption-overlay,
.coveo-icon.sysfiletype.coveo-small.xls .coveo-icon-caption-overlay,
.coveo-icon.sysfiletype.coveo-small.xml .coveo-icon-caption-overlay,
.coveo-icon.sysfiletype.coveo-small.zip .coveo-icon-caption-overlay,
.coveo-icon.sysfiletype.doc .coveo-icon-caption-overlay,
.coveo-icon.sysfiletype.docx .coveo-icon-caption-overlay,
.coveo-icon.sysfiletype.odt .coveo-icon-caption-overlay,
.coveo-icon.sysfiletype.pdf .coveo-icon-caption-overlay,
.coveo-icon.sysfiletype.ppt .coveo-icon-caption-overlay,
.coveo-icon.sysfiletype.rssitem .coveo-icon-caption-overlay,
.coveo-icon.sysfiletype.txt .coveo-icon-caption-overlay,
.coveo-icon.sysfiletype.xls .coveo-icon-caption-overlay,
.coveo-icon.sysfiletype.xml .coveo-icon-caption-overlay,
.coveo-icon.sysfiletype.zip .coveo-icon-caption-overlay {
    display: block
}

.coveo-icon-caption-overlay {
    background-color: #fff;
    border: 1px 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.coveo-icon .CoveoQuickview,
.CoveoIcon.coveo-icon.filetype .CoveoQuickview,
.CoveoIcon.coveo-icon.objecttype .CoveoQuickview,
.CoveoIcon.coveo-icon.sysfiletype .CoveoQuickview,
.CoveoIcon .CoveoQuickview {
    position: absolute;
    text-indent: 0;
    left: 2px;
    right: 2px;
    position: "absolute";
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none
}

.CoveoIcon.coveo-icon.filetype:hover.coveo-with-quickview,
.CoveoIcon.coveo-icon.objecttype:hover.coveo-with-quickview,
.CoveoIcon.coveo-icon.sysfiletype:hover.coveo-with-quickview,
.CoveoIcon.coveo-icon:hover.coveo-with-quickview,
.CoveoIcon:hover.coveo-with-quickview {
    background-image: none;
    border: 1px solid #bcc3ca;
    border-radius: 2px;
    background-color: #f7f8f9
}

.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,
.CoveoIcon.coveo-icon:hover.coveo-with-quickview .CoveoQuickview,
.CoveoIcon:hover.coveo-with-quickview .CoveoQuickview {
    display: block
}

.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,
.CoveoIcon.coveo-icon:hover.coveo-with-quickview .CoveoQuickview:hover,
.CoveoIcon:hover.coveo-with-quickview .CoveoQuickview:hover {
    text-decoration: none
}

.coveo-sprites-salesforce-standard-log-a-call,
.coveo-sprites-salesforce-standard-log-a-call-small {
    background-color: #48c3cc;
    border-radius: 2px
}

.coveo-icon.objecttype.Contentversion,
.coveo-icon.objecttype.contentversion,
.coveo-icon.objecttype.coveo-small.Contentversion,
.coveo-icon.objecttype.coveo-small.contentversion,
.coveo-sprites-salesforce-standard-document,
.coveo-sprites-salesforce-standard-document-small {
    background-color: #baac93;
    border-radius: 2px
}

.coveo-sprites-salesforce-standard-environment-hub,
.coveo-sprites-salesforce-standard-environment-hub-small,
.coveo-sprites-salesforce-standard-flow,
.coveo-sprites-salesforce-standard-flow-small,
.coveo-sprites-salesforce-standard-process,
.coveo-sprites-salesforce-standard-process-small,
.coveo-sprites-salesforce-standard-sossession,
.coveo-sprites-salesforce-standard-sossession-small {
    background-color: #54698d;
    border-radius: 2px
}

.coveo-sprites-salesforce-standard-news,
.coveo-sprites-salesforce-standard-news-small {
    background-color: #7f8de1;
    border-radius: 2px
}

.coveo-sprites-salesforce-standard-home,
.coveo-sprites-salesforce-standard-home-small {
    background-color: #ef7ead;
    border-radius: 2px
}

.coveo-icon.objecttype.Account,
.coveo-icon.objecttype.account,
.coveo-icon.objecttype.coveo-small.Account,
.coveo-icon.objecttype.coveo-small.account,
.coveo-sprites-salesforce-standard-account,
.coveo-sprites-salesforce-standard-account-small {
    background-color: #7f8de1;
    border-radius: 2px
}

.coveo-sprites-salesforce-standard-apps-admin,
.coveo-sprites-salesforce-standard-apps-admin-small {
    background-color: #9895ee;
    border-radius: 2px
}

.coveo-sprites-salesforce-standard-announcement,
.coveo-sprites-salesforce-standard-announcement-small {
    background-color: #62b7ed;
    border-radius: 2px
}

.coveo-sprites-salesforce-standard-person-account,
.coveo-sprites-salesforce-standard-person-account-small {
    background-color: #7f8de1;
    border-radius: 2px
}

.coveo-sprites-salesforce-standard-social,
.coveo-sprites-salesforce-standard-social-small {
    background-color: #ea74a2;
    border-radius: 2px
}

.coveo-sprites-salesforce-standard-campaign-members,
.coveo-sprites-salesforce-standard-campaign-members-small {
    background-color: #f49756;
    border-radius: 2px
}

.coveo-icon.objecttype.coveo-small.Kbarticle,
.coveo-icon.objecttype.coveo-small.kbarticle,
.coveo-icon.objecttype.coveo-small.Kbattachment,
.coveo-icon.objecttype.coveo-small.kbattachment,
.coveo-icon.objecttype.coveo-small.kbdocumentation,
.coveo-icon.objecttype.coveo-small.Kbdocumentation,
.coveo-icon.objecttype.coveo-small.Kbknowledgearticle,
.coveo-icon.objecttype.coveo-small.kbknowledgearticle,
.coveo-icon.objecttype.coveo-small.Kbsolution,
.coveo-icon.objecttype.coveo-small.kbsolution,
.coveo-icon.objecttype.coveo-small.Kbtechnicalarticle,
.coveo-icon.objecttype.coveo-small.kbtechnicalarticle,
.coveo-icon.objecttype.coveo-small.Knowledgearticle,
.coveo-icon.objecttype.coveo-small.knowledgearticle,
.coveo-icon.objecttype.coveo-small.Solution,
.coveo-icon.objecttype.coveo-small.solution,
.coveo-icon.objecttype.kbarticle,
.coveo-icon.objecttype.Kbarticle,
.coveo-icon.objecttype.Kbattachment,
.coveo-icon.objecttype.kbattachment,
.coveo-icon.objecttype.kbdocumentation,
.coveo-icon.objecttype.Kbdocumentation,
.coveo-icon.objecttype.Kbknowledgearticle,
.coveo-icon.objecttype.kbknowledgearticle,
.coveo-icon.objecttype.kbsolution,
.coveo-icon.objecttype.Kbsolution,
.coveo-icon.objecttype.kbtechnicalarticle,
.coveo-icon.objecttype.Kbtechnicalarticle,
.coveo-icon.objecttype.Knowledgearticle,
.coveo-icon.objecttype.knowledgearticle,
.coveo-icon.objecttype.solution,
.coveo-icon.objecttype.Solution,
.coveo-sprites-salesforce-standard-answer-best,
.coveo-sprites-salesforce-standard-answer-best-small,
.coveo-sprites-salesforce-standard-answer-private,
.coveo-sprites-salesforce-standard-answer-private-small,
.coveo-sprites-salesforce-standard-answer-public,
.coveo-sprites-salesforce-standard-answer-public-small,
.coveo-sprites-salesforce-standard-article,
.coveo-sprites-salesforce-standard-article-small {
    background-color: #f2cf5b;
    border-radius: 2px
}

.coveo-sprites-salesforce-standard-avatar-loading,
.coveo-sprites-salesforce-standard-avatar-loading-small {
    background-color: #b8c3ce;
    border-radius: 2px
}

.coveo-sprites-salesforce-standard-campaign,
.coveo-sprites-salesforce-standard-campaign-small {
    background-color: #f49756;
    border-radius: 2px
}

.coveo-sprites-salesforce-standard-calibration,
.coveo-sprites-salesforce-standard-calibration-small {
    background-color: #47cfd2;
    border-radius: 2px
}

.coveo-sprites-salesforce-standard-avatar,
.coveo-sprites-salesforce-standard-avatar-small {
    background-color: #62b7ed;
    border-radius: 2px
}

.coveo-sprites-salesforce-standard-approval,
.coveo-sprites-salesforce-standard-approval-small {
    background-color: #50cc7a;
    border-radius: 2px
}

.coveo-sprites-salesforce-standard-apps,
.coveo-sprites-salesforce-standard-apps-small {
    background-color: #3c97dd;
    border-radius: 2px
}

.coveo-sprites-salesforce-standard-user,
.coveo-sprites-salesforce-standard-user-small {
    background-color: #34becd;
    border-radius: 2px
}

.coveo-sprites-salesforce-standard-evernote,
.coveo-sprites-salesforce-standard-evernote-small {
    background-color: #86c86f;
    border-radius: 2px
}

.coveo-sprites-salesforce-standard-coaching,
.coveo-sprites-salesforce-standard-coaching-small {
    background-color: #f67594;
    border-radius: 2px
}

.coveo-sprites-salesforce-standard-connected-apps,
.coveo-sprites-salesforce-standard-connected-apps-small {
    background-color: #9895ee;
    border-radius: 2px
}

.coveo-sprites-salesforce-standard-drafts,
.coveo-sprites-salesforce-standard-drafts-small {
    background-color: #6ca1e9;
    border-radius: 2px
}

.coveo-sprites-salesforce-standard-email,
.coveo-sprites-salesforce-standard-email-small {
    background-color: #95aec5;
    border-radius: 2px
}

.coveo-sprites-salesforce-standard-email-iq,
.coveo-sprites-salesforce-standard-email-iq-small {
    background-color: #a094ed;
    border-radius: 2px
}

.coveo-sprites-salesforce-standard-endorsement,
.coveo-sprites-salesforce-standard-endorsement-small {
    background-color: #8b9ae3;
    border-radius: 2px
}

.coveo-icon.objecttype.coveo-small.Event,
.coveo-icon.objecttype.coveo-small.event,
.coveo-icon.objecttype.Event,
.coveo-icon.objecttype.event,
.coveo-sprites-salesforce-standard-event,
.coveo-sprites-salesforce-standard-event-small {
    background-color: #eb7092;
    border-radius: 2px
}

.coveo-sprites-salesforce-standard-dropbox,
.coveo-sprites-salesforce-standard-dropbox-small {
    background-color: #52aef9;
    border-radius: 2px
}

.coveo-sprites-salesforce-standard-concur,
.coveo-sprites-salesforce-standard-concur-small {
    background-color: #4cc3c7;
    border-radius: 2px
}

.coveo-sprites-salesforce-standard-case-change-status,
.coveo-sprites-salesforce-standard-case-change-status-small,
.coveo-sprites-salesforce-standard-case-comment,
.coveo-sprites-salesforce-standard-case-comment-small,
.coveo-sprites-salesforce-standard-case-email,
.coveo-sprites-salesforce-standard-case-email-small,
.coveo-sprites-salesforce-standard-case-log-a-call,
.coveo-sprites-salesforce-standard-case-log-a-call-small,
.coveo-sprites-salesforce-standard-case-transcript,
.coveo-sprites-salesforce-standard-case-transcript-small,
.coveo-sprites-salesforce-standard-email-chatter,
.coveo-sprites-salesforce-standard-email-chatter-small {
    background-color: #f2cf5b;
    border-radius: 2px
}

.coveo-sprites-salesforce-standard-work-order,
.coveo-sprites-salesforce-standard-work-order-small {
    background-color: #50e3c2;
    border-radius: 2px
}

.coveo-sprites-salesforce-standard-work-order-item,
.coveo-sprites-salesforce-standard-work-order-item-small {
    background-color: #33a8dc;
    border-radius: 2px
}

.coveo-sprites-salesforce-standard-client,
.coveo-sprites-salesforce-standard-client-small {
    background-color: #00d2be;
    border-radius: 2px
}

.coveo-icon.objecttype.Contract,
.coveo-icon.objecttype.contract,
.coveo-icon.objecttype.coveo-small.Contract,
.coveo-icon.objecttype.coveo-small.contract,
.coveo-sprites-salesforce-standard-contract,
.coveo-sprites-salesforce-standard-contract-small {
    background-color: #6ec06e;
    border-radius: 2px
}

.coveo-sprites-salesforce-standard-dashboard,
.coveo-sprites-salesforce-standard-dashboard-small {
    background-color: #ef6e64;
    border-radius: 2px
}

.coveo-icon.objecttype.Case,
.coveo-icon.objecttype.case,
.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.objecttype.Incident,
.coveo-icon.objecttype.incident,
.coveo-sprites-salesforce-standard-case,
.coveo-sprites-salesforce-standard-case-small {
    background-color: #f2cf5b;
    border-radius: 2px
}

.coveo-icon.filetype.coveo-small.salesforceitem,
.coveo-icon.filetype.salesforceitem,
.coveo-icon.sysfiletype.coveo-small.salesforceitem,
.coveo-icon.sysfiletype.salesforceitem,
.coveo-sprites-salesforce-standard-canvas,
.coveo-sprites-salesforce-standard-canvas-small,
.coveo-sprites-salesforce-standard-custom,
.coveo-sprites-salesforce-standard-custom-small,
.coveo-sprites-salesforce-standard-default,
.coveo-sprites-salesforce-standard-default-small,
.coveo-sprites-salesforce-standard-empty,
.coveo-sprites-salesforce-standard-empty-small {
    background-color: #8199af;
    border-radius: 2px
}

.coveo-icon.objecttype.Contact,
.coveo-icon.objecttype.contact,
.coveo-icon.objecttype.coveo-small.Contact,
.coveo-icon.objecttype.coveo-small.contact,
.coveo-sprites-salesforce-standard-contact,
.coveo-sprites-salesforce-standard-contact-small {
    background-color: #a094ed;
    border-radius: 2px
}

.coveo-sprites-salesforce-standard-portal,
.coveo-sprites-salesforce-standard-portal-small {
    background-color: #aec770;
    border-radius: 2px
}

.coveo-sprites-salesforce-standard-pricebook,
.coveo-sprites-salesforce-standard-pricebook-small,
.coveo-sprites-salesforce-standard-product,
.coveo-sprites-salesforce-standard-product-small {
    background-color: #b781d3;
    border-radius: 2px
}

.coveo-sprites-salesforce-standard-feed,
.coveo-sprites-salesforce-standard-feed-small {
    background-color: #62b7ed;
    border-radius: 2px
}

.coveo-icon.objecttype.Casecomment,
.coveo-icon.objecttype.casecomment,
.coveo-icon.objecttype.coveo-small.Casecomment,
.coveo-icon.objecttype.coveo-small.casecomment,
.coveo-sprites-salesforce-standard-feedback,
.coveo-sprites-salesforce-standard-feedback-small {
    background-color: #6da1ea;
    border-radius: 2px
}

.coveo-sprites-salesforce-standard-file,
.coveo-sprites-salesforce-standard-file-small {
    background-color: #baac93;
    border-radius: 2px
}

.coveo-icon.objecttype.coveo-small.Goal,
.coveo-icon.objecttype.coveo-small.goal,
.coveo-icon.objecttype.Goal,
.coveo-icon.objecttype.goal,
.coveo-sprites-salesforce-standard-goals,
.coveo-sprites-salesforce-standard-goals-small {
    background-color: #56aadf;
    border-radius: 2px
}

.coveo-sprites-salesforce-standard-groups,
.coveo-sprites-salesforce-standard-groups-small {
    background-color: #779ef2;
    border-radius: 2px
}

.coveo-sprites-salesforce-standard-household,
.coveo-sprites-salesforce-standard-household-small {
    background-color: #00afa0;
    border-radius: 2px
}

.coveo-sprites-salesforce-standard-hierarchy,
.coveo-sprites-salesforce-standard-hierarchy-small {
    background-color: #34becd;
    border-radius: 2px
}

.coveo-sprites-salesforce-standard-insights,
.coveo-sprites-salesforce-standard-insights-small {
    background-color: #ec94ed;
    border-radius: 2px
}

.coveo-sprites-salesforce-standard-investment-account,
.coveo-sprites-salesforce-standard-investment-account-small {
    background-color: #4bc076;
    border-radius: 2px
}

.coveo-sprites-salesforce-standard-performance,
.coveo-sprites-salesforce-standard-performance-small {
    background-color: #f8b156;
    border-radius: 2px
}

.coveo-sprites-salesforce-standard-link,
.coveo-sprites-salesforce-standard-link-small {
    background-color: #7a9ae6;
    border-radius: 2px
}

.coveo-sprites-salesforce-standard-metrics,
.coveo-sprites-salesforce-standard-metrics-small {
    background-color: #56aadf;
    border-radius: 2px
}

.coveo-icon.objecttype.coveo-small.Note,
.coveo-icon.objecttype.coveo-small.note,
.coveo-icon.objecttype.Note,
.coveo-icon.objecttype.note,
.coveo-sprites-salesforce-standard-note,
.coveo-sprites-salesforce-standard-note-small {
    background-color: #e6d478;
    border-radius: 2px
}

.coveo-icon.objecttype.coveo-small.Lead,
.coveo-icon.objecttype.coveo-small.lead,
.coveo-icon.objecttype.Lead,
.coveo-icon.objecttype.lead,
.coveo-sprites-salesforce-standard-lead,
.coveo-sprites-salesforce-standard-lead-small {
    background-color: #f88962;
    border-radius: 2px
}

.coveo-icon.objecttype.coveo-small.Opportunity,
.coveo-icon.objecttype.coveo-small.opportunity,
.coveo-icon.objecttype.coveo-small.Opportunityproduct,
.coveo-icon.objecttype.coveo-small.opportunityproduct,
.coveo-icon.objecttype.Opportunity,
.coveo-icon.objecttype.opportunity,
.coveo-icon.objecttype.Opportunityproduct,
.coveo-icon.objecttype.opportunityproduct,
.coveo-sprites-salesforce-standard-opportunity,
.coveo-sprites-salesforce-standard-opportunity-small {
    background-color: #fcb95b;
    border-radius: 2px
}

.coveo-sprites-salesforce-standard-call,
.coveo-sprites-salesforce-standard-call-history,
.coveo-sprites-salesforce-standard-call-history-small,
.coveo-sprites-salesforce-standard-call-small {
    background-color: #f2cf5b;
    border-radius: 2px
}

.coveo-icon.objecttype.coveo-small.Salesorder,
.coveo-icon.objecttype.coveo-small.salesorder,
.coveo-icon.objecttype.Salesorder,
.coveo-icon.objecttype.salesorder,
.coveo-sprites-salesforce-standard-orders,
.coveo-sprites-salesforce-standard-orders-small {
    background-color: #769ed9;
    border-radius: 2px
}

.coveo-icon.objecttype.coveo-small.Feedcomment,
.coveo-icon.objecttype.coveo-small.feedcomment,
.coveo-icon.objecttype.coveo-small.Feeditem,
.coveo-icon.objecttype.coveo-small.feeditem,
.coveo-icon.objecttype.Feedcomment,
.coveo-icon.objecttype.feedcomment,
.coveo-icon.objecttype.Feeditem,
.coveo-icon.objecttype.feeditem,
.coveo-sprites-salesforce-standard-post,
.coveo-sprites-salesforce-standard-post-small {
    background-color: #65cae4;
    border-radius: 2px
}

.coveo-sprites-salesforce-standard-poll,
.coveo-sprites-salesforce-standard-poll-small {
    background-color: #699be1;
    border-radius: 2px
}

.coveo-sprites-salesforce-standard-photo,
.coveo-sprites-salesforce-standard-photo-small {
    background-color: #d7d1d1;
    border-radius: 2px
}

.coveo-sprites-salesforce-standard-people,
.coveo-sprites-salesforce-standard-people-small {
    background-color: #34becd;
    border-radius: 2px
}

.coveo-sprites-salesforce-standard-generic-loading,
.coveo-sprites-salesforce-standard-generic-loading-small,
.coveo-sprites-salesforce-standard-group-loading,
.coveo-sprites-salesforce-standard-group-loading-small {
    background-color: #b8c3ce;
    border-radius: 2px
}

.coveo-sprites-salesforce-standard-recent,
.coveo-sprites-salesforce-standard-recent-small {
    background-color: #6ca1e9;
    border-radius: 2px
}

.coveo-sprites-salesforce-standard-solution,
.coveo-sprites-salesforce-standard-solution-small {
    background-color: #8fc972;
    border-radius: 2px
}

.coveo-sprites-salesforce-standard-record,
.coveo-sprites-salesforce-standard-record-small {
    background-color: #7dc37d;
    border-radius: 2px
}

.coveo-icon.filetype.cfcomment,
.coveo-icon.filetype.coveo-small.cfcomment,
.coveo-icon.sysfiletype.cfcomment,
.coveo-icon.sysfiletype.coveo-small.cfcomment,
.coveo-sprites-salesforce-standard-question-best,
.coveo-sprites-salesforce-standard-question-best-small,
.coveo-sprites-salesforce-standard-question-feed,
.coveo-sprites-salesforce-standard-question-feed-small {
    background-color: #f2cf5b;
    border-radius: 2px
}

.coveo-sprites-salesforce-standard-related-list,
.coveo-sprites-salesforce-standard-related-list-small {
    background-color: #59bcab;
    border-radius: 2px
}

.coveo-sprites-salesforce-standard-skill-entity,
.coveo-sprites-salesforce-standard-skill-entity-small {
    background-color: #8b9ae3;
    border-radius: 2px
}

.coveo-sprites-salesforce-standard-scan-card,
.coveo-sprites-salesforce-standard-scan-card-small {
    background-color: #f39e58;
    border-radius: 2px
}

.coveo-sprites-salesforce-standard-report,
.coveo-sprites-salesforce-standard-report-small {
    background-color: #2ecbbe;
    border-radius: 2px
}

.coveo-icon.objecttype.coveo-small.Quote,
.coveo-icon.objecttype.coveo-small.quote,
.coveo-icon.objecttype.Quote,
.coveo-icon.objecttype.quote,
.coveo-sprites-salesforce-standard-quotes,
.coveo-sprites-salesforce-standard-quotes-small {
    background-color: #88c651;
    border-radius: 2px
}

.coveo-icon.objecttype.coveo-small.Task,
.coveo-icon.objecttype.coveo-small.task,
.coveo-icon.objecttype.Task,
.coveo-icon.objecttype.task,
.coveo-sprites-salesforce-standard-task,
.coveo-sprites-salesforce-standard-task2,
.coveo-sprites-salesforce-standard-task2-small,
.coveo-sprites-salesforce-standard-task-small {
    background-color: #4bc076;
    border-radius: 2px
}

.coveo-sprites-salesforce-standard-team-member,
.coveo-sprites-salesforce-standard-team-member-small {
    background-color: #f2cf5b;
    border-radius: 2px
}

.coveo-sprites-salesforce-standard-reward,
.coveo-sprites-salesforce-standard-reward-small,
.coveo-sprites-salesforce-standard-thanks,
.coveo-sprites-salesforce-standard-thanks-small {
    background-color: #e9696e;
    border-radius: 2px
}

.coveo-sprites-salesforce-standard-thanks-loading,
.coveo-sprites-salesforce-standard-thanks-loading-small {
    background-color: #b8c3ce;
    border-radius: 2px
}

.coveo-sprites-salesforce-standard-today,
.coveo-sprites-salesforce-standard-today-small {
    background-color: #ef7ead;
    border-radius: 2px
}

.coveo-sprites-salesforce-standard-topic,
.coveo-sprites-salesforce-standard-topic-small {
    background-color: #56aadf;
    border-radius: 2px
}

.coveo-sprites-salesforce-standard-unmatched,
.coveo-sprites-salesforce-standard-unmatched-small {
    background-color: #62b7ed;
    border-radius: 2px
}

.coveo-sprites-salesforce-standard-marketing-actions,
.coveo-sprites-salesforce-standard-marketing-actions-small {
    background-color: #6bbd6e;
    border-radius: 2px
}

.coveo-sprites-salesforce-standard-relationship,
.coveo-sprites-salesforce-standard-relationship-small {
    background-color: #3c97dd;
    border-radius: 2px
}

.coveo-sprites-salesforce-standard-folder,
.coveo-sprites-salesforce-standard-folder-small {
    background-color: #8b9ae3;
    border-radius: 2px
}

@-webkit-keyframes e {
    0% {
        opacity: 0
    }
    50% {
        opacity: .8
    }
    to {
        opacity: 0
    }
}

@keyframes e {
    0% {
        opacity: 0
    }
    50% {
        opacity: .8
    }
    to {
        opacity: 0
    }
}

.coveo-loading-spinner {
    margin: 3em auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border: .7em solid hsla(0, 0%, 50%, .2);
    border-left-color: gray;
    -webkit-animation: h 1.1s infinite linear;
    animation: h 1.1s infinite linear
}

.coveo-loading-spinner-container {
    width: 100%
}

.ie8or9 .coveo-loading-spinner {
    background: url(../image/wait.gif) no-repeat;
    border: none
}

.coveo-loading-spinner,
.coveo-loading-spinner:after {
    border-radius: 50%;
    width: 3em;
    height: 3em
}

@media only screen and (-o-min-device-pixel-ratio:200/100),
only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (min-device-pixel-ratio:2) {
    .coveo-advanced-search-panel-close,
    .coveo-advanced-search-panel-close:hover,
    .coveo-breadcrumb-clear-all .coveo-breadcrumb-icon-clear-all,
    .coveo-breadcrumb-clear-all:hover .coveo-breadcrumb-icon-clear-all,
    .coveo-executing-query .CoveoSearchButton:hover>.coveo-icon,
    .coveo-executing-query .CoveoSearchButton>.coveo-icon,
    .coveo-facet-breadcrumb-multi-icon.coveo-excluded,
    .coveo-facet-breadcrumb-multi-icon.coveo-selected,
    .coveo-facet-breadcrumb-value .coveo-facet-breadcrumb-clear,
    .coveo-facet-breadcrumb-value:hover .coveo-facet-breadcrumb-clear,
    .coveo-facet-header-eraser,
    .coveo-facet-header-eraser:hover,
    .coveo-facet-header-operator .coveo-icon.coveo-and,
    .coveo-facet-header-operator .coveo-icon.coveo-or,
    .coveo-facet-header-settings .coveo-icon,
    .coveo-facet-header-settings:focus .coveo-icon,
    .coveo-facet-header-settings:hover .coveo-icon,
    .coveo-facet-header-wait-animation,
    .coveo-facet-less .coveo-icon,
    .coveo-facet-more .coveo-icon,
    .coveo-facet-search-clear .coveo-icon,
    .coveo-facet-search-clear .coveo-icon:hover,
    .coveo-facet-search-magnifier,
    .coveo-facet-search-results .coveo-facet-value.coveo-excluded .coveo-facet-value-checkbox>span,
    .coveo-facet-search-results .coveo-facet-value.coveo-facet-value-will-exclude .coveo-facet-value-checkbox>span,
    .coveo-facet-search-results .coveo-facet-value.coveo-selected .coveo-facet-value-checkbox>span,
    .coveo-facet-search-results .coveo-facet-value.coveo-selected.coveo-facet-value-will-exclude .coveo-facet-value-checkbox>span,
    .coveo-facet-search-results .coveo-facet-value:hover .coveo-facet-value-checkbox>span,
    .coveo-facet-search-results .coveo-facet-value:hover.coveo-facet-value-will-exclude .coveo-facet-value-checkbox>span,
    .coveo-facet-search-results .coveo-facet-value:not(.coveo-facet-search-button) .coveo-facet-value-checkbox:focus>span,
    .coveo-facet-search-wait-animation,
    .coveo-facet-settings-section-clear-state .coveo-icon,
    .coveo-facet-settings-section-clear-state:hover.coveo-facet-settings-disabled .coveo-icon,
    .coveo-facet-settings-section-clear-state:hover .coveo-icon,
    .coveo-facet-settings-section-direction-ascending .coveo-icon,
    .coveo-facet-settings-section-direction-ascending:hover.coveo-facet-settings-disabled .coveo-icon,
    .coveo-facet-settings-section-direction-ascending:hover .coveo-icon,
    .coveo-facet-settings-section-direction-descending .coveo-icon,
    .coveo-facet-settings-section-direction-descending:hover.coveo-facet-settings-disabled .coveo-icon,
    .coveo-facet-settings-section-hide .coveo-icon,
    .coveo-facet-settings-section-hide:hover.coveo-facet-settings-disabled .coveo-icon,
    .coveo-facet-settings-section-hide:hover .coveo-icon,
    .coveo-facet-settings-section-save-state .coveo-icon,
    .coveo-facet-settings-section-save-state:hover.coveo-facet-settings-disabled .coveo-icon,
    .coveo-facet-settings-section-save-state:hover .coveo-icon,
    .coveo-facet-settings-section-show .coveo-icon,
    .coveo-facet-settings-section-show:hover.coveo-facet-settings-disabled .coveo-icon,
    .coveo-facet-settings-section-show:hover .coveo-icon,
    .coveo-facet-settings-section-sort .coveo-icon,
    .coveo-facet-settings-section-sort:hover.coveo-disabled .coveo-icon,
    .coveo-facet-settings-section-sort:hover .coveo-icon,
    .coveo-facet-slider-breadcrumb-value .coveo-facet-breadcrumb-clear,
    .coveo-facet-slider-breadcrumb-value:hover .coveo-facet-breadcrumb-clear,
    .coveo-facet-value-exclude .coveo-icon,
    .coveo-facet-value.coveo-excluded .coveo-facet-value-checkbox>span,
    .coveo-facet-value.coveo-facet-search-button .coveo-facet-value-checkbox>span,
    .coveo-facet-value.coveo-facet-search-button:hover .coveo-facet-value-checkbox>span,
    .coveo-facet-value.coveo-facet-value-will-exclude .coveo-facet-value-checkbox>span,
    .coveo-facet-value.coveo-selected .coveo-facet-value-checkbox>span,
    .coveo-facet-value.coveo-selected.coveo-facet-value-will-exclude .coveo-facet-value-checkbox>span,
    .coveo-facet-value:hover .coveo-facet-value-checkbox>span,
    .coveo-facet-value:hover.coveo-facet-value-will-exclude .coveo-facet-value-checkbox>span,
    .coveo-facet-value:not(.coveo-facet-search-button) .coveo-facet-value-checkbox:focus>span,
    .coveo-feedComment-result .coveo-thumbnail-icon,
    .coveo-feedItem-result .coveo-thumbnail-icon,
    .coveo-field-table-toggle-icon,
    .coveo-field-table-toggle-icon-up,
    .coveo-hidden-query-breadcrumb-clear,
    .coveo-hidden-query-breadcrumb-clear:hover,
    .coveo-icon.filetype,
    .coveo-icon.filetype.activedirperson,
    .coveo-icon.filetype.box-user,
    .coveo-icon.filetype.cfblogentry,
    .coveo-icon.filetype.cfpage,
    .coveo-icon.filetype.cfspace,
    .coveo-icon.filetype.confluencespace,
    .coveo-icon.filetype.coveo-small,
    .coveo-icon.filetype.coveo-small.activedirperson,
    .coveo-icon.filetype.coveo-small.box-user,
    .coveo-icon.filetype.coveo-small.cfblogentry,
    .coveo-icon.filetype.coveo-small.cfpage,
    .coveo-icon.filetype.coveo-small.cfspace,
    .coveo-icon.filetype.coveo-small.confluencespace,
    .coveo-icon.filetype.coveo-small.doc,
    .coveo-icon.filetype.coveo-small.docx,
    .coveo-icon.filetype.coveo-small.dynamicscrmitem,
    .coveo-icon.filetype.coveo-small.exchangeactivity,
    .coveo-icon.filetype.coveo-small.exchangeappointment,
    .coveo-icon.filetype.coveo-small.exchangecalendarmessage,
    .coveo-icon.filetype.coveo-small.exchangedocument,
    .coveo-icon.filetype.coveo-small.exchangedsn,
    .coveo-icon.filetype.coveo-small.exchangefreebusy,
    .coveo-icon.filetype.coveo-small.exchangegroup,
    .coveo-icon.filetype.coveo-small.exchangejunkmessage,
    .coveo-icon.filetype.coveo-small.exchangemdn,
    .coveo-icon.filetype.coveo-small.exchangemessage,
    .coveo-icon.filetype.coveo-small.exchangenote,
    .coveo-icon.filetype.coveo-small.exchangeobject,
    .coveo-icon.filetype.coveo-small.exchangeofficecom,
    .coveo-icon.filetype.coveo-small.exchangeperson,
    .coveo-icon.filetype.coveo-small.exchangerecallmessage,
    .coveo-icon.filetype.coveo-small.exchangerecallreport,
    .coveo-icon.filetype.coveo-small.exchangerssfeed,
    .coveo-icon.filetype.coveo-small.exchangetask,
    .coveo-icon.filetype.coveo-small.folder,
    .coveo-icon.filetype.coveo-small.gmailmessage,
    .coveo-icon.filetype.coveo-small.html,
    .coveo-icon.filetype.coveo-small.image,
    .coveo-icon.filetype.coveo-small.lithiumboard,
    .coveo-icon.filetype.coveo-small.lithiumcategory,
    .coveo-icon.filetype.coveo-small.lithiumcommunity,
    .coveo-icon.filetype.coveo-small.lithiummessage,
    .coveo-icon.filetype.coveo-small.lithiumthread,
    .coveo-icon.filetype.coveo-small.odt,
    .coveo-icon.filetype.coveo-small.olefile,
    .coveo-icon.filetype.coveo-small.pdf,
    .coveo-icon.filetype.coveo-small.ppt,
    .coveo-icon.filetype.coveo-small.rssitem,
    .coveo-icon.filetype.coveo-small.saleforceitem,
    .coveo-icon.filetype.coveo-small.spadministratortask,
    .coveo-icon.filetype.coveo-small.spadministratortasklist,
    .coveo-icon.filetype.coveo-small.spagenda,
    .coveo-icon.filetype.coveo-small.spagendalist,
    .coveo-icon.filetype.coveo-small.spannouncement,
    .coveo-icon.filetype.coveo-small.spannouncementlist,
    .coveo-icon.filetype.coveo-small.sparea,
    .coveo-icon.filetype.coveo-small.spareadocumentlibrarylist,
    .coveo-icon.filetype.coveo-small.sparealisting,
    .coveo-icon.filetype.coveo-small.spattendee,
    .coveo-icon.filetype.coveo-small.spattendeelist,
    .coveo-icon.filetype.coveo-small.spblogcategory,
    .coveo-icon.filetype.coveo-small.spblogcategorylist,
    .coveo-icon.filetype.coveo-small.spblogcomment,
    .coveo-icon.filetype.coveo-small.spblogcommentlist,
    .coveo-icon.filetype.coveo-small.spblogpost,
    .coveo-icon.filetype.coveo-small.spblogpostlist,
    .coveo-icon.filetype.coveo-small.spcirculation,
    .coveo-icon.filetype.coveo-small.spcirculationlist,
    .coveo-icon.filetype.coveo-small.spcontact,
    .coveo-icon.filetype.coveo-small.spcontactlist,
    .coveo-icon.filetype.coveo-small.spcustomgridlist,
    .coveo-icon.filetype.coveo-small.spcustomlist,
    .coveo-icon.filetype.coveo-small.spdashboardslibrarylist,
    .coveo-icon.filetype.coveo-small.spdataconnectionforperformancepointlibrarylist,
    .coveo-icon.filetype.coveo-small.spdataconnectionlibrarylist,
    .coveo-icon.filetype.coveo-small.spdatasource,
    .coveo-icon.filetype.coveo-small.spdatasourcelist,
    .coveo-icon.filetype.coveo-small.spdecision,
    .coveo-icon.filetype.coveo-small.spdecisionlist,
    .coveo-icon.filetype.coveo-small.spdiscussionboard,
    .coveo-icon.filetype.coveo-small.spdiscussionboardlist,
    .coveo-icon.filetype.coveo-small.spdistributiongroup,
    .coveo-icon.filetype.coveo-small.spdistributiongrouplist,
    .coveo-icon.filetype.coveo-small.spdocumentlibrarylist,
    .coveo-icon.filetype.coveo-small.spdocumentlink,
    .coveo-icon.filetype.coveo-small.spdocumentset,
    .coveo-icon.filetype.coveo-small.spevent,
    .coveo-icon.filetype.coveo-small.speventlist,
    .coveo-icon.filetype.coveo-small.spformlibrarylist,
    .coveo-icon.filetype.coveo-small.sphealthreport,
    .coveo-icon.filetype.coveo-small.sphealthreportlist,
    .coveo-icon.filetype.coveo-small.sphealthrule,
    .coveo-icon.filetype.coveo-small.sphealthrulelist,
    .coveo-icon.filetype.coveo-small.spimedictionary,
    .coveo-icon.filetype.coveo-small.spimedictionarylist,
    .coveo-icon.filetype.coveo-small.spipfslist,
    .coveo-icon.filetype.coveo-small.spissue,
    .coveo-icon.filetype.coveo-small.spissuelist,
    .coveo-icon.filetype.coveo-small.spkeyperformanceindicator,
    .coveo-icon.filetype.coveo-small.spkeyperformanceindicatorlist,
    .coveo-icon.filetype.coveo-small.splanguagesandtranslator,
    .coveo-icon.filetype.coveo-small.splanguagesandtranslatorlist,
    .coveo-icon.filetype.coveo-small.splink,
    .coveo-icon.filetype.coveo-small.splinklist,
    .coveo-icon.filetype.coveo-small.splistfolder,
    .coveo-icon.filetype.coveo-small.splisttemplatecataloglist,
    .coveo-icon.filetype.coveo-small.spmasterpagescataloglist,
    .coveo-icon.filetype.coveo-small.spmeetingserie,
    .coveo-icon.filetype.coveo-small.spmeetingserielist,
    .coveo-icon.filetype.coveo-small.spmicrofeedlist,
    .coveo-icon.filetype.coveo-small.spmicrofeedpost,
    .coveo-icon.filetype.coveo-small.spnocodeworkflowlibrarylist,
    .coveo-icon.filetype.coveo-small.spobjective,
    .coveo-icon.filetype.coveo-small.spobjectivelist,
    .coveo-icon.filetype.coveo-small.spperformancepointcontent,
    .coveo-icon.filetype.coveo-small.spperformancepointcontentlist,
    .coveo-icon.filetype.coveo-small.spphonecallmemo,
    .coveo-icon.filetype.coveo-small.spphonecallmemolist,
    .coveo-icon.filetype.coveo-small.sppicturelibrarylist,
    .coveo-icon.filetype.coveo-small.spportal,
    .coveo-icon.filetype.coveo-small.spprocessdiagramslibrarylist,
    .coveo-icon.filetype.coveo-small.spprojecttask,
    .coveo-icon.filetype.coveo-small.spprojecttasklist,
    .coveo-icon.filetype.coveo-small.sppublishingimageslibrarylist,
    .coveo-icon.filetype.coveo-small.sppublishingpageslibrarylist,
    .coveo-icon.filetype.coveo-small.sprecordlibrarylist,
    .coveo-icon.filetype.coveo-small.spreportdocumentlibrarylist,
    .coveo-icon.filetype.coveo-small.spreportlibrarylist,
    .coveo-icon.filetype.coveo-small.spresource,
    .coveo-icon.filetype.coveo-small.spresourcelist,
    .coveo-icon.filetype.coveo-small.spsite,
    .coveo-icon.filetype.coveo-small.spsitedirectory,
    .coveo-icon.filetype.coveo-small.spsitedirectorylist,
    .coveo-icon.filetype.coveo-small.spsitethemeslibrarylist,
    .coveo-icon.filetype.coveo-small.spslidelibrarylist,
    .coveo-icon.filetype.coveo-small.spsolutionslibrarylist,
    .coveo-icon.filetype.coveo-small.spsurvey,
    .coveo-icon.filetype.coveo-small.spsurveylist,
    .coveo-icon.filetype.coveo-small.sptab,
    .coveo-icon.filetype.coveo-small.sptablist,
    .coveo-icon.filetype.coveo-small.sptask,
    .coveo-icon.filetype.coveo-small.sptasklist,
    .coveo-icon.filetype.coveo-small.sptextbox,
    .coveo-icon.filetype.coveo-small.sptextboxlist,
    .coveo-icon.filetype.coveo-small.spthingstobring,
    .coveo-icon.filetype.coveo-small.spthingstobringlist,
    .coveo-icon.filetype.coveo-small.sptranslationmanagementlibrarylist,
    .coveo-icon.filetype.coveo-small.spunknownlist,
    .coveo-icon.filetype.coveo-small.spuserinformation,
    .coveo-icon.filetype.coveo-small.spuserinformationlist,
    .coveo-icon.filetype.coveo-small.spuserprofile,
    .coveo-icon.filetype.coveo-small.spwebpartcataloglist,
    .coveo-icon.filetype.coveo-small.spwebtemplatecataloglist,
    .coveo-icon.filetype.coveo-small.spwfpublibrarylist,
    .coveo-icon.filetype.coveo-small.spwhereabout,
    .coveo-icon.filetype.coveo-small.spwhereaboutlist,
    .coveo-icon.filetype.coveo-small.spwikipagelibrarylist,
    .coveo-icon.filetype.coveo-small.spworkflowhistory,
    .coveo-icon.filetype.coveo-small.spworkflowhistorylist,
    .coveo-icon.filetype.coveo-small.spworkflowprocess,
    .coveo-icon.filetype.coveo-small.spworkflowprocesslist,
    .coveo-icon.filetype.coveo-small.spworkspacepagelist,
    .coveo-icon.filetype.coveo-small.svg,
    .coveo-icon.filetype.coveo-small.txt,
    .coveo-icon.filetype.coveo-small.video,
    .coveo-icon.filetype.coveo-small.webscraperwebpage,
    .coveo-icon.filetype.coveo-small.wiki,
    .coveo-icon.filetype.coveo-small.xls,
    .coveo-icon.filetype.coveo-small.xml,
    .coveo-icon.filetype.coveo-small.youtube,
    .coveo-icon.filetype.coveo-small.youtubeplaylistitem,
    .coveo-icon.filetype.coveo-small.youtubevideo,
    .coveo-icon.filetype.coveo-small.zip,
    .coveo-icon.filetype.doc,
    .coveo-icon.filetype.docx,
    .coveo-icon.filetype.dynamicscrmitem,
    .coveo-icon.filetype.exchangeactivity,
    .coveo-icon.filetype.exchangeappointment,
    .coveo-icon.filetype.exchangecalendarmessage,
    .coveo-icon.filetype.exchangedocument,
    .coveo-icon.filetype.exchangedsn,
    .coveo-icon.filetype.exchangefreebusy,
    .coveo-icon.filetype.exchangegroup,
    .coveo-icon.filetype.exchangejunkmessage,
    .coveo-icon.filetype.exchangemdn,
    .coveo-icon.filetype.exchangemessage,
    .coveo-icon.filetype.exchangenote,
    .coveo-icon.filetype.exchangeobject,
    .coveo-icon.filetype.exchangeofficecom,
    .coveo-icon.filetype.exchangeperson,
    .coveo-icon.filetype.exchangerecallmessage,
    .coveo-icon.filetype.exchangerecallreport,
    .coveo-icon.filetype.exchangerssfeed,
    .coveo-icon.filetype.exchangetask,
    .coveo-icon.filetype.folder,
    .coveo-icon.filetype.gmailmessage,
    .coveo-icon.filetype.html,
    .coveo-icon.filetype.image,
    .coveo-icon.filetype.lithiumboard,
    .coveo-icon.filetype.lithiumcategory,
    .coveo-icon.filetype.lithiumcommunity,
    .coveo-icon.filetype.lithiummessage,
    .coveo-icon.filetype.lithiumthread,
    .coveo-icon.filetype.odt,
    .coveo-icon.filetype.olefile,
    .coveo-icon.filetype.pdf,
    .coveo-icon.filetype.ppt,
    .coveo-icon.filetype.rssitem,
    .coveo-icon.filetype.saleforceitem,
    .coveo-icon.filetype.spadministratortask,
    .coveo-icon.filetype.spadministratortasklist,
    .coveo-icon.filetype.spagenda,
    .coveo-icon.filetype.spagendalist,
    .coveo-icon.filetype.spannouncement,
    .coveo-icon.filetype.spannouncementlist,
    .coveo-icon.filetype.sparea,
    .coveo-icon.filetype.spareadocumentlibrarylist,
    .coveo-icon.filetype.sparealisting,
    .coveo-icon.filetype.spattendee,
    .coveo-icon.filetype.spattendeelist,
    .coveo-icon.filetype.spblogcategory,
    .coveo-icon.filetype.spblogcategorylist,
    .coveo-icon.filetype.spblogcomment,
    .coveo-icon.filetype.spblogcommentlist,
    .coveo-icon.filetype.spblogpost,
    .coveo-icon.filetype.spblogpostlist,
    .coveo-icon.filetype.spcirculation,
    .coveo-icon.filetype.spcirculationlist,
    .coveo-icon.filetype.spcontact,
    .coveo-icon.filetype.spcontactlist,
    .coveo-icon.filetype.spcustomgridlist,
    .coveo-icon.filetype.spcustomlist,
    .coveo-icon.filetype.spdashboardslibrarylist,
    .coveo-icon.filetype.spdataconnectionforperformancepointlibrarylist,
    .coveo-icon.filetype.spdataconnectionlibrarylist,
    .coveo-icon.filetype.spdatasource,
    .coveo-icon.filetype.spdatasourcelist,
    .coveo-icon.filetype.spdecision,
    .coveo-icon.filetype.spdecisionlist,
    .coveo-icon.filetype.spdiscussionboard,
    .coveo-icon.filetype.spdiscussionboardlist,
    .coveo-icon.filetype.spdistributiongroup,
    .coveo-icon.filetype.spdistributiongrouplist,
    .coveo-icon.filetype.spdocumentlibrarylist,
    .coveo-icon.filetype.spdocumentlink,
    .coveo-icon.filetype.spdocumentset,
    .coveo-icon.filetype.spevent,
    .coveo-icon.filetype.speventlist,
    .coveo-icon.filetype.spformlibrarylist,
    .coveo-icon.filetype.sphealthreport,
    .coveo-icon.filetype.sphealthreportlist,
    .coveo-icon.filetype.sphealthrule,
    .coveo-icon.filetype.sphealthrulelist,
    .coveo-icon.filetype.spimedictionary,
    .coveo-icon.filetype.spimedictionarylist,
    .coveo-icon.filetype.spipfslist,
    .coveo-icon.filetype.spissue,
    .coveo-icon.filetype.spissuelist,
    .coveo-icon.filetype.spkeyperformanceindicator,
    .coveo-icon.filetype.spkeyperformanceindicatorlist,
    .coveo-icon.filetype.splanguagesandtranslator,
    .coveo-icon.filetype.splanguagesandtranslatorlist,
    .coveo-icon.filetype.splink,
    .coveo-icon.filetype.splinklist,
    .coveo-icon.filetype.splistfolder,
    .coveo-icon.filetype.splisttemplatecataloglist,
    .coveo-icon.filetype.spmasterpagescataloglist,
    .coveo-icon.filetype.spmeetingserie,
    .coveo-icon.filetype.spmeetingserielist,
    .coveo-icon.filetype.spmicrofeedlist,
    .coveo-icon.filetype.spmicrofeedpost,
    .coveo-icon.filetype.spnocodeworkflowlibrarylist,
    .coveo-icon.filetype.spobjective,
    .coveo-icon.filetype.spobjectivelist,
    .coveo-icon.filetype.spperformancepointcontent,
    .coveo-icon.filetype.spperformancepointcontentlist,
    .coveo-icon.filetype.spphonecallmemo,
    .coveo-icon.filetype.spphonecallmemolist,
    .coveo-icon.filetype.sppicturelibrarylist,
    .coveo-icon.filetype.spportal,
    .coveo-icon.filetype.spprocessdiagramslibrarylist,
    .coveo-icon.filetype.spprojecttask,
    .coveo-icon.filetype.spprojecttasklist,
    .coveo-icon.filetype.sppublishingimageslibrarylist,
    .coveo-icon.filetype.sppublishingpageslibrarylist,
    .coveo-icon.filetype.sprecordlibrarylist,
    .coveo-icon.filetype.spreportdocumentlibrarylist,
    .coveo-icon.filetype.spreportlibrarylist,
    .coveo-icon.filetype.spresource,
    .coveo-icon.filetype.spresourcelist,
    .coveo-icon.filetype.spsite,
    .coveo-icon.filetype.spsitedirectory,
    .coveo-icon.filetype.spsitedirectorylist,
    .coveo-icon.filetype.spsitethemeslibrarylist,
    .coveo-icon.filetype.spslidelibrarylist,
    .coveo-icon.filetype.spsolutionslibrarylist,
    .coveo-icon.filetype.spsurvey,
    .coveo-icon.filetype.spsurveylist,
    .coveo-icon.filetype.sptab,
    .coveo-icon.filetype.sptablist,
    .coveo-icon.filetype.sptask,
    .coveo-icon.filetype.sptasklist,
    .coveo-icon.filetype.sptextbox,
    .coveo-icon.filetype.sptextboxlist,
    .coveo-icon.filetype.spthingstobring,
    .coveo-icon.filetype.spthingstobringlist,
    .coveo-icon.filetype.sptranslationmanagementlibrarylist,
    .coveo-icon.filetype.spunknownlist,
    .coveo-icon.filetype.spuserinformation,
    .coveo-icon.filetype.spuserinformationlist,
    .coveo-icon.filetype.spuserprofile,
    .coveo-icon.filetype.spwebpartcataloglist,
    .coveo-icon.filetype.spwebtemplatecataloglist,
    .coveo-icon.filetype.spwfpublibrarylist,
    .coveo-icon.filetype.spwhereabout,
    .coveo-icon.filetype.spwhereaboutlist,
    .coveo-icon.filetype.spwikipagelibrarylist,
    .coveo-icon.filetype.spworkflowhistory,
    .coveo-icon.filetype.spworkflowhistorylist,
    .coveo-icon.filetype.spworkflowprocess,
    .coveo-icon.filetype.spworkflowprocesslist,
    .coveo-icon.filetype.spworkspacepagelist,
    .coveo-icon.filetype.svg,
    .coveo-icon.filetype.txt,
    .coveo-icon.filetype.video,
    .coveo-icon.filetype.webscraperwebpage,
    .coveo-icon.filetype.wiki,
    .coveo-icon.filetype.xls,
    .coveo-icon.filetype.xml,
    .coveo-icon.filetype.youtube,
    .coveo-icon.filetype.youtubeplaylistitem,
    .coveo-icon.filetype.youtubevideo,
    .coveo-icon.filetype.zip,
    .coveo-icon.objecttype,
    .coveo-icon.objecttype.Annotation,
    .coveo-icon.objecttype.annotation,
    .coveo-icon.objecttype.attachment,
    .coveo-icon.objecttype.Attachment,
    .coveo-icon.objecttype.Board,
    .coveo-icon.objecttype.board,
    .coveo-icon.objecttype.Campaign,
    .coveo-icon.objecttype.campaign,
    .coveo-icon.objecttype.Category,
    .coveo-icon.objecttype.category,
    .coveo-icon.objecttype.coveo-small,
    .coveo-icon.objecttype.coveo-small.annotation,
    .coveo-icon.objecttype.coveo-small.Annotation,
    .coveo-icon.objecttype.coveo-small.attachment,
    .coveo-icon.objecttype.coveo-small.Attachment,
    .coveo-icon.objecttype.coveo-small.Board,
    .coveo-icon.objecttype.coveo-small.board,
    .coveo-icon.objecttype.coveo-small.Campaign,
    .coveo-icon.objecttype.coveo-small.campaign,
    .coveo-icon.objecttype.coveo-small.Category,
    .coveo-icon.objecttype.coveo-small.category,
    .coveo-icon.objecttype.coveo-small.Email,
    .coveo-icon.objecttype.coveo-small.email,
    .coveo-icon.objecttype.coveo-small.feed,
    .coveo-icon.objecttype.coveo-small.Feed,
    .coveo-icon.objecttype.coveo-small.File,
    .coveo-icon.objecttype.coveo-small.file,
    .coveo-icon.objecttype.coveo-small.invoice,
    .coveo-icon.objecttype.coveo-small.Invoice,
    .coveo-icon.objecttype.coveo-small.kbarticlecomment,
    .coveo-icon.objecttype.coveo-small.Kbarticlecomment,
    .coveo-icon.objecttype.coveo-small.List,
    .coveo-icon.objecttype.coveo-small.list,
    .coveo-icon.objecttype.coveo-small.message,
    .coveo-icon.objecttype.coveo-small.Message,
    .coveo-icon.objecttype.coveo-small.Partner,
    .coveo-icon.objecttype.coveo-small.partner,
    .coveo-icon.objecttype.coveo-small.People,
    .coveo-icon.objecttype.coveo-small.people,
    .coveo-icon.objecttype.coveo-small.Product,
    .coveo-icon.objecttype.coveo-small.product,
    .coveo-icon.objecttype.coveo-small.Queueitem,
    .coveo-icon.objecttype.coveo-small.queueitem,
    .coveo-icon.objecttype.coveo-small.salesliterature,
    .coveo-icon.objecttype.coveo-small.Salesliterature,
    .coveo-icon.objecttype.coveo-small.Service,
    .coveo-icon.objecttype.coveo-small.service,
    .coveo-icon.objecttype.coveo-small.Socialprofile,
    .coveo-icon.objecttype.coveo-small.socialprofile,
    .coveo-icon.objecttype.coveo-small.Thread,
    .coveo-icon.objecttype.coveo-small.thread,
    .coveo-icon.objecttype.coveo-small.User,
    .coveo-icon.objecttype.coveo-small.user,
    .coveo-icon.objecttype.email,
    .coveo-icon.objecttype.Email,
    .coveo-icon.objecttype.Feed,
    .coveo-icon.objecttype.feed,
    .coveo-icon.objecttype.File,
    .coveo-icon.objecttype.file,
    .coveo-icon.objecttype.invoice,
    .coveo-icon.objecttype.Invoice,
    .coveo-icon.objecttype.Kbarticlecomment,
    .coveo-icon.objecttype.kbarticlecomment,
    .coveo-icon.objecttype.List,
    .coveo-icon.objecttype.list,
    .coveo-icon.objecttype.message,
    .coveo-icon.objecttype.Message,
    .coveo-icon.objecttype.partner,
    .coveo-icon.objecttype.Partner,
    .coveo-icon.objecttype.People,
    .coveo-icon.objecttype.people,
    .coveo-icon.objecttype.product,
    .coveo-icon.objecttype.Product,
    .coveo-icon.objecttype.queueitem,
    .coveo-icon.objecttype.Queueitem,
    .coveo-icon.objecttype.Salesliterature,
    .coveo-icon.objecttype.salesliterature,
    .coveo-icon.objecttype.service,
    .coveo-icon.objecttype.Service,
    .coveo-icon.objecttype.socialprofile,
    .coveo-icon.objecttype.Socialprofile,
    .coveo-icon.objecttype.thread,
    .coveo-icon.objecttype.Thread,
    .coveo-icon.objecttype.user,
    .coveo-icon.objecttype.User,
    .coveo-icon.sysfiletype,
    .coveo-icon.sysfiletype.activedirperson,
    .coveo-icon.sysfiletype.box-user,
    .coveo-icon.sysfiletype.cfblogentry,
    .coveo-icon.sysfiletype.cfpage,
    .coveo-icon.sysfiletype.cfspace,
    .coveo-icon.sysfiletype.confluencespace,
    .coveo-icon.sysfiletype.coveo-small,
    .coveo-icon.sysfiletype.coveo-small.activedirperson,
    .coveo-icon.sysfiletype.coveo-small.box-user,
    .coveo-icon.sysfiletype.coveo-small.cfblogentry,
    .coveo-icon.sysfiletype.coveo-small.cfpage,
    .coveo-icon.sysfiletype.coveo-small.cfspace,
    .coveo-icon.sysfiletype.coveo-small.confluencespace,
    .coveo-icon.sysfiletype.coveo-small.doc,
    .coveo-icon.sysfiletype.coveo-small.docx,
    .coveo-icon.sysfiletype.coveo-small.dynamicscrmitem,
    .coveo-icon.sysfiletype.coveo-small.exchangeactivity,
    .coveo-icon.sysfiletype.coveo-small.exchangeappointment,
    .coveo-icon.sysfiletype.coveo-small.exchangecalendarmessage,
    .coveo-icon.sysfiletype.coveo-small.exchangedocument,
    .coveo-icon.sysfiletype.coveo-small.exchangedsn,
    .coveo-icon.sysfiletype.coveo-small.exchangefreebusy,
    .coveo-icon.sysfiletype.coveo-small.exchangegroup,
    .coveo-icon.sysfiletype.coveo-small.exchangejunkmessage,
    .coveo-icon.sysfiletype.coveo-small.exchangemdn,
    .coveo-icon.sysfiletype.coveo-small.exchangemessage,
    .coveo-icon.sysfiletype.coveo-small.exchangenote,
    .coveo-icon.sysfiletype.coveo-small.exchangeobject,
    .coveo-icon.sysfiletype.coveo-small.exchangeofficecom,
    .coveo-icon.sysfiletype.coveo-small.exchangeperson,
    .coveo-icon.sysfiletype.coveo-small.exchangerecallmessage,
    .coveo-icon.sysfiletype.coveo-small.exchangerecallreport,
    .coveo-icon.sysfiletype.coveo-small.exchangerssfeed,
    .coveo-icon.sysfiletype.coveo-small.exchangetask,
    .coveo-icon.sysfiletype.coveo-small.folder,
    .coveo-icon.sysfiletype.coveo-small.gmailmessage,
    .coveo-icon.sysfiletype.coveo-small.html,
    .coveo-icon.sysfiletype.coveo-small.image,
    .coveo-icon.sysfiletype.coveo-small.lithiumboard,
    .coveo-icon.sysfiletype.coveo-small.lithiumcategory,
    .coveo-icon.sysfiletype.coveo-small.lithiumcommunity,
    .coveo-icon.sysfiletype.coveo-small.lithiummessage,
    .coveo-icon.sysfiletype.coveo-small.lithiumthread,
    .coveo-icon.sysfiletype.coveo-small.odt,
    .coveo-icon.sysfiletype.coveo-small.olefile,
    .coveo-icon.sysfiletype.coveo-small.pdf,
    .coveo-icon.sysfiletype.coveo-small.ppt,
    .coveo-icon.sysfiletype.coveo-small.rssitem,
    .coveo-icon.sysfiletype.coveo-small.saleforceitem,
    .coveo-icon.sysfiletype.coveo-small.spadministratortask,
    .coveo-icon.sysfiletype.coveo-small.spadministratortasklist,
    .coveo-icon.sysfiletype.coveo-small.spagenda,
    .coveo-icon.sysfiletype.coveo-small.spagendalist,
    .coveo-icon.sysfiletype.coveo-small.spannouncement,
    .coveo-icon.sysfiletype.coveo-small.spannouncementlist,
    .coveo-icon.sysfiletype.coveo-small.sparea,
    .coveo-icon.sysfiletype.coveo-small.spareadocumentlibrarylist,
    .coveo-icon.sysfiletype.coveo-small.sparealisting,
    .coveo-icon.sysfiletype.coveo-small.spattendee,
    .coveo-icon.sysfiletype.coveo-small.spattendeelist,
    .coveo-icon.sysfiletype.coveo-small.spblogcategory,
    .coveo-icon.sysfiletype.coveo-small.spblogcategorylist,
    .coveo-icon.sysfiletype.coveo-small.spblogcomment,
    .coveo-icon.sysfiletype.coveo-small.spblogcommentlist,
    .coveo-icon.sysfiletype.coveo-small.spblogpost,
    .coveo-icon.sysfiletype.coveo-small.spblogpostlist,
    .coveo-icon.sysfiletype.coveo-small.spcirculation,
    .coveo-icon.sysfiletype.coveo-small.spcirculationlist,
    .coveo-icon.sysfiletype.coveo-small.spcontact,
    .coveo-icon.sysfiletype.coveo-small.spcontactlist,
    .coveo-icon.sysfiletype.coveo-small.spcustomgridlist,
    .coveo-icon.sysfiletype.coveo-small.spcustomlist,
    .coveo-icon.sysfiletype.coveo-small.spdashboardslibrarylist,
    .coveo-icon.sysfiletype.coveo-small.spdataconnectionforperformancepointlibrarylist,
    .coveo-icon.sysfiletype.coveo-small.spdataconnectionlibrarylist,
    .coveo-icon.sysfiletype.coveo-small.spdatasource,
    .coveo-icon.sysfiletype.coveo-small.spdatasourcelist,
    .coveo-icon.sysfiletype.coveo-small.spdecision,
    .coveo-icon.sysfiletype.coveo-small.spdecisionlist,
    .coveo-icon.sysfiletype.coveo-small.spdiscussionboard,
    .coveo-icon.sysfiletype.coveo-small.spdiscussionboardlist,
    .coveo-icon.sysfiletype.coveo-small.spdistributiongroup,
    .coveo-icon.sysfiletype.coveo-small.spdistributiongrouplist,
    .coveo-icon.sysfiletype.coveo-small.spdocumentlibrarylist,
    .coveo-icon.sysfiletype.coveo-small.spdocumentlink,
    .coveo-icon.sysfiletype.coveo-small.spdocumentset,
    .coveo-icon.sysfiletype.coveo-small.spevent,
    .coveo-icon.sysfiletype.coveo-small.speventlist,
    .coveo-icon.sysfiletype.coveo-small.spformlibrarylist,
    .coveo-icon.sysfiletype.coveo-small.sphealthreport,
    .coveo-icon.sysfiletype.coveo-small.sphealthreportlist,
    .coveo-icon.sysfiletype.coveo-small.sphealthrule,
    .coveo-icon.sysfiletype.coveo-small.sphealthrulelist,
    .coveo-icon.sysfiletype.coveo-small.spimedictionary,
    .coveo-icon.sysfiletype.coveo-small.spimedictionarylist,
    .coveo-icon.sysfiletype.coveo-small.spipfslist,
    .coveo-icon.sysfiletype.coveo-small.spissue,
    .coveo-icon.sysfiletype.coveo-small.spissuelist,
    .coveo-icon.sysfiletype.coveo-small.spkeyperformanceindicator,
    .coveo-icon.sysfiletype.coveo-small.spkeyperformanceindicatorlist,
    .coveo-icon.sysfiletype.coveo-small.splanguagesandtranslator,
    .coveo-icon.sysfiletype.coveo-small.splanguagesandtranslatorlist,
    .coveo-icon.sysfiletype.coveo-small.splink,
    .coveo-icon.sysfiletype.coveo-small.splinklist,
    .coveo-icon.sysfiletype.coveo-small.splistfolder,
    .coveo-icon.sysfiletype.coveo-small.splisttemplatecataloglist,
    .coveo-icon.sysfiletype.coveo-small.spmasterpagescataloglist,
    .coveo-icon.sysfiletype.coveo-small.spmeetingserie,
    .coveo-icon.sysfiletype.coveo-small.spmeetingserielist,
    .coveo-icon.sysfiletype.coveo-small.spmicrofeedlist,
    .coveo-icon.sysfiletype.coveo-small.spmicrofeedpost,
    .coveo-icon.sysfiletype.coveo-small.spnocodeworkflowlibrarylist,
    .coveo-icon.sysfiletype.coveo-small.spobjective,
    .coveo-icon.sysfiletype.coveo-small.spobjectivelist,
    .coveo-icon.sysfiletype.coveo-small.spperformancepointcontent,
    .coveo-icon.sysfiletype.coveo-small.spperformancepointcontentlist,
    .coveo-icon.sysfiletype.coveo-small.spphonecallmemo,
    .coveo-icon.sysfiletype.coveo-small.spphonecallmemolist,
    .coveo-icon.sysfiletype.coveo-small.sppicturelibrarylist,
    .coveo-icon.sysfiletype.coveo-small.spportal,
    .coveo-icon.sysfiletype.coveo-small.spprocessdiagramslibrarylist,
    .coveo-icon.sysfiletype.coveo-small.spprojecttask,
    .coveo-icon.sysfiletype.coveo-small.spprojecttasklist,
    .coveo-icon.sysfiletype.coveo-small.sppublishingimageslibrarylist,
    .coveo-icon.sysfiletype.coveo-small.sppublishingpageslibrarylist,
    .coveo-icon.sysfiletype.coveo-small.sprecordlibrarylist,
    .coveo-icon.sysfiletype.coveo-small.spreportdocumentlibrarylist,
    .coveo-icon.sysfiletype.coveo-small.spreportlibrarylist,
    .coveo-icon.sysfiletype.coveo-small.spresource,
    .coveo-icon.sysfiletype.coveo-small.spresourcelist,
    .coveo-icon.sysfiletype.coveo-small.spsite,
    .coveo-icon.sysfiletype.coveo-small.spsitedirectory,
    .coveo-icon.sysfiletype.coveo-small.spsitedirectorylist,
    .coveo-icon.sysfiletype.coveo-small.spsitethemeslibrarylist,
    .coveo-icon.sysfiletype.coveo-small.spslidelibrarylist,
    .coveo-icon.sysfiletype.coveo-small.spsolutionslibrarylist,
    .coveo-icon.sysfiletype.coveo-small.spsurvey,
    .coveo-icon.sysfiletype.coveo-small.spsurveylist,
    .coveo-icon.sysfiletype.coveo-small.sptab,
    .coveo-icon.sysfiletype.coveo-small.sptablist,
    .coveo-icon.sysfiletype.coveo-small.sptask,
    .coveo-icon.sysfiletype.coveo-small.sptasklist,
    .coveo-icon.sysfiletype.coveo-small.sptextbox,
    .coveo-icon.sysfiletype.coveo-small.sptextboxlist,
    .coveo-icon.sysfiletype.coveo-small.spthingstobring,
    .coveo-icon.sysfiletype.coveo-small.spthingstobringlist,
    .coveo-icon.sysfiletype.coveo-small.sptranslationmanagementlibrarylist,
    .coveo-icon.sysfiletype.coveo-small.spunknownlist,
    .coveo-icon.sysfiletype.coveo-small.spuserinformation,
    .coveo-icon.sysfiletype.coveo-small.spuserinformationlist,
    .coveo-icon.sysfiletype.coveo-small.spuserprofile,
    .coveo-icon.sysfiletype.coveo-small.spwebpartcataloglist,
    .coveo-icon.sysfiletype.coveo-small.spwebtemplatecataloglist,
    .coveo-icon.sysfiletype.coveo-small.spwfpublibrarylist,
    .coveo-icon.sysfiletype.coveo-small.spwhereabout,
    .coveo-icon.sysfiletype.coveo-small.spwhereaboutlist,
    .coveo-icon.sysfiletype.coveo-small.spwikipagelibrarylist,
    .coveo-icon.sysfiletype.coveo-small.spworkflowhistory,
    .coveo-icon.sysfiletype.coveo-small.spworkflowhistorylist,
    .coveo-icon.sysfiletype.coveo-small.spworkflowprocess,
    .coveo-icon.sysfiletype.coveo-small.spworkflowprocesslist,
    .coveo-icon.sysfiletype.coveo-small.spworkspacepagelist,
    .coveo-icon.sysfiletype.coveo-small.svg,
    .coveo-icon.sysfiletype.coveo-small.txt,
    .coveo-icon.sysfiletype.coveo-small.video,
    .coveo-icon.sysfiletype.coveo-small.webscraperwebpage,
    .coveo-icon.sysfiletype.coveo-small.wiki,
    .coveo-icon.sysfiletype.coveo-small.xls,
    .coveo-icon.sysfiletype.coveo-small.xml,
    .coveo-icon.sysfiletype.coveo-small.youtube,
    .coveo-icon.sysfiletype.coveo-small.youtubeplaylistitem,
    .coveo-icon.sysfiletype.coveo-small.youtubevideo,
    .coveo-icon.sysfiletype.coveo-small.zip,
    .coveo-icon.sysfiletype.doc,
    .coveo-icon.sysfiletype.docx,
    .coveo-icon.sysfiletype.dynamicscrmitem,
    .coveo-icon.sysfiletype.exchangeactivity,
    .coveo-icon.sysfiletype.exchangeappointment,
    .coveo-icon.sysfiletype.exchangecalendarmessage,
    .coveo-icon.sysfiletype.exchangedocument,
    .coveo-icon.sysfiletype.exchangedsn,
    .coveo-icon.sysfiletype.exchangefreebusy,
    .coveo-icon.sysfiletype.exchangegroup,
    .coveo-icon.sysfiletype.exchangejunkmessage,
    .coveo-icon.sysfiletype.exchangemdn,
    .coveo-icon.sysfiletype.exchangemessage,
    .coveo-icon.sysfiletype.exchangenote,
    .coveo-icon.sysfiletype.exchangeobject,
    .coveo-icon.sysfiletype.exchangeofficecom,
    .coveo-icon.sysfiletype.exchangeperson,
    .coveo-icon.sysfiletype.exchangerecallmessage,
    .coveo-icon.sysfiletype.exchangerecallreport,
    .coveo-icon.sysfiletype.exchangerssfeed,
    .coveo-icon.sysfiletype.exchangetask,
    .coveo-icon.sysfiletype.folder,
    .coveo-icon.sysfiletype.gmailmessage,
    .coveo-icon.sysfiletype.html,
    .coveo-icon.sysfiletype.image,
    .coveo-icon.sysfiletype.lithiumboard,
    .coveo-icon.sysfiletype.lithiumcategory,
    .coveo-icon.sysfiletype.lithiumcommunity,
    .coveo-icon.sysfiletype.lithiummessage,
    .coveo-icon.sysfiletype.lithiumthread,
    .coveo-icon.sysfiletype.odt,
    .coveo-icon.sysfiletype.olefile,
    .coveo-icon.sysfiletype.pdf,
    .coveo-icon.sysfiletype.ppt,
    .coveo-icon.sysfiletype.rssitem,
    .coveo-icon.sysfiletype.saleforceitem,
    .coveo-icon.sysfiletype.spadministratortask,
    .coveo-icon.sysfiletype.spadministratortasklist,
    .coveo-icon.sysfiletype.spagenda,
    .coveo-icon.sysfiletype.spagendalist,
    .coveo-icon.sysfiletype.spannouncement,
    .coveo-icon.sysfiletype.spannouncementlist,
    .coveo-icon.sysfiletype.sparea,
    .coveo-icon.sysfiletype.spareadocumentlibrarylist,
    .coveo-icon.sysfiletype.sparealisting,
    .coveo-icon.sysfiletype.spattendee,
    .coveo-icon.sysfiletype.spattendeelist,
    .coveo-icon.sysfiletype.spblogcategory,
    .coveo-icon.sysfiletype.spblogcategorylist,
    .coveo-icon.sysfiletype.spblogcomment,
    .coveo-icon.sysfiletype.spblogcommentlist,
    .coveo-icon.sysfiletype.spblogpost,
    .coveo-icon.sysfiletype.spblogpostlist,
    .coveo-icon.sysfiletype.spcirculation,
    .coveo-icon.sysfiletype.spcirculationlist,
    .coveo-icon.sysfiletype.spcontact,
    .coveo-icon.sysfiletype.spcontactlist,
    .coveo-icon.sysfiletype.spcustomgridlist,
    .coveo-icon.sysfiletype.spcustomlist,
    .coveo-icon.sysfiletype.spdashboardslibrarylist,
    .coveo-icon.sysfiletype.spdataconnectionforperformancepointlibrarylist,
    .coveo-icon.sysfiletype.spdataconnectionlibrarylist,
    .coveo-icon.sysfiletype.spdatasource,
    .coveo-icon.sysfiletype.spdatasourcelist,
    .coveo-icon.sysfiletype.spdecision,
    .coveo-icon.sysfiletype.spdecisionlist,
    .coveo-icon.sysfiletype.spdiscussionboard,
    .coveo-icon.sysfiletype.spdiscussionboardlist,
    .coveo-icon.sysfiletype.spdistributiongroup,
    .coveo-icon.sysfiletype.spdistributiongrouplist,
    .coveo-icon.sysfiletype.spdocumentlibrarylist,
    .coveo-icon.sysfiletype.spdocumentlink,
    .coveo-icon.sysfiletype.spdocumentset,
    .coveo-icon.sysfiletype.spevent,
    .coveo-icon.sysfiletype.speventlist,
    .coveo-icon.sysfiletype.spformlibrarylist,
    .coveo-icon.sysfiletype.sphealthreport,
    .coveo-icon.sysfiletype.sphealthreportlist,
    .coveo-icon.sysfiletype.sphealthrule,
    .coveo-icon.sysfiletype.sphealthrulelist,
    .coveo-icon.sysfiletype.spimedictionary,
    .coveo-icon.sysfiletype.spimedictionarylist,
    .coveo-icon.sysfiletype.spipfslist,
    .coveo-icon.sysfiletype.spissue,
    .coveo-icon.sysfiletype.spissuelist,
    .coveo-icon.sysfiletype.spkeyperformanceindicator,
    .coveo-icon.sysfiletype.spkeyperformanceindicatorlist,
    .coveo-icon.sysfiletype.splanguagesandtranslator,
    .coveo-icon.sysfiletype.splanguagesandtranslatorlist,
    .coveo-icon.sysfiletype.splink,
    .coveo-icon.sysfiletype.splinklist,
    .coveo-icon.sysfiletype.splistfolder,
    .coveo-icon.sysfiletype.splisttemplatecataloglist,
    .coveo-icon.sysfiletype.spmasterpagescataloglist,
    .coveo-icon.sysfiletype.spmeetingserie,
    .coveo-icon.sysfiletype.spmeetingserielist,
    .coveo-icon.sysfiletype.spmicrofeedlist,
    .coveo-icon.sysfiletype.spmicrofeedpost,
    .coveo-icon.sysfiletype.spnocodeworkflowlibrarylist,
    .coveo-icon.sysfiletype.spobjective,
    .coveo-icon.sysfiletype.spobjectivelist,
    .coveo-icon.sysfiletype.spperformancepointcontent,
    .coveo-icon.sysfiletype.spperformancepointcontentlist,
    .coveo-icon.sysfiletype.spphonecallmemo,
    .coveo-icon.sysfiletype.spphonecallmemolist,
    .coveo-icon.sysfiletype.sppicturelibrarylist,
    .coveo-icon.sysfiletype.spportal,
    .coveo-icon.sysfiletype.spprocessdiagramslibrarylist,
    .coveo-icon.sysfiletype.spprojecttask,
    .coveo-icon.sysfiletype.spprojecttasklist,
    .coveo-icon.sysfiletype.sppublishingimageslibrarylist,
    .coveo-icon.sysfiletype.sppublishingpageslibrarylist,
    .coveo-icon.sysfiletype.sprecordlibrarylist,
    .coveo-icon.sysfiletype.spreportdocumentlibrarylist,
    .coveo-icon.sysfiletype.spreportlibrarylist,
    .coveo-icon.sysfiletype.spresource,
    .coveo-icon.sysfiletype.spresourcelist,
    .coveo-icon.sysfiletype.spsite,
    .coveo-icon.sysfiletype.spsitedirectory,
    .coveo-icon.sysfiletype.spsitedirectorylist,
    .coveo-icon.sysfiletype.spsitethemeslibrarylist,
    .coveo-icon.sysfiletype.spslidelibrarylist,
    .coveo-icon.sysfiletype.spsolutionslibrarylist,
    .coveo-icon.sysfiletype.spsurvey,
    .coveo-icon.sysfiletype.spsurveylist,
    .coveo-icon.sysfiletype.sptab,
    .coveo-icon.sysfiletype.sptablist,
    .coveo-icon.sysfiletype.sptask,
    .coveo-icon.sysfiletype.sptasklist,
    .coveo-icon.sysfiletype.sptextbox,
    .coveo-icon.sysfiletype.sptextboxlist,
    .coveo-icon.sysfiletype.spthingstobring,
    .coveo-icon.sysfiletype.spthingstobringlist,
    .coveo-icon.sysfiletype.sptranslationmanagementlibrarylist,
    .coveo-icon.sysfiletype.spunknownlist,
    .coveo-icon.sysfiletype.spuserinformation,
    .coveo-icon.sysfiletype.spuserinformationlist,
    .coveo-icon.sysfiletype.spuserprofile,
    .coveo-icon.sysfiletype.spwebpartcataloglist,
    .coveo-icon.sysfiletype.spwebtemplatecataloglist,
    .coveo-icon.sysfiletype.spwfpublibrarylist,
    .coveo-icon.sysfiletype.spwhereabout,
    .coveo-icon.sysfiletype.spwhereaboutlist,
    .coveo-icon.sysfiletype.spwikipagelibrarylist,
    .coveo-icon.sysfiletype.spworkflowhistory,
    .coveo-icon.sysfiletype.spworkflowhistorylist,
    .coveo-icon.sysfiletype.spworkflowprocess,
    .coveo-icon.sysfiletype.spworkflowprocesslist,
    .coveo-icon.sysfiletype.spworkspacepagelist,
    .coveo-icon.sysfiletype.svg,
    .coveo-icon.sysfiletype.txt,
    .coveo-icon.sysfiletype.video,
    .coveo-icon.sysfiletype.webscraperwebpage,
    .coveo-icon.sysfiletype.wiki,
    .coveo-icon.sysfiletype.xls,
    .coveo-icon.sysfiletype.xml,
    .coveo-icon.sysfiletype.youtube,
    .coveo-icon.sysfiletype.youtubeplaylistitem,
    .coveo-icon.sysfiletype.youtubevideo,
    .coveo-icon.sysfiletype.zip,
    .coveo-less .coveo-folding-footer-icon,
    .coveo-logo,
    .coveo-modalBox.coveo-quick-view>.coveo-wrapper>.coveo-title .coveo-quickview-close-button .coveo-icon,
    .coveo-modalBox.coveo-quick-view>.coveo-wrapper>.coveo-title .coveo-quickview-close-button:hover .coveo-icon,
    .coveo-more .coveo-folding-footer-icon,
    .coveo-pager-next>a>span,
    .coveo-pager-previous>a>span,
    .coveo-powered-by,
    .coveo-preferences-panel-close,
    .coveo-preferences-panel-close:hover,
    .coveo-result-tagging-add-tag-tick-icon span,
    .coveo-result-tagging-clear-icon span,
    .coveo-result-tagging-delete-icon,
    .coveo-results-filter-preferences-breadcrumb .coveo-value .coveo-clear,
    .coveo-results-filter-preferences-breadcrumb .coveo-value:hover .coveo-clear,
    .coveo-settings-item.coveo-advanced-search .coveo-icon,
    .coveo-settings-item.coveo-advanced-search:hover.coveo-disabled .coveo-icon,
    .coveo-settings-item.coveo-advanced-search:hover .coveo-icon,
    .coveo-settings-item.coveo-authentication-provider .coveo-icon,
    .coveo-settings-item.coveo-authentication-provider:hover.coveo-disabled .coveo-icon,
    .coveo-settings-item.coveo-authentication-provider:hover .coveo-icon,
    .coveo-settings-item.coveo-export-to-excel .coveo-icon,
    .coveo-settings-item.coveo-export-to-excel:hover.coveo-disabled .coveo-icon,
    .coveo-settings-item.coveo-export-to-excel:hover .coveo-icon,
    .coveo-settings-item.coveo-follow-query .coveo-icon,
    .coveo-settings-item.coveo-follow-query:hover.coveo-disabled .coveo-icon,
    .coveo-settings-item.coveo-follow-query:hover .coveo-icon,
    .coveo-settings-item.coveo-preferences-panel .coveo-icon,
    .coveo-settings-item.coveo-preferences-panel:hover.coveo-disabled .coveo-icon,
    .coveo-settings-item.coveo-preferences-panel:hover .coveo-icon,
    .coveo-settings-item.coveo-share-query .coveo-icon,
    .coveo-settings-item.coveo-share-query:hover.coveo-disabled .coveo-icon,
    .coveo-settings-item.coveo-share-query:hover .coveo-icon,
    .coveo-settings-item.coveo-subscriptions-panel .coveo-icon,
    .coveo-settings-item.coveo-subscriptions-panel:hover.coveo-disabled .coveo-icon,
    .coveo-settings-item.coveo-subscriptions-panel:hover .coveo-icon,
    .coveo-share-query-summary-info-close,
    .coveo-share-query-summary-info-close:hover,
    .coveo-sprites-and,
    .coveo-sprites-arrow-down,
    .coveo-sprites-arrow-up,
    .coveo-sprites-attach,
    .coveo-sprites-attached,
    .coveo-sprites-attachment,
    .coveo-sprites-attachment-small,
    .coveo-sprites-authenticate,
    .coveo-sprites-calendar,
    .coveo-sprites-calendar-small,
    .coveo-sprites-card-layout,
    .coveo-sprites-case,
    .coveo-sprites-case-small,
    .coveo-sprites-checkbox-exclusion,
    .coveo-sprites-checkbox-hook-active,
    .coveo-sprites-checkbox-hook-inactive,
    .coveo-sprites-checkbox-hook-white,
    .coveo-sprites-checkbox-more-values,
    .coveo-sprites-clear-active-filters,
    .coveo-sprites-clear-inactive-filters,
    .coveo-sprites-close,
    .coveo-sprites-collapse,
    .coveo-sprites-coveo-logo,
    .coveo-sprites-coveo-powered-by-logo,
    .coveo-sprites-custom,
    .coveo-sprites-custom-small,
    .coveo-sprites-database,
    .coveo-sprites-database-small,
    .coveo-sprites-download,
    .coveo-sprites-dropdown-ascending,
    .coveo-sprites-dropdown-ascending-active,
    .coveo-sprites-dropdown-authenticate,
    .coveo-sprites-dropdown-authenticate-active,
    .coveo-sprites-dropdown-collapse,
    .coveo-sprites-dropdown-collapse-active,
    .coveo-sprites-dropdown-density-checked,
    .coveo-sprites-dropdown-descending,
    .coveo-sprites-dropdown-expand,
    .coveo-sprites-dropdown-expand-active,
    .coveo-sprites-dropdown-export-to-excel,
    .coveo-sprites-dropdown-export-to-excel-active,
    .coveo-sprites-dropdown-follow-query,
    .coveo-sprites-dropdown-follow-query-active,
    .coveo-sprites-dropdown-less,
    .coveo-sprites-dropdown-less-active,
    .coveo-sprites-dropdown-manage-alerts,
    .coveo-sprites-dropdown-manage-alerts-active,
    .coveo-sprites-dropdown-more,
    .coveo-sprites-dropdown-more-active,
    .coveo-sprites-dropdown-preferences,
    .coveo-sprites-dropdown-preferences-active,
    .coveo-sprites-dropdown-share-query,
    .coveo-sprites-dropdown-share-query-active,
    .coveo-sprites-edit,
    .coveo-sprites-edit-picklist,
    .coveo-sprites-exclusion-hover,
    .coveo-sprites-expand,
    .coveo-sprites-external,
    .coveo-sprites-facet-checkbox-exclusion,
    .coveo-sprites-facet-exclusion-hover,
    .coveo-sprites-facet-loading,
    .coveo-sprites-facet-search,
    .coveo-sprites-facet-search-checkbox-hook-active,
    .coveo-sprites-facet-search-checkbox-hook-inactive,
    .coveo-sprites-facet-search-loading,
    .coveo-sprites-file,
    .coveo-sprites-file-small,
    .coveo-sprites-folder,
    .coveo-sprites-folder-small,
    .coveo-sprites-follow,
    .coveo-sprites-followed,
    .coveo-sprites-images,
    .coveo-sprites-images-small,
    .coveo-sprites-info,
    .coveo-sprites-kb,
    .coveo-sprites-kb-small,
    .coveo-sprites-line,
    .coveo-sprites-link,
    .coveo-sprites-link-small,
    .coveo-sprites-list,
    .coveo-sprites-list-layout,
    .coveo-sprites-list-small,
    .coveo-sprites-mail,
    .coveo-sprites-mail-small,
    .coveo-sprites-main-clear,
    .coveo-sprites-main-clear-hover,
    .coveo-sprites-main-search,
    .coveo-sprites-main-search-active,
    .coveo-sprites-manage,
    .coveo-sprites-more-menu,
    .coveo-sprites-more-menu-active,
    .coveo-sprites-more-tabs,
    .coveo-sprites-or,
    .coveo-sprites-pager-left-arrow,
    .coveo-sprites-pager-right-arrow,
    .coveo-sprites-preferences,
    .coveo-sprites-product,
    .coveo-sprites-product-small,
    .coveo-sprites-quickview,
    .coveo-sprites-replies,
    .coveo-sprites-result-follow,
    .coveo-sprites-result-follow-active,
    .coveo-sprites-search-options-inactive,
    .coveo-sprites-settings,
    .coveo-sprites-sort,
    .coveo-sprites-sort-active,
    .coveo-sprites-star_active,
    .coveo-sprites-star_placeholder,
    .coveo-sprites-table-layout,
    .coveo-sprites-tagging-clear,
    .coveo-sprites-tagging-ok,
    .coveo-sprites-user,
    .coveo-sprites-user-small,
    .coveo-sprites-video,
    .coveo-sprites-video-small,
    .coveo-sprites-webpage,
    .coveo-sprites-webpage-small,
    .coveo-subscriptions-panel .coveo-subscriptions-panel-close .coveo-icon,
    .coveo-subscriptions-panel .coveo-subscriptions-panel-close:hover .coveo-icon,
    .CoveoAttachToCase span.coveo-attach-to-case-attach:before,
    .CoveoAttachToCase span.coveo-attach-to-case-attached:before,
    .CoveoFollowItem.coveo-follow-item-followed:before,
    .CoveoFollowItem.coveo-follow-item-loading:before,
    .CoveoFollowItem:before,
    .CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value.coveo-has-childs.coveo-has-childs-selected .coveo-facet-value-checkbox>span,
    .CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value.coveo-has-childs.coveo-has-childs-selected.coveo-selected .coveo-facet-value-checkbox>span,
    .CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value.coveo-has-childs.coveo-has-childs-selected.coveo-selected:hover .coveo-facet-value-checkbox>span,
    .CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value.coveo-has-childs .coveo-has-childs-toggle,
    .CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value.coveo-has-childs.coveo-open .coveo-has-childs-toggle,
    .CoveoPreferencePanelItem .coveo-input-icon.coveo-selected:before,
    .CoveoQuickview .coveo-icon-for-quickview,
    .CoveoResult.coveo-people-result .CoveoThumbnail.coveo-no-thumbnail,
    .CoveoResultAttachments .coveo-thumbnail-icon,
    .CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-close-and-save .coveo-close,
    .CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-close-and-save .coveo-close:hover,
    .CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-close-and-save .coveo-save,
    .CoveoResultsFiltersPreferences .coveo-delete .coveo-icon,
    .CoveoResultsFiltersPreferences .coveo-edit .coveo-icon,
    .CoveoResultsFiltersPreferences .coveo-input-icon.coveo-selected:before,
    .CoveoResultsPreferences .coveo-input-icon.coveo-selected:before,
    .CoveoSearchbox .magic-box .magic-box-clear .magic-box-icon:before,
    .CoveoSearchButton:hover>.coveo-icon,
    .CoveoSearchButton>.coveo-icon,
    .CoveoSort.coveo-ascending .coveo-icon,
    .CoveoSort.coveo-descending .coveo-icon,
    .CoveoSort .coveo-icon,
    .ie8or9 .coveo-executing-query .CoveoSearchButton>.coveo-icon {
        background-image: url(/assets/global/img/coveo/retinaNew.png);
        display: inline-block;
        background-repeat: no-repeat;
        overflow: hidden;
        background-size: 1840px 64px
    }
    .coveo-logo,
    .coveo-sprites-coveo-logo {
        background-position: 0 0;
        width: 178px;
        height: 64px;
        text-indent: 178px
    }
    .coveo-icon.filetype.exchangetask,
    .coveo-icon.filetype.spprojecttask,
    .coveo-icon.filetype.spprojecttasklist,
    .coveo-icon.sysfiletype.exchangetask,
    .coveo-icon.sysfiletype.spprojecttask,
    .coveo-icon.sysfiletype.spprojecttasklist,
    .coveo-sprites-case {
        background-position: -178px 0;
        width: 60px;
        height: 60px;
        text-indent: 60px
    }
    .coveo-sprites-line,
    .CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value.coveo-has-childs.coveo-has-childs-selected .coveo-facet-value-checkbox>span {
        background-position: -178px -60px;
        width: 12px;
        height: 2px;
        text-indent: 12px
    }
    .coveo-icon.filetype.doc,
    .coveo-icon.filetype.docx,
    .coveo-icon.filetype.exchangedocument,
    .coveo-icon.filetype.odt,
    .coveo-icon.filetype.olefile,
    .coveo-icon.filetype.pdf,
    .coveo-icon.filetype.ppt,
    .coveo-icon.filetype.rssitem,
    .coveo-icon.filetype.spresource,
    .coveo-icon.filetype.spresourcelist,
    .coveo-icon.filetype.txt,
    .coveo-icon.filetype.xls,
    .coveo-icon.filetype.xml,
    .coveo-icon.filetype.zip,
    .coveo-icon.objecttype.annotation,
    .coveo-icon.objecttype.Annotation,
    .coveo-icon.objecttype.file,
    .coveo-icon.objecttype.File,
    .coveo-icon.sysfiletype.doc,
    .coveo-icon.sysfiletype.docx,
    .coveo-icon.sysfiletype.exchangedocument,
    .coveo-icon.sysfiletype.odt,
    .coveo-icon.sysfiletype.olefile,
    .coveo-icon.sysfiletype.pdf,
    .coveo-icon.sysfiletype.ppt,
    .coveo-icon.sysfiletype.rssitem,
    .coveo-icon.sysfiletype.spresource,
    .coveo-icon.sysfiletype.spresourcelist,
    .coveo-icon.sysfiletype.txt,
    .coveo-icon.sysfiletype.xls,
    .coveo-icon.sysfiletype.xml,
    .coveo-icon.sysfiletype.zip,
    .coveo-sprites-file {
        background-position: -238px 0;
        width: 60px;
        height: 60px;
        text-indent: 60px
    }
    .coveo-icon.objecttype.Attachment,
    .coveo-icon.objecttype.attachment,
    .coveo-sprites-attachment {
        background-position: -298px 0;
        width: 60px;
        height: 60px;
        text-indent: 60px
    }
    .coveo-icon.filetype.activedirperson,
    .coveo-icon.filetype.box-user,
    .coveo-icon.filetype.exchangegroup,
    .coveo-icon.filetype.exchangeperson,
    .coveo-icon.filetype.spattendee,
    .coveo-icon.filetype.spattendeelist,
    .coveo-icon.filetype.spcontact,
    .coveo-icon.filetype.spcontactlist,
    .coveo-icon.filetype.spuserinformation,
    .coveo-icon.filetype.spuserinformationlist,
    .coveo-icon.filetype.spuserprofile,
    .coveo-icon.objecttype.Partner,
    .coveo-icon.objecttype.partner,
    .coveo-icon.objecttype.People,
    .coveo-icon.objecttype.people,
    .coveo-icon.objecttype.Socialprofile,
    .coveo-icon.objecttype.socialprofile,
    .coveo-icon.objecttype.user,
    .coveo-icon.objecttype.User,
    .coveo-icon.sysfiletype.activedirperson,
    .coveo-icon.sysfiletype.box-user,
    .coveo-icon.sysfiletype.exchangegroup,
    .coveo-icon.sysfiletype.exchangeperson,
    .coveo-icon.sysfiletype.spattendee,
    .coveo-icon.sysfiletype.spattendeelist,
    .coveo-icon.sysfiletype.spcontact,
    .coveo-icon.sysfiletype.spcontactlist,
    .coveo-icon.sysfiletype.spuserinformation,
    .coveo-icon.sysfiletype.spuserinformationlist,
    .coveo-icon.sysfiletype.spuserprofile,
    .coveo-sprites-user,
    .CoveoResult.coveo-people-result .CoveoThumbnail.coveo-no-thumbnail {
        background-position: -358px 0;
        width: 60px;
        height: 60px;
        text-indent: 60px
    }
    .coveo-icon.filetype.cfspace,
    .coveo-icon.filetype.confluencespace,
    .coveo-icon.filetype.folder,
    .coveo-icon.filetype.spareadocumentlibrarylist,
    .coveo-icon.filetype.spdashboardslibrarylist,
    .coveo-icon.filetype.spdataconnectionforperformancepointlibrarylist,
    .coveo-icon.filetype.spdocumentlibrarylist,
    .coveo-icon.filetype.spdocumentset,
    .coveo-icon.filetype.spformlibrarylist,
    .coveo-icon.filetype.spimedictionary,
    .coveo-icon.filetype.spimedictionarylist,
    .coveo-icon.filetype.splistfolder,
    .coveo-icon.filetype.splisttemplatecataloglist,
    .coveo-icon.filetype.spmasterpagescataloglist,
    .coveo-icon.filetype.spnocodeworkflowlibrarylist,
    .coveo-icon.filetype.spprocessdiagramslibrarylist,
    .coveo-icon.filetype.sppublishingimageslibrarylist,
    .coveo-icon.filetype.sppublishingpageslibrarylist,
    .coveo-icon.filetype.sprecordlibrarylist,
    .coveo-icon.filetype.spreportdocumentlibrarylist,
    .coveo-icon.filetype.spreportlibrarylist,
    .coveo-icon.filetype.spsitedirectory,
    .coveo-icon.filetype.spsitedirectorylist,
    .coveo-icon.filetype.spsitethemeslibrarylist,
    .coveo-icon.filetype.spslidelibrarylist,
    .coveo-icon.filetype.spsolutionslibrarylist,
    .coveo-icon.filetype.sptranslationmanagementlibrarylist,
    .coveo-icon.filetype.spwebpartcataloglist,
    .coveo-icon.filetype.spwebtemplatecataloglist,
    .coveo-icon.filetype.spwfpublibrarylist,
    .coveo-icon.filetype.spwikipagelibrarylist,
    .coveo-icon.filetype.spworkspacepagelist,
    .coveo-icon.sysfiletype.cfspace,
    .coveo-icon.sysfiletype.confluencespace,
    .coveo-icon.sysfiletype.folder,
    .coveo-icon.sysfiletype.spareadocumentlibrarylist,
    .coveo-icon.sysfiletype.spdashboardslibrarylist,
    .coveo-icon.sysfiletype.spdataconnectionforperformancepointlibrarylist,
    .coveo-icon.sysfiletype.spdocumentlibrarylist,
    .coveo-icon.sysfiletype.spdocumentset,
    .coveo-icon.sysfiletype.spformlibrarylist,
    .coveo-icon.sysfiletype.spimedictionary,
    .coveo-icon.sysfiletype.spimedictionarylist,
    .coveo-icon.sysfiletype.splistfolder,
    .coveo-icon.sysfiletype.splisttemplatecataloglist,
    .coveo-icon.sysfiletype.spmasterpagescataloglist,
    .coveo-icon.sysfiletype.spnocodeworkflowlibrarylist,
    .coveo-icon.sysfiletype.spprocessdiagramslibrarylist,
    .coveo-icon.sysfiletype.sppublishingimageslibrarylist,
    .coveo-icon.sysfiletype.sppublishingpageslibrarylist,
    .coveo-icon.sysfiletype.sprecordlibrarylist,
    .coveo-icon.sysfiletype.spreportdocumentlibrarylist,
    .coveo-icon.sysfiletype.spreportlibrarylist,
    .coveo-icon.sysfiletype.spsitedirectory,
    .coveo-icon.sysfiletype.spsitedirectorylist,
    .coveo-icon.sysfiletype.spsitethemeslibrarylist,
    .coveo-icon.sysfiletype.spslidelibrarylist,
    .coveo-icon.sysfiletype.spsolutionslibrarylist,
    .coveo-icon.sysfiletype.sptranslationmanagementlibrarylist,
    .coveo-icon.sysfiletype.spwebpartcataloglist,
    .coveo-icon.sysfiletype.spwebtemplatecataloglist,
    .coveo-icon.sysfiletype.spwfpublibrarylist,
    .coveo-icon.sysfiletype.spwikipagelibrarylist,
    .coveo-icon.sysfiletype.spworkspacepagelist,
    .coveo-sprites-folder {
        background-position: -418px 0;
        width: 60px;
        height: 60px;
        text-indent: 60px
    }
    .coveo-icon.filetype.exchangeappointment,
    .coveo-icon.filetype.exchangecalendarmessage,
    .coveo-icon.filetype.spadministratortask,
    .coveo-icon.filetype.spadministratortasklist,
    .coveo-icon.filetype.spagenda,
    .coveo-icon.filetype.spagendalist,
    .coveo-icon.filetype.spevent,
    .coveo-icon.filetype.speventlist,
    .coveo-icon.filetype.spmeetingserie,
    .coveo-icon.filetype.spmeetingserielist,
    .coveo-icon.filetype.sptask,
    .coveo-icon.filetype.sptasklist,
    .coveo-icon.filetype.spworkflowhistory,
    .coveo-icon.filetype.spworkflowhistorylist,
    .coveo-icon.objecttype.campaign,
    .coveo-icon.objecttype.Campaign,
    .coveo-icon.sysfiletype.exchangeappointment,
    .coveo-icon.sysfiletype.exchangecalendarmessage,
    .coveo-icon.sysfiletype.spadministratortask,
    .coveo-icon.sysfiletype.spadministratortasklist,
    .coveo-icon.sysfiletype.spagenda,
    .coveo-icon.sysfiletype.spagendalist,
    .coveo-icon.sysfiletype.spevent,
    .coveo-icon.sysfiletype.speventlist,
    .coveo-icon.sysfiletype.spmeetingserie,
    .coveo-icon.sysfiletype.spmeetingserielist,
    .coveo-icon.sysfiletype.sptask,
    .coveo-icon.sysfiletype.sptasklist,
    .coveo-icon.sysfiletype.spworkflowhistory,
    .coveo-icon.sysfiletype.spworkflowhistorylist,
    .coveo-sprites-calendar {
        background-position: -478px 0;
        width: 60px;
        height: 60px;
        text-indent: 60px
    }
    .coveo-icon.filetype.image,
    .coveo-icon.filetype.sppicturelibrarylist,
    .coveo-icon.filetype.svg,
    .coveo-icon.sysfiletype.image,
    .coveo-icon.sysfiletype.sppicturelibrarylist,
    .coveo-icon.sysfiletype.svg,
    .coveo-sprites-images {
        background-position: -538px 0;
        width: 60px;
        height: 60px;
        text-indent: 60px
    }
    .coveo-icon.filetype.spdataconnectionlibrarylist,
    .coveo-icon.filetype.spdatasource,
    .coveo-icon.filetype.spdatasourcelist,
    .coveo-icon.filetype.spipfslist,
    .coveo-icon.objecttype.salesliterature,
    .coveo-icon.objecttype.Salesliterature,
    .coveo-icon.sysfiletype.spdataconnectionlibrarylist,
    .coveo-icon.sysfiletype.spdatasource,
    .coveo-icon.sysfiletype.spdatasourcelist,
    .coveo-icon.sysfiletype.spipfslist,
    .coveo-sprites-kb {
        background-position: -598px 0;
        width: 60px;
        height: 60px;
        text-indent: 60px
    }
    .coveo-icon.filetype.video,
    .coveo-icon.filetype.youtube,
    .coveo-icon.filetype.youtubeplaylistitem,
    .coveo-icon.filetype.youtubevideo,
    .coveo-icon.sysfiletype.video,
    .coveo-icon.sysfiletype.youtube,
    .coveo-icon.sysfiletype.youtubeplaylistitem,
    .coveo-icon.sysfiletype.youtubevideo,
    .coveo-sprites-video {
        background-position: -658px 0;
        width: 60px;
        height: 60px;
        text-indent: 60px
    }
    .coveo-icon.filetype.spdocumentlink,
    .coveo-icon.filetype.spissue,
    .coveo-icon.filetype.spissuelist,
    .coveo-icon.filetype.splink,
    .coveo-icon.filetype.splinklist,
    .coveo-icon.sysfiletype.spdocumentlink,
    .coveo-icon.sysfiletype.spissue,
    .coveo-icon.sysfiletype.spissuelist,
    .coveo-icon.sysfiletype.splink,
    .coveo-icon.sysfiletype.splinklist,
    .coveo-sprites-link {
        background-position: -718px 0;
        width: 60px;
        height: 60px;
        text-indent: 60px
    }
    .coveo-icon.filetype.cfblogentry,
    .coveo-icon.filetype.dynamicscrmitem,
    .coveo-icon.filetype.exchangeactivity,
    .coveo-icon.filetype.exchangenote,
    .coveo-icon.filetype.exchangeofficecom,
    .coveo-icon.filetype.exchangerssfeed,
    .coveo-icon.filetype.lithiumboard,
    .coveo-icon.filetype.lithiumcategory,
    .coveo-icon.filetype.lithiumthread,
    .coveo-icon.filetype.saleforceitem,
    .coveo-icon.filetype.spannouncement,
    .coveo-icon.filetype.spannouncementlist,
    .coveo-icon.filetype.spblogcategory,
    .coveo-icon.filetype.spblogcategorylist,
    .coveo-icon.filetype.spblogcomment,
    .coveo-icon.filetype.spblogcommentlist,
    .coveo-icon.filetype.spblogpost,
    .coveo-icon.filetype.spblogpostlist,
    .coveo-icon.filetype.spdiscussionboard,
    .coveo-icon.filetype.spdiscussionboardlist,
    .coveo-icon.filetype.sphealthreport,
    .coveo-icon.filetype.sphealthreportlist,
    .coveo-icon.filetype.sphealthrule,
    .coveo-icon.filetype.sphealthrulelist,
    .coveo-icon.filetype.splanguagesandtranslator,
    .coveo-icon.filetype.splanguagesandtranslatorlist,
    .coveo-icon.filetype.spmicrofeedlist,
    .coveo-icon.filetype.spmicrofeedpost,
    .coveo-icon.filetype.spperformancepointcontent,
    .coveo-icon.filetype.spperformancepointcontentlist,
    .coveo-icon.filetype.spphonecallmemo,
    .coveo-icon.filetype.spphonecallmemolist,
    .coveo-icon.filetype.sptextbox,
    .coveo-icon.filetype.sptextboxlist,
    .coveo-icon.objecttype.Board,
    .coveo-icon.objecttype.board,
    .coveo-icon.objecttype.Category,
    .coveo-icon.objecttype.category,
    .coveo-icon.objecttype.Feed,
    .coveo-icon.objecttype.feed,
    .coveo-icon.objecttype.Invoice,
    .coveo-icon.objecttype.invoice,
    .coveo-icon.objecttype.kbarticlecomment,
    .coveo-icon.objecttype.Kbarticlecomment,
    .coveo-icon.objecttype.list,
    .coveo-icon.objecttype.List,
    .coveo-icon.objecttype.Queueitem,
    .coveo-icon.objecttype.queueitem,
    .coveo-icon.objecttype.Service,
    .coveo-icon.objecttype.service,
    .coveo-icon.objecttype.Thread,
    .coveo-icon.objecttype.thread,
    .coveo-icon.sysfiletype.cfblogentry,
    .coveo-icon.sysfiletype.dynamicscrmitem,
    .coveo-icon.sysfiletype.exchangeactivity,
    .coveo-icon.sysfiletype.exchangenote,
    .coveo-icon.sysfiletype.exchangeofficecom,
    .coveo-icon.sysfiletype.exchangerssfeed,
    .coveo-icon.sysfiletype.lithiumboard,
    .coveo-icon.sysfiletype.lithiumcategory,
    .coveo-icon.sysfiletype.lithiumthread,
    .coveo-icon.sysfiletype.saleforceitem,
    .coveo-icon.sysfiletype.spannouncement,
    .coveo-icon.sysfiletype.spannouncementlist,
    .coveo-icon.sysfiletype.spblogcategory,
    .coveo-icon.sysfiletype.spblogcategorylist,
    .coveo-icon.sysfiletype.spblogcomment,
    .coveo-icon.sysfiletype.spblogcommentlist,
    .coveo-icon.sysfiletype.spblogpost,
    .coveo-icon.sysfiletype.spblogpostlist,
    .coveo-icon.sysfiletype.spdiscussionboard,
    .coveo-icon.sysfiletype.spdiscussionboardlist,
    .coveo-icon.sysfiletype.sphealthreport,
    .coveo-icon.sysfiletype.sphealthreportlist,
    .coveo-icon.sysfiletype.sphealthrule,
    .coveo-icon.sysfiletype.sphealthrulelist,
    .coveo-icon.sysfiletype.splanguagesandtranslator,
    .coveo-icon.sysfiletype.splanguagesandtranslatorlist,
    .coveo-icon.sysfiletype.spmicrofeedlist,
    .coveo-icon.sysfiletype.spmicrofeedpost,
    .coveo-icon.sysfiletype.spperformancepointcontent,
    .coveo-icon.sysfiletype.spperformancepointcontentlist,
    .coveo-icon.sysfiletype.spphonecallmemo,
    .coveo-icon.sysfiletype.spphonecallmemolist,
    .coveo-icon.sysfiletype.sptextbox,
    .coveo-icon.sysfiletype.sptextboxlist,
    .coveo-sprites-list {
        background-position: -778px 0;
        width: 60px;
        height: 60px;
        text-indent: 60px
    }
    .coveo-icon.filetype,
    .coveo-icon.filetype.exchangefreebusy,
    .coveo-icon.filetype.exchangemdn,
    .coveo-icon.filetype.exchangeobject,
    .coveo-icon.filetype.lithiumcommunity,
    .coveo-icon.filetype.sparea,
    .coveo-icon.filetype.sparealisting,
    .coveo-icon.filetype.spcirculation,
    .coveo-icon.filetype.spcirculationlist,
    .coveo-icon.filetype.spcustomgridlist,
    .coveo-icon.filetype.spcustomlist,
    .coveo-icon.filetype.spdecision,
    .coveo-icon.filetype.spdecisionlist,
    .coveo-icon.filetype.spdistributiongroup,
    .coveo-icon.filetype.spdistributiongrouplist,
    .coveo-icon.filetype.spkeyperformanceindicator,
    .coveo-icon.filetype.spkeyperformanceindicatorlist,
    .coveo-icon.filetype.spobjective,
    .coveo-icon.filetype.spobjectivelist,
    .coveo-icon.filetype.spsurvey,
    .coveo-icon.filetype.spsurveylist,
    .coveo-icon.filetype.sptab,
    .coveo-icon.filetype.sptablist,
    .coveo-icon.filetype.spthingstobring,
    .coveo-icon.filetype.spthingstobringlist,
    .coveo-icon.filetype.spunknownlist,
    .coveo-icon.filetype.spwhereabout,
    .coveo-icon.filetype.spwhereaboutlist,
    .coveo-icon.filetype.spworkflowprocess,
    .coveo-icon.filetype.spworkflowprocesslist,
    .coveo-icon.objecttype,
    .coveo-icon.sysfiletype,
    .coveo-icon.sysfiletype.exchangefreebusy,
    .coveo-icon.sysfiletype.exchangemdn,
    .coveo-icon.sysfiletype.exchangeobject,
    .coveo-icon.sysfiletype.lithiumcommunity,
    .coveo-icon.sysfiletype.sparea,
    .coveo-icon.sysfiletype.sparealisting,
    .coveo-icon.sysfiletype.spcirculation,
    .coveo-icon.sysfiletype.spcirculationlist,
    .coveo-icon.sysfiletype.spcustomgridlist,
    .coveo-icon.sysfiletype.spcustomlist,
    .coveo-icon.sysfiletype.spdecision,
    .coveo-icon.sysfiletype.spdecisionlist,
    .coveo-icon.sysfiletype.spdistributiongroup,
    .coveo-icon.sysfiletype.spdistributiongrouplist,
    .coveo-icon.sysfiletype.spkeyperformanceindicator,
    .coveo-icon.sysfiletype.spkeyperformanceindicatorlist,
    .coveo-icon.sysfiletype.spobjective,
    .coveo-icon.sysfiletype.spobjectivelist,
    .coveo-icon.sysfiletype.spsurvey,
    .coveo-icon.sysfiletype.spsurveylist,
    .coveo-icon.sysfiletype.sptab,
    .coveo-icon.sysfiletype.sptablist,
    .coveo-icon.sysfiletype.spthingstobring,
    .coveo-icon.sysfiletype.spthingstobringlist,
    .coveo-icon.sysfiletype.spunknownlist,
    .coveo-icon.sysfiletype.spwhereabout,
    .coveo-icon.sysfiletype.spwhereaboutlist,
    .coveo-icon.sysfiletype.spworkflowprocess,
    .coveo-icon.sysfiletype.spworkflowprocesslist,
    .coveo-sprites-custom {
        background-position: -838px 0;
        width: 60px;
        height: 60px;
        text-indent: 60px
    }
    .coveo-icon.filetype.cfpage,
    .coveo-icon.filetype.html,
    .coveo-icon.filetype.spportal,
    .coveo-icon.filetype.spsite,
    .coveo-icon.filetype.webscraperwebpage,
    .coveo-icon.filetype.wiki,
    .coveo-icon.sysfiletype.cfpage,
    .coveo-icon.sysfiletype.html,
    .coveo-icon.sysfiletype.spportal,
    .coveo-icon.sysfiletype.spsite,
    .coveo-icon.sysfiletype.webscraperwebpage,
    .coveo-icon.sysfiletype.wiki,
    .coveo-sprites-webpage {
        background-position: -898px 0;
        width: 60px;
        height: 60px;
        text-indent: 60px
    }
    .coveo-icon.filetype.exchangedsn,
    .coveo-icon.filetype.exchangejunkmessage,
    .coveo-icon.filetype.exchangemessage,
    .coveo-icon.filetype.exchangerecallmessage,
    .coveo-icon.filetype.exchangerecallreport,
    .coveo-icon.filetype.gmailmessage,
    .coveo-icon.filetype.lithiummessage,
    .coveo-icon.objecttype.email,
    .coveo-icon.objecttype.Email,
    .coveo-icon.objecttype.message,
    .coveo-icon.objecttype.Message,
    .coveo-icon.sysfiletype.exchangedsn,
    .coveo-icon.sysfiletype.exchangejunkmessage,
    .coveo-icon.sysfiletype.exchangemessage,
    .coveo-icon.sysfiletype.exchangerecallmessage,
    .coveo-icon.sysfiletype.exchangerecallreport,
    .coveo-icon.sysfiletype.gmailmessage,
    .coveo-icon.sysfiletype.lithiummessage,
    .coveo-sprites-mail {
        background-position: -958px 0;
        width: 60px;
        height: 60px;
        text-indent: 60px
    }
    .coveo-icon.objecttype.Product,
    .coveo-icon.objecttype.product,
    .coveo-sprites-product {
        background-position: -1018px 0;
        width: 60px;
        height: 60px;
        text-indent: 60px
    }
    .coveo-sprites-database {
        background-position: -1078px 0;
        width: 60px;
        height: 60px;
        text-indent: 60px
    }
    .coveo-sprites-search-options-inactive {
        background-position: -1138px 0;
        width: 40px;
        height: 40px;
        text-indent: 40px
    }
    .coveo-feedComment-result .coveo-thumbnail-icon,
    .coveo-feedItem-result .coveo-thumbnail-icon,
    .coveo-sprites-quickview,
    .CoveoQuickview .coveo-icon-for-quickview,
    .CoveoResultAttachments .coveo-thumbnail-icon {
        background-position: -1138px -40px;
        width: 24px;
        height: 24px;
        text-indent: 24px
    }
    .coveo-sprites-dropdown-density-checked {
        background-position: -1162px -40px;
        width: 16px;
        height: 16px;
        text-indent: 16px
    }
    .coveo-sprites-more-tabs {
        background-position: -1162px -56px;
        width: 8px;
        height: 5px;
        text-indent: 8px
    }
    .coveo-icon.filetype.coveo-small.cfspace,
    .coveo-icon.filetype.coveo-small.confluencespace,
    .coveo-icon.filetype.coveo-small.folder,
    .coveo-icon.filetype.coveo-small.spareadocumentlibrarylist,
    .coveo-icon.filetype.coveo-small.spdashboardslibrarylist,
    .coveo-icon.filetype.coveo-small.spdataconnectionforperformancepointlibrarylist,
    .coveo-icon.filetype.coveo-small.spdocumentlibrarylist,
    .coveo-icon.filetype.coveo-small.spdocumentset,
    .coveo-icon.filetype.coveo-small.spformlibrarylist,
    .coveo-icon.filetype.coveo-small.spimedictionary,
    .coveo-icon.filetype.coveo-small.spimedictionarylist,
    .coveo-icon.filetype.coveo-small.splistfolder,
    .coveo-icon.filetype.coveo-small.splisttemplatecataloglist,
    .coveo-icon.filetype.coveo-small.spmasterpagescataloglist,
    .coveo-icon.filetype.coveo-small.spnocodeworkflowlibrarylist,
    .coveo-icon.filetype.coveo-small.spprocessdiagramslibrarylist,
    .coveo-icon.filetype.coveo-small.sppublishingimageslibrarylist,
    .coveo-icon.filetype.coveo-small.sppublishingpageslibrarylist,
    .coveo-icon.filetype.coveo-small.sprecordlibrarylist,
    .coveo-icon.filetype.coveo-small.spreportdocumentlibrarylist,
    .coveo-icon.filetype.coveo-small.spreportlibrarylist,
    .coveo-icon.filetype.coveo-small.spsitedirectory,
    .coveo-icon.filetype.coveo-small.spsitedirectorylist,
    .coveo-icon.filetype.coveo-small.spsitethemeslibrarylist,
    .coveo-icon.filetype.coveo-small.spslidelibrarylist,
    .coveo-icon.filetype.coveo-small.spsolutionslibrarylist,
    .coveo-icon.filetype.coveo-small.sptranslationmanagementlibrarylist,
    .coveo-icon.filetype.coveo-small.spwebpartcataloglist,
    .coveo-icon.filetype.coveo-small.spwebtemplatecataloglist,
    .coveo-icon.filetype.coveo-small.spwfpublibrarylist,
    .coveo-icon.filetype.coveo-small.spwikipagelibrarylist,
    .coveo-icon.filetype.coveo-small.spworkspacepagelist,
    .coveo-icon.sysfiletype.coveo-small.cfspace,
    .coveo-icon.sysfiletype.coveo-small.confluencespace,
    .coveo-icon.sysfiletype.coveo-small.folder,
    .coveo-icon.sysfiletype.coveo-small.spareadocumentlibrarylist,
    .coveo-icon.sysfiletype.coveo-small.spdashboardslibrarylist,
    .coveo-icon.sysfiletype.coveo-small.spdataconnectionforperformancepointlibrarylist,
    .coveo-icon.sysfiletype.coveo-small.spdocumentlibrarylist,
    .coveo-icon.sysfiletype.coveo-small.spdocumentset,
    .coveo-icon.sysfiletype.coveo-small.spformlibrarylist,
    .coveo-icon.sysfiletype.coveo-small.spimedictionary,
    .coveo-icon.sysfiletype.coveo-small.spimedictionarylist,
    .coveo-icon.sysfiletype.coveo-small.splistfolder,
    .coveo-icon.sysfiletype.coveo-small.splisttemplatecataloglist,
    .coveo-icon.sysfiletype.coveo-small.spmasterpagescataloglist,
    .coveo-icon.sysfiletype.coveo-small.spnocodeworkflowlibrarylist,
    .coveo-icon.sysfiletype.coveo-small.spprocessdiagramslibrarylist,
    .coveo-icon.sysfiletype.coveo-small.sppublishingimageslibrarylist,
    .coveo-icon.sysfiletype.coveo-small.sppublishingpageslibrarylist,
    .coveo-icon.sysfiletype.coveo-small.sprecordlibrarylist,
    .coveo-icon.sysfiletype.coveo-small.spreportdocumentlibrarylist,
    .coveo-icon.sysfiletype.coveo-small.spreportlibrarylist,
    .coveo-icon.sysfiletype.coveo-small.spsitedirectory,
    .coveo-icon.sysfiletype.coveo-small.spsitedirectorylist,
    .coveo-icon.sysfiletype.coveo-small.spsitethemeslibrarylist,
    .coveo-icon.sysfiletype.coveo-small.spslidelibrarylist,
    .coveo-icon.sysfiletype.coveo-small.spsolutionslibrarylist,
    .coveo-icon.sysfiletype.coveo-small.sptranslationmanagementlibrarylist,
    .coveo-icon.sysfiletype.coveo-small.spwebpartcataloglist,
    .coveo-icon.sysfiletype.coveo-small.spwebtemplatecataloglist,
    .coveo-icon.sysfiletype.coveo-small.spwfpublibrarylist,
    .coveo-icon.sysfiletype.coveo-small.spwikipagelibrarylist,
    .coveo-icon.sysfiletype.coveo-small.spworkspacepagelist,
    .coveo-sprites-folder-small {
        background-position: -1178px 0;
        width: 34px;
        height: 34px;
        text-indent: 34px
    }
    .coveo-pager-previous>a>span,
    .coveo-sprites-pager-left-arrow {
        background-position: -1178px -34px;
        width: 22px;
        height: 22px;
        text-indent: 22px
    }
    .coveo-sprites-download {
        background-position: -1200px -34px;
        width: 12px;
        height: 12px;
        text-indent: 12px
    }
    .coveo-sprites-settings,
    .CoveoResultsFiltersPreferences .coveo-edit .coveo-icon {
        background-position: -1200px -46px;
        width: 12px;
        height: 12px;
        text-indent: 12px
    }
    .coveo-icon.filetype.coveo-small.doc,
    .coveo-icon.filetype.coveo-small.docx,
    .coveo-icon.filetype.coveo-small.exchangedocument,
    .coveo-icon.filetype.coveo-small.odt,
    .coveo-icon.filetype.coveo-small.olefile,
    .coveo-icon.filetype.coveo-small.pdf,
    .coveo-icon.filetype.coveo-small.ppt,
    .coveo-icon.filetype.coveo-small.rssitem,
    .coveo-icon.filetype.coveo-small.spresource,
    .coveo-icon.filetype.coveo-small.spresourcelist,
    .coveo-icon.filetype.coveo-small.txt,
    .coveo-icon.filetype.coveo-small.xls,
    .coveo-icon.filetype.coveo-small.xml,
    .coveo-icon.filetype.coveo-small.zip,
    .coveo-icon.objecttype.coveo-small.annotation,
    .coveo-icon.objecttype.coveo-small.Annotation,
    .coveo-icon.objecttype.coveo-small.file,
    .coveo-icon.objecttype.coveo-small.File,
    .coveo-icon.sysfiletype.coveo-small.doc,
    .coveo-icon.sysfiletype.coveo-small.docx,
    .coveo-icon.sysfiletype.coveo-small.exchangedocument,
    .coveo-icon.sysfiletype.coveo-small.odt,
    .coveo-icon.sysfiletype.coveo-small.olefile,
    .coveo-icon.sysfiletype.coveo-small.pdf,
    .coveo-icon.sysfiletype.coveo-small.ppt,
    .coveo-icon.sysfiletype.coveo-small.rssitem,
    .coveo-icon.sysfiletype.coveo-small.spresource,
    .coveo-icon.sysfiletype.coveo-small.spresourcelist,
    .coveo-icon.sysfiletype.coveo-small.txt,
    .coveo-icon.sysfiletype.coveo-small.xls,
    .coveo-icon.sysfiletype.coveo-small.xml,
    .coveo-icon.sysfiletype.coveo-small.zip,
    .coveo-sprites-file-small {
        background-position: -1212px 0;
        width: 34px;
        height: 34px;
        text-indent: 34px
    }
    .coveo-pager-next>a>span,
    .coveo-sprites-pager-right-arrow {
        background-position: -1212px -34px;
        width: 22px;
        height: 22px;
        text-indent: 22px
    }
    .coveo-sprites-edit {
        background-position: -1234px -34px;
        width: 12px;
        height: 12px;
        text-indent: 12px
    }
    .coveo-sprites-edit-picklist {
        background-position: -1234px -46px;
        width: 12px;
        height: 12px;
        text-indent: 12px
    }
    .coveo-icon.filetype.coveo-small.cfblogentry,
    .coveo-icon.filetype.coveo-small.dynamicscrmitem,
    .coveo-icon.filetype.coveo-small.exchangeactivity,
    .coveo-icon.filetype.coveo-small.exchangenote,
    .coveo-icon.filetype.coveo-small.exchangeofficecom,
    .coveo-icon.filetype.coveo-small.exchangerssfeed,
    .coveo-icon.filetype.coveo-small.lithiumboard,
    .coveo-icon.filetype.coveo-small.lithiumcategory,
    .coveo-icon.filetype.coveo-small.lithiumthread,
    .coveo-icon.filetype.coveo-small.saleforceitem,
    .coveo-icon.filetype.coveo-small.spannouncement,
    .coveo-icon.filetype.coveo-small.spannouncementlist,
    .coveo-icon.filetype.coveo-small.spblogcategory,
    .coveo-icon.filetype.coveo-small.spblogcategorylist,
    .coveo-icon.filetype.coveo-small.spblogcomment,
    .coveo-icon.filetype.coveo-small.spblogcommentlist,
    .coveo-icon.filetype.coveo-small.spblogpost,
    .coveo-icon.filetype.coveo-small.spblogpostlist,
    .coveo-icon.filetype.coveo-small.spdiscussionboard,
    .coveo-icon.filetype.coveo-small.spdiscussionboardlist,
    .coveo-icon.filetype.coveo-small.sphealthreport,
    .coveo-icon.filetype.coveo-small.sphealthreportlist,
    .coveo-icon.filetype.coveo-small.sphealthrule,
    .coveo-icon.filetype.coveo-small.sphealthrulelist,
    .coveo-icon.filetype.coveo-small.splanguagesandtranslator,
    .coveo-icon.filetype.coveo-small.splanguagesandtranslatorlist,
    .coveo-icon.filetype.coveo-small.spmicrofeedlist,
    .coveo-icon.filetype.coveo-small.spmicrofeedpost,
    .coveo-icon.filetype.coveo-small.spperformancepointcontent,
    .coveo-icon.filetype.coveo-small.spperformancepointcontentlist,
    .coveo-icon.filetype.coveo-small.spphonecallmemo,
    .coveo-icon.filetype.coveo-small.spphonecallmemolist,
    .coveo-icon.filetype.coveo-small.sptextbox,
    .coveo-icon.filetype.coveo-small.sptextboxlist,
    .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.Feed,
    .coveo-icon.objecttype.coveo-small.feed,
    .coveo-icon.objecttype.coveo-small.Invoice,
    .coveo-icon.objecttype.coveo-small.invoice,
    .coveo-icon.objecttype.coveo-small.kbarticlecomment,
    .coveo-icon.objecttype.coveo-small.Kbarticlecomment,
    .coveo-icon.objecttype.coveo-small.list,
    .coveo-icon.objecttype.coveo-small.List,
    .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.objecttype.coveo-small.Thread,
    .coveo-icon.objecttype.coveo-small.thread,
    .coveo-icon.sysfiletype.coveo-small.cfblogentry,
    .coveo-icon.sysfiletype.coveo-small.dynamicscrmitem,
    .coveo-icon.sysfiletype.coveo-small.exchangeactivity,
    .coveo-icon.sysfiletype.coveo-small.exchangenote,
    .coveo-icon.sysfiletype.coveo-small.exchangeofficecom,
    .coveo-icon.sysfiletype.coveo-small.exchangerssfeed,
    .coveo-icon.sysfiletype.coveo-small.lithiumboard,
    .coveo-icon.sysfiletype.coveo-small.lithiumcategory,
    .coveo-icon.sysfiletype.coveo-small.lithiumthread,
    .coveo-icon.sysfiletype.coveo-small.saleforceitem,
    .coveo-icon.sysfiletype.coveo-small.spannouncement,
    .coveo-icon.sysfiletype.coveo-small.spannouncementlist,
    .coveo-icon.sysfiletype.coveo-small.spblogcategory,
    .coveo-icon.sysfiletype.coveo-small.spblogcategorylist,
    .coveo-icon.sysfiletype.coveo-small.spblogcomment,
    .coveo-icon.sysfiletype.coveo-small.spblogcommentlist,
    .coveo-icon.sysfiletype.coveo-small.spblogpost,
    .coveo-icon.sysfiletype.coveo-small.spblogpostlist,
    .coveo-icon.sysfiletype.coveo-small.spdiscussionboard,
    .coveo-icon.sysfiletype.coveo-small.spdiscussionboardlist,
    .coveo-icon.sysfiletype.coveo-small.sphealthreport,
    .coveo-icon.sysfiletype.coveo-small.sphealthreportlist,
    .coveo-icon.sysfiletype.coveo-small.sphealthrule,
    .coveo-icon.sysfiletype.coveo-small.sphealthrulelist,
    .coveo-icon.sysfiletype.coveo-small.splanguagesandtranslator,
    .coveo-icon.sysfiletype.coveo-small.splanguagesandtranslatorlist,
    .coveo-icon.sysfiletype.coveo-small.spmicrofeedlist,
    .coveo-icon.sysfiletype.coveo-small.spmicrofeedpost,
    .coveo-icon.sysfiletype.coveo-small.spperformancepointcontent,
    .coveo-icon.sysfiletype.coveo-small.spperformancepointcontentlist,
    .coveo-icon.sysfiletype.coveo-small.spphonecallmemo,
    .coveo-icon.sysfiletype.coveo-small.spphonecallmemolist,
    .coveo-icon.sysfiletype.coveo-small.sptextbox,
    .coveo-icon.sysfiletype.coveo-small.sptextboxlist,
    .coveo-sprites-list-small {
        background-position: -1246px 0;
        width: 32px;
        height: 32px;
        text-indent: 32px
    }
    .coveo-sprites-database-small {
        background-position: -1246px -32px;
        width: 32px;
        height: 32px;
        text-indent: 32px
    }
    .coveo-icon.filetype.coveo-small.cfpage,
    .coveo-icon.filetype.coveo-small.html,
    .coveo-icon.filetype.coveo-small.spportal,
    .coveo-icon.filetype.coveo-small.spsite,
    .coveo-icon.filetype.coveo-small.webscraperwebpage,
    .coveo-icon.filetype.coveo-small.wiki,
    .coveo-icon.sysfiletype.coveo-small.cfpage,
    .coveo-icon.sysfiletype.coveo-small.html,
    .coveo-icon.sysfiletype.coveo-small.spportal,
    .coveo-icon.sysfiletype.coveo-small.spsite,
    .coveo-icon.sysfiletype.coveo-small.webscraperwebpage,
    .coveo-icon.sysfiletype.coveo-small.wiki,
    .coveo-sprites-webpage-small {
        background-position: -1278px 0;
        width: 32px;
        height: 32px;
        text-indent: 32px
    }
    .coveo-icon.filetype.coveo-small,
    .coveo-icon.filetype.coveo-small.exchangefreebusy,
    .coveo-icon.filetype.coveo-small.exchangemdn,
    .coveo-icon.filetype.coveo-small.exchangeobject,
    .coveo-icon.filetype.coveo-small.lithiumcommunity,
    .coveo-icon.filetype.coveo-small.sparea,
    .coveo-icon.filetype.coveo-small.sparealisting,
    .coveo-icon.filetype.coveo-small.spcirculation,
    .coveo-icon.filetype.coveo-small.spcirculationlist,
    .coveo-icon.filetype.coveo-small.spcustomgridlist,
    .coveo-icon.filetype.coveo-small.spcustomlist,
    .coveo-icon.filetype.coveo-small.spdecision,
    .coveo-icon.filetype.coveo-small.spdecisionlist,
    .coveo-icon.filetype.coveo-small.spdistributiongroup,
    .coveo-icon.filetype.coveo-small.spdistributiongrouplist,
    .coveo-icon.filetype.coveo-small.spkeyperformanceindicator,
    .coveo-icon.filetype.coveo-small.spkeyperformanceindicatorlist,
    .coveo-icon.filetype.coveo-small.spobjective,
    .coveo-icon.filetype.coveo-small.spobjectivelist,
    .coveo-icon.filetype.coveo-small.spsurvey,
    .coveo-icon.filetype.coveo-small.spsurveylist,
    .coveo-icon.filetype.coveo-small.sptab,
    .coveo-icon.filetype.coveo-small.sptablist,
    .coveo-icon.filetype.coveo-small.spthingstobring,
    .coveo-icon.filetype.coveo-small.spthingstobringlist,
    .coveo-icon.filetype.coveo-small.spunknownlist,
    .coveo-icon.filetype.coveo-small.spwhereabout,
    .coveo-icon.filetype.coveo-small.spwhereaboutlist,
    .coveo-icon.filetype.coveo-small.spworkflowprocess,
    .coveo-icon.filetype.coveo-small.spworkflowprocesslist,
    .coveo-icon.objecttype.coveo-small,
    .coveo-icon.sysfiletype.coveo-small,
    .coveo-icon.sysfiletype.coveo-small.exchangefreebusy,
    .coveo-icon.sysfiletype.coveo-small.exchangemdn,
    .coveo-icon.sysfiletype.coveo-small.exchangeobject,
    .coveo-icon.sysfiletype.coveo-small.lithiumcommunity,
    .coveo-icon.sysfiletype.coveo-small.sparea,
    .coveo-icon.sysfiletype.coveo-small.sparealisting,
    .coveo-icon.sysfiletype.coveo-small.spcirculation,
    .coveo-icon.sysfiletype.coveo-small.spcirculationlist,
    .coveo-icon.sysfiletype.coveo-small.spcustomgridlist,
    .coveo-icon.sysfiletype.coveo-small.spcustomlist,
    .coveo-icon.sysfiletype.coveo-small.spdecision,
    .coveo-icon.sysfiletype.coveo-small.spdecisionlist,
    .coveo-icon.sysfiletype.coveo-small.spdistributiongroup,
    .coveo-icon.sysfiletype.coveo-small.spdistributiongrouplist,
    .coveo-icon.sysfiletype.coveo-small.spkeyperformanceindicator,
    .coveo-icon.sysfiletype.coveo-small.spkeyperformanceindicatorlist,
    .coveo-icon.sysfiletype.coveo-small.spobjective,
    .coveo-icon.sysfiletype.coveo-small.spobjectivelist,
    .coveo-icon.sysfiletype.coveo-small.spsurvey,
    .coveo-icon.sysfiletype.coveo-small.spsurveylist,
    .coveo-icon.sysfiletype.coveo-small.sptab,
    .coveo-icon.sysfiletype.coveo-small.sptablist,
    .coveo-icon.sysfiletype.coveo-small.spthingstobring,
    .coveo-icon.sysfiletype.coveo-small.spthingstobringlist,
    .coveo-icon.sysfiletype.coveo-small.spunknownlist,
    .coveo-icon.sysfiletype.coveo-small.spwhereabout,
    .coveo-icon.sysfiletype.coveo-small.spwhereaboutlist,
    .coveo-icon.sysfiletype.coveo-small.spworkflowprocess,
    .coveo-icon.sysfiletype.coveo-small.spworkflowprocesslist,
    .coveo-sprites-custom-small {
        background-position: -1278px -32px;
        width: 32px;
        height: 32px;
        text-indent: 32px
    }
    .coveo-icon.objecttype.coveo-small.Product,
    .coveo-icon.objecttype.coveo-small.product,
    .coveo-sprites-product-small {
        background-position: -1310px 0;
        width: 32px;
        height: 32px;
        text-indent: 32px
    }
    .coveo-icon.filetype.coveo-small.video,
    .coveo-icon.filetype.coveo-small.youtube,
    .coveo-icon.filetype.coveo-small.youtubeplaylistitem,
    .coveo-icon.filetype.coveo-small.youtubevideo,
    .coveo-icon.sysfiletype.coveo-small.video,
    .coveo-icon.sysfiletype.coveo-small.youtube,
    .coveo-icon.sysfiletype.coveo-small.youtubeplaylistitem,
    .coveo-icon.sysfiletype.coveo-small.youtubevideo,
    .coveo-sprites-video-small {
        background-position: -1310px -32px;
        width: 32px;
        height: 32px;
        text-indent: 32px
    }
    .coveo-icon.objecttype.coveo-small.Attachment,
    .coveo-icon.objecttype.coveo-small.attachment,
    .coveo-sprites-attachment-small {
        background-position: -1342px 0;
        width: 32px;
        height: 32px;
        text-indent: 32px
    }
    .coveo-icon.filetype.coveo-small.exchangeappointment,
    .coveo-icon.filetype.coveo-small.exchangecalendarmessage,
    .coveo-icon.filetype.coveo-small.spadministratortask,
    .coveo-icon.filetype.coveo-small.spadministratortasklist,
    .coveo-icon.filetype.coveo-small.spagenda,
    .coveo-icon.filetype.coveo-small.spagendalist,
    .coveo-icon.filetype.coveo-small.spevent,
    .coveo-icon.filetype.coveo-small.speventlist,
    .coveo-icon.filetype.coveo-small.spmeetingserie,
    .coveo-icon.filetype.coveo-small.spmeetingserielist,
    .coveo-icon.filetype.coveo-small.sptask,
    .coveo-icon.filetype.coveo-small.sptasklist,
    .coveo-icon.filetype.coveo-small.spworkflowhistory,
    .coveo-icon.filetype.coveo-small.spworkflowhistorylist,
    .coveo-icon.objecttype.coveo-small.campaign,
    .coveo-icon.objecttype.coveo-small.Campaign,
    .coveo-icon.sysfiletype.coveo-small.exchangeappointment,
    .coveo-icon.sysfiletype.coveo-small.exchangecalendarmessage,
    .coveo-icon.sysfiletype.coveo-small.spadministratortask,
    .coveo-icon.sysfiletype.coveo-small.spadministratortasklist,
    .coveo-icon.sysfiletype.coveo-small.spagenda,
    .coveo-icon.sysfiletype.coveo-small.spagendalist,
    .coveo-icon.sysfiletype.coveo-small.spevent,
    .coveo-icon.sysfiletype.coveo-small.speventlist,
    .coveo-icon.sysfiletype.coveo-small.spmeetingserie,
    .coveo-icon.sysfiletype.coveo-small.spmeetingserielist,
    .coveo-icon.sysfiletype.coveo-small.sptask,
    .coveo-icon.sysfiletype.coveo-small.sptasklist,
    .coveo-icon.sysfiletype.coveo-small.spworkflowhistory,
    .coveo-icon.sysfiletype.coveo-small.spworkflowhistorylist,
    .coveo-sprites-calendar-small {
        background-position: -1342px -32px;
        width: 32px;
        height: 32px;
        text-indent: 32px
    }
    .coveo-icon.filetype.coveo-small.image,
    .coveo-icon.filetype.coveo-small.sppicturelibrarylist,
    .coveo-icon.filetype.coveo-small.svg,
    .coveo-icon.sysfiletype.coveo-small.image,
    .coveo-icon.sysfiletype.coveo-small.sppicturelibrarylist,
    .coveo-icon.sysfiletype.coveo-small.svg,
    .coveo-sprites-images-small {
        background-position: -1374px 0;
        width: 32px;
        height: 32px;
        text-indent: 32px
    }
    .coveo-icon.filetype.coveo-small.spdataconnectionlibrarylist,
    .coveo-icon.filetype.coveo-small.spdatasource,
    .coveo-icon.filetype.coveo-small.spdatasourcelist,
    .coveo-icon.filetype.coveo-small.spipfslist,
    .coveo-icon.objecttype.coveo-small.salesliterature,
    .coveo-icon.objecttype.coveo-small.Salesliterature,
    .coveo-icon.sysfiletype.coveo-small.spdataconnectionlibrarylist,
    .coveo-icon.sysfiletype.coveo-small.spdatasource,
    .coveo-icon.sysfiletype.coveo-small.spdatasourcelist,
    .coveo-icon.sysfiletype.coveo-small.spipfslist,
    .coveo-sprites-kb-small {
        background-position: -1374px -32px;
        width: 32px;
        height: 32px;
        text-indent: 32px
    }
    .coveo-icon.filetype.coveo-small.exchangedsn,
    .coveo-icon.filetype.coveo-small.exchangejunkmessage,
    .coveo-icon.filetype.coveo-small.exchangemessage,
    .coveo-icon.filetype.coveo-small.exchangerecallmessage,
    .coveo-icon.filetype.coveo-small.exchangerecallreport,
    .coveo-icon.filetype.coveo-small.gmailmessage,
    .coveo-icon.filetype.coveo-small.lithiummessage,
    .coveo-icon.objecttype.coveo-small.email,
    .coveo-icon.objecttype.coveo-small.Email,
    .coveo-icon.objecttype.coveo-small.message,
    .coveo-icon.objecttype.coveo-small.Message,
    .coveo-icon.sysfiletype.coveo-small.exchangedsn,
    .coveo-icon.sysfiletype.coveo-small.exchangejunkmessage,
    .coveo-icon.sysfiletype.coveo-small.exchangemessage,
    .coveo-icon.sysfiletype.coveo-small.exchangerecallmessage,
    .coveo-icon.sysfiletype.coveo-small.exchangerecallreport,
    .coveo-icon.sysfiletype.coveo-small.gmailmessage,
    .coveo-icon.sysfiletype.coveo-small.lithiummessage,
    .coveo-sprites-mail-small {
        background-position: -1406px 0;
        width: 32px;
        height: 32px;
        text-indent: 32px
    }
    .coveo-icon.filetype.coveo-small.exchangetask,
    .coveo-icon.filetype.coveo-small.spprojecttask,
    .coveo-icon.filetype.coveo-small.spprojecttasklist,
    .coveo-icon.sysfiletype.coveo-small.exchangetask,
    .coveo-icon.sysfiletype.coveo-small.spprojecttask,
    .coveo-icon.sysfiletype.coveo-small.spprojecttasklist,
    .coveo-sprites-case-small {
        background-position: -1406px -32px;
        width: 32px;
        height: 32px;
        text-indent: 32px
    }
    .coveo-icon.filetype.coveo-small.spdocumentlink,
    .coveo-icon.filetype.coveo-small.spissue,
    .coveo-icon.filetype.coveo-small.spissuelist,
    .coveo-icon.filetype.coveo-small.splink,
    .coveo-icon.filetype.coveo-small.splinklist,
    .coveo-icon.sysfiletype.coveo-small.spdocumentlink,
    .coveo-icon.sysfiletype.coveo-small.spissue,
    .coveo-icon.sysfiletype.coveo-small.spissuelist,
    .coveo-icon.sysfiletype.coveo-small.splink,
    .coveo-icon.sysfiletype.coveo-small.splinklist,
    .coveo-sprites-link-small {
        background-position: -1438px 0;
        width: 32px;
        height: 32px;
        text-indent: 32px
    }
    .coveo-icon.filetype.coveo-small.activedirperson,
    .coveo-icon.filetype.coveo-small.box-user,
    .coveo-icon.filetype.coveo-small.exchangegroup,
    .coveo-icon.filetype.coveo-small.exchangeperson,
    .coveo-icon.filetype.coveo-small.spattendee,
    .coveo-icon.filetype.coveo-small.spattendeelist,
    .coveo-icon.filetype.coveo-small.spcontact,
    .coveo-icon.filetype.coveo-small.spcontactlist,
    .coveo-icon.filetype.coveo-small.spuserinformation,
    .coveo-icon.filetype.coveo-small.spuserinformationlist,
    .coveo-icon.filetype.coveo-small.spuserprofile,
    .coveo-icon.objecttype.coveo-small.partner,
    .coveo-icon.objecttype.coveo-small.Partner,
    .coveo-icon.objecttype.coveo-small.People,
    .coveo-icon.objecttype.coveo-small.people,
    .coveo-icon.objecttype.coveo-small.Socialprofile,
    .coveo-icon.objecttype.coveo-small.socialprofile,
    .coveo-icon.objecttype.coveo-small.User,
    .coveo-icon.objecttype.coveo-small.user,
    .coveo-icon.sysfiletype.coveo-small.activedirperson,
    .coveo-icon.sysfiletype.coveo-small.box-user,
    .coveo-icon.sysfiletype.coveo-small.exchangegroup,
    .coveo-icon.sysfiletype.coveo-small.exchangeperson,
    .coveo-icon.sysfiletype.coveo-small.spattendee,
    .coveo-icon.sysfiletype.coveo-small.spattendeelist,
    .coveo-icon.sysfiletype.coveo-small.spcontact,
    .coveo-icon.sysfiletype.coveo-small.spcontactlist,
    .coveo-icon.sysfiletype.coveo-small.spuserinformation,
    .coveo-icon.sysfiletype.coveo-small.spuserinformationlist,
    .coveo-icon.sysfiletype.coveo-small.spuserprofile,
    .coveo-sprites-user-small {
        background-position: -1438px -32px;
        width: 32px;
        height: 32px;
        text-indent: 32px
    }
    .coveo-powered-by,
    .coveo-sprites-coveo-powered-by-logo {
        background-position: -1470px 0;
        width: 100px;
        height: 29px;
        text-indent: 100px
    }
    .coveo-sprites-list-layout {
        background-position: -1470px -29px;
        width: 20px;
        height: 20px;
        text-indent: 20px
    }
    .coveo-facet-settings-section-sort:hover .coveo-icon,
    .coveo-sprites-sort-active {
        background-position: -1470px -49px;
        width: 16px;
        height: 14px;
        text-indent: 16px
    }
    .coveo-sprites-replies {
        background-position: -1490px -29px;
        width: 20px;
        height: 20px;
        text-indent: 20px
    }
    .coveo-facet-more .coveo-icon,
    .coveo-field-table-toggle-icon,
    .coveo-more .coveo-folding-footer-icon,
    .coveo-sprites-arrow-down,
    .CoveoSort.coveo-descending .coveo-icon,
    .CoveoSort .coveo-icon {
        background-position: -1490px -49px;
        width: 13px;
        height: 13px;
        text-indent: 13px
    }
    .coveo-sprites-table-layout {
        background-position: -1510px -29px;
        width: 20px;
        height: 20px;
        text-indent: 20px
    }
    .coveo-facet-search-results .coveo-facet-value.coveo-selected .coveo-facet-value-checkbox>span,
    .coveo-facet-search-results .coveo-facet-value:hover .coveo-facet-value-checkbox>span,
    .coveo-facet-search-results .coveo-facet-value:not(.coveo-facet-search-button) .coveo-facet-value-checkbox:focus>span,
    .coveo-sprites-facet-search-checkbox-hook-active {
        background-position: -1510px -49px;
        width: 13px;
        height: 13px;
        text-indent: 13px
    }
    .coveo-sprites-card-layout {
        background-position: -1530px -29px;
        width: 20px;
        height: 20px;
        text-indent: 20px
    }
    .coveo-facet-search-wait-animation,
    .coveo-sprites-facet-search-loading {
        background-position: -1530px -49px;
        width: 13px;
        height: 13px;
        text-indent: 13px
    }
    .coveo-facet-header-eraser:hover,
    .coveo-sprites-main-clear-hover {
        background-position: -1550px -29px;
        width: 19px;
        height: 19px;
        text-indent: 19px
    }
    .coveo-sprites-attached,
    .CoveoAttachToCase span.coveo-attach-to-case-attached:before {
        background-position: -1550px -48px;
        width: 16px;
        height: 16px;
        text-indent: 16px
    }
    .coveo-facet-header-eraser,
    .coveo-sprites-main-clear,
    .CoveoSearchbox .magic-box .magic-box-clear .magic-box-icon:before {
        background-position: -1570px 0;
        width: 19px;
        height: 19px;
        text-indent: 19px
    }
    .coveo-sprites-checkbox-hook-inactive {
        background-position: -1570px -19px;
        width: 18px;
        height: 18px;
        text-indent: 18px
    }
    .coveo-sprites-dropdown-manage-alerts-active {
        background-position: -1570px -37px;
        width: 18px;
        height: 18px;
        text-indent: 18px
    }
    .coveo-sprites-checkbox-hook-white,
    .CoveoPreferencePanelItem .coveo-input-icon.coveo-selected:before,
    .CoveoResultsFiltersPreferences .coveo-input-icon.coveo-selected:before,
    .CoveoResultsPreferences .coveo-input-icon.coveo-selected:before {
        background-position: -1570px -55px;
        width: 12px;
        height: 9px;
        text-indent: 12px
    }
    .coveo-sprites-dropdown-manage-alerts {
        background-position: -1589px 0;
        width: 18px;
        height: 18px;
        text-indent: 18px
    }
    .coveo-facet-header-operator .coveo-icon.coveo-and,
    .coveo-sprites-and {
        background-position: -1589px -18px;
        width: 18px;
        height: 18px;
        text-indent: 18px
    }
    .coveo-facet-value.coveo-facet-search-button .coveo-facet-value-checkbox>span,
    .coveo-facet-value.coveo-facet-search-button:hover .coveo-facet-value-checkbox>span,
    .coveo-sprites-checkbox-more-values {
        background-position: -1589px -36px;
        width: 18px;
        height: 18px;
        text-indent: 18px
    }
    .coveo-result-tagging-clear-icon span,
    .coveo-result-tagging-delete-icon,
    .coveo-sprites-tagging-clear {
        background-position: -1589px -54px;
        width: 10px;
        height: 10px;
        text-indent: 10px
    }
    .coveo-settings-item.coveo-advanced-search:hover .coveo-icon,
    .coveo-settings-item.coveo-preferences-panel:hover .coveo-icon,
    .coveo-sprites-dropdown-preferences-active {
        background-position: -1607px 0;
        width: 18px;
        height: 18px;
        text-indent: 18px
    }
    .coveo-settings-item.coveo-advanced-search .coveo-icon,
    .coveo-settings-item.coveo-advanced-search:hover.coveo-disabled .coveo-icon,
    .coveo-settings-item.coveo-preferences-panel .coveo-icon,
    .coveo-settings-item.coveo-preferences-panel:hover.coveo-disabled .coveo-icon,
    .coveo-sprites-dropdown-preferences {
        background-position: -1607px -18px;
        width: 18px;
        height: 18px;
        text-indent: 18px
    }
    .coveo-settings-item.coveo-share-query:hover .coveo-icon,
    .coveo-sprites-dropdown-share-query-active {
        background-position: -1607px -36px;
        width: 18px;
        height: 18px;
        text-indent: 18px
    }
    .coveo-result-tagging-add-tag-tick-icon span,
    .coveo-sprites-tagging-ok {
        background-position: -1607px -54px;
        width: 10px;
        height: 10px;
        text-indent: 10px
    }
    .coveo-settings-item.coveo-share-query .coveo-icon,
    .coveo-settings-item.coveo-share-query:hover.coveo-disabled .coveo-icon,
    .coveo-sprites-dropdown-share-query {
        background-position: -1625px 0;
        width: 18px;
        height: 18px;
        text-indent: 18px
    }
    .coveo-facet-value.coveo-excluded .coveo-facet-value-checkbox>span,
    .coveo-facet-value.coveo-facet-value-will-exclude .coveo-facet-value-checkbox>span,
    .coveo-facet-value.coveo-selected.coveo-facet-value-will-exclude .coveo-facet-value-checkbox>span,
    .coveo-facet-value:hover.coveo-facet-value-will-exclude .coveo-facet-value-checkbox>span,
    .coveo-sprites-checkbox-exclusion,
    .CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value.coveo-has-childs.coveo-has-childs-selected.coveo-selected:hover .coveo-facet-value-checkbox>span {
        background-position: -1625px -18px;
        width: 18px;
        height: 18px;
        text-indent: 18px
    }
    .coveo-sprites-star_placeholder {
        background-position: -1625px -36px;
        width: 18px;
        height: 18px;
        text-indent: 18px
    }
    .coveo-facet-search-magnifier,
    .coveo-sprites-facet-search {
        background-position: -1625px -54px;
        width: 10px;
        height: 10px;
        text-indent: 10px
    }
    .coveo-facet-header-operator .coveo-icon.coveo-or,
    .coveo-sprites-or {
        background-position: -1643px 0;
        width: 18px;
        height: 18px;
        text-indent: 18px
    }
    .coveo-sprites-manage {
        background-position: -1643px -18px;
        width: 18px;
        height: 18px;
        text-indent: 18px
    }
    .coveo-sprites-main-search,
    .CoveoSearchButton>.coveo-icon,
    .ie8or9 .coveo-executing-query .CoveoSearchButton>.coveo-icon {
        background-position: -1643px -36px;
        width: 18px;
        height: 18px;
        text-indent: 18px
    }
    .coveo-advanced-search-panel-close,
    .coveo-breadcrumb-clear-all .coveo-breadcrumb-icon-clear-all,
    .coveo-facet-breadcrumb-value .coveo-facet-breadcrumb-clear,
    .coveo-facet-slider-breadcrumb-value .coveo-facet-breadcrumb-clear,
    .coveo-hidden-query-breadcrumb-clear,
    .coveo-modalBox.coveo-quick-view>.coveo-wrapper>.coveo-title .coveo-quickview-close-button .coveo-icon,
    .coveo-preferences-panel-close,
    .coveo-results-filter-preferences-breadcrumb .coveo-value .coveo-clear,
    .coveo-share-query-summary-info-close,
    .coveo-sprites-clear-inactive-filters,
    .coveo-subscriptions-panel .coveo-subscriptions-panel-close .coveo-icon,
    .CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-close-and-save .coveo-close {
        background-position: -1643px -54px;
        width: 10px;
        height: 10px;
        text-indent: 10px
    }
    .coveo-sprites-main-search-active,
    .CoveoSearchButton:hover>.coveo-icon {
        background-position: -1661px 0;
        width: 18px;
        height: 18px;
        text-indent: 18px
    }
    .coveo-sprites-star_active {
        background-position: -1661px -18px;
        width: 18px;
        height: 18px;
        text-indent: 18px
    }
    .coveo-settings-item.coveo-export-to-excel:hover .coveo-icon,
    .coveo-sprites-dropdown-export-to-excel-active {
        background-position: -1661px -36px;
        width: 18px;
        height: 18px;
        text-indent: 18px
    }
    .coveo-advanced-search-panel-close:hover,
    .coveo-breadcrumb-clear-all:hover .coveo-breadcrumb-icon-clear-all,
    .coveo-facet-breadcrumb-value:hover .coveo-facet-breadcrumb-clear,
    .coveo-facet-slider-breadcrumb-value:hover .coveo-facet-breadcrumb-clear,
    .coveo-hidden-query-breadcrumb-clear:hover,
    .coveo-modalBox.coveo-quick-view>.coveo-wrapper>.coveo-title .coveo-quickview-close-button:hover .coveo-icon,
    .coveo-preferences-panel-close:hover,
    .coveo-results-filter-preferences-breadcrumb .coveo-value:hover .coveo-clear,
    .coveo-share-query-summary-info-close:hover,
    .coveo-sprites-clear-active-filters,
    .coveo-subscriptions-panel .coveo-subscriptions-panel-close:hover .coveo-icon,
    .CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-close-and-save .coveo-close:hover,
    .CoveoResultsFiltersPreferences .coveo-delete .coveo-icon {
        background-position: -1661px -54px;
        width: 10px;
        height: 10px;
        text-indent: 10px
    }
    .coveo-settings-item.coveo-export-to-excel .coveo-icon,
    .coveo-settings-item.coveo-export-to-excel:hover.coveo-disabled .coveo-icon,
    .coveo-sprites-dropdown-export-to-excel {
        background-position: -1679px 0;
        width: 18px;
        height: 18px;
        text-indent: 18px
    }
    .coveo-settings-item.coveo-follow-query:hover .coveo-icon,
    .coveo-settings-item.coveo-subscriptions-panel:hover .coveo-icon,
    .coveo-sprites-dropdown-follow-query-active {
        background-position: -1679px -18px;
        width: 18px;
        height: 18px;
        text-indent: 18px
    }
    .coveo-settings-item.coveo-follow-query .coveo-icon,
    .coveo-settings-item.coveo-follow-query:hover.coveo-disabled .coveo-icon,
    .coveo-settings-item.coveo-subscriptions-panel .coveo-icon,
    .coveo-settings-item.coveo-subscriptions-panel:hover.coveo-disabled .coveo-icon,
    .coveo-sprites-dropdown-follow-query {
        background-position: -1679px -36px;
        width: 18px;
        height: 18px;
        text-indent: 18px
    }
    .coveo-facet-breadcrumb-multi-icon.coveo-selected,
    .coveo-facet-value.coveo-selected .coveo-facet-value-checkbox>span,
    .coveo-facet-value:hover .coveo-facet-value-checkbox>span,
    .coveo-facet-value:not(.coveo-facet-search-button) .coveo-facet-value-checkbox:focus>span,
    .coveo-sprites-checkbox-hook-active,
    .CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value.coveo-has-childs.coveo-has-childs-selected.coveo-selected .coveo-facet-value-checkbox>span,
    .CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-close-and-save .coveo-save {
        background-position: -1697px 0;
        width: 18px;
        height: 18px;
        text-indent: 18px
    }
    .coveo-sprites-authenticate {
        background-position: -1697px -18px;
        width: 16px;
        height: 16px;
        text-indent: 16px
    }
    .coveo-sprites-attach,
    .CoveoAttachToCase span.coveo-attach-to-case-attach:before {
        background-position: -1697px -34px;
        width: 16px;
        height: 16px;
        text-indent: 16px
    }
    .coveo-facet-value-exclude .coveo-icon,
    .coveo-sprites-exclusion-hover {
        background-position: -1697px -50px;
        width: 13px;
        height: 13px;
        text-indent: 13px
    }
    .coveo-facet-settings-section-sort .coveo-icon,
    .coveo-facet-settings-section-sort:hover.coveo-disabled .coveo-icon,
    .coveo-sprites-sort {
        background-position: -1715px 0;
        width: 16px;
        height: 16px;
        text-indent: 16px
    }
    .coveo-executing-query .CoveoSearchButton:hover>.coveo-icon,
    .coveo-executing-query .CoveoSearchButton>.coveo-icon,
    .coveo-facet-header-wait-animation,
    .coveo-sprites-facet-loading,
    .CoveoFollowItem.coveo-follow-item-loading:before {
        background-position: -1715px -16px;
        width: 16px;
        height: 16px;
        text-indent: 16px
    }
    .coveo-sprites-result-follow,
    .CoveoFollowItem:before {
        background-position: -1715px -32px;
        width: 16px;
        height: 16px;
        text-indent: 16px
    }
    .coveo-sprites-info {
        background-position: -1715px -48px;
        width: 16px;
        height: 16px;
        text-indent: 16px
    }
    .coveo-sprites-result-follow-active,
    .CoveoFollowItem.coveo-follow-item-followed:before {
        background-position: -1731px 0;
        width: 16px;
        height: 16px;
        text-indent: 16px
    }
    .coveo-facet-settings-section-direction-ascending:hover .coveo-icon,
    .coveo-sprites-dropdown-ascending-active {
        background-position: -1731px -16px;
        width: 16px;
        height: 16px;
        text-indent: 16px
    }
    .coveo-facet-settings-section-direction-ascending .coveo-icon,
    .coveo-facet-settings-section-direction-ascending:hover.coveo-facet-settings-disabled .coveo-icon,
    .coveo-sprites-dropdown-ascending {
        background-position: -1731px -32px;
        width: 16px;
        height: 16px;
        text-indent: 16px
    }
    .coveo-settings-item.coveo-authentication-provider:hover .coveo-icon,
    .coveo-sprites-dropdown-authenticate-active {
        background-position: -1731px -48px;
        width: 16px;
        height: 16px;
        text-indent: 16px
    }
    .coveo-sprites-preferences {
        background-position: -1747px 0;
        width: 16px;
        height: 16px;
        text-indent: 16px
    }
    .coveo-settings-item.coveo-authentication-provider .coveo-icon,
    .coveo-settings-item.coveo-authentication-provider:hover.coveo-disabled .coveo-icon,
    .coveo-sprites-dropdown-authenticate {
        background-position: -1747px -16px;
        width: 16px;
        height: 16px;
        text-indent: 16px
    }
    .coveo-facet-settings-section-hide:hover .coveo-icon,
    .coveo-sprites-dropdown-collapse-active {
        background-position: -1747px -32px;
        width: 16px;
        height: 16px;
        text-indent: 16px
    }
    .coveo-facet-settings-section-save-state .coveo-icon,
    .coveo-facet-settings-section-save-state:hover.coveo-facet-settings-disabled .coveo-icon,
    .coveo-sprites-dropdown-more {
        background-position: -1747px -48px;
        width: 16px;
        height: 16px;
        text-indent: 16px
    }
    .coveo-facet-settings-section-save-state:hover .coveo-icon,
    .coveo-sprites-dropdown-more-active {
        background-position: -1763px 0;
        width: 16px;
        height: 16px;
        text-indent: 16px
    }
    .coveo-facet-settings-section-clear-state .coveo-icon,
    .coveo-facet-settings-section-clear-state:hover.coveo-facet-settings-disabled .coveo-icon,
    .coveo-sprites-dropdown-less {
        background-position: -1763px -16px;
        width: 16px;
        height: 16px;
        text-indent: 16px
    }
    .coveo-facet-settings-section-clear-state:hover .coveo-icon,
    .coveo-sprites-dropdown-less-active {
        background-position: -1763px -32px;
        width: 16px;
        height: 16px;
        text-indent: 16px
    }
    .coveo-facet-settings-section-show .coveo-icon,
    .coveo-facet-settings-section-show:hover.coveo-facet-settings-disabled .coveo-icon,
    .coveo-sprites-dropdown-expand,
    .CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value.coveo-has-childs .coveo-has-childs-toggle {
        background-position: -1763px -48px;
        width: 16px;
        height: 16px;
        text-indent: 16px
    }
    .coveo-facet-settings-section-show:hover .coveo-icon,
    .coveo-sprites-dropdown-expand-active {
        background-position: -1779px 0;
        width: 16px;
        height: 16px;
        text-indent: 16px
    }
    .coveo-facet-settings-section-direction-descending .coveo-icon,
    .coveo-facet-settings-section-direction-descending:hover.coveo-facet-settings-disabled .coveo-icon,
    .coveo-sprites-dropdown-descending {
        background-position: -1779px -16px;
        width: 16px;
        height: 16px;
        text-indent: 16px
    }
    .coveo-facet-settings-section-hide .coveo-icon,
    .coveo-facet-settings-section-hide:hover.coveo-facet-settings-disabled .coveo-icon,
    .coveo-sprites-dropdown-collapse,
    .CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value.coveo-has-childs.coveo-open .coveo-has-childs-toggle {
        background-position: -1779px -32px;
        width: 16px;
        height: 16px;
        text-indent: 16px
    }
    .coveo-facet-header-settings:focus .coveo-icon,
    .coveo-facet-header-settings:hover .coveo-icon,
    .coveo-sprites-more-menu-active {
        background-position: -1779px -48px;
        width: 16px;
        height: 16px;
        text-indent: 16px
    }
    .coveo-facet-header-settings .coveo-icon,
    .coveo-sprites-more-menu {
        background-position: -1795px 0;
        width: 16px;
        height: 16px;
        text-indent: 16px
    }
    .coveo-sprites-expand {
        background-position: -1795px -16px;
        width: 13px;
        height: 13px;
        text-indent: 13px
    }
    .coveo-facet-less .coveo-icon,
    .coveo-field-table-toggle-icon-up,
    .coveo-less .coveo-folding-footer-icon,
    .coveo-sprites-arrow-up,
    .CoveoSort.coveo-ascending .coveo-icon {
        background-position: -1795px -29px;
        width: 13px;
        height: 13px;
        text-indent: 13px
    }
    .coveo-sprites-collapse {
        background-position: -1795px -42px;
        width: 13px;
        height: 13px;
        text-indent: 13px
    }
    .coveo-sprites-facet-search-checkbox-hook-inactive {
        background-position: -1811px 0;
        width: 13px;
        height: 13px;
        text-indent: 13px
    }
    .coveo-facet-breadcrumb-multi-icon.coveo-excluded,
    .coveo-facet-search-clear .coveo-icon:hover,
    .coveo-facet-search-results .coveo-facet-value.coveo-excluded .coveo-facet-value-checkbox>span,
    .coveo-facet-search-results .coveo-facet-value.coveo-facet-value-will-exclude .coveo-facet-value-checkbox>span,
    .coveo-facet-search-results .coveo-facet-value.coveo-selected.coveo-facet-value-will-exclude .coveo-facet-value-checkbox>span,
    .coveo-facet-search-results .coveo-facet-value:hover.coveo-facet-value-will-exclude .coveo-facet-value-checkbox>span,
    .coveo-sprites-facet-checkbox-exclusion {
        background-position: -1811px -13px;
        width: 13px;
        height: 13px;
        text-indent: 13px
    }
    .coveo-sprites-external {
        background-position: -1811px -26px;
        width: 13px;
        height: 12px;
        text-indent: 13px
    }
    .coveo-facet-search-clear .coveo-icon,
    .coveo-sprites-facet-exclusion-hover {
        background-position: -1811px -38px;
        width: 11px;
        height: 11px;
        text-indent: 11px
    }
    .coveo-sprites-close {
        background-position: -1811px -49px;
        width: 11px;
        height: 11px;
        text-indent: 11px
    }
    .coveo-sprites-followed {
        background-position: -1824px 0;
        width: 16px;
        height: 12px;
        text-indent: 16px
    }
    .coveo-sprites-follow {
        background-position: -1824px -12px;
        width: 16px;
        height: 12px;
        text-indent: 16px
    }
}

.CoveoQuickview {
    display: inline-block;
    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 .coveo-caption-for-quickview {
    font-size: 12px;
    margin-top: -7px
}

.CoveoCardActionBar .CoveoQuickview {
    color: #fff;
    text-decoration: none
}

.CoveoCardActionBar .CoveoQuickview>* {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.CoveoCardActionBar .CoveoQuickview .coveo-caption-for-quickview {
    margin-top: 0;
    margin-left: 3px;
    font-size: 11px
}

.CoveoQuickviewDocument {
    overflow: hidden
}

.CoveoQuickviewDocument .coveo-quickview-document {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    height: 100%;
    width: 100%
}

.CoveoQuickviewDocument .coveo-quickview-document .coveo-iframeWrapper {
    overflow: hidden;
    height: 100%;
    width: 100%
}

.coveo-quickview-header {
    padding-bottom: 10px;
    border-bottom: 1px solid #d6d6d6
}

.coveo-quickview-header .coveo-term-for-quickview * {
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.coveo-quickview-header .coveo-term-for-quickview {
    margin: 0 0 10px 10px;
    font-weight: 700;
    display: inline-block;
    cursor: pointer;
    border-radius: 5px;
    border: 2px solid
}

.coveo-quickview-header .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-quickview-header .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 #000
}

.coveo-quickview-header .coveo-term-for-quickview .coveo-term-for-quickview-up-arrow {
    display: inline-block;
    padding: 5px;
    height: 26px;
    position: relative;
    width: 20px
}

.coveo-quickview-header .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 #000
}

.coveo-quickview-header .coveo-term-for-quickview .coveo-term-for-quickview-name {
    font-size: 14px;
    padding: 5px 0;
    margin-left: 5px
}

.coveo-modalBox.coveo-quick-view>.coveo-wrapper {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    position: relative
}

.coveo-modalBox.coveo-quick-view>.coveo-wrapper>.coveo-title {
    cursor: auto;
    position: relative;
    height: 48px
}

.coveo-modalBox.coveo-quick-view>.coveo-wrapper>.coveo-title .coveo-quickview-left-header {
    padding-right: 16px;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.coveo-modalBox.coveo-quick-view>.coveo-wrapper>.coveo-title .coveo-quickview-right-header {
    text-align: right;
    float: right
}

.coveo-modalBox.coveo-quick-view>.coveo-wrapper>.coveo-title .coveo-quickview-icon {
    margin-right: 10px;
    vertical-align: middle
}

.coveo-modalBox.coveo-quick-view>.coveo-wrapper>.coveo-title .coveo-quickview-pop-up-reminder {
    color: #06c;
    font-size: 16px;
    text-align: left
}

.coveo-modalBox.coveo-quick-view>.coveo-wrapper>.coveo-title .coveo-quickview-time {
    font-size: 12px;
    color: #b4b4b4;
    font-weight: 400;
    vertical-align: middle
}

.coveo-modalBox.coveo-quick-view>.coveo-wrapper>.coveo-title .coveo-quickview-close-button {
    padding: 4px;
    display: inline-block;
    vertical-align: middle;
    line-height: 10px;
    margin-left: 8px;
    cursor: pointer
}

.coveo-modalBox.coveo-quick-view>.coveo-wrapper>.coveo-body {
    position: absolute;
    top: 48px;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-y: hidden
}

.coveo-modalBox.coveo-quick-view>.coveo-wrapper>.coveo-body>.coveo-title {
    padding-bottom: 10px;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 700;
    font-size: 1.2em;
    color: #000
}

.coveo-modalBox.coveo-quick-view>.coveo-wrapper>.coveo-body>.coveo-title .coveo-icon {
    margin-right: 5px
}

.coveo-modalBox.coveo-quick-view>.coveo-wrapper>.coveo-body .coveo-quick-view-full-height {
    height: 100%;
    width: 100%;
    display: table
}

.coveo-modalBox.coveo-quick-view>.coveo-wrapper>.coveo-body .coveo-quick-view-full-height>* {
    display: table-row
}

.coveo-modalBox.coveo-quick-view>.coveo-wrapper>.coveo-body .coveo-quick-view-full-height .CoveoQuickviewDocument {
    height: 100%
}

.coveo-quickview-header {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.coveo-iframeWrapper {
    overflow: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    height: 100%
}

.coveo-iframeWrapper iframe {
    width: 100%;
    height: 100%;
    border: none;
    vertical-align: top
}

.coveo-media-max-width-480 .coveo-modalBox.coveo-quick-view>.coveo-wrapper>.coveo-title .coveo-quickview-left-header {
    right: 50px
}

.coveo-media-max-width-480 .coveo-modalBox.coveo-quick-view>.coveo-wrapper>.coveo-title .coveo-quickview-time {
    display: none
}

@media (max-width:480px) {
    .coveo-modalBox.coveo-quick-view>.coveo-wrapper>.coveo-title .coveo-quickview-left-header {
        right: 50px
    }
    .coveo-modalBox.coveo-quick-view>.coveo-wrapper>.coveo-title .coveo-quickview-time {
        display: none
    }
}

.coveo-modalBox.coveo-authentication-popup>.coveo-wrapper {
    width: 90%;
    height: 90%;
    max-width: 90%;
    max-height: 90%;
    position: relative
}

.coveo-modalBox.coveo-authentication-popup>.coveo-wrapper>.coveo-body {
    height: 100%;
    overflow-y: hidden
}

.coveo-authentication-iframe {
    width: 100%;
    height: 100%;
    border: 0
}

.coveo-waiting-for-authentication-popup {
    padding: 50px 150px
}

.CoveoBreadcrumb {
    padding: 10px 0;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #bcc3ca;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start
}

.CoveoBreadcrumb.coveo-small-display {
    padding: 0;
    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,
.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 0;
    border-right: 1px solid #bcc3ca;
    height: 30px;
    display: inline-block;
    margin-right: 0;
    color: #2c5986
}

.CoveoBreadcrumb.coveo-small-display .coveo-facet-breadcrumb-value {
    background-color: #f7f7f7;
    color: #666;
    white-space: normal;
    line-height: 30px;
    padding: 7px 5px 8px
}

.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-breadcrumb-clear-all {
    color: #296896;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
    border: 1px solid #bcc3ca;
    border-radius: 2px;
    padding: 5px;
    margin-left: 5px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -ms-flex-negative: 0
}

.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-icon-clear-all {
    margin-right: 5px
}

.coveo-breadcrumb-items {
    padding-bottom: 10px;
    display: inline-block;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-positive: 1
}

.coveo-breadcrumb-item {
    margin: 5px 0
}

.coveo-media-max-width-800 .CoveoBreadcrumb {
    padding: 10px
}

.coveo-media-max-width-800 .coveo-breadcrumb-items {
    padding-bottom: 0
}

.coveo-media-max-width-800 .coveo-breadcrumb-item:not(:last-child) {
    margin-bottom: 10px
}

@media (max-width:800px) {
    .CoveoBreadcrumb {
        padding: 10px
    }
    .coveo-breadcrumb-items {
        padding-bottom: 0
    }
    .coveo-breadcrumb-item:not(:last-child) {
        margin-bottom: 10px
    }
}

.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: 400;
    display: inline-block
}

.CoveoCurrentTab.coveo-opening-tab-section {
    background-color: #242528
}

.coveo-tab-section.coveo-opened-by-current-tab {
    width: 100%;
    left: 0;
    top: 86px
}

.CoveoDidYouMean {
    padding: 10px
}

.CoveoDidYouMean a {
    color: #296896;
    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: 400
}

.coveo-did-you-mean-word-correction {
    font-weight: 700
}

.coveo-did-you-mean-no-results-for {
    font-size: 16px
}

.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-modalBox .coveo-email-from,
.coveo-modalBox .coveo-email-to {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    padding: 5px 16px;
    font-size: 13px;
    font-size: 14px
}

.coveo-modalBox .coveo-email-from a,
.coveo-modalBox .coveo-email-to a {
    color: #296896;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap
}

.coveo-modalBox .coveo-email-from a:hover,
.coveo-modalBox .coveo-email-from a:visited,
.coveo-modalBox .coveo-email-to a:hover,
.coveo-modalBox .coveo-email-to a:visited {
    text-decoration: none;
    color: #263e55
}

.coveo-modalBox .coveo-email-from a:hover,
.coveo-modalBox .coveo-email-from a:hover a,
.coveo-modalBox .coveo-email-to a:hover,
.coveo-modalBox .coveo-email-to a:hover a {
    text-decoration: underline
}

.coveo-modalBox .coveo-email-from a.coveo-selected *,
.coveo-modalBox .coveo-email-to a.coveo-selected * {
    color: #263e55
}

.CoveoExcerpt {
    word-wrap: break-word
}

.CoveoResult.coveo-people-result {
    padding-left: 75px
}

.CoveoResult.coveo-people-result .CoveoThumbnail {
    float: left;
    width: 64px;
    margin-left: -75px
}

.CoveoResult.coveo-people-result .CoveoThumbnail.coveo-no-thumbnail {
    display: inline-block
}

.CoveoResult.coveo-people-result .coveo-people-details {
    color: #666;
    font-size: 13px
}

.CoveoResult.coveo-people-result .coveo-people-details .CoveoFieldValue:after {
    content: " - "
}

.CoveoResult.coveo-people-result .coveo-people-details .CoveoFieldValue:last-child:after {
    content: ""
}

.CoveoResult.coveo-people-result .coveo-people-details .CoveoFieldValue a {
    color: #296896;
    text-decoration: none;
    cursor: pointer
}

.CoveoResult.coveo-people-result .coveo-people-details .CoveoFieldValue a:hover,
.CoveoResult.coveo-people-result .coveo-people-details .CoveoFieldValue a:visited {
    text-decoration: none;
    color: #263e55
}

.CoveoResult.coveo-people-result .coveo-people-details .CoveoFieldValue a:hover,
.CoveoResult.coveo-people-result .coveo-people-details .CoveoFieldValue a:hover a {
    text-decoration: underline
}

.CoveoResult.coveo-people-result .coveo-people-details .CoveoFieldValue a.coveo-selected * {
    color: #263e55
}

.CoveoErrorReport {
    padding: 10px;
    text-align: center
}

.CoveoErrorReport .h1,
.CoveoErrorReport .h2,
.CoveoErrorReport .h3,
.CoveoErrorReport .h4,
.CoveoErrorReport .h5,
.CoveoErrorReport .h6,
.CoveoErrorReport h1,
.CoveoErrorReport h2,
.CoveoErrorReport h3,
.CoveoErrorReport h4,
.CoveoErrorReport h5,
.CoveoErrorReport h6 {
    display: block;
    margin: 20px 0
}

.coveo-error-report-title {
    margin-bottom: 30px
}

.coveo-error-report-message {
    margin-top: 30px;
    margin-right: 30px;
    margin-left: 30px
}

.coveo-error-report-message pre {
    font-size: 12px;
    text-align: left
}

.coveo-error-report-clear,
.coveo-error-report-more-info,
.coveo-error-report-previous,
.coveo-error-report-retry {
    color: #296896;
    text-decoration: none;
    cursor: pointer;
    padding: 5px;
    border-radius: 2px
}

.coveo-error-report-clear:hover,
.coveo-error-report-clear:visited,
.coveo-error-report-more-info:hover,
.coveo-error-report-more-info:visited,
.coveo-error-report-previous:hover,
.coveo-error-report-previous:visited,
.coveo-error-report-retry:hover,
.coveo-error-report-retry:visited {
    text-decoration: none;
    color: #263e55
}

.coveo-error-report-clear:hover,
.coveo-error-report-clear:hover a,
.coveo-error-report-more-info:hover,
.coveo-error-report-more-info:hover a,
.coveo-error-report-previous:hover,
.coveo-error-report-previous:hover a,
.coveo-error-report-retry:hover,
.coveo-error-report-retry:hover a {
    text-decoration: underline
}

.coveo-error-report-clear.coveo-selected *,
.coveo-error-report-more-info.coveo-selected *,
.coveo-error-report-previous.coveo-selected *,
.coveo-error-report-retry.coveo-selected * {
    color: #263e55
}

.coveo-error-info {
    width: 100%
}

.coveo-error-info textarea {
    width: 100%;
    height: 200px
}

.coveo-facet-search-results {
    position: absolute;
    border: 1px solid #bcc3ca;
    border-radius: 2px;
    background-color: #fff;
    list-style: none;
    margin: 0 0 3px;
    padding: 0 0 10px;
    z-index: 999;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: scroll;
    -ms-overflow-style: scrollbar;
    font-size: 12px
}

.coveo-facet-search-results input[type=checkbox] {
    display: none
}

.coveo-facet-search-results .coveo-with-computed-field .coveo-facet-value-computed-field,
.coveo-facet-search-results .coveo-with-computed-field .coveo-facet-value-count {
    top: 0
}

.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: 1px solid #bcc3ca;
    border-radius: 2px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    margin-right: 15px;
    float: left;
    background: #fff;
    top: 2px
}

.coveo-facet-search-results .coveo-facet-value .coveo-facet-value-checkbox>span {
    position: relative;
    bottom: 3px;
    left: -1px;
    background: none
}

.coveo-facet-search-results .coveo-facet-value .coveo-facet-value-checkbox:focus {
    outline: none
}

.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: 5px
}

.coveo-facet-search-selectable {
    margin: 0;
    padding: 0 10px
}

.coveo-facet-search-selectable.coveo-current {
    background-color: #e6ecf0
}

.coveo-facet-search-select-all {
    margin: 0;
    padding: 10px;
    font-weight: 700;
    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: 2px 4px 0 0;
    cursor: pointer;
    opacity: .5;
    clear: none
}

.coveo-facet-search-clear .coveo-icon {
    cursor: pointer
}

.coveo-facet-search-clear:hover {
    opacity: 1
}

.coveo-facet-search-input {
    border: 0;
    padding: 1px 0 0;
    margin: 0;
    font-size: 13px;
    width: 100%;
    background-color: inherit;
    line-height: 15px
}

.coveo-facet-search-input[value=""] {
    color: #bcc3ca
}

@-webkit-keyframes f {
    0% {
        margin-right: 200px
    }
    to {
        margin-right: 20px
    }
}

@keyframes f {
    0% {
        margin-right: 200px
    }
    to {
        margin-right: 20px
    }
}

.coveo-facet-search {
    border: 1px solid #bcc3ca;
    border-radius: 2px;
    position: relative;
    background: #fff;
    display: none;
    margin: 2px 20px 1px;
    padding: 4px;
    -webkit-animation: f .3s linear;
    animation: f .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;
    margin: 5px 6px 5px 10px
}

.coveo-facet-search-wait-animation {
    float: left;
    margin: 3px 3px 5px 10px;
    -webkit-animation-name: h;
    animation-name: h;
    -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 .coveo-facet-value-checkbox:focus,
.coveo-facet-value.coveo-facet-search-button:hover .coveo-facet-value-checkbox {
    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>span,
.coveo-facet-value.coveo-facet-search-button:hover .coveo-facet-value-checkbox>span {
    bottom: 1px
}

.coveo-facet-values {
    list-style: none;
    padding: 5px 0 0;
    margin: 0
}

.coveo-facet-value {
    padding: 0 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: 1px solid #bcc3ca;
    border-radius: 2px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    margin-right: 15px;
    float: left;
    background: #fff;
    position: relative;
    top: 2px
}

.coveo-facet-value .coveo-facet-value-checkbox>span {
    position: relative;
    bottom: 1px;
    left: -1px;
    background: none
}

.coveo-facet-value .coveo-facet-value-checkbox:focus {
    outline: none
}

.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.coveo-focused,
.coveo-facet-value:hover {
    background-color: #e6ecf0
}

.coveo-facet-value.coveo-selected {
    font-weight: 700
}

.coveo-facet-value.coveo-excluded .coveo-facet-value-exclude,
.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 0
}

.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-computed-field,
.coveo-with-computed-field .coveo-facet-value-count {
    font-size: 12px;
    position: relative;
    top: 1px
}

.coveo-facet-value-label.coveo-with-computed-field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify
}

.coveo-facet-value-label.coveo-with-computed-field .coveo-facet-value-label-wrapper {
    -webkit-box-ordinal-group: 1;
    box-ordinal-group: 1;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -ms-flex-order: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    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 {
    -webkit-box-ordinal-group: 1;
    box-ordinal-group: 1;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -ms-flex-order: 1;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -ms-flex-negative: 0
}

.coveo-facet-value-label.coveo-with-computed-field .coveo-facet-value-label-wrapper .coveo-facet-value-caption {
    -webkit-box-ordinal-group: 2;
    box-ordinal-group: 2;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -ms-flex-order: 2
}

.coveo-facet-value-label.coveo-with-computed-field .coveo-facet-value-label-wrapper .coveo-facet-value-count {
    -webkit-box-ordinal-group: 3;
    box-ordinal-group: 3;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    -ms-flex-order: 3
}

.coveo-facet-value-label.coveo-with-computed-field .coveo-facet-value-computed-field {
    -webkit-box-ordinal-group: 2;
    box-ordinal-group: 2;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -ms-flex-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: #fff;
    border: 1px solid #bcc3ca;
    border-radius: 2px;
    height: 13px;
    width: 13px;
    opacity: 0;
    z-index: 10
}

.coveo-facet-value-exclude .coveo-icon {
    position: absolute;
    top: -1px;
    left: -1px
}

.coveo-facet-value-exclude:focus,
.coveo-facet-value-exclude:hover {
    opacity: 1;
    outline: none
}

.coveo-facet-breadcrumb *,
.coveo-facet-slider-breadcrumb * {
    vertical-align: top
}

.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;
    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: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.coveo-selected *,
.coveo-facet-breadcrumb-value:hover,
.coveo-facet-slider-breadcrumb-value.coveo-selected *,
.coveo-facet-slider-breadcrumb-value:hover {
    color: #009ddc
}

.coveo-facet-breadcrumb-value+.coveo-facet-breadcrumb-value,
.coveo-facet-breadcrumb-value+.coveo-facet-slider-breadcrumb-value,
.coveo-facet-slider-breadcrumb-value+.coveo-facet-breadcrumb-value,
.coveo-facet-slider-breadcrumb-value+.coveo-facet-slider-breadcrumb-value {
    margin-left: 10px
}

.coveo-facet-breadcrumb-clear,
.coveo-facet-slider-breadcrumb-clear {
    display: inline-block;
    margin-left: 5px;
    position: relative;
    top: 3px
}

.coveo-facet-breadcrumb-multi-icon {
    margin: 0
}

.coveo-facet-breadcrumb-multi-icon.coveo-excluded,
.coveo-facet-breadcrumb-multi-icon.coveo-selected {
    vertical-align: middle;
    margin-left: 0;
    margin-right: 5px
}

.coveo-facet-header {
    padding: 10px 20px;
    background: #f7f8f9;
    clear: both;
    overflow: hidden;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px
}

.coveo-facet-header,
.coveo-facet-header-title-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.coveo-facet-header-title-section {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-positive: 1
}

.coveo-facet-header-settings-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -webkit-box-flex: 0;
    flex-grow: 0;
    -ms-flex-positive: 0
}

.coveo-facet-header-title {
    color: #1d4f76;
    font-size: 15px
}

.coveo-facet-header-settings:focus,
.coveo-facet-header-settings:hover {
    outline: none
}

.coveo-facet-header-collapse,
.coveo-facet-header-eraser,
.coveo-facet-header-expand,
.coveo-facet-header-operator,
.coveo-facet-header-settings {
    cursor: pointer;
    margin-left: 10px;
    position: relative;
    top: 2px
}

.coveo-facet-header-eraser {
    cursor: pointer;
    position: relative;
    top: 0;
    visibility: hidden
}

.coveo-facet-header-eraser.coveo-facet-header-eraser-visible {
    visibility: visible
}

.coveo-facet-header-wait-animation {
    margin: 2px 0 0 10px;
    position: relative;
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
    -webkit-animation-name: h;
    animation-name: h;
    -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-less,
.coveo-facet-more {
    width: 100%;
    height: 15px;
    background: #f7f8f9;
    cursor: pointer;
    text-align: center
}

.coveo-facet-less:focus,
.coveo-facet-less:hover,
.coveo-facet-more:focus,
.coveo-facet-more:hover {
    background: #bcc3ca;
    outline: none
}

.coveo-facet-more {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    display: none
}

.coveo-facet-more .coveo-icon {
    position: relative;
    top: 1px
}

.coveo-facet-more.coveo-active {
    display: block
}

.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
}

.CoveoFacet,
.CoveoFacetRange,
.CoveoFacetSlider,
.CoveoHierarchicalFacet {
    margin: 10px 0;
    padding: 0;
    border: 1px solid #bcc3ca;
    border-radius: 2px;
    background: #fff;
    position: relative
}

.coveo-facet-column .coveo-bottomSpace.coveo-with-animation,
.coveo-facet-column .coveo-topSpace.coveo-with-animation {
    -webkit-transition: height .5s;
    transition: height .5s
}

.ie8or9 .coveo-facet-header-wait-animation,
.ie8or9 .coveo-facet-search-wait-animation {
    background: url(../image/wait_facet.gif) no-repeat;
    background-size: 100%
}

.coveo-facet-collapsed .coveo-facet-value.coveo-facet-value,
.coveo-facet-dependent,
.coveo-facet-empty {
    display: none
}

.coveo-facet-collapsed .coveo-facet-value.coveo-facet-value.coveo-excluded,
.coveo-facet-collapsed .coveo-facet-value.coveo-facet-value.coveo-selected {
    display: inherit
}

.coveo-facet-collapsed .coveo-facet-footer {
    display: none
}

.coveo-facet-fade .coveo-facet-value {
    opacity: .5
}

.coveo-facet-fade .coveo-facet-value.coveo-excluded,
.coveo-facet-fade .coveo-facet-value.coveo-facet-search-selectable,
.coveo-facet-fade .coveo-facet-value.coveo-selected {
    opacity: 1
}

.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: #fff;
    border: 1px 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 {
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    width: 15px;
    height: 16px;
    z-index: 2;
    position: absolute;
    margin-left: -7px
}

.coveo-slider-button,
.coveo-slider-button.coveo-active,
.coveo-slider-button:hover {
    background-color: #296896
}

.coveo-slider-button:after {
    width: 2px;
    border-left: 1px solid #fff;
    right: 4px
}

.coveo-slider-button:after,
.coveo-slider-button:before {
    content: "";
    height: 10px;
    border-right: 1px solid #fff;
    position: absolute;
    top: 3px
}

.coveo-slider-button:before {
    left: 4px
}

.coveo-slider-caption {
    position: absolute;
    top: 25px;
    left: 0;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.coveo-slider-tooltip {
    white-space: nowrap;
    padding: 10px;
    background-color: #e6ecf0;
    border: 1px solid #bcc3ca;
    border-radius: 2px;
    z-index: 10;
    position: absolute;
    margin-top: 30px
}

.coveo-slider-tooltip:after {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #bcc3ca;
    content: "";
    top: 37px;
    left: 5px;
    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: 0;
    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-disabled-empty,
.CoveoFacetSlider.coveo-facet-collapsed .coveo-slider-container {
    display: none
}

.coveo-facet-settings-popup {
    position: absolute;
    overflow: hidden;
    border: 1px solid #bcc3ca;
    border-radius: 2px;
    z-index: 11;
    background-color: #fff
}

.coveo-facet-settings-section {
    clear: both;
    white-space: nowrap
}

.coveo-facet-settings-section .coveo-icon {
    margin: 10px
}

.coveo-facet-settings-items,
.coveo-facet-settings-section .coveo-icon-container {
    display: inline-block;
    vertical-align: middle
}

.coveo-facet-settings-items {
    padding: 0;
    overflow: hidden;
    font-size: 12px
}

.coveo-facet-settings-item {
    white-space: nowrap;
    padding: 10px;
    cursor: pointer;
    -moz-padding-end: 70px;
    color: #373737
}

.coveo-facet-settings-item.coveo-selected {
    font-weight: 700
}

.coveo-facet-settings-disabled .coveo-facet-settings-item {
    cursor: default;
    opacity: .5
}

.coveo-facet-settings-disabled .coveo-facet-settings-item:hover {
    background: #fff
}

.coveo-facet-settings-section-sort .coveo-icon {
    float: none
}

.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-direction-ascending {
    cursor: pointer
}

.coveo-facet-settings-section-direction-ascending.coveo-facet-settings-disabled {
    cursor: inherit
}

.coveo-facet-settings-section-direction-ascending .coveo-icon {
    float: none
}

.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-icon {
    float: none
}

.coveo-facet-settings-section-save-state {
    border-top: 1px solid #bcc3ca;
    cursor: pointer
}

.coveo-facet-settings-section-save-state .coveo-icon {
    float: none
}

.coveo-facet-settings-section-clear-state {
    border-top: 1px solid #bcc3ca;
    cursor: pointer
}

.coveo-facet-settings-section-clear-state .coveo-icon {
    float: none
}

.coveo-facet-settings-section-hide {
    border-top: 1px solid #bcc3ca;
    cursor: pointer
}

.coveo-facet-settings-section-hide .coveo-icon {
    float: none
}

.coveo-facet-settings-section-show {
    border-top: 1px solid #bcc3ca;
    cursor: pointer
}

.coveo-facet-settings-section-show .coveo-icon {
    float: none
}

.coveo-facet-settings-section-sort-title {
    font-size: 12px;
    font-weight: 700;
    color: #67768b;
    padding: 10px
}

.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 #ccc;
    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-first-loading-animation {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    padding-top: 100px;
    background: #f7f7f7
}

.coveo-first-loading-animation .coveo-loading-container {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: rotatex(0);
    transform: rotatex(0)
}

.coveo-first-loading-animation .coveo-loading-container .coveo-loading-dot {
    background-color: hsla(0, 0%, 8%, .9);
    background: hsla(0, 0%, 8%, .9);
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px #000, 0 1px 1px hsla(0, 0%, 100%, .1);
    box-shadow: inset 0 0 5px #000, 0 1px 1px hsla(0, 0%, 100%, .1);
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 4px;
    border-radius: 50%;
    opacity: 0;
    -webkit-box-shadow: 0 0 2px #000;
    box-shadow: 0 0 2px #000;
    -webkit-animation: e 1s infinite;
    animation: e 1s infinite
}

.coveo-first-loading-animation .coveo-loading-container .coveo-loading-dot:first-child {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.coveo-first-loading-animation .coveo-loading-container .coveo-loading-dot:nth-child(2) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.coveo-first-loading-animation .coveo-loading-container .coveo-loading-dot:nth-child(3) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.coveo-first-loading-animation .coveo-loading-container .coveo-loading-dot:nth-child(4) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.coveo-first-loading-animation .coveo-loading-container {
    margin-top: 15px
}

.coveo-generic-loading-animation .coveo-loading-container {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: rotatex(0);
    transform: rotatex(0)
}

.coveo-generic-loading-animation .coveo-loading-container .coveo-loading-dot {
    background-color: hsla(0, 0%, 8%, .9);
    background: hsla(0, 0%, 8%, .9);
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px #000, 0 1px 1px hsla(0, 0%, 100%, .1);
    box-shadow: inset 0 0 5px #000, 0 1px 1px hsla(0, 0%, 100%, .1);
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 4px;
    border-radius: 50%;
    opacity: 0;
    -webkit-box-shadow: 0 0 2px #000;
    box-shadow: 0 0 2px #000;
    -webkit-animation: e 1s infinite;
    animation: e 1s infinite
}

.coveo-generic-loading-animation .coveo-loading-container .coveo-loading-dot:first-child {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.coveo-generic-loading-animation .coveo-loading-container .coveo-loading-dot:nth-child(2) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.coveo-generic-loading-animation .coveo-loading-container .coveo-loading-dot:nth-child(3) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.coveo-generic-loading-animation .coveo-loading-container .coveo-loading-dot:nth-child(4) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.CoveoTab {
    color: #67768b;
    text-decoration: none;
    cursor: pointer;
    height: 52px;
    font-size: 15px;
    padding: 0 10px 2px;
    text-transform: uppercase;
    white-space: normal
}

.CoveoTab,
.CoveoTab * {
    display: inline-block;
    vertical-align: middle
}

.CoveoTab * {
    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: 0
}

.CoveoTab:hover {
    color: #263e55
}

.CoveoTab.coveo-selected,
.CoveoTab:active,
.CoveoTab:active:focus {
    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
}

.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: 2px solid #f44336
}

.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: 2px solid #f44336;
    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 .3s;
    transition: width .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: 1px solid #e0e0e0;
    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;
    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,
.magic-box .magic-box-suggestions .magic-box-suggestion-seperator {
    opacity: 1;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.magic-box .magic-box-suggestions.magic-box-suggestions-loading .magic-box-suggestion,
.magic-box .magic-box-suggestions.magic-box-suggestions-loading .magic-box-suggestion-seperator {
    opacity: 0
}

.magic-box .magic-box-suggestions .magic-box-suggestion-seperator {
    padding: 12px 12px 0;
    line-height: 24px;
    font-size: 16px;
    font-weight: 700;
    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: 700;
    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
}

.coveo-waiting-for-first-query .coveo-omnibox {
    z-index: 0
}

.CoveoOmnibox.magic-box .coveo-omnibox-hightlight {
    font-weight: 700;
    color: #000
}

.CoveoOmnibox.magic-box .magic-box-suggestions {
    z-index: 3
}

.CoveoOmnibox.magic-box .coveo-omnibox-hightlight2 {
    font-weight: 700;
    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;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: -1px;
    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;
    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;
    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
}

.coveo-pager-list,
.coveo-results-per-page-list {
    padding-left: 0;
    margin: 0;
    display: inline-block
}

.coveo-pager-list-item,
.coveo-results-per-page-list-item {
    border: 1px 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-active.coveo-results-per-page-list-item,
.coveo-pager-list-item.coveo-active,
.coveo-pager-list-item:hover,
.coveo-results-per-page-list-item:hover {
    color: #cddee9;
    background-color: #1d4f76
}

.coveo-active.coveo-results-per-page-list-item a,
.coveo-pager-list-item.coveo-active a,
.coveo-pager-list-item:hover a,
.coveo-results-per-page-list-item:hover a {
    color: #cddee9
}

.coveo-pager-next,
.coveo-pager-previous {
    margin: 5px 6px;
    list-style: none;
    display: inline-block;
    vertical-align: baseline;
    cursor: pointer;
    border: none;
    padding: 0
}

.coveo-pager-next:hover,
.coveo-pager-previous:hover {
    color: #009ddc;
    background-color: #fff
}

.coveo-pager-next>a>span,
.coveo-pager-previous>a>span {
    vertical-align: middle
}

.CoveoPager {
    margin-top: 0;
    margin-left: 25px;
    display: inline-block
}

.CoveoPrintableUri {
    margin: 2px 0 5px
}

.CoveoPrintableUri a {
    font-size: 12px;
    color: #296896;
    text-decoration: none;
    cursor: pointer;
    padding: 0 2px;
    display: inline-block
}

.CoveoPrintableUri a:hover,
.CoveoPrintableUri a:visited {
    text-decoration: none;
    color: #263e55
}

.CoveoPrintableUri a:hover,
.CoveoPrintableUri a:hover a {
    text-decoration: underline
}

.CoveoPrintableUri a.coveo-selected * {
    color: #263e55
}

.CoveoPrintableUri .coveo-printable-uri-separator {
    font-size: 9px
}

.CoveoPrintableUri .coveo-hidden {
    display: none
}

.CoveoQueryDuration {
    color: #67768b
}

.CoveoQuerySummary {
    color: #67768b;
    text-align: left
}

.CoveoQuerySummary div {
    margin-bottom: 5px
}

.CoveoQuerySummary ul {
    margin-top: 0
}

.CoveoQuerySummary ul li {
    font-size: 14px
}

.CoveoQuerySummary.coveo-hidden {
    display: none
}

.coveo-query-summary-no-results-string,
.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
}

.CoveoResult {
    position: relative
}

.CoveoResult.coveo-omnibox-selectable {
    padding: 10px 10px 10px 15px
}

.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: "\00a0";
    white-space: nowrap;
    visibility: hidden
}

.CoveoResult .coveo-excerpt {
    max-width: 600px;
    font-size: 14px;
    padding: 5px 0 8px
}

.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);
    -ms-transform: rotate(-45deg);
    border: 2px solid;
    border-right: none;
    -webkit-backface-visibility: hidden;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-bottomleft: 2px;
    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: 400
}

.CoveoResult .CoveoResultFolding .coveo-child-result .CoveoQuickview {
    margin-left: 5px
}

.CoveoResult.coveo-is-recommendation {
    -webkit-box-shadow: 0 0 0 5px #263e55;
    box-shadow: 0 0 0 5px #263e55
}

.coveo-list-layout.CoveoResult {
    border-bottom: 1px solid #bcc3ca;
    margin: 20px 0 20px 20px
}

.coveo-card-layout {
    margin-right: -20px
}

.coveo-card-layout.CoveoResult {
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    font-size: .9em;
    width: 300px;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    margin: 0 20px 20px 0;
    border: 1px solid #bcc3ca;
    border-radius: 2px
}

.coveo-card-layout.CoveoResult .coveo-media-max-width-480 {
    margin: 0 0 20px
}

@media (max-width:480px) {
    .coveo-card-layout.CoveoResult {
        margin: 0 0 20px
    }
}

.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: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -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>div:empty {
    width: 300px;
    height: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    margin-right: 20px
}

.coveo-table-layout {
    display: table;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 20px
}

.coveo-table-layout>.CoveoResult {
    display: table-row
}

.coveo-table-layout>.CoveoResult>* {
    padding: .5em 0;
    border-bottom: 1px solid #bcc3ca
}

.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
}

.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-item {
    padding: 4px
}

.coveo-results-per-page-no-results {
    display: none
}

.CoveoResultAttachments .coveo-attachment-sub-container {
    padding: 6px 0 6px 20px
}

.CoveoResultAttachments .coveo-attachment-icon {
    margin-right: 5px;
    display: inline-block;
    min-width: 16px;
    min-height: 16px;
    position: relative;
    top: 3px
}

.CoveoResultAttachments .coveo-thumbnail-icon {
    position: relative;
    margin-left: 5px;
    top: 5px;
    overflow: visible
}

.CoveoResultAttachments .coveo-thumbnail-icon img {
    border: 1px solid #bcc3ca;
    -webkit-box-shadow: 0 0 3px 0 #abaaa9;
    box-shadow: 0 0 3px 0 #abaaa9;
    position: absolute;
    left: 100%;
    display: none;
    z-index: 1
}

.CoveoResultAttachments .coveo-thumbnail-icon:hover {
    cursor: pointer
}

.CoveoResultAttachments .coveo-thumbnail-icon:hover img {
    display: block
}

.coveo-result-attachments-container {
    font-size: 14px;
    margin: 0 0 5px;
    position: relative
}

.coveo-result-attachments-container .coveo-icon {
    margin: 0 5px 0 0
}

.coveo-result-attachments-container * {
    vertical-align: middle
}

.CoveoResultFolding .coveo-folding-results {
    margin-bottom: 6px
}

.CoveoResultFolding .coveo-folding-results>.coveo-result-frame>.coveo-result-row {
    margin: 0
}

.CoveoResultFolding .coveo-loading-animation {
    margin: auto;
    width: 84px;
    margin-bottom: 10px
}

.coveo-list-layout .coveo-result-folding-child-result {
    border-left: 1px solid #bcc3ca;
    padding: 0 0 0 6px
}

.coveo-list-layout .coveo-result-folding-child-result:hover {
    border-left: 1px solid #296896
}

.coveo-list-layout .coveo-folding-expanded-caption,
.coveo-list-layout .coveo-folding-normal-caption,
.coveo-list-layout .coveo-folding-oneresult-caption {
    color: #333
}

.coveo-folding-footer-section-for-less,
.coveo-folding-footer-section-for-more {
    display: inline-block
}

.coveo-folding-expanded-caption,
.coveo-folding-normal-caption,
.coveo-folding-oneresult-caption {
    font-size: 11px;
    margin-bottom: 10px
}

.coveo-folding-expanded-caption.coveo-hidden,
.coveo-folding-normal-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-more {
    display: inline-block;
    vertical-align: middle
}

.coveo-more:hover {
    cursor: pointer
}

.coveo-more .coveo-folding-footer-icon {
    position: relative;
    top: 1px
}

.coveo-less {
    display: inline-block
}

.coveo-less:hover {
    cursor: pointer
}

.coveo-less .coveo-folding-footer-icon {
    position: relative;
    top: 1px
}

a.coveo-folding-show-less,
a.coveo-folding-show-more {
    color: #296896;
    text-decoration: none;
    cursor: pointer
}

a.coveo-folding-show-less:hover,
a.coveo-folding-show-less:visited,
a.coveo-folding-show-more:hover,
a.coveo-folding-show-more:visited {
    text-decoration: none;
    color: #263e55
}

a.coveo-folding-show-less:hover,
a.coveo-folding-show-less:hover a,
a.coveo-folding-show-more:hover,
a.coveo-folding-show-more:hover a {
    text-decoration: underline
}

a.coveo-folding-show-less.coveo-selected *,
a.coveo-folding-show-more.coveo-selected * {
    color: #263e55
}

.coveo-card-layout a.coveo-folding-show-less,
.coveo-card-layout a.coveo-folding-show-more {
    color: #296896;
    color: #009ddc;
    text-decoration: none;
    cursor: pointer
}

.coveo-card-layout a.coveo-folding-show-less:hover,
.coveo-card-layout a.coveo-folding-show-less:visited,
.coveo-card-layout a.coveo-folding-show-more:hover,
.coveo-card-layout a.coveo-folding-show-more:visited {
    text-decoration: none;
    color: #009ddc
}

.coveo-card-layout a.coveo-folding-show-less:hover,
.coveo-card-layout a.coveo-folding-show-less:hover a,
.coveo-card-layout a.coveo-folding-show-more:hover,
.coveo-card-layout a.coveo-folding-show-more:hover a {
    text-decoration: underline
}

.coveo-card-layout a.coveo-folding-show-less.coveo-selected *,
.coveo-card-layout a.coveo-folding-show-more.coveo-selected * {
    color: #009ddc
}

.coveo-child-result {
    margin-bottom: 5px
}

.coveo-child-result * {
    vertical-align: middle
}

.coveo-card-overlay .coveo-folding-footer,
.coveo-card-overlay .coveo-folding-header,
.coveo-card-overlay .coveo-folding-results {
    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
}

.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: .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%
}

.CoveoResult a.CoveoResultLink,
.CoveoResultLink,
a.CoveoResultLink {
    color: #296896;
    text-decoration: none;
    cursor: pointer;
    color: #009ddc;
    word-wrap: break-word
}

.CoveoResult a.CoveoResultLink:hover,
.CoveoResult a.CoveoResultLink:visited,
.CoveoResultLink:hover,
.CoveoResultLink:visited,
a.CoveoResultLink:hover,
a.CoveoResultLink:visited {
    text-decoration: none;
    color: #263e55
}

.CoveoResult a.CoveoResultLink:hover,
.CoveoResult a.CoveoResultLink:hover a,
.CoveoResultLink:hover,
.CoveoResultLink:hover a,
a.CoveoResultLink:hover,
a.CoveoResultLink:hover a {
    text-decoration: underline
}

.CoveoResult a.CoveoResultLink.coveo-selected *,
.CoveoResultLink.coveo-selected *,
a.CoveoResultLink.coveo-selected * {
    color: #263e55
}

.CoveoResult a.CoveoResultLink.coveo-selected *,
.CoveoResult a.CoveoResultLink:hover,
.CoveoResultLink.coveo-selected *,
.CoveoResultLink:hover,
a.CoveoResultLink.coveo-selected *,
a.CoveoResultLink:hover {
    color: #009ddc
}

.coveo-card-overlay a.CoveoResultLink {
    color: #296896;
    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 *,
.coveo-card-overlay a.CoveoResultLink:hover {
    color: #009ddc
}

.CoveoResultList.coveo-faded {
    opacity: .5
}

.CoveoResultList {
    margin-top: 15px;
    margin-bottom: 15px
}

.CoveoResultList .coveo-fade-out {
    opacity: .5;
    -webkit-transition: opacity .5s;
    transition: opacity .5s
}

.CoveoResultList .coveo-wait-animation {
    display: block;
    margin: 10px auto
}

.CoveoResultList.coveo-hidden {
    display: none
}

.coveo-card-layout-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.coveo-media-max-width-800 .CoveoResultList {
    margin-left: 10px;
    margin-right: 10px
}

@media (max-width:800px) {
    .CoveoResultList {
        margin-left: 10px;
        margin-right: 10px
    }
}

.CoveoResultLayout {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
}

.CoveoResultLayout.coveo-result-layout-hidden {
    display: none
}

.coveo-result-layout-selector {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    font-size: 12px;
    font-weight: 700;
    padding: 0 5px 10px;
    border-bottom: 1px solid #bcc3ca;
    text-transform: uppercase;
    border-bottom: 2px solid #bcc3ca;
    cursor: pointer;
    padding-bottom: 9px
}

.coveo-result-layout-selector.coveo-selected,
.coveo-result-layout-selector.coveo-selected:hover {
    border-bottom: 2px solid #263e55
}

.coveo-result-layout-selector:hover {
    color: #263e55
}

.coveo-result-layout-selector .coveo-icon {
    margin-right: 5px
}

.coveo-result-layout-selector-caption,
.coveo-result-layout-selector .coveo-icon {
    display: inline-block;
    vertical-align: middle
}

.CoveoSearchInterface .CoveoImageResultList {
    position: relative;
    height: 0;
    margin-top: 10px;
    overflow: hidden;
    -webkit-transition: all .2s;
    transition: all .2s
}

.CoveoSearchInterface .CoveoImageResultList .CoveoResult {
    position: absolute;
    left: -1000px;
    top: 0;
    margin: 5px;
    border-bottom: 0;
    opacity: 1;
    -webkit-transition: left .7s;
    transition: left .7s
}

.CoveoSearchInterface .CoveoImageResultList .CoveoResult img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    -webkit-transition: all .7s;
    transition: all .7s
}

.CoveoSearchInterface .CoveoImageResultList .CoveoResult.coveo-transition-all {
    -webkit-transition: all .7s;
    transition: all .7s
}

.coveo-waiting-for-first-query .CoveoSearchbox .CoveoSearchButton {
    z-index: 0
}

.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: 1px solid #bcc3ca;
    border-radius: 2px
}

.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
}

.magic-box.magic-box-hasFocus .magic-box-input .magic-box-underlay .magic-box-ghost-text,
.magic-box .magic-box-input .magic-box-underlay .magic-box-ghost-text {
    display: none
}

.CoveoSearchButton {
    color: #fff;
    border: 1px solid #bcc3ca;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    height: 50px;
    width: 60px;
    cursor: pointer
}

.CoveoSearchButton:before {
    content: "";
    vertical-align: middle;
    height: 100%;
    display: inline-block
}

.CoveoSearchButton>.coveo-icon {
    vertical-align: middle;
    -webkit-animation: none;
    animation: none
}

.coveo-executing-query .CoveoSearchButton:hover>.coveo-icon,
.coveo-executing-query .CoveoSearchButton>.coveo-icon {
    -webkit-animation-name: h;
    animation-name: h;
    -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
}

.CoveoSearchInterface {
    display: none;
    min-height: 100%;
    position: relative;
    margin: 0;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 15px;
    color: #373737
}

.CoveoSearchInterface .coveo-highlight,
.CoveoSearchInterface .highlight {
    font-weight: 700
}

.CoveoSearchInterface input[type=text]::-ms-clear {
    width: 0;
    height: 0
}

.CoveoSearchInterface input:focus,
.CoveoSearchInterface select:focus,
.CoveoSearchInterface textarea:focus {
    outline: none
}

.CoveoSearchInterface input[type=text],
.CoveoSearchInterface textarea {
    color: #67768b
}

.CoveoSearchInterface.coveo-waiting-for-first-query {
    background: #f7f7f7
}

.CoveoSearchInterface .coveo-tab-disabled {
    display: none
}

.CoveoSearchInterface * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.coveo-hide-until-loaded {
    display: none
}

.coveo-show-after-loaded {
    -webkit-animation-name: g;
    animation-name: g;
    -webkit-animation-duration: 1s;
    animation-duration: 1s
}

body.coveo-modalBox-opened,
body.coveo-modalBox-opened .CoveoSearchInterface {
    overflow: hidden
}

@-webkit-keyframes g {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes g {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.CoveoSettings {
    float: right;
    margin: 0 0 0 36px;
    border-radius: 50%;
    border: 1px 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: 0;
    margin-right: 0
}

.coveo-settings-advanced-menu {
    position: absolute;
    background: #e6ecf0;
    border: 1px 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: 6px solid transparent;
    border-bottom-color: #bcc3ca
}

.coveo-settings-item {
    clear: both;
    overflow: hidden;
    color: #296896;
    text-decoration: none;
    cursor: pointer
}

.coveo-settings-item .coveo-icon {
    margin: 7px 10px 0
}

.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: #fff
}

.coveo-settings-item:hover {
    background: #e6ecf0
}

.coveo-settings-item .coveo-settings-text {
    overflow: hidden;
    padding: 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-advanced-search .coveo-icon,
.coveo-settings-item.coveo-authentication-provider .coveo-icon,
.coveo-settings-item.coveo-export-to-excel .coveo-icon,
.coveo-settings-item.coveo-follow-query .coveo-icon,
.coveo-settings-item.coveo-preferences-panel .coveo-icon,
.coveo-settings-item.coveo-share-query .coveo-icon,
.coveo-settings-item.coveo-subscriptions-panel .coveo-icon {
    float: left
}

.CoveoShareQuery {
    overflow: hidden;
    margin-top: 10px;
    display: none;
    text-align: left
}

.CoveoShareQuery.coveo-share-query-opened {
    display: block
}

.coveo-share-query-summary-info-close {
    float: right;
    cursor: pointer
}

.coveo-share-query-summary-info {
    font-size: 16px
}

.coveo-share-query-summary-info-boxes {
    margin-top: 4px;
    padding-bottom: 5px
}

.coveo-share-query-summary-info-boxes div:last-child {
    margin-top: 6px
}

.coveo-share-query-summary-info-label {
    display: block;
    font-size: 13px;
    margin-bottom: 5px;
    font-weight: 400
}

.coveo-share-query-summary-info-input {
    width: 100%;
    margin-bottom: 5px;
    border: 1px solid #bcc3ca;
    border-radius: 2px;
    padding: 5px;
    height: 35px;
    font-size: 14px
}

.coveo-sort-section {
    text-align: right;
    font-size: 0
}

.CoveoSort {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    font-size: 12px;
    font-weight: 700;
    padding: 0 5px 10px;
    border-bottom: 1px solid #bcc3ca;
    text-transform: uppercase;
    border-bottom: 2px solid #bcc3ca;
    cursor: pointer
}

.CoveoSort.coveo-selected,
.CoveoSort.coveo-selected:hover {
    border-bottom: 2px solid #263e55
}

.CoveoSort:hover {
    color: #263e55
}

.CoveoSort .coveo-icon {
    margin-left: 5px;
    position: relative
}

.CoveoSort.coveo-sort-hidden {
    display: none
}

.CoveoLogo {
    float: right;
    display: inline-block;
    margin: 0 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 0
}

.coveo-debug.coveo-modalBox>.coveo-wrapper {
    height: 95%;
    width: 95%;
    position: relative;
    overflow: hidden
}

.coveo-debug.coveo-modalBox>.coveo-wrapper>.coveo-title {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 40px;
    line-height: 40px;
    padding: 0 16px;
    overflow-y: hidden;
    text-align: right
}

.coveo-debug.coveo-modalBox>.coveo-wrapper>.coveo-title .coveo-debug-search,
.coveo-debug.coveo-modalBox>.coveo-wrapper>.coveo-title .coveo-enabled-debug,
.coveo-debug.coveo-modalBox>.coveo-wrapper>.coveo-title .coveo-enabled-highlight-recommendation {
    display: inline-block;
    margin: 0 8px
}

.coveo-debug.coveo-modalBox>.coveo-wrapper>.coveo-body {
    position: absolute;
    top: 40px;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-y: scroll;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.coveo-debug.coveo-modalBox>.coveo-wrapper>.coveo-body.coveo-debug-loading {
    opacity: 0
}

.coveo-debug.coveo-modalBox>.coveo-wrapper>.coveo-body.coveo-searching .coveo-property {
    display: none
}

.coveo-debug.coveo-modalBox>.coveo-wrapper>.coveo-body.coveo-searching .coveo-property.coveo-search-match,
.coveo-debug.coveo-modalBox>.coveo-wrapper>.coveo-body.coveo-searching .coveo-property.coveo-search-match .coveo-property {
    display: block
}

.coveo-debug.coveo-modalBox>.coveo-wrapper>.coveo-body.coveo-searching .coveo-property.coveo-search-match>.coveo-property-label>.coveo-debug-highlight,
.coveo-debug.coveo-modalBox>.coveo-wrapper>.coveo-body.coveo-searching .coveo-property.coveo-search-match>.coveo-property-value>.coveo-debug-highlight {
    background: #ff0
}

.coveo-debug.coveo-modalBox>.coveo-wrapper>.coveo-body.coveo-searching .coveo-property.coveo-search-submatch,
.coveo-debug.coveo-modalBox>.coveo-wrapper>.coveo-body.coveo-searching .coveo-section-container>.coveo-property {
    display: block
}

.coveo-debug.coveo-modalBox>.coveo-wrapper>.coveo-body.coveo-searching .coveo-section-container>.coveo-property .coveo-property-value {
    display: none
}

.coveo-debug.coveo-modalBox>.coveo-wrapper>.coveo-body.coveo-searching .coveo-section-container>.coveo-property:after {
    content: "No match"
}

.coveo-debug.coveo-modalBox>.coveo-wrapper>.coveo-body.coveo-searching .coveo-section-container>.coveo-property.coveo-search-match .coveo-property-value,
.coveo-debug.coveo-modalBox>.coveo-wrapper>.coveo-body.coveo-searching .coveo-section-container>.coveo-property.coveo-search-submatch .coveo-property-value {
    display: block
}

.coveo-debug.coveo-modalBox>.coveo-wrapper>.coveo-body.coveo-searching .coveo-section-container>.coveo-property.coveo-search-match:after,
.coveo-debug.coveo-modalBox>.coveo-wrapper>.coveo-body.coveo-searching .coveo-section-container>.coveo-property.coveo-search-submatch:after {
    content: ""
}

.coveo-debug.coveo-modalBox>.coveo-wrapper>.coveo-body.coveo-searching-loading {
    display: none
}

.coveo-debug.coveo-modalBox .coveo-debug-durations {
    display: table;
    width: 100%;
    height: 32px;
    margin-bottom: 16px
}

.coveo-debug.coveo-modalBox .coveo-debug-durations .coveo-debug-duration {
    display: table-cell;
    height: 32px
}

.coveo-debug.coveo-modalBox .coveo-debug-durations .coveo-debug-duration[data-id=indexDuration] {
    background: #b33
}

.coveo-debug.coveo-modalBox .coveo-debug-durations .coveo-debug-duration[data-id=proxyDuration] {
    background: #b3b
}

.coveo-debug.coveo-modalBox .coveo-debug-durations .coveo-debug-duration[data-id=clientDuration] {
    background: #3b3
}

.coveo-debug.coveo-modalBox .coveo-debug-durations .coveo-debug-duration[data-id=duration] {
    background: #33b
}

.coveo-debug.coveo-modalBox .coveo-debug-duration-legend {
    display: inline-block;
    margin-right: 16px
}

.coveo-debug.coveo-modalBox .coveo-debug-duration-legend[data-id=indexDuration]:before {
    background: #b33
}

.coveo-debug.coveo-modalBox .coveo-debug-duration-legend[data-id=proxyDuration]:before {
    background: #b3b
}

.coveo-debug.coveo-modalBox .coveo-debug-duration-legend[data-id=clientDuration]:before {
    background: #3b3
}

.coveo-debug.coveo-modalBox .coveo-debug-duration-legend[data-id=duration]:before {
    background: #33b
}

.coveo-debug.coveo-modalBox .coveo-debug-duration-legend:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 16px;
    vertical-align: middle;
    margin-right: 2px
}

.coveo-debug.coveo-modalBox .coveo-debug-duration-legend .coveo-debug-duration-label {
    vertical-align: middle
}

.coveo-debug.coveo-modalBox .coveo-debug-duration-legend .coveo-debug-duration-label:after {
    content: ": "
}

.coveo-debug.coveo-modalBox .coveo-debug-duration-legend .coveo-debug-duration-value {
    vertical-align: middle
}

.coveo-debug.coveo-modalBox .coveo-section.coveo-debug-collapsed .coveo-section-header:before {
    content: "\25b6"
}

.coveo-debug.coveo-modalBox .coveo-section.coveo-debug-collapsed .coveo-section-container {
    display: none
}

.coveo-debug.coveo-modalBox .coveo-section .coveo-section-header {
    font-size: 16px;
    font-weight: 700;
    background: #eee;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 8px 16px;
    cursor: pointer
}

.coveo-debug.coveo-modalBox .coveo-section .coveo-section-header:before {
    content: "\25bc";
    vertical-align: middle;
    margin-right: 8px
}

.coveo-debug.coveo-modalBox .coveo-section .coveo-section-container {
    padding: 16px 8px
}

.coveo-debug.coveo-modalBox .coveo-section .coveo-section-container .coveo-property {
    line-height: 18px;
    font-family: Consolas, Menlo, Monaco, monospace;
    padding-left: 16px;
    clear: both
}

.coveo-debug.coveo-modalBox .coveo-section .coveo-section-container .coveo-property .coveo-property-label {
    float: left;
    color: #263238
}

.coveo-debug.coveo-modalBox .coveo-section .coveo-section-container .coveo-property .coveo-property-label:after {
    content: ":";
    color: #212121;
    padding-right: 8px
}

.coveo-debug.coveo-modalBox .coveo-section .coveo-section-container .coveo-property.coveo-property-object.coveo-collapsible>.coveo-property-label {
    position: relative;
    float: none;
    cursor: pointer
}

.coveo-debug.coveo-modalBox .coveo-section .coveo-section-container .coveo-property.coveo-property-object.coveo-collapsible>.coveo-property-label:before {
    content: "\25b6";
    position: absolute;
    right: 100%;
    top: 0;
    line-height: 18px;
    font-size: 12px;
    padding-right: 2px;
    color: #263238
}

.coveo-debug.coveo-modalBox .coveo-section .coveo-section-container .coveo-property.coveo-property-object.coveo-collapsible>.coveo-property-value {
    display: none
}

.coveo-debug.coveo-modalBox .coveo-section .coveo-section-container .coveo-property.coveo-property-object.coveo-collapsible.coveo-expanded>.coveo-property-value,
.coveo-debug.coveo-modalBox .coveo-section .coveo-section-container .coveo-property.coveo-property-object.coveo-collapsible.coveo-search-submatch>.coveo-property-value {
    display: block
}

.coveo-debug.coveo-modalBox .coveo-section .coveo-section-container .coveo-property.coveo-property-object.coveo-collapsible.coveo-expanded>.coveo-property-label:before,
.coveo-debug.coveo-modalBox .coveo-section .coveo-section-container .coveo-property.coveo-property-object.coveo-collapsible.coveo-search-submatch>.coveo-property-label:before {
    content: "\25bc"
}

.coveo-debug.coveo-modalBox .coveo-section .coveo-section-container .coveo-property.coveo-property-basic .coveo-property-value {
    overflow: hidden;
    color: #212121
}

.coveo-debug.coveo-modalBox .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-modalBox .coveo-section .coveo-section-container .coveo-property.coveo-property-basic .coveo-property-value.coveo-property-value-string:after,
.coveo-debug.coveo-modalBox .coveo-section .coveo-section-container .coveo-property.coveo-property-basic .coveo-property-value.coveo-property-value-string:before {
    content: '"'
}

.coveo-debug.coveo-modalBox .coveo-section .coveo-section-container .coveo-property.coveo-property-basic .coveo-property-value.coveo-property-value-array,
.coveo-debug.coveo-modalBox .coveo-section .coveo-section-container .coveo-property.coveo-property-basic .coveo-property-value.coveo-property-value-null,
.coveo-debug.coveo-modalBox .coveo-section .coveo-section-container .coveo-property.coveo-property-basic .coveo-property-value.coveo-property-value-object {
    color: #9e9e9e
}

.coveo-debug.coveo-modalBox .coveo-section .coveo-section-container .coveo-property.coveo-property-basic .coveo-property-value.coveo-property-value-boolean,
.coveo-debug.coveo-modalBox .coveo-section .coveo-section-container .coveo-property.coveo-property-basic .coveo-property-value.coveo-property-value-date,
.coveo-debug.coveo-modalBox .coveo-section .coveo-section-container .coveo-property.coveo-property-basic .coveo-property-value.coveo-property-value-number {
    color: #2196f3
}

.coveo-debug.coveo-modalBox .coveo-section .coveo-section-container>.coveo-property {
    padding-left: 0
}

.CoveoTabGroupMenu {
    display: inline-block;
    float: left
}

.CoveoTabGroupMenu a {
    line-height: 30px;
    display: block
}

.CoveoTabGroupMenu .coveo-menu-item-active {
    text-align: center;
    padding: 0 10px;
    min-width: 60px;
    color: #fefefe;
    font-weight: 700
}

.CoveoTabGroupMenu .coveo-menu-item-active:hover {
    cursor: pointer
}

.CoveoTabGroupMenu .coveo-menu-item-active>.coveo-icon {
    position: relative;
    top: 3px;
    margin-right: 5px
}

.CoveoTabGroupMenu .coveo-menu-item-container {
    position: absolute;
    z-index: 999
}

.CoveoTabGroupMenu .coveo-menu-item-container a {
    padding: 2px 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.CoveoTabGroupMenu .coveo-menu-item-container a:hover {
    cursor: pointer
}

.CoveoTabGroupMenu .coveo-menu-item-container a>.coveo-icon {
    margin-right: 5px;
    position: relative;
    top: 3px
}

.CoveoText {
    word-wrap: break-word
}

.CoveoBackdrop {
    background-size: cover
}

.CoveoEmailAction {
    color: #296896;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    border: 1px 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
}

.CoveoPreferencesPanel {
    margin-top: 10px;
    height: 0;
    display: none;
    overflow: hidden;
    position: relative
}

.CoveoPreferencesPanel.coveo-active {
    height: auto;
    display: block
}

.coveo-no-results .CoveoPreferencesPanel.coveo-active {
    text-align: left
}

.CoveoResultsFiltersPreferences,
.CoveoResultsPreferences {
    clear: both;
    margin-bottom: 20px;
    margin-top: 10px
}

.CoveoResultsFiltersPreferences .coveo-title,
.CoveoResultsPreferences .coveo-title {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    margin: 15px 0 10px
}

.CoveoResultsFiltersPreferences .coveo-choices-container .coveo-inactive,
.CoveoResultsPreferences .coveo-choices-container .coveo-inactive {
    display: none
}

.CoveoResultsFiltersPreferences .coveo-choice-container,
.CoveoResultsPreferences .coveo-choice-container {
    padding: 5px 10px 0 0
}

.CoveoResultsFiltersPreferences input,
.CoveoResultsPreferences input {
    margin-right: 35px
}

.CoveoResultsFiltersPreferences input[type=text],
.CoveoResultsPreferences input[type=text] {
    margin-bottom: 0;
    border-radius: 4px;
    border: 1px solid #bcc3ca;
    border-top-color: #c1c1c1;
    padding: 2px 8px;
    line-height: 25px
}

.CoveoResultsFiltersPreferences input[type=checkbox],
.CoveoResultsPreferences input[type=checkbox] {
    display: none
}

.CoveoResultsFiltersPreferences .coveo-input-icon,
.CoveoResultsPreferences .coveo-input-icon {
    width: 18px;
    height: 18px;
    cursor: pointer;
    display: inline-block;
    margin-right: 7px;
    position: relative;
    border: 2px solid #1d4f76;
    vertical-align: middle;
    border-radius: 4px
}

.CoveoResultsFiltersPreferences .coveo-input-icon.coveo-selected,
.CoveoResultsPreferences .coveo-input-icon.coveo-selected {
    border: 2px solid #4caf50;
    background-color: #4caf50
}

.CoveoResultsFiltersPreferences .coveo-input-icon.coveo-selected:before,
.CoveoResultsPreferences .coveo-input-icon.coveo-selected:before {
    content: "";
    display: inline-block;
    position: relative;
    right: -1px;
    bottom: 2px
}

.CoveoResultsFiltersPreferences input[type=submit],
.CoveoResultsPreferences input[type=submit] {
    display: none
}

.CoveoResultsFiltersPreferences .coveo-preferences-panel-item-label,
.CoveoResultsPreferences .coveo-preferences-panel-item-label {
    vertical-align: middle;
    cursor: pointer
}

.CoveoPreferencePanelItem {
    clear: both;
    margin-bottom: 20px;
    margin-top: 10px
}

.CoveoPreferencePanelItem .coveo-title {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    margin: 15px 0 10px
}

.CoveoPreferencePanelItem .coveo-choices-container .coveo-inactive {
    display: none
}

.CoveoPreferencePanelItem .coveo-choice-container {
    padding: 5px 10px 0 0
}

.CoveoPreferencePanelItem input {
    margin-right: 35px
}

.CoveoPreferencePanelItem input[type=text] {
    margin-bottom: 0;
    border-radius: 4px;
    border: 1px solid #bcc3ca;
    border-top-color: #c1c1c1;
    padding: 2px 8px;
    line-height: 25px
}

.CoveoPreferencePanelItem input[type=checkbox] {
    display: none
}

.CoveoPreferencePanelItem .coveo-input-icon {
    width: 18px;
    height: 18px;
    cursor: pointer;
    display: inline-block;
    margin-right: 7px;
    position: relative;
    border: 2px solid #1d4f76;
    vertical-align: middle;
    border-radius: 4px
}

.CoveoPreferencePanelItem .coveo-input-icon.coveo-selected {
    border: 2px solid #4caf50;
    background-color: #4caf50
}

.CoveoPreferencePanelItem .coveo-input-icon.coveo-selected:before {
    content: "";
    display: inline-block;
    position: relative;
    right: -1px;
    bottom: 2px
}

.CoveoPreferencePanelItem input[type=submit] {
    display: none
}

.CoveoPreferencePanelItem .coveo-preferences-panel-item-label {
    vertical-align: middle;
    cursor: pointer
}

.preferences-panel-item-label {
    vertical-align: middle
}

.preferences-panel-item-label:hover {
    cursor: pointer
}

.coveo-preferences-panel-close {
    float: right;
    position: absolute;
    top: 0;
    display: inline-block;
    cursor: pointer;
    right: 0
}

.coveo-preferences-panel-close .coveo-icon {
    position: relative;
    top: 2px
}

.coveo-preferences-panel-title {
    font-size: 18px;
    display: inline-block
}

.CoveoResultsFiltersPreferences .coveo-title {
    display: inline-block
}

.CoveoResultsFiltersPreferences .coveo-choice-container {
    background-color: #ececec;
    margin-bottom: 2px;
    padding: 0
}

.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-expression,
.CoveoResultsFiltersPreferences .coveo-choice-container .coveo-section-tab {
    padding-top: 2px
}

.CoveoResultsFiltersPreferences .coveo-choice-container .coveo-section-input,
.CoveoResultsFiltersPreferences .coveo-choice-container .coveo-section-tab {
    width: 20%
}

.CoveoResultsFiltersPreferences .coveo-choice-container .coveo-section-expression {
    width: 45%
}

.CoveoResultsFiltersPreferences .coveo-choice-container .coveo-section-edit-delete {
    width: 10%;
    float: right
}

.CoveoResultsFiltersPreferences .coveo-choice-container .coveo-section.coveo-section-input .coveo-input-icon.coveo-selected:before {
    bottom: 7px
}

.CoveoResultsFiltersPreferences .coveo-advanced-filters {
    border: 1px solid #bcc3ca;
    border-radius: 2px;
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 10px;
    padding: 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: 700
}

.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 {
    position: relative;
    top: 2px;
    left: 25px
}

.CoveoResultsFiltersPreferences .coveo-delete:hover {
    cursor: pointer
}

.CoveoResultsFiltersPreferences .coveo-edit {
    position: relative;
    top: 2px;
    left: 10px
}

.CoveoResultsFiltersPreferences .coveo-edit:hover {
    cursor: pointer
}

.CoveoResultsFiltersPreferences .coveo-advanced-filters-builder {
    display: none;
    background-color: #ebf3fb;
    position: relative
}

.CoveoResultsFiltersPreferences .coveo-advanced-filters-builder form {
    height: 120px;
    overflow: hidden;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
}

.CoveoResultsFiltersPreferences .coveo-advanced-filters-builder.coveo-active {
    display: block;
    z-index: 1
}

.CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-choice-container {
    margin: 0;
    background-color: #ebf3fb;
    vertical-align: top;
    height: 100%;
    text-align: center
}

.CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-caption,
.CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-close-and-save,
.CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-tab {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-positive: 1
}

.CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-expression {
    -webkit-flex-grow: 2;
    -moz-flex-grow: 2;
    -webkit-box-flex: 2;
    flex-grow: 2;
    -ms-flex-positive: 2
}

.CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-caption,
.CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-expression,
.CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-tab {
    height: 100%
}

.CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-tab {
    text-align: center
}

.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: 5px;
    right: 20px
}

.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;
    position: absolute;
    top: 9px;
    right: 5px
}

.CoveoResultsFiltersPreferences .coveo-advanced-filters-builder textArea {
    height: 90%;
    width: 93%;
    background-color: #fff;
    border: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .39), 0 -1px 1px #fff, 0 1px 0 #fff;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .39), 0 -1px 1px #fff, 0 1px 0 #fff;
    resize: none;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    margin-top: 6px
}

.CoveoResultsFiltersPreferences .coveo-advanced-filters-builder textArea.coveo-Tab {
    height: 36px
}

.CoveoResultsFiltersPreferences .coveo-advanced-filters-builder select {
    height: 70px;
    width: 90%;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif
}

.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;
    color: #296896;
    text-decoration: none;
    cursor: pointer;
    color: #009ddc
}

.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.coveo-selected *,
.coveo-results-filter-preferences-breadcrumb .coveo-value:hover {
    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 {
    margin-left: 5px
}

.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: #fff
}

.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-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-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-auto-complete {
    position: absolute;
    padding-top: 1px;
    top: 18px;
    left: 0;
    background-color: #fff;
    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: #fff;
    font-size: 10px;
    cursor: pointer
}

.coveo-result-tagging-auto-complete .coveo-selectable:hover,
.coveo-result-tagging-auto-complete .coveo-selected {
    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
}

.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: #fff;
    border: 1px solid #bcc3ca;
    border-width: 3px
}

.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 .coveo-facet-value-checkbox>span {
    visibility: visible;
    position: relative;
    bottom: 7px;
    left: 0
}

.CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value.coveo-has-childs.coveo-has-childs-selected.coveo-selected .coveo-facet-value-checkbox>span {
    bottom: 1px;
    left: -1px
}

.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:hover {
    cursor: pointer
}

.CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value.coveo-inactive {
    display: none
}

.coveo-hierarchical-breadcrumb-separator {
    content: "";
    top: 2px;
    left: 3px;
    margin-left: 2px;
    margin-right: 2px;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    border-left-color: #b0b3ae
}

.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.coveo-selected *,
.coveo-hidden-query-breadcrumb-value:hover {
    color: #009ddc
}

.coveo-hidden-query-breadcrumb-clear {
    display: inline-block;
    margin: 3px 0 0 5px;
    cursor: pointer
}

.CoveoResult.coveo-salesforce-result .coveo-badge {
    float: left
}

.coveo-feedComment-result .coveo-header,
.coveo-feedItem-result .coveo-header {
    padding-top: 3px
}

.coveo-feedComment-result .coveo-header .coveo-date,
.coveo-feedItem-result .coveo-header .coveo-date {
    float: right;
    color: #666
}

.coveo-feedComment-result .coveo-header .coveo-from,
.coveo-feedItem-result .coveo-header .coveo-from {
    color: #06c
}

.coveo-feedComment-result .coveo-footer,
.coveo-feedItem-result .coveo-footer {
    background-color: #f7f7f7;
    overflow: hidden;
    padding: 0 5px
}

.coveo-feedComment-result .coveo-footer .coveo-comment,
.coveo-feedComment-result .coveo-footer .coveo-like,
.coveo-feedItem-result .coveo-footer .coveo-comment,
.coveo-feedItem-result .coveo-footer .coveo-like {
    margin: 5px 10px 5px 0;
    display: inline-block;
    vertical-align: middle
}

.coveo-feedComment-result .coveo-footer .coveo-comment .coveo-caption,
.coveo-feedComment-result .coveo-footer .coveo-comment .coveo-icon,
.coveo-feedComment-result .coveo-footer .coveo-like .coveo-caption,
.coveo-feedComment-result .coveo-footer .coveo-like .coveo-icon,
.coveo-feedItem-result .coveo-footer .coveo-comment .coveo-caption,
.coveo-feedItem-result .coveo-footer .coveo-comment .coveo-icon,
.coveo-feedItem-result .coveo-footer .coveo-like .coveo-caption,
.coveo-feedItem-result .coveo-footer .coveo-like .coveo-icon {
    vertical-align: middle
}

.coveo-feedComment-result .coveo-footer .coveo-comment .coveo-caption,
.coveo-feedComment-result .coveo-footer .coveo-like .coveo-caption,
.coveo-feedItem-result .coveo-footer .coveo-comment .coveo-caption,
.coveo-feedItem-result .coveo-footer .coveo-like .coveo-caption {
    color: #666;
    font-size: 14px
}

.coveo-feedComment-result .coveo-footer .coveo-icon,
.coveo-feedItem-result .coveo-footer .coveo-icon {
    width: 16px;
    height: 16px;
    text-indent: 16px;
    zoom: 1;
    background-repeat: no-repeat;
    overflow: hidden;
    margin: 0 4px 0 0;
    float: none
}

.coveo-feedComment-result .CoveoResultAttachments>div,
.coveo-feedItem-result .CoveoResultAttachments>div {
    background: #fff;
    border-left: 2px solid #666;
    padding: 5px;
    margin: 3px 0
}

.coveo-feedComment-result .CoveoResultAttachments>div:hover,
.coveo-feedItem-result .CoveoResultAttachments>div:hover {
    border-left: 2px solid blue
}

.coveo-feedComment-result .coveo-thumbnail-icon,
.coveo-feedItem-result .coveo-thumbnail-icon {
    display: block;
    position: relative;
    margin-left: 5px;
    top: 5px;
    overflow: visible
}

.coveo-feedComment-result .coveo-thumbnail-icon img,
.coveo-feedItem-result .coveo-thumbnail-icon img {
    border: 1px solid #bcc3ca;
    position: absolute;
    left: 100%;
    display: none
}

.coveo-feedComment-result .coveo-thumbnail-icon:hover,
.coveo-feedItem-result .coveo-thumbnail-icon:hover {
    cursor: pointer
}

.coveo-feedComment-result .coveo-thumbnail-icon:hover img,
.coveo-feedItem-result .coveo-thumbnail-icon:hover img {
    display: block
}

.coveo-feedComment-result .CoveoResultFolding .coveo-folding-results,
.coveo-feedItem-result .CoveoResultFolding .coveo-folding-results {
    margin-top: 6px
}

.CoveoTriggers .coveo-trigger-notify {
    padding: 10px 0
}

.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
}

.coveo-useractions-event {
    min-height: 45px;
    border-bottom: 1px solid #e3e8ed;
    background-color: #f3f5f7;
    padding: 15px 25px;
    overflow: auto
}

.coveo-useractions-event-left {
    float: left;
    width: 35%
}

.coveo-useractions-event-right {
    float: right;
    width: 65%
}

.coveo-useractions-event-header {
    background-color: #fff
}

.coveo-useractions-event-title {
    display: block;
    font-size: .8em;
    color: #9f9f9b
}

.coveo-useractions-event-value {
    display: block;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.coveo-useractions-event-value:visited {
    color: #06c
}

.coveo-useractions-event-value-expand {
    display: block;
    font-weight: 700;
    white-space: normal;
    word-wrap: break-word
}

.coveo-useractions-events-list {
    overflow: auto
}

.coveo-useractions-event-icon {
    float: right;
    margin-top: 15px;
    margin-right: -20px
}

.coveo-useractions-nodata {
    text-align: center;
    display: block;
    border-bottom: 1px solid #e3e8ed
}

.coveo-useractions-button {
    text-align: center;
    background-color: #629ace;
    padding: 2px;
    color: #fff;
    cursor: pointer;
    font-weight: 700
}

.CoveoUserActions .coveo-loading-animation {
    text-align: center;
    margin: 10px
}

.coveo-useractions-placeholder {
    display: none;
    text-align: center
}

.CoveoUserActions.coveo-editable .coveo-useractions-placeholder {
    display: block
}

.CoveoMatrix {
    margin: 10px 5px
}

.coveo-matrix-title {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    margin: 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 {
    color: #1d4f76;
    font-weight: 700;
    height: 45px;
    background-color: #f7f8f9
}

.matrix-total-row {
    font-weight: 700
}

.coveo-matrix-cell {
    display: table-cell;
    padding: 5px;
    text-align: right;
    overflow: hidden;
    vertical-align: middle;
    border: 1px solid #bcc3ca
}

.coveo-matrix-cell:hover {
    cursor: pointer
}

.coveo-matrix-unimportant {
    color: #d3d3d3
}

.matrix-results-preview-container {
    position: absolute;
    z-index: 1;
    border: 1px solid #bcc3ca;
    border-radius: 2px;
    background-color: #fff
}

.matrix-results-preview-container .coveo-result-frame {
    border-bottom: 1px solid #bcc3ca;
    text-align: left;
    overflow: hidden;
    padding: 5px
}

.matrix-results-preview-container .coveo-result-cell {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.CoveoAttachToCase {
    height: 16px;
    display: inline-block
}

.CoveoAttachToCase span {
    display: inline-block;
    color: #adadad;
    padding-right: 5px;
    cursor: pointer;
    vertical-align: middle
}

.CoveoAttachToCase span:before {
    display: inline-block;
    content: "";
    margin-right: 3px;
    vertical-align: middle
}

.CoveoAttachToCase span.coveo-attach-to-case-attach {
    visibility: hidden
}

.CoveoAttachToCase span.coveo-attach-to-case-loading:before {
    background: url(../image/wait_facet.gif) no-repeat;
    background-size: 100%;
    width: 10px;
    height: 10px;
    margin: 1px 6px 1px 3px
}

.CoveoAttachToCase span.coveo-attach-to-case-readonly {
    cursor: inherit
}

.CoveoAttachToCase span span {
    vertical-align: middle
}

.coveo-result-frame:hover .coveo-attach-to-case-attach:not(.coveo-attach-to-case-readonly) {
    visibility: visible
}

.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
}

.CoveoExportToExcel {
    overflow: hidden;
    margin-top: 10px;
    display: none
}

.CoveoExportToExcel.coveo-export-to-excel-opened {
    display: block
}

.CoveoFieldTable {
    border: 1px solid #bcc3ca;
    border-radius: 2px;
    width: 100%;
    background-color: #f7f8f9;
    padding-bottom: 10px;
    position: relative;
    word-break: break-all;
    border-collapse: separate;
    margin-bottom: 20px
}

.CoveoFieldTable td,
.CoveoFieldTable th {
    font-size: 14px
}

.CoveoFieldTable td {
    width: 99%;
    padding: 10px 20px 0 0
}

.CoveoFieldTable th {
    color: #67768b;
    text-align: left;
    font-weight: 400;
    white-space: nowrap;
    padding: 10px 10px 0 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: 700
}

.coveo-field-table-toggle {
    color: #296896;
    text-decoration: none;
    cursor: pointer;
    margin: 0 5px 5px 0
}

.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 {
    overflow: hidden;
    height: 0;
    -webkit-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.coveo-field-table-toggle-container.coveo-no-transition {
    -webkit-transition: none;
    transition: none
}

.coveo-field-table-toggle-icon {
    position: relative;
    top: 2px;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    opacity: 1
}

.coveo-field-table-toggle-icon.coveo-opened {
    opacity: 0
}

.coveo-field-table-toggle-icon-up {
    position: absolute;
    bottom: 10px;
    right: 10px;
    margin: 0;
    display: none
}

.coveo-field-table-toggle-icon-up.coveo-opened {
    display: inline-block
}

.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: 700
}

.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;
    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 *,
.coveo-card-overlay .coveo-clickable:hover {
    color: #009ddc
}

.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: .25s;
    transition-duration: .25s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    font-size: 12px;
    color: #1d4f76;
    font-weight: 400;
    letter-spacing: .25px;
    height: 40px
}

.coveo-small-tabs .CoveoTab.coveo-selected,
.coveo-small-tabs .CoveoTab.coveo-selected:hover {
    font-weight: 700
}

.coveo-small-tabs .CoveoTab * {
    line-height: 40px
}

.coveo-small-tabs .CoveoTab.coveo-selected,
.coveo-small-tabs .CoveoTab.coveo-selected:hover {
    border-bottom: 0
}

.coveo-small-tabs .CoveoTab.coveo-selected:hover p,
.coveo-small-tabs .CoveoTab.coveo-selected p {
    border-bottom: 2px solid #263e55
}

.coveo-small-tabs .coveo-tab-list {
    list-style: none;
    background-color: #fff;
    border: 1px 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
}

.CoveoSearchInterface.coveo-small-facets .coveo-results-header {
    padding-left: 10px
}

.CoveoSearchInterface.coveo-small-facets .coveo-sort-section span:first-child {
    padding-left: 0
}

.CoveoSearchInterface.coveo-small-facets .coveo-list-layout .CoveoResult {
    margin: 0;
    padding: 15px 10px 15px 15px
}

.CoveoSearchInterface.coveo-small-facets .coveo-results-column {
    padding-right: 0;
    padding-left: 0;
    padding-top: 0
}

.CoveoSearchInterface.coveo-small-facets .CoveoResultList {
    margin-bottom: 15px
}

.CoveoSearchInterface.coveo-small-facets .coveo-facet-dropdown-content {
    z-index: 20;
    margin: 0
}

.CoveoSearchInterface.coveo-small-facets .coveo-facet-dropdown-header {
    -webkit-box-ordinal-group: 2;
    box-ordinal-group: 2;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -ms-flex-order: 2;
    border: 1px solid #bcc3ca;
    border-radius: 2px;
    background-color: #fff
}

.CoveoSearchInterface.coveo-small-facets .coveo-facet-dropdown-header.coveo-dropdown-header-active {
    z-index: 20
}

.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, .25);
    box-shadow: 0 7px 15px rgba(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 .CoveoFacetRange,
.CoveoSearchInterface.coveo-small-facets .coveo-facet-column.coveo-facet-dropdown-content .CoveoFacetSlider,
.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 .CoveoFacetRange .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 .CoveoHierarchicalFacet .coveo-facet-header {
    border: 0;
    border-radius: 0;
    border-top: 1px solid #bcc3ca;
    white-space: normal
}

.CoveoSearchInterface.coveo-small-facets .coveo-facet-header-filter-by-container {
    background: #f7f8f9;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .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
}

@-webkit-keyframes h {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes h {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.CoveoSearchInterface.coveo-small-recommendation .coveo-recommendation-dropdown-header {
    -webkit-box-ordinal-group: 1;
    box-ordinal-group: 1;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -ms-flex-order: 1;
    border: 1px solid #bcc3ca;
    border-radius: 2px;
    background-color: #fff
}

.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 .3s cubic-bezier(.4, 0, .2, 1);
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
    overflow: hidden;
    max-height: 0;
    width: 100%;
    padding: 0;
    margin: 25px 0 15px;
    border-bottom: 0 solid #e6ecf0
}

.CoveoSearchInterface.coveo-small-recommendation .coveo-recommendation-dropdown-content .coveo-media-max-width-640 {
    -webkit-transition: all .4s cubic-bezier(.4, 0, .2, 1);
    transition: all .4s cubic-bezier(.4, 0, .2, 1)
}

@media (max-width:640px) {
    .CoveoSearchInterface.coveo-small-recommendation .coveo-recommendation-dropdown-content {
        -webkit-transition: all .4s cubic-bezier(.4, 0, .2, 1);
        transition: all .4s cubic-bezier(.4, 0, .2, 1)
    }
}

.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 .coveo-recommendation-dropdown-container,
.CoveoSearchInterface.coveo-small-recommendation .coveo-recommendation-facet-column,
.CoveoSearchInterface.coveo-small-recommendation .CoveoRecommendation {
    padding: 0
}

.CoveoSearchInterface.coveo-small-recommendation .CoveoRecommendation {
    border: none
}

.CoveoSearchInterface.coveo-small-recommendation .CoveoResultlist .CoveoResult:first-child {
    border-top: 1px solid #bcc3ca
}

.CoveoSearchInterface.coveo-small-recommendation .coveo-recommendation-header {
    padding: 5px 0;
    background-color: #e6ecf0;
    border-bottom: 1px solid #bcc3ca
}

.CoveoSearchInterface.coveo-small-recommendation .coveo-recommendation-title {
    color: #67768b
}

.coveo-small-facets #coveo-recommendation-results-column,
.coveo-small-recommendation #coveo-recommendation-results-column {
    width: auto;
    display: block
}

.coveo-small-facets .coveo-recommendation-facet-column,
.coveo-small-recommendation .coveo-recommendation-facet-column {
    width: 30%
}

.CoveoSearchInterface.coveo-small-facets .coveo-dropdown-content,
.CoveoSearchInterface.coveo-small-recommendation .coveo-dropdown-content,
.CoveoSearchInterface.coveo-small-tabs .coveo-dropdown-content {
    padding: 0
}

.CoveoSearchInterface.coveo-small-facets .coveo-dropdown-header,
.CoveoSearchInterface.coveo-small-recommendation .coveo-dropdown-header,
.CoveoSearchInterface.coveo-small-tabs .coveo-dropdown-header {
    font-size: 12px;
    display: inline-block;
    padding: 0 7px;
    height: 22px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: .09px;
    vertical-align: middle;
    white-space: normal;
    color: #1d4f76;
    cursor: pointer;
    text-transform: uppercase
}

.CoveoSearchInterface.coveo-small-facets .coveo-dropdown-header *,
.CoveoSearchInterface.coveo-small-recommendation .coveo-dropdown-header *,
.CoveoSearchInterface.coveo-small-tabs .coveo-dropdown-header * {
    display: inline-block;
    margin: 0
}

.CoveoSearchInterface.coveo-small-facets .coveo-dropdown-header p,
.CoveoSearchInterface.coveo-small-recommendation .coveo-dropdown-header p,
.CoveoSearchInterface.coveo-small-tabs .coveo-dropdown-header p {
    line-height: 16px
}

.CoveoSearchInterface.coveo-small-facets .coveo-dropdown-header .coveo-sprites-more-tabs,
.CoveoSearchInterface.coveo-small-recommendation .coveo-dropdown-header .coveo-sprites-more-tabs,
.CoveoSearchInterface.coveo-small-tabs .coveo-dropdown-header .coveo-sprites-more-tabs {
    margin-left: 10px
}

.CoveoSearchInterface.coveo-small-facets .coveo-dropdown-header.coveo-hidden,
.CoveoSearchInterface.coveo-small-recommendation .coveo-dropdown-header.coveo-hidden,
.CoveoSearchInterface.coveo-small-tabs .coveo-dropdown-header.coveo-hidden {
    display: none
}

.CoveoSearchInterface.coveo-small-facets .coveo-tab-section>a:last-of-type,
.CoveoSearchInterface.coveo-small-recommendation .coveo-tab-section>a:last-of-type,
.CoveoSearchInterface.coveo-small-tabs .coveo-tab-section>a:last-of-type {
    margin-right: 20px
}

.CoveoSearchInterface.coveo-small-facets .coveo-dropdown-header-wrapper,
.CoveoSearchInterface.coveo-small-recommendation .coveo-dropdown-header-wrapper,
.CoveoSearchInterface.coveo-small-tabs .coveo-dropdown-header-wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: end;
    box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end
}

.CoveoSearchInterface.coveo-small-facets .coveo-dropdown-header-wrapper a,
.CoveoSearchInterface.coveo-small-recommendation .coveo-dropdown-header-wrapper a,
.CoveoSearchInterface.coveo-small-tabs .coveo-dropdown-header-wrapper a {
    margin-right: 10px
}

.CoveoSearchInterface.coveo-small-tabs.coveo-small-facets .coveo-tab-section,
.CoveoSearchInterface.coveo-small-tabs .coveo-tab-section {
    min-height: 40px
}

.CoveoSearchInterface.coveo-small-facets .coveo-tab-section {
    min-height: 30px
}

.CoveoSearchInterface.coveo-small-interface .coveo-search-section {
    margin: 0;
    padding: 20px 10px;
    margin: 0 auto;
    width: 100%;
    max-width: none
}

.CoveoSearchInterface.coveo-small-interface .coveo-tab-section {
    background-color: #f7f8f9
}

.CoveoSearchInterface.coveo-small-interface .CoveoSearchbox {
    max-width: 800px
}

.CoveoSearchInterface.coveo-small-interface .CoveoSettings {
    margin-left: 0
}

.CoveoSearchInterface.coveo-small-interface .CoveoSearchbox {
    margin-right: 50px
}

.coveo-dropdown-background {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    background: rgba(28, 79, 118, .9);
    opacity: 0;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15
}

.CoveoRecommendation {
    margin: 10px 0;
    padding: 0;
    position: relative;
    border: 1px solid #bcc3ca;
    border-radius: 2px
}

.coveo-recommendation-header {
    padding: 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: #fff;
    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: 1px solid #bcc3ca;
    border-bottom: none
}

.coveo-recommendation-column {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    padding: 5px 15px
}

#coveo-recommendation-results-column {
    width: 49%;
    display: inline-block
}

#coveo-recommendation-facet-column {
    display: inline-block;
    width: 22%;
    vertical-align: top
}

#coveo-recommendation-main-section {
    max-width: 1450px
}

body {
    margin: 0
}

.CoveoAdvancedSearch {
    position: relative;
    text-align: left
}

@media (max-width:800px) {
    .CoveoAdvancedSearch {
        margin: 20px
    }
}

.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: 700;
    border-bottom: 1px solid #bcc3ca;
    padding: 5px 0
}

.coveo-advanced-search-date-input-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    height: 45px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.coveo-advanced-search-date-input-section .coveo-radio {
    width: 20%
}

.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: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.coveo-advanced-search-document-input-section .coveo-input {
    -webkit-flex-basis: 200px;
    flex-basis: 200px;
    -ms-flex-preferred-size: 200px;
    -webkit-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-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,
#coveo-advanced-search-select-month {
    width: 50px
}

#coveo-advanced-search-select-year {
    width: 70px
}

.coveo-advanced-search-keyword-label {
    width: 40%;
    display: inline-block
}

.coveo-advanced-search-label {
    width: 20%;
    display: inline-block
}

.coveo-advanced-search-select {
    margin: 0 5px
}

.coveo-advanced-search-panel-close {
    float: right;
    position: absolute;
    top: 0;
    display: inline-block;
    cursor: pointer;
    right: 0
}

.coveo-advanced-search-panel-close .coveo-icon {
    position: relative;
    top: 2px
}

.coveo-advanced-search-panel-title {
    font-size: 18px;
    display: inline-block
}

.coveo-advanced-search-and {
    display: inline-block;
    margin: 0 5px
}

.coveo-advanced-search-number-input {
    max-width: 45px;
    margin: 0 5px
}

#coveo-advanced-search-execute-query {
    width: 200px;
    height: 35px;
    display: block;
    margin: 15px 0 15px auto
}

.coveo-size-input-mode-section {
    display: inline-block;
    width: 80%
}

.coveo-size-input-mode-section>* {
    margin: 5px 0
}

.CoveoCardActionBar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 44px;
    background-color: #263e55;
    color: #fff;
    margin: auto -20px -20px;
    padding: 0 0 10px 20px;
    font-size: 11px;
    -webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, .2);
    z-index: 1;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out
}

.CoveoCardActionBar.coveo-opened {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.CoveoCardActionBar>* {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: 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-container {
    position: absolute;
    text-align: center;
    bottom: 0;
    width: 100%;
    background-color: #263e55;
    color: #fff;
    left: 0
}

.CoveoCardOverlay {
    cursor: pointer
}

.coveo-card-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1;
    background-color: #263e55;
    color: #fff;
    cursor: default;
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: i .5s linear;
    animation: i .5s linear
}

.coveo-card-overlay.coveo-hidden-for-tab-nav {
    display: none
}

@-webkit-keyframes i {
    0% {
        opacity: 1
    }
    60% {
        opacity: 1
    }
    80% {
        opacity: 0
    }
    to {
        opacity: 0
    }
}

@keyframes i {
    0% {
        opacity: 1
    }
    60% {
        opacity: 1
    }
    80% {
        opacity: 0
    }
    to {
        opacity: 0
    }
}

.coveo-card-overlay.coveo-opened {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation: j .5s linear;
    animation: j .5s linear
}

@-webkit-keyframes j {
    0% {
        opacity: 0
    }
    20% {
        opacity: 0
    }
    40% {
        opacity: 1
    }
    to {
        opacity: 1
    }
}

@keyframes j {
    0% {
        opacity: 0
    }
    20% {
        opacity: 0
    }
    40% {
        opacity: 1
    }
    to {
        opacity: 1
    }
}

.coveo-card-overlay-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-shrink: 0;
    -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;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.CoveoResult.coveo-with-card-overlay {
    -webkit-transition: min-height .5s;
    transition: min-height .5s;
    min-height: 0
}

.CoveoResult.coveo-card-overlay-opened {
    min-height: 180px
}

.CoveoFollowItem {
    display: inline-block;
    color: #adadad;
    padding-left: 7px;
    cursor: pointer
}

.CoveoFollowItem:before {
    content: "";
    vertical-align: middle;
    margin-right: 6px
}

.CoveoFollowItem.coveo-follow-item-loading:before {
    -webkit-animation-name: h;
    animation-name: h;
    -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;
    width: 16px;
    height: 16px;
    margin: 1px 9px 1px 3px
}

.CoveoFollowItem span {
    vertical-align: middle
}

.CoveoCardActionBar .CoveoFollowItem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    color: #fff
}

.CoveoFollowQuery {
    overflow: hidden;
    margin-top: 10px;
    display: none
}

.CoveoFollowQuery.coveo-follow-query-opened {
    display: block
}

.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-subscriptions-panel-fail {
    padding: 10px
}

.coveo-subscriptions-panel .coveo-subscriptions-panel-close {
    float: right;
    padding: 4px;
    border-radius: 2px;
    background-color: #f7f7f7;
    height: 24px;
    width: 24px;
    cursor: pointer
}

.coveo-subscriptions-panel .coveo-subscriptions-panel-close .coveo-icon {
    vertical-align: text-top
}

.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 td,
.coveo-subscriptions-panel .coveo-subscriptions-panel-content th {
    text-align: left;
    padding: 0 10px;
    line-height: 37px;
    height: 37px
}

.coveo-subscriptions-panel .coveo-subscriptions-panel-content td.coveo-subscriptions-panel-content-type,
.coveo-subscriptions-panel .coveo-subscriptions-panel-content th.coveo-subscriptions-panel-content-type {
    padding-left: 30px
}

.coveo-subscriptions-panel .coveo-subscriptions-panel-content td.coveo-subscriptions-panel-content-actions,
.coveo-subscriptions-panel .coveo-subscriptions-panel-content th.coveo-subscriptions-panel-content-actions {
    padding-right: 30px
}

.coveo-subscriptions-panel .coveo-subscriptions-panel-content th {
    color: #395f84;
    font-size: 13px;
    font-weight: 700;
    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: #fff;
    position: absolute;
    left: 8px;
    top: 15px
}

.coveo-subscriptions-panel .coveo-subscriptions-panel-content .coveo-subscriptions-panel-subscription:hover {
    background-color: #e6ecf0
}

.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-messages-message {
    background-color: #ecad00;
    border-radius: 2px;
    padding: 7px;
    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
}

.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;
    border-color: transparent transparent #ecad00;
    float: left
}

.coveo-subscriptions-messages-message .coveo-subscriptions-messages-content {
    line-height: 26px;
    vertical-align: middle;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis
}

.coveo-subscriptions-messages-message .coveo-subscriptions-messages-info-close {
    float: right;
    display: inline-block;
    cursor: pointer;
    padding: 0 4px
}

.coveo-subscriptions-messages-message .coveo-subscriptions-messages-info-close:before {
    content: "";
    vertical-align: middle
}

.coveo-input {
    position: relative;
    margin-top: 35px
}

.coveo-input input {
    width: 100%;
    height: 34px;
    padding: 0;
    border: 0;
    border-bottom: 1px solid rgba(79, 86, 88, .4);
    border-radius: 0;
    outline: 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.coveo-input input:disabled,
.coveo-input input:focus:not([readonly]),
.coveo-input input:valid {
    color: #373737;
    border-bottom: 1px solid #296896
}

.coveo-input input:disabled::-webkit-input-placeholder,
.coveo-input input:focus:not([readonly])::-webkit-input-placeholder,
.coveo-input input:valid::-webkit-input-placeholder {
    color: #4f5658;
    font-family: "'Lato', Arial, Helvetica, sans-serif";
    font-size: inherit;
    text-transform: none;
    -webkit-transition: color .2s ease;
    transition: color .2s ease
}

.coveo-input input:disabled::-ms-input-placeholder,
.coveo-input input:focus:not([readonly])::-ms-input-placeholder,
.coveo-input input:valid::-ms-input-placeholder {
    color: #4f5658;
    font-family: "'Lato', Arial, Helvetica, sans-serif";
    font-size: inherit;
    text-transform: none;
    -webkit-transition: color .2s ease;
    transition: color .2s ease
}

.coveo-input input:disabled::placeholder,
.coveo-input input:focus:not([readonly])::placeholder,
.coveo-input input:valid::placeholder {
    color: #4f5658;
    font-family: "'Lato', Arial, Helvetica, sans-serif";
    font-size: inherit;
    text-transform: none;
    -webkit-transition: color .2s ease;
    transition: color .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;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #373737;
    font-size: 15px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    pointer-events: none
}

.coveo-input input:disabled+label,
.coveo-input input:focus:not([readonly])+label,
.coveo-input input:valid+label,
.coveo-input label.active {
    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 .2s ease;
    transition: color .2s ease
}

.coveo-input input::-webkit-input-placeholder {
    color: transparent;
    font-family: "'Lato', Arial, Helvetica, sans-serif";
    font-size: inherit;
    text-transform: none;
    -webkit-transition: color .2s ease;
    transition: color .2s ease
}

.coveo-input input::-ms-input-placeholder {
    color: transparent;
    font-family: "'Lato', Arial, Helvetica, sans-serif";
    font-size: inherit;
    text-transform: none;
    -webkit-transition: color .2s ease;
    transition: color .2s ease
}

.coveo-input input::placeholder {
    color: transparent;
    font-family: "'Lato', Arial, Helvetica, sans-serif";
    font-size: inherit;
    text-transform: none;
    -webkit-transition: color .2s ease;
    transition: color .2s ease
}

.coveo-numeric-spinner *,
.coveo-numeric-spinner :after,
.coveo-numeric-spinner :before {
    -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;
    margin-left: -5px;
    vertical-align: top;
    border: 1px solid #a0aab3;
    border-radius: 0 2px 2px 0;
    padding-top: 2px;
    border-left-width: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.coveo-numeric-spinner .coveo-add-on div {
    padding: 0 6px;
    border-radius: 3px;
    cursor: pointer
}

.coveo-numeric-spinner .coveo-add-on div:hover {
    background-color: #296896
}

.coveo-numeric-spinner .coveo-add-on div i {
    display: block
}

.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: .28s ease;
    transition: .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:after,
.coveo-radio input[type=radio]+label:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 16px;
    height: 16px;
    content: "";
    border-radius: 50%;
    -webkit-transition: .28s ease;
    transition: .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(.5);
    transform: scale(.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
}

.radio-select .radio-option+.radio-option {
    margin-top: 18px
}

.coveo-dropdown {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    display: inline-block;
    border: 1px solid #a0aab3;
    border-radius: 2px 0 0 2px;
    font-size: 15px;
    background: #fff;
    margin: 0 10px;
    -webkit-flex-basis: 115px;
    flex-basis: 115px;
    -ms-flex-preferred-size: 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: 0 20px 0 0;
    text-indent: 5px;
    color: #4f5658
}

select.coveo-dropdown::-ms-expand {
    display: none
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .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: #fff;
    border: 1px solid #4f5658;
    border-radius: 2px;
    cursor: pointer
}

.coveo-button .icon {
    fill: #296896
}

.coveo-button:focus,
.coveo-button:hover {
    text-decoration: none
}

.coveo-button:focus {
    background-color: #bcc3ca;
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    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, .5);
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, .5)
}

.pika-single {
    *zoom: 1
}

.pika-single:after,
.pika-single:before {
    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: 700;
    background-color: #fff
}

.pika-next,
.pika-prev {
    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: 50%;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    opacity: .5;
    *position: absolute;
    *top: 0
}

.pika-next:hover,
.pika-prev:hover {
    opacity: 1
}

.pika-next.is-disabled,
.pika-prev.is-disabled {
    cursor: default;
    opacity: .2
}

.is-rtl .pika-next,
.pika-prev {
    float: left;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
    *left: 0
}

.is-rtl .pika-prev,
.pika-next {
    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 td,
.pika-table th {
    width: 14.285714285714286%;
    padding: 0
}

.pika-table th {
    color: #999;
    font-size: 12px;
    line-height: 25px;
    font-weight: 700;
    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: 700
}

.is-selected .pika-button {
    color: #fff;
    font-weight: 700;
    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: .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 {
    background: #6cb31d
}

.is-endrange .pika-button,
.is-startrange .pika-button {
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 3px
}

.is-endrange .pika-button {
    background: #296896
}

.CoveoSearchInterface {
    min-width: 300px
}

.CoveoSearchInterface .coveo-search-section {
    max-width: 800px;
    margin: 54px auto 47px;
    padding: 0 10px
}

.CoveoSearchInterface .coveo-main-section {
    *zoom: 1;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

.CoveoSearchInterface .coveo-main-section:after,
.CoveoSearchInterface .coveo-main-section:before {
    content: " ";
    display: table
}

.CoveoSearchInterface .coveo-main-section:after {
    clear: both
}

.CoveoSearchInterface .coveo-facet-column {
    display: block;
    float: left;
    margin-right: 0;
    width: 30%;
    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: 50%;
    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%
    }
}

.coveo-results-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    padding-top: 10px;
    min-height: 35px;
    overflow: hidden;
    -webkit-box-shadow: 0 -1px 0 0 #bcc3ca inset;
    box-shadow: inset 0 -1px 0 0 #bcc3ca
}

.coveo-results-header.coveo-no-results,
.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
}

.coveo-result-layout-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
}

.coveo-result-layout-section.coveo-result-layout-hidden {
    display: none
}

.coveo-sort-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
}

.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-summary-section {
    width: 100%;
    margin-bottom: 10px
}

.coveo-media-max-width-480 .coveo-results-header {
    -webkit-flex-wrap: wrap;
    -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-summary-section {
        width: 100%;
        margin-bottom: 10px
    }
    .coveo-results-header {
        -webkit-flex-wrap: wrap;
        -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
    }
}

.CoveoSearchInterface.coveo-small-facets .coveo-dropdown-header-wrapper .coveo-facet-dropdown-header {
    margin-right: 0;
    height: auto;
    background-color: #fff
}

.coveo-dropdown-background {
    background: rgba(0, 0, 0, .4)
}

.CoveoSearchInterface.coveo-small-facets .coveo-facet-column.coveo-facet-dropdown-content {
    left: 20px !important;
    width: calc(100% - 40px) !important;
    margin-top: -46px
}

@media (min-width:576px) {
    .CoveoSearchInterface.coveo-small-facets .coveo-facet-column.coveo-facet-dropdown-content {
        left: 40px !important;
        width: calc(100% - 80px) !important
    }
}

.coveo-results-column .coveo-dropdown-header-wrapper {
    display: none !important
}

.coveo-facet-breadcrumb-title {
    color: #81716a
}

.coveo-facet-search-select-all {
    color: #333132;
    font-family: Chronicle Display A, Chronicle Display B, Georgia, Times, serif
}

.coveo-hierarchical-breadcrumb-separator {
    border: 0;
    color: #ff4612;
    display: inline-block;
    height: 1em;
    left: auto;
    position: relative;
    text-align: center;
    top: auto;
    width: 1em
}

.coveo-hierarchical-breadcrumb-separator:before {
    color: #ff4612;
    content: "›";
    display: inline-block
}

.CoveoFacet,
.CoveoHierarchicalFacet {
    border: 1px solid #dad1cc;
    border-radius: .375rem .375rem 0 0;
    margin: 0 0 20px;
    width: 100%
}

.CoveoFacet .coveo-facet-header,
.CoveoHierarchicalFacet .coveo-facet-header {
    background: transparent;
    font-size: .857rem;
    padding: 20px 30px
}

.CoveoFacet .coveo-facet-header-title,
.CoveoHierarchicalFacet .coveo-facet-header-title {
    color: #333132;
    font-size: .857rem;
    overflow: visible;
    white-space: normal
}

.CoveoFacet ul.coveo-facet-search-results,
.CoveoFacet ul.coveo-facet-values,
.CoveoHierarchicalFacet ul.coveo-facet-search-results,
.CoveoHierarchicalFacet ul.coveo-facet-values {
    color: #333132;
    font-size: 1rem;
    padding: 0
}

.CoveoFacet ul.coveo-facet-search-results .coveo-facet-value,
.CoveoFacet ul.coveo-facet-values .coveo-facet-value,
.CoveoHierarchicalFacet ul.coveo-facet-search-results .coveo-facet-value,
.CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value {
    border-top: 1px solid #dad1cc;
    display: block;
    padding: 19px 27px;
    position: relative;
    -webkit-transition: color .3s;
    transition: color .3s
}

.CoveoFacet ul.coveo-facet-search-results .coveo-facet-value .coveo-facet-value-label,
.CoveoFacet ul.coveo-facet-values .coveo-facet-value .coveo-facet-value-label,
.CoveoHierarchicalFacet ul.coveo-facet-search-results .coveo-facet-value .coveo-facet-value-label,
.CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value .coveo-facet-value-label {
    margin: 0;
    padding: 0
}

.CoveoFacet ul.coveo-facet-search-results .coveo-facet-value:not(.coveo-facet-search-button).coveo-selected .coveo-facet-value-checkbox-svg,
.CoveoFacet ul.coveo-facet-search-results .coveo-facet-value:not(.coveo-facet-search-button):hover .coveo-facet-value-checkbox-svg,
.CoveoFacet ul.coveo-facet-values .coveo-facet-value:not(.coveo-facet-search-button).coveo-selected .coveo-facet-value-checkbox-svg,
.CoveoFacet ul.coveo-facet-values .coveo-facet-value:not(.coveo-facet-search-button):hover .coveo-facet-value-checkbox-svg,
.CoveoHierarchicalFacet ul.coveo-facet-search-results .coveo-facet-value:not(.coveo-facet-search-button).coveo-selected .coveo-facet-value-checkbox-svg,
.CoveoHierarchicalFacet ul.coveo-facet-search-results .coveo-facet-value:not(.coveo-facet-search-button):hover .coveo-facet-value-checkbox-svg,
.CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value:not(.coveo-facet-search-button).coveo-selected .coveo-facet-value-checkbox-svg,
.CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value:not(.coveo-facet-search-button):hover .coveo-facet-value-checkbox-svg {
    margin-top: -9px
}

.CoveoFacet ul.coveo-facet-search-results .coveo-facet-value:not(.coveo-facet-search-button).coveo-selected .coveo-facet-value-checkbox-svg .coveo-hook-svg,
.CoveoFacet ul.coveo-facet-search-results .coveo-facet-value:not(.coveo-facet-search-button):hover .coveo-facet-value-checkbox-svg .coveo-hook-svg,
.CoveoFacet ul.coveo-facet-values .coveo-facet-value:not(.coveo-facet-search-button).coveo-selected .coveo-facet-value-checkbox-svg .coveo-hook-svg,
.CoveoFacet ul.coveo-facet-values .coveo-facet-value:not(.coveo-facet-search-button):hover .coveo-facet-value-checkbox-svg .coveo-hook-svg,
.CoveoHierarchicalFacet ul.coveo-facet-search-results .coveo-facet-value:not(.coveo-facet-search-button).coveo-selected .coveo-facet-value-checkbox-svg .coveo-hook-svg,
.CoveoHierarchicalFacet ul.coveo-facet-search-results .coveo-facet-value:not(.coveo-facet-search-button):hover .coveo-facet-value-checkbox-svg .coveo-hook-svg,
.CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value:not(.coveo-facet-search-button).coveo-selected .coveo-facet-value-checkbox-svg .coveo-hook-svg,
.CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value:not(.coveo-facet-search-button):hover .coveo-facet-value-checkbox-svg .coveo-hook-svg {
    fill: #333132
}

.CoveoFacet ul.coveo-facet-search-results .coveo-facet-value.coveo-has-childs,
.CoveoFacet ul.coveo-facet-values .coveo-facet-value.coveo-has-childs,
.CoveoHierarchicalFacet ul.coveo-facet-search-results .coveo-facet-value.coveo-has-childs,
.CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value.coveo-has-childs {
    padding-right: 50px
}

.CoveoFacet ul.coveo-facet-search-results .coveo-facet-value.coveo-has-childs .coveo-has-childs-toggle,
.CoveoFacet ul.coveo-facet-values .coveo-facet-value.coveo-has-childs .coveo-has-childs-toggle,
.CoveoHierarchicalFacet ul.coveo-facet-search-results .coveo-facet-value.coveo-has-childs .coveo-has-childs-toggle,
.CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value.coveo-has-childs .coveo-has-childs-toggle {
    background: none;
    color: #ff4612;
    left: auto;
    right: 30px;
    text-indent: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.CoveoFacet ul.coveo-facet-search-results .coveo-facet-value.coveo-has-childs .coveo-has-childs-toggle:before,
.CoveoFacet ul.coveo-facet-values .coveo-facet-value.coveo-has-childs .coveo-has-childs-toggle:before,
.CoveoHierarchicalFacet ul.coveo-facet-search-results .coveo-facet-value.coveo-has-childs .coveo-has-childs-toggle:before,
.CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value.coveo-has-childs .coveo-has-childs-toggle:before {
    content: "›";
    display: block;
    font-size: 1.75em;
    height: .625em;
    left: 50%;
    line-height: .5;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
    width: .625em
}

.CoveoFacet ul.coveo-facet-search-results .coveo-facet-value.coveo-has-childs.coveo-open .coveo-has-childs-toggle,
.CoveoFacet ul.coveo-facet-values .coveo-facet-value.coveo-has-childs.coveo-open .coveo-has-childs-toggle,
.CoveoHierarchicalFacet ul.coveo-facet-search-results .coveo-facet-value.coveo-has-childs.coveo-open .coveo-has-childs-toggle,
.CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value.coveo-has-childs.coveo-open .coveo-has-childs-toggle {
    background: none;
    text-indent: 0;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

.CoveoFacet ul.coveo-facet-search-results .coveo-facet-value.coveo-facet-search-button,
.CoveoFacet ul.coveo-facet-values .coveo-facet-value.coveo-facet-search-button,
.CoveoHierarchicalFacet ul.coveo-facet-search-results .coveo-facet-value.coveo-facet-search-button,
.CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value.coveo-facet-search-button {
    color: #333132;
    line-height: 1.571rem;
    -webkit-transition: color .3s;
    transition: color .3s
}

.CoveoFacet ul.coveo-facet-search-results .coveo-facet-value.coveo-facet-search-button .coveo-facet-value-checkbox,
.CoveoFacet ul.coveo-facet-values .coveo-facet-value.coveo-facet-search-button .coveo-facet-value-checkbox,
.CoveoHierarchicalFacet ul.coveo-facet-search-results .coveo-facet-value.coveo-facet-search-button .coveo-facet-value-checkbox,
.CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value.coveo-facet-search-button .coveo-facet-value-checkbox {
    border: none
}

.CoveoFacet ul.coveo-facet-search-results .coveo-facet-value.coveo-facet-search-button .coveo-facet-value-checkbox:before,
.CoveoFacet ul.coveo-facet-values .coveo-facet-value.coveo-facet-search-button .coveo-facet-value-checkbox:before,
.CoveoHierarchicalFacet ul.coveo-facet-search-results .coveo-facet-value.coveo-facet-search-button .coveo-facet-value-checkbox:before,
.CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value.coveo-facet-search-button .coveo-facet-value-checkbox:before {
    color: #ff4612;
    content: "\f002";
    display: block;
    font-family: FontAwesome;
    font-size: 1.5em;
    font-weight: 100;
    line-height: 1;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.CoveoFacet ul.coveo-facet-search-results .coveo-facet-value.coveo-facet-search-button .coveo-facet-value-checkbox>svg,
.CoveoFacet ul.coveo-facet-search-results .coveo-facet-value.coveo-facet-search-button .coveo-facet-value-checkbox span,
.CoveoFacet ul.coveo-facet-values .coveo-facet-value.coveo-facet-search-button .coveo-facet-value-checkbox>svg,
.CoveoFacet ul.coveo-facet-values .coveo-facet-value.coveo-facet-search-button .coveo-facet-value-checkbox span,
.CoveoHierarchicalFacet ul.coveo-facet-search-results .coveo-facet-value.coveo-facet-search-button .coveo-facet-value-checkbox>svg,
.CoveoHierarchicalFacet ul.coveo-facet-search-results .coveo-facet-value.coveo-facet-search-button .coveo-facet-value-checkbox span,
.CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value.coveo-facet-search-button .coveo-facet-value-checkbox>svg,
.CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value.coveo-facet-search-button .coveo-facet-value-checkbox span {
    display: none
}

.CoveoFacet ul.coveo-facet-search-results .coveo-facet-value.coveo-facet-search-button .coveo-facet-value-checkbox svg .coveo-hook-svg,
.CoveoFacet ul.coveo-facet-values .coveo-facet-value.coveo-facet-search-button .coveo-facet-value-checkbox svg .coveo-hook-svg,
.CoveoHierarchicalFacet ul.coveo-facet-search-results .coveo-facet-value.coveo-facet-search-button .coveo-facet-value-checkbox svg .coveo-hook-svg,
.CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value.coveo-facet-search-button .coveo-facet-value-checkbox svg .coveo-hook-svg {
    opacity: 0
}

.CoveoFacet ul.coveo-facet-search-results .coveo-facet-value.coveo-facet-search-button.coveo-focused .coveo-facet-value-checkbox.coveo-accessible-button,
.CoveoFacet ul.coveo-facet-values .coveo-facet-value.coveo-facet-search-button.coveo-focused .coveo-facet-value-checkbox.coveo-accessible-button,
.CoveoHierarchicalFacet ul.coveo-facet-search-results .coveo-facet-value.coveo-facet-search-button.coveo-focused .coveo-facet-value-checkbox.coveo-accessible-button,
.CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value.coveo-facet-search-button.coveo-focused .coveo-facet-value-checkbox.coveo-accessible-button {
    background-color: #e6ecf0
}

.CoveoFacet ul.coveo-facet-search-results .coveo-facet-value.coveo-facet-search-button:focus-visible,
.CoveoFacet ul.coveo-facet-search-results .coveo-facet-value.coveo-facet-search-button:hover,
.CoveoFacet ul.coveo-facet-values .coveo-facet-value.coveo-facet-search-button:focus-visible,
.CoveoFacet ul.coveo-facet-values .coveo-facet-value.coveo-facet-search-button:hover,
.CoveoHierarchicalFacet ul.coveo-facet-search-results .coveo-facet-value.coveo-facet-search-button:focus-visible,
.CoveoHierarchicalFacet ul.coveo-facet-search-results .coveo-facet-value.coveo-facet-search-button:hover,
.CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value.coveo-facet-search-button:focus-visible,
.CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value.coveo-facet-search-button:hover {
    text-decoration: underline
}

.CoveoFacet ul.coveo-facet-search-results .coveo-facet-value:focus-visible,
.CoveoFacet ul.coveo-facet-search-results .coveo-facet-value:hover,
.CoveoFacet ul.coveo-facet-values .coveo-facet-value:focus-visible,
.CoveoFacet ul.coveo-facet-values .coveo-facet-value:hover,
.CoveoHierarchicalFacet ul.coveo-facet-search-results .coveo-facet-value:focus-visible,
.CoveoHierarchicalFacet ul.coveo-facet-search-results .coveo-facet-value:hover,
.CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value:focus-visible,
.CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value:hover {
    background-color: transparent;
    cursor: pointer;
    text-decoration: underline;
    -webkit-transition: color .3s;
    transition: color .3s
}

.CoveoFacet ul.coveo-facet-search-results .coveo-facet-value .coveo-facet-value-checkbox,
.CoveoFacet ul.coveo-facet-values .coveo-facet-value .coveo-facet-value-checkbox,
.CoveoHierarchicalFacet ul.coveo-facet-search-results .coveo-facet-value .coveo-facet-value-checkbox,
.CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value .coveo-facet-value-checkbox {
    border-color: #81716a
}

.CoveoFacet ul.coveo-facet-search-results .coveo-facet-value .coveo-facet-value-checkbox:focus-visible,
.CoveoFacet ul.coveo-facet-values .coveo-facet-value .coveo-facet-value-checkbox:focus-visible,
.CoveoHierarchicalFacet ul.coveo-facet-search-results .coveo-facet-value .coveo-facet-value-checkbox:focus-visible,
.CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value .coveo-facet-value-checkbox:focus-visible {
    outline-width: 5px;
    outline-style: auto
}

.CoveoFacet ul.coveo-facet-search-results .coveo-facet-value .coveo-facet-value-checkbox:focus-visible svg,
.CoveoFacet ul.coveo-facet-values .coveo-facet-value .coveo-facet-value-checkbox:focus-visible svg,
.CoveoHierarchicalFacet ul.coveo-facet-search-results .coveo-facet-value .coveo-facet-value-checkbox:focus-visible svg,
.CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value .coveo-facet-value-checkbox:focus-visible svg {
    margin-top: -9px
}

.CoveoFacet ul.coveo-facet-search-results .coveo-facet-value .coveo-facet-value-checkbox:focus-visible svg .coveo-hook-svg,
.CoveoFacet ul.coveo-facet-values .coveo-facet-value .coveo-facet-value-checkbox:focus-visible svg .coveo-hook-svg,
.CoveoHierarchicalFacet ul.coveo-facet-search-results .coveo-facet-value .coveo-facet-value-checkbox:focus-visible svg .coveo-hook-svg,
.CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value .coveo-facet-value-checkbox:focus-visible svg .coveo-hook-svg {
    fill: #333132
}

.CoveoFacet ul.coveo-facet-search-results .coveo-facet-value .coveo-facet-value-exclude:focus-visible,
.CoveoFacet ul.coveo-facet-values .coveo-facet-value .coveo-facet-value-exclude:focus-visible,
.CoveoHierarchicalFacet ul.coveo-facet-search-results .coveo-facet-value .coveo-facet-value-exclude:focus-visible,
.CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value .coveo-facet-value-exclude:focus-visible {
    opacity: 1;
    outline: 5px auto highlight;
    outline: 5px auto -webkit-focus-ring-color
}

.CoveoFacet ul.coveo-facet-search-results .coveo-facet-value .coveo-facet-value-exclude:focus-visible .coveo-facet-value-exclude-svg,
.CoveoFacet ul.coveo-facet-values .coveo-facet-value .coveo-facet-value-exclude:focus-visible .coveo-facet-value-exclude-svg,
.CoveoHierarchicalFacet ul.coveo-facet-search-results .coveo-facet-value .coveo-facet-value-exclude:focus-visible .coveo-facet-value-exclude-svg,
.CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value .coveo-facet-value-exclude:focus-visible .coveo-facet-value-exclude-svg {
    margin-top: -13px;
    width: 9px;
    height: 9px;
    margin-left: 1px
}

.CoveoFacet ul.coveo-facet-search-results .coveo-facet-value .coveo-facet-value-exclude:focus-visible .coveo-facet-value-exclude-svg .coveo-exclusion-svg,
.CoveoFacet ul.coveo-facet-values .coveo-facet-value .coveo-facet-value-exclude:focus-visible .coveo-facet-value-exclude-svg .coveo-exclusion-svg,
.CoveoHierarchicalFacet ul.coveo-facet-search-results .coveo-facet-value .coveo-facet-value-exclude:focus-visible .coveo-facet-value-exclude-svg .coveo-exclusion-svg,
.CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value .coveo-facet-value-exclude:focus-visible .coveo-facet-value-exclude-svg .coveo-exclusion-svg {
    fill: #333132
}

.CoveoFacet ul.coveo-facet-search-results .coveo-facet-value .coveo-facet-value-exclude:focus-visible .coveo-icon,
.CoveoFacet ul.coveo-facet-values .coveo-facet-value .coveo-facet-value-exclude:focus-visible .coveo-icon,
.CoveoHierarchicalFacet ul.coveo-facet-search-results .coveo-facet-value .coveo-facet-value-exclude:focus-visible .coveo-icon,
.CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value .coveo-facet-value-exclude:focus-visible .coveo-icon {
    -webkit-filter: brightness(30%);
    filter: brightness(30%)
}

.CoveoFacet ul.coveo-facet-search-results,
.CoveoHierarchicalFacet ul.coveo-facet-search-results {
    margin-right: 20px;
    margin-left: 20px;
    width: calc(100% - 40px)
}

.CoveoFacet ul.coveo-facet-search-results .coveo-facet-search-selectable label.coveo-facet-value-label .coveo-facet-value-checkbox svg.coveo-facet-value-checkbox-svg,
.CoveoHierarchicalFacet ul.coveo-facet-search-results .coveo-facet-search-selectable label.coveo-facet-value-label .coveo-facet-value-checkbox svg.coveo-facet-value-checkbox-svg {
    margin-top: -13px
}

.CoveoFacet .coveo-facet-value-count,
.CoveoHierarchicalFacet .coveo-facet-value-count {
    color: #81716a;
    font-size: 1rem;
    -webkit-transition: color .3s;
    transition: color .3s
}

.CoveoFacet .coveo-bottomSpace,
.CoveoFacet .coveo-facet-footer,
.CoveoHierarchicalFacet .coveo-bottomSpace,
.CoveoHierarchicalFacet .coveo-facet-footer {
    display: none
}

.coveo-facet-search-selectable .coveo-facet-value-checkbox span {
    top: -3px
}

.coveo-facet-search-selectable.coveo-current {
    background-color: hsla(21, 16%, 83%, .2)
}

.coveo-recommendations .coveo-facet-column {
    margin: 0;
    padding: 15px 0 0;
    width: 100%
}

.ie .coveo-recommendations .coveo-facet-column .coveo-bottomSpace {
    display: inline
}

.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 .CoveoHierarchicalFacet .coveo-facet-header {
    border-top: 1px solid #dad1cc
}

.CoveoSearchInterface .coveo-facet-dropdown-modal-content {
    background-color: #fff;
    left: 0;
    margin-left: 20px;
    margin-right: 20px;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    width: calc(100% - 40px);
    z-index: 2
}

.CoveoSearchInterface .coveo-facet-modal-close-button {
    display: none
}

.CoveoSearchInterface .coveo-dropdown-background {
    opacity: .9;
    z-index: 1
}

.CoveoFacet[data-field*=relatedofficesname][data-sort-criteria=alphaascending] .coveo-facet-value-count {
    display: none
}

.client-work-facet {
    padding-left: 0
}

.search-results-footer {
    border-top: 1px solid #dad1cc;
    padding: 40px 0 10px;
    text-align: center
}

.search-results-footer .coveo-query-summary-cancel-last,
.search-results-footer .coveo-query-summary-no-results-string,
.search-results-footer .coveo-query-summary-search-tips-info,
.search-results-footer .coveo-query-summary-search-tips-info+ul {
    display: none
}

.search-results-footer .CoveoQuerySummary {
    color: #333132;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-family: Gordita, helvetica, arial, sans-serif;
    font-size: 1.286rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px
}

.search-results-footer .CoveoPager {
    padding-top: 2px
}

.pager .coveo-pager-list-item,
.search-results-footer .coveo-pager-list-item {
    background: transparent;
    border: none;
    color: #81716a;
    vertical-align: middle
}

.pager .coveo-pager-list-item.coveo-active,
.pager .coveo-pager-list-item.coveo-active a,
.pager .coveo-pager-list-item:focus-visible,
.pager .coveo-pager-list-item:focus-visible a,
.pager .coveo-pager-list-item:hover,
.pager .coveo-pager-list-item:hover a,
.search-results-footer .coveo-pager-list-item.coveo-active,
.search-results-footer .coveo-pager-list-item.coveo-active a,
.search-results-footer .coveo-pager-list-item:focus-visible,
.search-results-footer .coveo-pager-list-item:focus-visible a,
.search-results-footer .coveo-pager-list-item:hover,
.search-results-footer .coveo-pager-list-item:hover a {
    color: #333132
}

.pager .coveo-pager-list-item.coveo-active,
.search-results-footer .coveo-pager-list-item.coveo-active {
    text-decoration: underline
}

.pager .coveo-pager-next>span,
.search-results-footer .coveo-pager-next>span {
    display: inline-block;
    font-family: Gordita, helvetica, arial, sans-serif;
    font-size: .857rem;
    height: 1.35rem;
    overflow: hidden;
    position: relative;
    top: 3px
}

.pager .coveo-pager-next>span:after,
.search-results-footer .coveo-pager-next>span:after {
    color: #ff4612;
    content: "›";
    display: inline-block;
    font-size: 2.6em;
    font-weight: 400;
    line-height: .857rem;
    margin: 1px 0 0;
    -webkit-transition: -webkit-transform .3s linear;
    transition: -webkit-transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear, -webkit-transform .3s linear;
    vertical-align: top
}

.pager .coveo-pager-next>span span,
.search-results-footer .coveo-pager-next>span span {
    display: none
}

.pager .coveo-pager-next>span:focus-visible:after,
.pager .coveo-pager-next>span:hover:after,
.search-results-footer .coveo-pager-next>span:focus-visible:after,
.search-results-footer .coveo-pager-next>span:hover:after {
    color: #ff4612;
    -webkit-transform: translateX(3px);
    transform: translateX(3px)
}

.pager .coveo-pager-previous>span,
.search-results-footer .coveo-pager-previous>span {
    display: inline-block;
    font-family: Gordita, helvetica, arial, sans-serif;
    font-size: .857rem;
    height: 1.35rem;
    overflow: hidden;
    position: relative;
    top: 3px
}

.pager .coveo-pager-previous>span:after,
.search-results-footer .coveo-pager-previous>span:after {
    color: #ff4612;
    content: "›";
    display: inline-block;
    font-size: 2.6em;
    font-weight: 400;
    line-height: .857rem;
    margin: 1px 0 0;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    -webkit-transition: -webkit-transform .3s linear;
    transition: -webkit-transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear, -webkit-transform .3s linear;
    vertical-align: top
}

.pager .coveo-pager-previous>span span,
.search-results-footer .coveo-pager-previous>span span {
    display: none
}

.pager .coveo-pager-previous>span:focus-visible:after,
.pager .coveo-pager-previous>span:hover:after,
.search-results-footer .coveo-pager-previous>span:focus-visible:after,
.search-results-footer .coveo-pager-previous>span:hover:after {
    color: #ff4612;
    -webkit-transform: scaleX(-1) translateX(3px);
    transform: scaleX(-1) translateX(3px)
}

.pager .CoveoPager,
.search-results-footer .CoveoPager {
    margin-left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.pager .CoveoPager .coveo-pager-list-item,
.search-results-footer .CoveoPager .coveo-pager-list-item {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0
}

.search-results-pager-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding-top: 0;
    margin-bottom: 20px
}

@media (min-width:576px) {
    .search-results-footer {
        text-align: left;
        padding-bottom: 20px
    }
    .search-results-footer .CoveoQuerySummary {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .search-results-footer .CoveoPager {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.search-results-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 20px 0;
    padding: 15px 0 0
}

.search-results-header.client-work .cell.summary {
    width: 60%
}

.search-results-header.client-work .cell.sort {
    width: 40%
}

.search-results-header .cell.layout {
    display: none;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.search-results-header .cell.summary {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    text-align: left;
    width: 40%;
    padding-left: 0
}

.search-results-header .cell.summary .coveo-summary-section {
    margin: 0
}

.search-results-header .cell.summary .coveo-summary-section .CoveoQueryDuration {
    display: none !important
}

.search-results-header .cell.sort {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    text-align: right;
    width: 60%
}

.search-results-header .cell.pager {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
    padding-top: 20px;
    text-align: center;
    width: 100%
}

@media (min-width:768px) {
    .search-results-header {
        margin: 40px 0
    }
    .search-results-header.client-work .cell.summary {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33%;
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        max-width: 33%
    }
    .search-results-header.client-work .cell.pager {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 49%;
        -ms-flex: 0 0 49%;
        flex: 0 0 49%;
        max-width: 49%
    }
    .search-results-header.client-work .cell.sort {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 18%;
        -ms-flex: 0 0 18%;
        flex: 0 0 18%;
        max-width: 18%
    }
    .search-results-header .cell.summary {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 30%;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        padding: 0;
        text-align: left
    }
    .search-results-header .cell.summary:nth-last-child(2) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 72%;
        -ms-flex: 0 0 72%;
        flex: 0 0 72%;
        max-width: 72%
    }
    .search-results-header .cell.pager {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 42%;
        -ms-flex: 0 0 42%;
        flex: 0 0 42%;
        max-width: 42%;
        padding-top: 0;
        text-align: right
    }
    .search-results-header .cell.pager .CoveoPager {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .search-results-header .cell.sort {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 28%;
        -ms-flex: 0 0 28%;
        flex: 0 0 28%;
        max-width: 28%;
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
        text-align: right
    }
}

@media (min-width:992px) {
    .search-results-header .cell.layout {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25.7%;
        -ms-flex: 0 0 25.7%;
        flex: 0 0 25.7%;
        max-width: 25.7%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    .search-results-header .cell.layout:nth-last-child(2) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33%;
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        max-width: 33%
    }
    .search-results-header .cell.summary {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 22.3%;
        -ms-flex: 0 0 22.3%;
        flex: 0 0 22.3%;
        max-width: 22.3%;
        padding: 0
    }
    .search-results-header .cell.summary:nth-last-child(2) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .search-results-header .cell.pager {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 30%;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        text-align: right;
        max-width: 30%
    }
    .search-results-header .cell.sort {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 22%;
        -ms-flex: 0 0 22%;
        flex: 0 0 22%;
        max-width: 22%;
        text-align: right
    }
}

.CoveoSearchInterface {
    color: #333132;
    width: 100%
}

.CoveoSearchInterface .coveo-hidden {
    display: none
}

.CoveoResultList {
    padding: 0 20px
}

.coveo-result-list-container,
.CoveoResultList {
    width: auto;
    margin: 0 -20px
}

.coveo-result-list-container.coveo-card-layout-container {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.coveo-result-list-container.coveo-list-layout-container {
    overflow: hidden
}

.coveo-tab-section {
    display: none
}

.coveo-summary-section {
    width: 100%
}

.CoveoSearchInterface.coveo-small-interface .CoveoSearchPageSearchbox {
    max-width: 100%;
    width: 100%
}

.CoveoBreadcrumb {
    border-bottom: 1px solid #dad1cc
}

.CoveoBreadcrumb ul.coveo-facet-breadcrumb-values {
    list-style-type: none;
    display: inline;
    padding-left: 0
}

.CoveoBreadcrumb ul.coveo-facet-breadcrumb-values li {
    display: inline;
    margin-right: 10px
}

.coveo-facet-breadcrumb-value {
    border: 1px solid #dad1cc;
    color: #333132;
    border-radius: .375rem;
    padding: 0 .5em;
    margin: 0 0 .5em
}

.coveo-facet-breadcrumb-value:hover {
    border-color: #333132;
    color: #333132
}

.coveo-facet-breadcrumb-value .coveo-facet-breadcrumb-caption {
    vertical-align: middle
}

.coveo-facet-breadcrumb-value .coveo-facet-breadcrumb-clear {
    top: auto;
    -webkit-transition: color .3s;
    transition: color .3s;
    vertical-align: middle
}

.coveo-facet-breadcrumb-value.coveo-selected * {
    color: inherit
}

.coveo-facet-breadcrumb-value:hover {
    text-decoration: none
}

.coveo-breadcrumb-clear-all {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 4px
}

.coveo-breadcrumb-clear-all .coveo-icon {
    color: inherit;
    margin-left: 5px;
    margin-right: 0;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-transition: color .3s;
    transition: color .3s
}

.coveo-breadcrumb-clear-all div {
    color: #333132
}

.coveo-result-layout-section,
.coveo-result-layout-section.coveo-result-layout-hidden {
    display: inline-block
}

.coveo-result-layout-selector {
    border-bottom: none;
    color: #81716a;
    display: inline-block;
    -webkit-transition: color .3s;
    transition: color .3s
}

.coveo-result-layout-selector .coveo-icon {
    display: none
}

.coveo-result-layout-selector:first-child {
    padding-left: 0
}

.coveo-result-layout-selector.coveo-selected,
.coveo-result-layout-selector.coveo-selected .coveo-result-layout-selector-caption,
.coveo-result-layout-selector.coveo-selected:hover {
    border-bottom: none;
    color: #333132;
    text-decoration: underline
}

.coveo-result-layout-selector.coveo-selected .coveo-result-layout-selector-caption:before {
    -webkit-text-decoration: underline #fff;
    text-decoration: underline #fff
}

.coveo-result-layout-selector:hover {
    border-bottom: none;
    color: #333132;
    text-decoration: underline
}

.coveo-result-layout-selector-caption {
    font-family: Gordita, helvetica, arial, sans-serif
}

.coveo-result-layout-selector-caption:hover {
    border-bottom: none;
    color: #333132;
    text-decoration: underline
}

.coveo-result-layout-selector-caption:hover:before {
    -webkit-text-decoration: underline #fff;
    text-decoration: underline #fff
}

.coveo-result-layout-selector {
    display: inline-block !important
}

.coveo-list-layout-icon+.coveo-result-layout-selector-caption:before {
    content: "\f0ca";
    font-family: FontAwesome;
    margin: 0 .5em
}

.coveo-card-layout-icon+.coveo-result-layout-selector-caption:before {
    content: "\f00a";
    font-family: FontAwesome;
    margin: 0 .5em
}

.coveo-sort-section {
    display: inline-block;
    white-space: nowrap
}

.coveo-sort-section .CoveoSort {
    border-bottom: none;
    color: #81716a;
    display: inline-block;
    font-family: Gordita, helvetica, arial, sans-serif;
    -webkit-transition: color .3s;
    transition: color .3s
}

.coveo-sort-section .CoveoSort.coveo-selected,
.coveo-sort-section .CoveoSort:hover {
    border-bottom: none;
    color: #333132;
    text-decoration: underline
}

.coveo-sort-section .CoveoSort .coveo-accessible-button {
    outline-offset: 3px
}

.coveo-sort-section .CoveoSort .coveo-icon.coveo-accessible-button {
    tab-index: -1
}

.CoveoSearchInterface.coveo-small-interface .CoveoSearchbox .magic-box-notEmpty .magic-box-input {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%
}

@media (min-width:768px) {
    .CoveoSearchInterface.coveo-small-interface .CoveoSearchbox .magic-box-notEmpty .magic-box-input {
        -webkit-flex-basis: calc(100% - 70px);
        -ms-flex-preferred-size: calc(100% - 70px);
        flex-basis: calc(100% - 70px);
        width: calc(100% - 70px)
    }
}

.coveo-visible-to-screen-reader-only {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden
}

.CoveoPager ul li {
    padding: 0
}

.CoveoPager ul li>span {
    line-height: 15px;
    color: inherit;
    font-weight: 400;
    outline-offset: 3px;
    padding: 0 8px;
    text-decoration: none;
    text-underline-offset: initial
}

.CoveoPager ul li>span:focus-visible {
    color: #333132
}

.CoveoPager ul li>span:hover {
    color: #333132;
    text-decoration: underline
}

.CoveoQuerySummary .coveo-query-summary-cancel-last:visited,
.CoveoSearchInterface#lang-fallback a:visited {
    color: inherit;
    -webkit-text-decoration-color: #ff4612;
    text-decoration-color: #ff4612
}

.CoveoSearchbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.CoveoSearchbox .magic-box {
    border: 0;
    -webkit-flex-basis: calc(100% - 40px);
    -ms-flex-preferred-size: calc(100% - 40px);
    flex-basis: calc(100% - 40px);
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-ordinal-group: 3
}

.CoveoSearchbox .magic-box,
.CoveoSearchbox .magic-box .magic-box-clear {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

.CoveoSearchbox .magic-box .magic-box-clear {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 3;
    -webkit-transition: color .3s;
    transition: color .3s
}

.CoveoSearchbox .magic-box .magic-box-clear .magic-box-icon:before {
    display: none
}

.CoveoSearchbox .magic-box .magic-box-clear:focus-visible,
.CoveoSearchbox .magic-box .magic-box-clear:hover {
    text-decoration: underline
}

.CoveoSearchbox .magic-box .magic-box-input {
    border: none;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.CoveoSearchbox .magic-box .magic-box-input input {
    border: none;
    border-radius: 0;
    color: #333132;
    font-size: 1.143rem;
    outline: none;
    padding: 10px 20px;
    width: 100%
}

.CoveoSearchbox .magic-box .magic-box-input ::-webkit-input-placeholder {
    color: #81716a;
    font-size: 1.143rem;
    font-weight: 100
}

.CoveoSearchbox .magic-box .magic-box-input ::-ms-input-placeholder {
    color: #81716a;
    font-size: 1.143rem;
    font-weight: 100
}

.CoveoSearchbox .magic-box .magic-box-input ::placeholder {
    color: #81716a;
    font-size: 1.143rem;
    font-weight: 100
}

.CoveoSearchbox .magic-box .magic-box-input .magic-box-underlay {
    display: none
}

.CoveoSearchbox .magic-box.magic-box-notEmpty .magic-box-clear {
    -webkit-flex-basis: 70px;
    -ms-flex-preferred-size: 70px;
    flex-basis: 70px;
    width: 70px;
    outline-offset: -1px
}

.CoveoSearchbox .magic-box.magic-box-notEmpty .magic-box-input {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%
}

.search-bar .CoveoSearchbox .magic-box .magic-box-input {
    -webkit-flex-basis: calc(100% - 70px);
    -ms-flex-preferred-size: calc(100% - 70px);
    flex-basis: calc(100% - 70px);
    width: calc(100% - 70px)
}

.CoveoSearchButton {
    border: 0;
    color: inherit;
    -webkit-flex-basis: 20px;
    -ms-flex-preferred-size: 20px;
    flex-basis: 20px;
    float: none;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    padding-right: 1px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.CoveoSearchButton .coveo-icon {
    background: none;
    margin: -.25em 0 0;
    overflow: visible;
    text-indent: -9999px;
    -webkit-transition: color .3s;
    transition: color .3s
}

.coveo-executing-query .CoveoSearchButton .coveo-icon {
    -webkit-animation: c 1s steps(25) infinite;
    animation: c 1s steps(25) infinite;
    background-image: url(../img/preloader-sprite.png?v=943279);
    background-position: 0 0;
    background-size: 375px auto;
    border: 0 solid transparent;
    border-radius: 0
}

.coveo-executing-query .CoveoSearchButton .coveo-icon:before {
    opacity: 0
}

.CoveoSearchButton:focus-visible,
.CoveoSearchButton:hover {
    color: #ff4612
}

.CoveoSearchButton:focus-visible .coveo-icon,
.CoveoSearchButton:hover .coveo-icon {
    background: none;
    color: #ff4612;
    margin: -.25em 0 0;
    overflow: visible;
    text-indent: -9999px
}

@media (min-width:992px) {
    .CoveoSearchbox .magic-box .magic-box-input ::-webkit-input-placeholder,
    .CoveoSearchbox .magic-box .magic-box-input input {
        font-size: 1.429rem
    }
    .CoveoSearchbox .magic-box .magic-box-input ::-ms-input-placeholder,
    .CoveoSearchbox .magic-box .magic-box-input input {
        font-size: 1.429rem
    }
    .CoveoSearchbox .magic-box .magic-box-input ::placeholder,
    .CoveoSearchbox .magic-box .magic-box-input input {
        font-size: 1.429rem
    }
}

.slick-loading .slick-list {
    background: #fff url(ajax-loader.gif) 50% no-repeat
}

@font-face {
    font-family: slick;
    src: url(fonts/slick.eot);
    src: url(fonts/slick.eot?#iefix) format("embedded-opentype"), url(fonts/slick.woff) format("woff"), url(fonts/slick.ttf) format("truetype"), url(fonts/slick.svg#slick) format("svg");
    font-weight: 400;
    font-style: normal
}

.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    border: none
}

.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
    background: transparent;
    color: transparent;
    outline: none
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "←"
}

[dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "→"
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0
}

.slick-dots li,
.slick-dots li button {
    height: 20px;
    width: 20px;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: none
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

.slick-slider {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list,
.slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.btn.light {
    border-color: #fff;
    color: #fff
}

.btn.light-solid,
.btn.light:focus-visible,
.btn.light:hover {
    background-color: #fff;
    color: #333132
}

.btn.light-solid {
    border-color: #fff
}

.btn.light-solid:focus-visible,
.btn.light-solid:hover {
    background-color: transparent;
    color: #fff
}

.no-after :after {
    display: none
}

.cms-styles .h1,
.cms-styles .h2,
.cms-styles .h3,
.cms-styles h1,
.cms-styles h2,
.cms-styles h3 {
    font-family: Gordita, helvetica, arial, sans-serif;
    font-weight: 600;
    margin: 2rem 0;
    position: relative;
    width: 100%
}

.cms-styles .h1:before,
.cms-styles .h2:before,
.cms-styles .h3:before,
.cms-styles h1:before,
.cms-styles h2:before,
.cms-styles h3:before {
    content: "";
    margin-right: .5em
}

.cms-styles .h1,
.cms-styles h1 {
    font-size: 1.857rem
}

.cms-styles .h2,
.cms-styles h2 {
    font-size: 1.714rem
}

.cms-styles .h3,
.cms-styles h3 {
    font-size: 1.429rem
}

.cms-styles a[href^=http]:not(:empty):not(.btn)[target=_blank]:after {
    content: url(../img/icons/external.svg?v=943279);
    margin-left: .25em;
    vertical-align: baseline
}

.cms-styles img {
    height: auto;
    max-width: 100%
}

.cms-styles select {
    margin: 0;
    outline: none
}

.cms-styles ol,
.cms-styles ul {
    list-style: none;
    padding: 0
}

.cms-styles ol li,
.cms-styles ul li {
    line-height: 1.714rem;
    margin: 0 0 .714em;
    position: relative
}

.cms-styles ol li::marker,
.cms-styles ul li::marker {
    content: none
}

.cms-styles ol.carousel-indicators li,
.cms-styles ul.carousel-indicators li {
    margin: 0 3px
}

.cms-styles ul>li {
    display: inline-block;
    padding: 0 0 0 1.5em;
    width: 100%
}

.cms-styles ul>li>ul li:before {
    background-color: transparent;
    color: #ff4612;
    content: counter(ul, circle);
    font-size: 24px;
    left: 0;
    position: absolute;
    top: 0
}

.cms-styles ul>li:before {
    background-color: #ff4612;
    border-radius: 50%;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    top: .714em;
    width: 6px
}

.cms-styles ul.carousel-indicators>li {
    padding: initial;
    width: 30px
}

.cms-styles ul.carousel-indicators>li:before {
    display: none
}

.cms-styles ol {
    counter-reset: a
}

.cms-styles ol>li {
    counter-increment: a;
    padding: 0 0 0 2em
}

.cms-styles ol>li ol>li:before {
    content: counter(a, lower-alpha) "."
}

.cms-styles ol>li:before {
    color: #ff4612;
    content: counter(a) ".";
    font-weight: 600;
    left: 0;
    position: absolute;
    top: 0
}

.cms-styles ol>li::marker {
    content: none
}

.cms-styles ol.carousel-indicators>li {
    padding: initial
}

.cms-styles ol.carousel-indicators>li:before {
    display: none
}

.cms-styles ol[style*=upper-roman]>li:before {
    content: counter(a, upper-roman) "."
}

.cms-styles ol[style*=lower-roman]>li:before {
    content: counter(a, lower-roman) "."
}

.cms-styles ol[style*=upper-alpha]>li:before {
    content: counter(a, upper-alpha) "."
}

.cms-styles ol[style*=lower-alpha]>li:before {
    content: counter(a, lower-alpha) "."
}

.cms-styles ol.roman>li:before {
    content: counter(a, upper-roman) "."
}

.cms-styles ol.roman>li ol>li:before {
    content: counter(a, lower-roman) "."
}

.cms-styles ol.alpha>li:before {
    content: counter(a, upper-alpha) "."
}

.cms-styles ol.alpha>li ol>li:before {
    content: counter(a, lower-alpha) "."
}

.cms-styles blockquote {
    margin: 30px 0;
    padding: 0 calc(25px + .25em) 0 25px;
    position: relative;
    width: 100%
}

.cms-styles blockquote:after,
.cms-styles blockquote:before {
    color: #ff4612;
    font-size: 2.571rem;
    line-height: 1em;
    vertical-align: text-top
}

.cms-styles blockquote:before {
    content: open-quote;
    left: 0;
    position: absolute;
    top: 0
}

.cms-styles blockquote:after {
    content: close-quote;
    margin: 0 -2.571rem 0 .25em
}

.cms-styles blockquote:empty {
    display: none
}

.cms-styles blockquote p:last-of-type {
    display: inline
}

[lang=fr] .cms-styles blockquote:after,
[lang=fr] .cms-styles blockquote:before {
    top: -.25em
}

[lang=fr] .cms-styles blockquote:after {
    position: relative
}

.cms-styles .quote+.quote-link {
    margin-top: -30px;
    padding: 0 calc(25px + .25em) 0 25px
}

.cms-styles .document-link {
    margin: 60px 0 30px
}

.cms-styles cite,
.cms-styles time {
    color: #81716a
}

.cms-styles table {
    border: 1px solid #dad1cc;
    border-collapse: collapse
}

.cms-styles td,
.cms-styles th {
    border: 1px solid #dad1cc;
    padding: 20px
}

.cms-styles td:empty,
.cms-styles th:empty {
    background-color: hsla(21, 16%, 83%, .5)
}

.cms-styles th {
    font-weight: 600
}

.cms-styles form table,
.cms-styles form td,
.cms-styles form th {
    border-color: transparent
}

.cms-styles form table:empty,
.cms-styles form td:empty,
.cms-styles form th:empty {
    background-color: transparent
}

.cta,
.main-footer .sections-item>a,
.main-footer .utilities-item>a {
    -webkit-transition: color .3s;
    transition: color .3s;
    white-space: normal;
    word-break: break-word
}

.cta:after,
.main-footer .sections-item>a:after,
.main-footer .utilities-item>a:after {
    color: #ff4612;
    content: "\f105";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 1.4em;
    font-weight: 800;
    line-height: .857rem;
    margin: 0 0 0 .6em;
    position: relative;
    top: 1px;
    -webkit-transition: -webkit-transform .3s linear;
    transition: -webkit-transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear, -webkit-transform .3s linear
}

.cta:focus-visible:after,
.cta:hover:after,
.main-footer .sections-item>a:focus-visible:after,
.main-footer .sections-item>a:hover:after,
.main-footer .utilities-item>a:focus-visible:after,
.main-footer .utilities-item>a:hover:after {
    -webkit-transform: translateX(3px);
    transform: translateX(3px)
}

.main-footer .media-link .sections-item>a:focus-visible:after,
.main-footer .media-link .sections-item>a:hover:after,
.main-footer .media-link .utilities-item>a:focus-visible:after,
.main-footer .media-link .utilities-item>a:hover:after,
.media-link .cta:focus-visible:after,
.media-link .cta:hover:after,
.media-link .main-footer .sections-item>a:focus-visible:after,
.media-link .main-footer .sections-item>a:hover:after,
.media-link .main-footer .utilities-item>a:focus-visible:after,
.media-link .main-footer .utilities-item>a:hover:after {
    -webkit-transform: none;
    transform: none
}

.cta[target=_blank]:after,
.main-footer .sections-item>a[target=_blank]:after,
.main-footer .utilities-item>a[target=_blank]:after,
.main-footer [target=_blank] .sections-item>a:after,
.main-footer [target=_blank] .utilities-item>a:after,
[target=_blank] .cta:after,
[target=_blank] .main-footer .sections-item>a:after,
[target=_blank] .main-footer .utilities-item>a:after {
    content: url(../img/icons/external.svg?v=943279);
    margin-left: .4em;
    top: 0;
    vertical-align: baseline
}

.hero .cta[target=_blank]:after,
.hero .main-footer .sections-item>a[target=_blank]:after,
.hero .main-footer .utilities-item>a[target=_blank]:after,
.hero [target=_blank] .cta:after,
.hero [target=_blank] .main-footer .sections-item>a:after,
.hero [target=_blank] .main-footer .utilities-item>a:after,
.main-footer .hero .sections-item>a[target=_blank]:after,
.main-footer .hero .utilities-item>a[target=_blank]:after,
.main-footer .hero [target=_blank] .sections-item>a:after,
.main-footer .hero [target=_blank] .utilities-item>a:after {
    content: url(../img/icons/external-white.svg?v=943279);
    vertical-align: baseline
}

.cta[target=_blank]:focus-visible:after,
.cta[target=_blank]:hover:after,
.main-footer .sections-item>a[target=_blank]:focus-visible:after,
.main-footer .sections-item>a[target=_blank]:hover:after,
.main-footer .utilities-item>a[target=_blank]:focus-visible:after,
.main-footer .utilities-item>a[target=_blank]:hover:after,
.main-footer [target=_blank] .sections-item>a:focus-visible:after,
.main-footer [target=_blank] .sections-item>a:hover:after,
.main-footer [target=_blank] .utilities-item>a:focus-visible:after,
.main-footer [target=_blank] .utilities-item>a:hover:after,
[target=_blank] .cta:focus-visible:after,
[target=_blank] .cta:hover:after,
[target=_blank] .main-footer .sections-item>a:focus-visible:after,
[target=_blank] .main-footer .sections-item>a:hover:after,
[target=_blank] .main-footer .utilities-item>a:focus-visible:after,
[target=_blank] .main-footer .utilities-item>a:hover:after {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.main-footer .media-link .sections-item>a:after,
.main-footer .media-link .utilities-item>a:after,
.media-link .cta:after,
.media-link .main-footer .sections-item>a:after,
.media-link .main-footer .utilities-item>a:after {
    content: url(../img/icons/download.svg?v=943279);
    vertical-align: baseline
}

.ie .cta[target=_blank]:after,
[target=_blank] .ie .cta:after {
    content: url(../img/icons/external.png?v=943279)
}

.ie .hero .cta:after {
    content: url(../img/icons/external-white.png?v=943279) !important
}

.ie .media-link:after {
    content: url(../img/icons/download.png?v=943279)
}

.portal-list a[target=_blank]:after {
    content: none
}

.sliding-menu-content .portal-list a[target=_blank]:after {
    content: url(../img/icons/external-grey.svg?v=943279) !important
}

.sliding-menu-content .portal-list .cta {
    font: normal 600 1rem Gordita, helvetica, arial, sans-serif
}

body,
html {
    background: #333132;
    color: #333132;
    font-family: Gordita, helvetica, arial, sans-serif;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    height: 100%;
    line-height: 1.571;
    margin: 0;
    padding: 0;
    width: 100%;
    word-spacing: .15em
}

body.dark-theme,
html.dark-theme {
    background-color: #fff
}

.main {
    background: #fff
}

p {
    margin-bottom: 2em
}

p:empty {
    display: none
}

::selection {
    background-color: #333132;
    color: #fff
}

.is-scroll-disabled,
.is-scroll-disabled>body {
    height: auto;
    overflow: hidden
}

:focus:not(:focus-visible) {
    outline: none
}

#atlwdg-trigger {
    bottom: 0;
    left: auto;
    position: fixed;
    right: 0;
    top: auto;
    z-index: 100
}

.page-block,
.page-block>.wrapper {
    position: relative;
    width: 100%
}

.page-block>.wrapper {
    display: block;
    margin: 0 auto;
    max-width: 1400px;
    padding: 20px 0 0
}

.page-block.alt {
    background-color: hsla(21, 16%, 83%, .3);
    -webkit-transition: background-color .3s, color .3s;
    transition: background-color .3s, color .3s
}

.page-block.alt .section {
    margin: 0;
    padding: 0;
    width: 100%
}

.page-block.alt .section:first-child,
.page-block.alt .section:first-child .section-header {
    border-top: 0
}

.page-block.alt.has-focus {
    background-color: #81716a;
    color: #fff
}

.page-block.alt.has-focus .section-btn {
    -webkit-transition: none;
    transition: none
}

.page-block.featured {
    padding: 70px 0 40px
}

.tagline {
    display: block;
    white-space: normal
}

.tile-agendaline .tagline {
    margin-bottom: 0
}

.tagline .item {
    color: #81716a;
    display: inline-block;
    margin: 0 15px 0 0
}

.tagline .item.time {
    position: relative
}

.tagline .item.time:before {
    content: url(pathimg/icons/clock.svg?v=943279);
    display: block;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
    width: 11px
}

.tagline .item.highlight {
    color: #333132
}

.tagline .item:last-child {
    margin-right: 0
}

@media (min-width:576px) {
    .tagline .item {
        margin-right: 20px
    }
}

.ie .tagline .item.time:before {
    content: url(pathimg/icons/clock.png?v=943279)
}

.download-icon svg {
    margin: 0 .5em -.1em 0
}

.download-icon .arrow {
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.download-icon:focus-visible .arrow,
.download-icon:hover .arrow {
    -webkit-transform: translateY(3px);
    transform: translateY(3px)
}

.hamburger-icon {
    background-color: currentColor;
    display: inline-block;
    height: .143em;
    margin: .572em 0 0;
    position: relative;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    vertical-align: top;
    width: 1.286em
}

.hamburger-icon:after,
.hamburger-icon:before {
    background-color: currentColor;
    content: "";
    height: .143em;
    left: 0;
    position: absolute;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s, -webkit-transform .3s;
    width: 1.286em
}

.hamburger-icon:before {
    -webkit-transform: translateY(-.429em);
    transform: translateY(-.429em)
}

.hamburger-icon:after {
    -webkit-transform: translateY(.429em);
    transform: translateY(.429em)
}

[aria-expanded=true] .hamburger-icon {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

[aria-expanded=true] .hamburger-icon:before {
    -webkit-transform: translateY(0) rotate(-90deg);
    transform: translateY(0) rotate(-90deg)
}

[aria-expanded=true] .hamburger-icon:after {
    opacity: 0
}

.CoveoSearchButton .coveo-icon,
.CoveoSearchButton:focus-visible .coveo-icon,
.CoveoSearchButton:hover .coveo-icon,
.search-icon {
    border: .143em solid currentColor;
    border-radius: 50%;
    display: inline-block;
    height: 1em;
    margin: 0;
    position: relative;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    vertical-align: top;
    width: 1em
}

.CoveoSearchButton .coveo-icon:before,
.CoveoSearchButton:focus-visible .coveo-icon:before,
.CoveoSearchButton:hover .coveo-icon:before,
.search-icon:before {
    background: currentColor;
    content: "";
    height: .4em;
    left: 0;
    position: absolute;
    top: 100%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    width: .143em
}

.main-footer {
    background-color: #f2f1f2;
    padding: 30px 0;
    width: 100%
}

.main-footer .main-footer-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.main-footer .sections {
    width: 50%
}

.main-footer .sections-item {
    margin: 1em 0
}

.main-footer .sections-item ul {
    display: none
}

.main-footer .sections-item:first-child {
    margin-top: 0
}

.main-footer .sections-item:last-child {
    margin-bottom: 0
}

.main-footer .utilities {
    width: 50%
}

.main-footer .utilities-list a:not([href]),
.main-footer .utilities-list a[href=""],
.main-footer .utilities-list div {
    color: #333132;
    display: inline-block;
    font-size: .9286rem;
    margin-top: 30px;
    text-transform: none
}

.main-footer .utilities-list a:not([href]):after,
.main-footer .utilities-list a[href=""]:after,
.main-footer .utilities-list div:after {
    content: none
}

.main-footer .utilities-list div {
    font-weight: 700
}

.main-footer .utilities-list ul {
    list-style-type: none;
    margin-top: 15px;
    padding-left: 0
}

.main-footer .utilities-item {
    margin: 1em 0
}

.main-footer .utilities-item>a {
    white-space: normal
}

.main-footer .utilities-item:first-child {
    margin-top: 0
}

.main-footer .utilities-item:last-child {
    margin-bottom: 0
}

.main-footer .legal {
    border-top: 1px solid hsla(21, 16%, 83%, .75);
    font-size: .857rem;
    margin-bottom: -1em;
    margin-top: 30px;
    padding-top: calc(30px - 1em);
    width: 100%
}

.main-footer .legal-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.main-footer .legal-item {
    margin: 1em 0;
    width: 50%
}

.page-footer {
    color: #333132;
    margin: 0;
    position: relative;
    width: 100%
}

.secondary-footer {
    background-color: #333132;
    color: #fff;
    padding: 10px 0;
    width: 100%
}

.secondary-footer .secondary-footer-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.secondary-footer .informations {
    font-size: .714rem;
    padding: 0;
    width: 100%
}

.secondary-footer .legal {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
    font-size: .875rem;
    position: relative;
    width: auto
}

.secondary-footer .legal-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.secondary-footer .legal-item {
    display: inline-block
}

.secondary-footer .legal-item a {
    line-height: 1.43rem
}

.page-footer .socials {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
    width: 100%
}

.page-footer .socials-spacer {
    display: none
}

.page-footer .socials-label {
    margin: 0;
    width: 50%
}

.page-footer .socials-list {
    width: 50%
}

.page-footer .social-links {
    width: 100%
}

.header-notice-bar {
    background: #333132;
    color: #fff;
    margin-bottom: 25px;
    margin-top: -25px
}

.header-notice-bar .row .col:first-child {
    padding: 1rem 0 1rem 1rem
}

.header-notice-bar button.close {
    background: none;
    border: 0;
    color: inherit;
    cursor: pointer;
    display: block;
    font-size: 2rem;
    line-height: 2em;
    padding: 0 1rem;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.header-notice-bar button.close:focus,
.header-notice-bar button.close:hover {
    opacity: .5;
    outline-offset: -5px;
    text-decoration: none
}

.header-notice-bar a {
    text-decoration: underline;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.header-notice-bar a:focus,
.header-notice-bar a:hover {
    color: inherit;
    opacity: .5
}

.header-notice-bar+.header-notice-bar {
    border-top: 1px solid #ff825f
}

.page-header .header-related-section {
    background-color: #f2f1f2;
    border-top: 1px solid #dad1cc;
    color: #333132;
    display: none;
    margin-bottom: -25px;
    margin-top: 25px;
    opacity: 1;
    -webkit-transition: opacity .3s, visibility .3s;
    transition: opacity .3s, visibility .3s;
    visibility: visible
}

.page-header .header-related-section.visually-hidden {
    opacity: 0;
    -webkit-transition: opacity .3s, visibility .3s;
    transition: opacity .3s, visibility .3s;
    visibility: hidden
}

.page-header .header-related-section-content {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 15px;
    width: 100%
}

.page-header .header-related-section-content .header-related-section-title {
    font-weight: 700;
    min-width: 200px;
    text-transform: uppercase
}

.page-header .header-related-section-content .sections-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.page-header .header-related-section-content .sections-list .sections-item {
    margin-bottom: 15px;
    padding: 0 30px;
    position: relative
}

.page-header .header-related-section-content .sections-list .sections-item .related-item-title {
    font-weight: 700;
    position: relative;
    width: 100%;
    text-underline-offset: .4em
}

.page-header .header-related-section-content .sections-list .sections-item .related-item-title:hover {
    -webkit-text-decoration: underline solid 2px #ff4612;
    text-decoration: underline solid 2px #ff4612
}

.page-header .header-related-section-content .sections-list .sections-item .related-item-title .related-item-title-arrow:after {
    content: "›";
    display: inline-block;
    font-size: 1.571em;
    font-weight: 400;
    margin: 0 0 0 .4em;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    vertical-align: middle
}

.page-header .header-related-section-content .sections-list .sections-item .related-item-description {
    display: none;
    font-size: .857rem;
    height: 40px;
    margin-top: 10px;
    position: fixed;
    top: auto;
    z-index: 99
}

.page-header .header-related-section-content .sections-list .sections-item .related-item-description [target=_blank]:after {
    content: url(../img/icons/external.svg?v=943279);
    margin-left: .4em;
    top: 0;
    vertical-align: baseline
}

.page-header .header-related-section-content .sections-list .sections-item.is-expanded {
    padding-bottom: 50px
}

.page-header .header-related-section-content .sections-list .sections-item.is-expanded .related-item-title {
    -webkit-text-decoration: underline solid 2px #ff4612;
    text-decoration: underline solid 2px #ff4612;
    text-underline-offset: .4em
}

.page-header .header-related-section-content .sections-list .sections-item.is-expanded .related-item-title .related-item-title-arrow:after {
    -webkit-transform: translate(-.1em, -50%) rotate(-90deg);
    transform: translate(-.1em, -50%) rotate(-90deg)
}

.page-header .header-related-section-content .sections-list .sections-item.is-expanded .related-item-description {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.page-header .lang-switcher {
    font-size: .857rem;
    position: absolute;
    right: 0;
    top: 4px
}

.page-header .lang-switcher .portal-list {
    display: inline-block;
    list-style-type: none;
    padding: 0 6px 0 0
}

.page-header .lang-switcher .portal-list svg {
    height: 23px;
    left: 10px;
    position: absolute;
    top: 0;
    -webkit-transition: background-color .13s ease-out, fill .13s ease-out, border-bottom-color fill .13s ease-out;
    transition: background-color .13s ease-out, fill .13s ease-out, border-bottom-color fill .13s ease-out
}

.ie .page-header .lang-switcher .portal-list svg {
    left: -42px
}

.page-header .lang-switcher .portal-list .sections-item>a {
    background-color: transparent;
    border-radius: 1.3em;
    font-size: .785rem;
    line-height: 1.2;
    padding: .4rem 3.05rem;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: background-color .3s, color .3s;
    transition: background-color .3s, color .3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 100
}

.page-header .lang-switcher .portal-list .sections-item>a:not(:only-child) .nav-item-arrow:after {
    content: "›";
    display: inline-block;
    font-size: 1.3em;
    font-weight: 400;
    margin: 0 0 0 .4em;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    vertical-align: middle
}

.page-header .lang-switcher .portal-list .sections-item>a:focus-visible,
.page-header .lang-switcher .portal-list .sections-item>a:hover {
    background-color: #333132;
    color: #fff;
    text-decoration: none
}

.page-header .lang-switcher .portal-list .sections-item>a:focus-visible svg,
.page-header .lang-switcher .portal-list .sections-item>a:hover svg {
    fill: #fff
}

.page-header .lang-switcher .portal-list.is-active {
    color: inherit
}

.page-header .lang-switcher .portal-list .sections-item {
    cursor: pointer
}

.page-header .lang-switcher .portal-list .sections-item ul {
    background-color: #f2f1f2;
    display: none;
    list-style-type: none;
    margin-top: -10px;
    max-width: 142px;
    min-width: 139px;
    opacity: 0;
    padding: 14px 11px 5px;
    position: absolute
}

.ie .page-header .lang-switcher .portal-list .sections-item ul {
    min-width: 119px
}

.page-header .lang-switcher .portal-list .sections-item ul a {
    color: #333132
}

.page-header .lang-switcher .portal-list .sections-item ul li {
    padding-bottom: 3px;
    padding-top: 3px
}

.page-header .lang-switcher .portal-list .sections-item ul li:not(:first-child) {
    border-top: 1px solid #333132
}

.page-header .lang-switcher .portal-list .sections-item.is-active>a {
    background-color: #333132;
    color: #fff;
    text-decoration: none
}

.page-header .lang-switcher .portal-list .sections-item.is-expanded ul {
    border: 1px solid #dad1cc;
    display: block;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    z-index: 99
}

.page-header .lang-switcher .portal-list .sections-item.is-expanded>a .nav-item-arrow:after {
    -webkit-transform: translate(-.1em, -50%) rotate(-90deg);
    transform: translate(-.1em, -50%) rotate(-90deg)
}

.page-header .lang-list {
    display: inline-block;
    margin: 2px 0
}

.page-header .lang-list .lang-item {
    display: inline-block;
    padding: 0 3px
}

.page-header .lang-list :first-child {
    padding-left: 0
}

.page-header .lang-list :last-child {
    padding-right: 0
}

.page-header [data-module=SlidingMenu] .lang-switcher {
    border-top: 1px solid hsla(21, 16%, 83%, .75);
    color: #81716a;
    display: block;
    font-size: 1rem;
    font-weight: 600;
    padding: 25px;
    position: relative;
    right: auto;
    text-transform: uppercase;
    top: auto;
    width: 100%
}

.main-nav {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: end;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.main-nav .hamburger-cell {
    -webkit-box-ordinal-group: inherit;
    -webkit-order: inherit;
    -ms-flex-order: inherit;
    order: inherit
}

.main-nav .logo-cell {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

.main-nav .logo-cell>a {
    padding-bottom: 2px
}

.main-nav .logo-cell>a:hover {
    border-bottom: 2px solid currentColor
}

.main-nav .m-search-cell {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5
}

.main-nav .m-search-cell svg {
    height: 25px;
    position: absolute;
    right: 56px;
    top: -6px
}

.main-nav .logo {
    margin-top: -5px
}

.main-nav .logo,
.main-nav .portal-logo {
    fill: currentColor;
    height: 1.215rem;
    width: auto
}

.main-nav .search-cell {
    display: none
}

.main-nav .search-button {
    font-size: 1.143rem;
    white-space: nowrap
}

.main-nav .search-button .search-button-text {
    display: none
}

.CoveoSearchButton .main-nav .search-button .coveo-icon,
.main-nav .search-button .CoveoSearchButton .coveo-icon,
.main-nav .search-button .search-icon {
    margin-left: 1rem
}

.page-header {
    background-color: transparent;
    border-bottom: 1px solid transparent;
    color: #fff;
    padding: 25px 0;
    position: fixed;
    top: auto;
    -webkit-transition: background-color .33s ease-in, color .33s ease-in, border-bottom-color .33s ease-in;
    transition: background-color .33s ease-in, color .33s ease-in, border-bottom-color .33s ease-in;
    width: 100%;
    z-index: 10
}

.dark-theme .page-header {
    color: #333132
}

.is-menu-visible .page-header,
.page-header.is-docked {
    background-color: #fff;
    border-bottom-color: #dad1cc;
    color: #333132;
    top: 0;
    -webkit-transition: background-color .13s ease-out, color .13s ease-out, border-bottom-color color .13s ease-out;
    transition: background-color .13s ease-out, color .13s ease-out, border-bottom-color color .13s ease-out
}

.magic-box .magic-box-suggestions {
    border: 0;
    height: auto;
    left: -40px;
    margin: 0;
    max-height: calc(100vh - 160px);
    overflow-y: auto;
    padding: 20px 0;
    position: absolute;
    top: 100%;
    width: 100vw
}

.magic-box .magic-box-suggestions:before {
    background-color: hsla(21, 16%, 83%, .75);
    content: "";
    height: 1px;
    left: 20px;
    position: absolute;
    top: 0;
    width: calc(100% - 40px)
}

.magic-box .magic-box-suggestions>div {
    min-width: 280px;
    overflow: hidden;
    width: calc(100% - 20px)
}

.magic-box .magic-box-suggestions .coveo-omnibox-result-list-header {
    padding: 0 20px
}

.magic-box .magic-box-suggestions .search-results-cell {
    position: relative;
    width: 100%
}

.magic-box .magic-box-suggestions .search-results-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    overflow-y: auto;
    position: relative;
    width: 100%
}

.magic-box .magic-box-suggestions .coveo-omnibox-result-list-header {
    width: 100%
}

.magic-box .magic-box-suggestions .CoveoResult {
    max-width: 100%;
    padding: 10px 20px;
    width: 100%
}

.magic-box .magic-box-suggestions .CoveoResult>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.magic-box .magic-box-suggestions .CoveoResult:focus-visible,
.magic-box .magic-box-suggestions .CoveoResult:hover {
    background: hsla(21, 16%, 83%, .2)
}

.magic-box .magic-box-suggestions * {
    margin: 0;
    padding: 0
}

.magic-box .magic-box-suggestions .search-result-item {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    color: #333132;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.429rem;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    text-decoration: none;
    width: 100%
}

.magic-box .magic-box-suggestions .search-result-item .search-result-item-image {
    background-position: 50% 25%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-flex-basis: 33%;
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
    max-width: 138px;
    padding: 0;
    position: relative;
    width: 33%
}

.magic-box .magic-box-suggestions .search-result-item .search-result-item-image:before {
    content: "";
    display: block;
    height: 85px;
    width: 100%
}

.magic-box .magic-box-suggestions .search-result-item .search-result-item-image+.search-result-item-content {
    -webkit-flex-basis: 67%;
    -ms-flex-preferred-size: 67%;
    flex-basis: 67%;
    padding-left: 20px;
    width: 67%
}

.magic-box .magic-box-suggestions .search-result-item .search-result-item-content {
    width: 100%
}

.magic-box .magic-box-suggestions .search-result-item .search-result-item-refiner {
    color: #81716a;
    display: block;
    margin: 0 0 .75em;
    width: 100%
}

.magic-box .magic-box-suggestions .search-result-item:focus-visible,
.magic-box .magic-box-suggestions .search-result-item:hover {
    background-color: transparent;
    color: #333132;
    text-decoration: underline
}

.magic-box .search-result-footer {
    background: #fff;
    padding: 20px;
    width: 100%
}

.magic-box .search-result-footer .btn {
    display: inline-block;
    font-size: .857em;
    font-weight: 600;
    line-height: .8;
    margin: 20px;
    padding: 1.5em 2em;
    width: 80%
}

.magic-box .search-result-footer .btn:focus-visible,
.magic-box .search-result-footer .btn:hover {
    color: #fff
}

.main .magic-box .magic-box-suggestions {
    width: 100%
}

@media (min-width:576px) {
    .magic-box .search-result-footer {
        padding: 20px 0
    }
}

.page-search {
    height: 100vh;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
    -webkit-transition: -webkit-transform 0s .3s;
    transition: -webkit-transform 0s .3s;
    transition: transform 0s .3s;
    transition: transform 0s .3s, -webkit-transform 0s .3s;
    visibility: hidden;
    width: 100vw;
    z-index: 1000
}

.page-search .search-bg {
    opacity: 0;
    overflow: visible;
    text-indent: -9999px;
    -webkit-transform: translate(0);
    transform: translate(0)
}

.page-search .search-bar {
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    padding: 20px;
    -webkit-transform: translateX(101%);
    transform: translateX(101%);
    -webkit-transition: -webkit-transform .13s ease-in;
    transition: -webkit-transform .13s ease-in;
    transition: transform .13s ease-in;
    transition: transform .13s ease-in, -webkit-transform .13s ease-in;
    width: 100%
}

.page-search .search-bar .content {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
}

.page-search .search-bar .close {
    color: #333132;
    height: 47px;
    outline-offset: 0;
    width: 50px
}

.page-search .search-bar .close:after,
.page-search .search-bar .close:before {
    background-color: #333132;
    top: 50%
}

.page-search.is-active {
    -webkit-transform: translate(0);
    transform: translate(0);
    -webkit-transition: -webkit-transform 0s 0s;
    transition: -webkit-transform 0s 0s;
    transition: transform 0s 0s;
    transition: transform 0s 0s, -webkit-transform 0s 0s;
    visibility: visible
}

.page-search.is-active .search-bg {
    opacity: 1
}

.page-search.is-active .search-bar {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform .33s ease-out;
    transition: -webkit-transform .33s ease-out;
    transition: transform .33s ease-out;
    transition: transform .33s ease-out, -webkit-transform .33s ease-out
}

@media (max-width:575.98px) {
    .page-search .search-bar .close {
        height: 42px
    }
}

.page-header .secondary-nav {
    display: none;
    font-weight: 600;
    height: auto;
    max-height: 62px;
    overflow: hidden;
    padding-right: 60px;
    position: relative;
    -webkit-transition: max-height .33s ease-in;
    transition: max-height .33s ease-in;
    width: 100%
}

.ie .page-header .secondary-nav {
    overflow: visible
}

.page-header .secondary-nav .portal-logo {
    fill: currentColor
}

.page-header .main-nav .sections-item {
    border-top: 1px solid hsla(21, 16%, 83%, .75);
    padding: 25px
}

.page-header .main-nav .sections-item>a {
    font-size: 1.714rem;
    font-weight: 600
}

.page-header .main-nav .sections-item ul {
    padding: 0 0 0 30px;
    text-transform: uppercase
}

.page-header .main-nav .sections-item li {
    margin: 1em 0
}

.page-header .main-nav .sections-item li a {
    color: #81716a;
    font-weight: 600
}

[data-module=SlidingMenu] .sliding-menu-overlay {
    display: none
}

@media (max-width:991.98px) {
    [data-module=SlidingMenu] {
        height: calc(100% - 72px);
        left: 0;
        overflow: hidden;
        pointer-events: none;
        position: fixed;
        top: 72px;
        visibility: hidden;
        width: 100%;
        z-index: 150
    }
    [data-module=SlidingMenu] .sliding-menu-content {
        background-color: #fff;
        -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .5);
        box-shadow: 0 2px 6px rgba(0, 0, 0, .5);
        display: block;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
        max-width: 400px;
        overflow-y: auto;
        pointer-events: auto;
        position: relative;
        -webkit-transform: translateX(-103%);
        transform: translateX(-103%);
        width: 100%;
        will-change: transform;
        z-index: 150;
        -webkit-overflow-scrolling: touch
    }
    [data-module=SlidingMenu] .sliding-menu-content .lang-switcher .sections-list.portal-list {
        display: none
    }
    [data-module=SlidingMenu] .sliding-menu-content .sections-list,
    [data-module=SlidingMenu] .sliding-menu-content .sections-list .sections-item {
        display: block
    }
    [data-module=SlidingMenu] .sliding-menu-overlay {
        display: block;
        opacity: 0;
        pointer-events: none
    }
    [data-module=SlidingMenu].is-animating .sliding-menu-content {
        -webkit-transition: all .13s ease-in;
        transition: all .13s ease-in
    }
    [data-module=SlidingMenu].is-visible {
        pointer-events: auto;
        visibility: visible
    }
    [data-module=SlidingMenu].is-visible .sliding-menu-content {
        -webkit-transform: none;
        transform: none
    }
    [data-module=SlidingMenu].is-visible .sliding-menu-overlay {
        opacity: 1;
        pointer-events: auto
    }
    [data-module=SlidingMenu].is-visible.is-animating .sliding-menu-content {
        -webkit-transition: all .33s ease-out;
        transition: all .33s ease-out
    }
}

.page-header .utilities {
    font-size: .785rem;
    text-transform: uppercase
}

.page-header .utilities-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 2px 0
}

.page-header .utilities-item a {
    display: inline-block;
    letter-spacing: .5px;
    padding: 0 20px 25px
}

.page-header [data-module=SlidingMenu] .utilities {
    background-color: hsla(21, 16%, 83%, .2);
    border-top: 1px solid hsla(21, 16%, 83%, .75);
    color: #81716a;
    display: block;
    font-size: 1rem;
    font-weight: 600;
    padding: 25px;
    text-transform: uppercase
}

.page-header [data-module=SlidingMenu] .utilities-list {
    display: block
}

.page-header [data-module=SlidingMenu] .utilities-item {
    margin: 1em 0;
    width: 100%
}

.page-header [data-module=SlidingMenu] .utilities-item a {
    padding: 0
}

.page-header [data-module=SlidingMenu] .utilities-item:first-child {
    margin-top: 0
}

.page-header [data-module=SlidingMenu] .utilities-item:last-child {
    margin-bottom: 0
}

.accordion-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.accordion-wrapper .accordion {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%
}

.accordion-wrapper .anchors-nav {
    display: none
}

[data-module=Accordion] {
    margin: 0 -30px;
    padding: 0 30px;
    position: relative;
    width: calc(100% + 40px)
}

.firefox [data-module=Accordion] {
    min-width: 0
}

[data-module=Accordion] .no-accordion-header {
    display: none
}

[data-module=Accordion] .js-accordion-header {
    display: block;
    padding-right: 30px
}

[data-module=Accordion] .js-accordion-header:after {
    color: #ff4612;
    content: "›";
    display: block;
    font-size: 2em;
    height: .625em;
    line-height: .5;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    width: .625em
}

[data-module=Accordion] .js-accordion-header[aria-expanded=true]:after {
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg)
}

[data-module=Accordion] .js-accordion-header .section-title {
    word-break: break-word
}

[data-module=Accordion] .js-accordion-content {
    display: none;
    -webkit-transition: max-height .3s linear;
    transition: max-height .3s linear
}

[data-module=Accordion] .slick-slider {
    margin: 0 -20px;
    width: calc(100% + 40px)
}

[data-module=Accordion] .container {
    padding: 0
}

[data-module=AjaxLoader] {
    position: relative
}

[data-module=AjaxLoader]:after {
    border: 4px solid #333132;
    border-top: 4px solid #ff4612;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: d 2s linear infinite;
    animation: d 2s linear infinite;
    content: "";
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%
}

[data-module=AjaxLoader]:hover:after {
    border: 4px solid #fff;
    border-top: 4px solid #ff4612
}

[data-module=AjaxLoader].js-spinning .show-more-text {
    opacity: 0
}

[data-module=AjaxLoader].js-spinning:after {
    opacity: 1
}

.alt-section {
    background: #f2f1f2;
    display: block;
    width: 100%
}

.alt-section [data-module=TilesSlider] .tile {
    background-color: #fff;
    border: 1px solid #afa49f
}

.alt-section [data-module=TilesSlider] .slick-dots li {
    background-color: #fff
}

.alt-section .tile .container-image {
    background: #afa49f
}

.alt-section .tile .cta,
.alt-section .tile .label,
.alt-section .tile .tagline .item {
    color: #333132
}

.alt-section .content-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.alt-section .show-more {
    margin: 40px 0
}

.alt-section.with-white {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(35.5%, #fff), color-stop(35.5%, #f2f1f2), to(#f2f1f2));
    background: linear-gradient(180deg, #fff 0, #fff 35.5%, #f2f1f2 0, #f2f1f2)
}

.alt-section:not(.with-white) {
    padding-top: 100px
}

.alt-section.alternate-content,
.alt-section.featured-content {
    padding-top: 5px
}

.alt-section.alternate-content .section-header {
    border-top: 0
}

.alt-section.alternate-content .col-12>.section-content>.section-content-wrapper {
    padding-bottom: 20px
}

.alt-section+.featured-content,
.alt-section+.section {
    padding-top: 5px
}

@media (min-width:576px) {
    .alt-section [data-module=TilesSlider] .tile {
        background-color: transparent;
        border: 0 solid transparent
    }
    .alt-section.with-white {
        background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(21%, #fff), color-stop(21%, #f2f1f2), to(#f2f1f2));
        background: linear-gradient(180deg, #fff 0, #fff 21%, #f2f1f2 0, #f2f1f2)
    }
    .alt-section+.featured-content,
    .alt-section+.section,
    .alt-section.featured-content {
        padding-top: 40px
    }
}

.anchors-nav {
    padding: 0 0 0 60px;
    position: relative;
    width: 100%
}

.anchors-nav-list {
    color: #81716a
}

.anchors-nav-item {
    display: block;
    margin: 20px 0;
    width: 100%
}

.anchors-nav-item:first-child,
.anchors-nav-item:last-child {
    margin-top: 0
}

.anchors-nav a {
    display: inline-block;
    font-size: .857rem;
    padding: 0 0 0 20px;
    position: relative;
    white-space: normal
}

.anchors-nav a:before {
    background-color: currentColor;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 5px;
    left: 0;
    line-height: 1em;
    margin-right: 1em;
    position: absolute;
    top: .5em;
    vertical-align: middle;
    width: 5px
}

.anchors-nav a.is-active {
    color: #333132;
    font-weight: 800
}

.anchors-nav a.is-active:before {
    -webkit-animation: a .75s forwards;
    animation: a .75s forwards;
    color: #ff4612
}

.breadcrumb {
    font-weight: 600;
    max-width: 30%
}

.breadcrumb .list {
    color: #333132
}

.breadcrumb li {
    color: #81716a;
    display: none;
    margin: 5px 1em 5px 0
}

.breadcrumb li>.breadcrumb-item {
    line-height: 2em
}

.breadcrumb li:before {
    color: #ff4612;
    content: "›";
    display: none;
    font-size: 2.5em;
    font-weight: 400;
    margin: 0 .5em 0 0;
    vertical-align: text-bottom
}

.breadcrumb li.back {
    display: inline-block
}

.breadcrumb li.back:before {
    color: #ff4612;
    content: "‹";
    display: inline-block;
    margin: 0 .25em 0 0
}

.breadcrumb li:first-child {
    margin-left: 0
}

.breadcrumb li:last-child {
    color: #333132;
    margin-right: 0
}

.checkerboard .tile.big .container-image {
    height: auto;
    padding: 0;
    position: relative
}

.checkerboard .tile.big .image {
    background-position: 50% 50%
}

.checkerboard .tile.big .title {
    font-family: Gordita, helvetica, arial, sans-serif;
    font-size: 1.429rem;
    line-height: 1.6
}

.checkerboard .tile.big.alternative-checkerboard-tile {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.checkerboard .tile.big.alternative-checkerboard-tile .container-image {
    display: block;
    min-height: 300px
}

.checkerboard .tile.big.alternative-checkerboard-tile .content {
    margin: auto;
    padding-bottom: 100px;
    padding-top: 100px
}

.checkerboard .tile.big.alternative-checkerboard-tile .content .triangle {
    height: 0
}

.checkerboard .tile.big.alternative-checkerboard-tile .content .triangle:after {
    content: "";
    font-size: 2.5rem;
    left: 50%;
    position: relative;
    top: -40px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.checkerboard .tile.big.alternative-checkerboard-tile .content .alternative-description {
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.429;
    margin: auto;
    text-align: center;
    width: 90%
}

.checkerboard .section-header {
    border-top: 0;
    padding-left: 0;
    padding-right: 0
}

@media (min-width:576px) {
    .checkerboard .tile.big.alternative-checkerboard-tile .content {
        padding-bottom: 120px;
        padding-top: 120px
    }
    .checkerboard .tile.big.alternative-checkerboard-tile .content .triangle:after {
        top: -50px
    }
    .checkerboard .tile.big.alternative-checkerboard-tile .content .alternative-description {
        font-size: 2.143rem
    }
}

.collapse {
    display: none
}

.ot-pc-footer-logo {
    display: none !important
}

#onetrust-pc-sdk.otPcCenter {
    bottom: 7% !important;
    height: auto !important;
    top: 5% !important
}

#onetrust-pc-sdk #ot-pc-content {
    padding-left: 4px !important
}

#onetrust-pc-sdk #close-pc-btn-handler {
    right: 2px !important
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .h3:before,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy h3:before {
    border-right: none !important
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-cookie-policy-group-desc {
    font-size: 1em !important;
    line-height: 1.571 !important
}

.ot-sdk-cookie-policy-title {
    display: none !important
}

.ot-always-active {
    color: #333132 !important
}

.ot-pc-refuse-all-handler {
    float: left !important;
    margin-left: 30px !important
}

.save-preference-btn-handler {
    margin-right: 30px !important
}

.ot-sdk-container {
    padding: 0 !important
}

#onetrust-group-container #onetrust-policy {
    margin: 20px 40px !important
}

#onetrust-button-group-parent {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    height: 100% !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    padding: 0 !important;
    top: 0 !important;
    -webkit-transform: none !important;
    transform: none !important
}

#onetrust-button-group-parent,
#onetrust-button-group-parent #onetrust-button-group {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important
}

#onetrust-button-group-parent #onetrust-button-group {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    margin-right: 0 !important;
    padding: 15px !important;
    text-align: center !important;
    width: auto !important
}

#onetrust-button-group-parent #onetrust-button-group button {
    float: none !important;
    margin: 5px 7px !important;
    max-width: 250px !important;
    min-width: 250px !important;
    text-align: center !important;
    width: 250px !important
}

#accept-recommended-btn-handler,
#onetrust-accept-btn-handler,
#onetrust-pc-btn-handler,
#onetrust-reject-all-handler,
.ot-pc-refuse-all-handler,
.save-preference-btn-handler {
    background-color: transparent !important;
    border: 1px solid #ff4612 !important;
    border-radius: 3em !important;
    cursor: pointer !important;
    font-size: .75em !important;
    font-weight: 600 !important;
    letter-spacing: 1px !important;
    line-height: 1.5 !important;
    outline: none !important;
    overflow: hidden !important;
    padding: 1em 1.8em !important;
    position: relative !important;
    text-transform: uppercase !important;
    -webkit-transition: color .3s, background-color .3s !important;
    transition: color .3s, background-color .3s !important;
    white-space: normal !important;
    z-index: 1 !important
}

#accept-recommended-btn-handler:focus,
#accept-recommended-btn-handler:hover,
#onetrust-accept-btn-handler:focus,
#onetrust-accept-btn-handler:hover,
#onetrust-pc-btn-handler:focus,
#onetrust-pc-btn-handler:hover,
#onetrust-reject-all-handler:focus,
#onetrust-reject-all-handler:hover,
.ot-pc-refuse-all-handler:focus,
.ot-pc-refuse-all-handler:hover,
.save-preference-btn-handler:focus,
.save-preference-btn-handler:hover {
    background-color: #333132 !important;
    border-color: #333132 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #fff !important;
    opacity: 1 !important;
    outline: none !important;
    text-decoration: none !important
}

#onetrust-policy-text {
    margin-bottom: 3px !important
}

#onetrust-policy-text a,
.cookie-setting-link,
.ot-link-btn,
.privacy-notice-link {
    font-weight: bolder !important;
    overflow: visible !important;
    -webkit-text-decoration: underline solid 1px #ff4612 !important;
    text-decoration: underline solid 1px #ff4612 !important;
    text-underline-offset: .3em !important
}

#onetrust-policy-text a:focus,
#onetrust-policy-text a:hover,
.cookie-setting-link:focus,
.cookie-setting-link:hover,
.ot-link-btn:focus,
.ot-link-btn:hover,
.privacy-notice-link:focus,
.privacy-notice-link:hover {
    opacity: 1 !important;
    -webkit-text-decoration: underline solid 3px #ff4612 !important;
    text-decoration: underline solid 3px #ff4612 !important
}

@media only screen and (max-width:600px) {
    .ot-pc-refuse-all-handler {
        margin-left: 10px !important
    }
    .save-preference-btn-handler {
        margin-right: 10px !important
    }
}

@media only screen and (min-width:768px) {
    #onetrust-group-container {
        max-width: 1100px !important;
        min-height: 200px !important;
        padding-top: 10px !important;
        width: calc(100% - 310px) !important
    }
    #onetrust-button-group-parent {
        left: auto !important;
        position: absolute !important;
        right: 0 !important;
        width: 310px !important
    }
    #onetrust-button-group-parent #onetrust-button-group {
        margin: auto !important
    }
}

@media only screen and (min-width:1600px) {
    #onetrust-group-container {
        min-height: 0 !important;
        padding-top: 0 !important;
        width: 50% !important
    }
    #onetrust-button-group-parent {
        left: 49% !important;
        margin: 0 !important;
        width: 50% !important
    }
    #onetrust-button-group-parent #onetrust-button-group {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
        padding: 0 5px 0 0 !important
    }
}

.credits {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 0 40px;
    width: 100%
}

.credits,
.credits .infos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.credits .infos {
    border-top: 1px solid #dad1cc;
    color: #81716a;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 0 0
}

.ie .credits .infos {
    display: block
}

.credits .duration {
    color: #ff4612;
    font-size: 4.286rem;
    line-height: .8;
    text-transform: uppercase
}

.credits .duration sup {
    color: #81716a;
    font-size: .857rem;
    font-weight: 600;
    margin: 0 0 0 10px;
    top: 8px;
    vertical-align: top
}

.credits .availability {
    font-size: .714rem;
    font-weight: 600;
    max-width: 40%;
    padding-left: 25px;
    position: relative;
    text-transform: uppercase
}

.credits .availability.podcast:before,
.credits .availability.webinar:before {
    display: block;
    left: 0;
    position: absolute;
    width: 15px
}

.ie .credits .availability.podcast,
.ie .credits .availability.webinar {
    display: inline-block;
    padding-left: 0;
    text-align: right
}

.ie .credits .availability.podcast:before,
.ie .credits .availability.webinar:before {
    display: inline-block;
    height: 15px;
    margin: 0 15px 0 0;
    padding: 0;
    position: relative;
    text-align: left;
    width: 15px
}

.credits .availability.podcast:before {
    content: url(../img/icons/microphone.svg?v=943279);
    top: 3px
}

.credits .availability.webinar:before {
    content: url(../img/icons/camera.svg?v=943279);
    top: 1px
}

.credits .specification {
    margin: 20px 0 0
}

.featured-content .tiles-list {
    margin-bottom: 20px
}

.featured-content .col-12>.section-content>.section-content-wrapper {
    padding-bottom: 0
}

@media (min-width:576px) {
    .featured-content {
        margin-bottom: 0;
        padding-bottom: 40px
    }
    [data-page=HubPage] .featured-content {
        padding-bottom: 0
    }
    .featured-content .tiles-list {
        margin-bottom: 0
    }
    .featured-content .tiles-list .tile .content {
        margin-top: 20px;
        padding: 0
    }
}

.foot-note {
    margin: 40px 0 60px
}

.foot-note .text-block {
    border-top: 1px solid #dad1cc
}

.foot-note .text-block .text {
    color: #81716a;
    line-height: 1.714;
    margin-top: 40px;
    width: 100%
}

.foot-note .text-block p:last-child {
    margin-bottom: 0
}

form[data-ajax] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

form[data-ajax] .has-error {
    color: #d90024;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    font-weight: bolder;
    padding: 20px 0
}

form[data-ajax] .has-error .list-group {
    padding-left: 15px
}

form[data-ajax] .form-group {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 1rem
}

form[data-ajax] .input-validation-error {
    border-color: #d90024;
    outline-color: #d90024
}

form[data-ajax] .input-validation-error:hover {
    border-color: #d90024
}

form[data-ajax] .input-validation-error:focus-visible {
    border-color: #d90024;
    outline-color: #d90024
}

form[data-ajax] .field-validation-error span {
    color: #d90024
}

form[data-ajax] .field-validation-error span.text-danger {
    color: #d90024 !important
}

form[data-ajax] .form-submit-border {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-top: 26.66667px
}

form[data-ajax] .bg-warning {
    background-color: #fff !important
}

form[data-ajax] .form-control:not([size]):not([multiple]) {
    height: auto
}

.hub-header {
    border-top: 2px solid #dad1cc;
    margin: 0
}

.CoveoSearchInterface .hub-header {
    margin-top: 20px
}

.hub-header:before {
    content: "";
    left: 0;
    position: absolute;
    top: 20px;
    width: 100%
}

.hub-header .section-header {
    padding: 0;
    width: auto
}

.hub-header .section-btn {
    padding-bottom: 0
}

.hub-header .CoveoSearchbox {
    border: 1px solid #dad1cc;
    border-radius: 2rem;
    margin: 1.25rem 0 0;
    overflow: hidden
}

.hub-header .CoveoSearchbox:focus-within {
    border: 1px solid #333132;
    outline: 1px solid #333132
}

.hub-header .CoveoSearchButton {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    text-align: left;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.hub-header .CoveoSearchButton .coveo-icon {
    left: 60%
}

.hub-header .CoveoOmnibox,
.hub-header .CoveoQuerybox {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.hub-header .CoveoSearchbox .magic-box .magic-box-input {
    border-radius: 2rem;
    -webkit-flex-basis: calc(100% - 70px);
    -ms-flex-preferred-size: calc(100% - 70px);
    flex-basis: calc(100% - 70px);
    width: calc(100% - 70px)
}

.hub-header .CoveoSearchbox .magic-box .magic-box-input input {
    padding-left: 10px
}

.hub-header .magic-box-clear {
    display: none
}

.mobile-iframe {
    display: block
}

.mobile-iframe+.desktop-iframe {
    display: none
}

.overview .overview-wrapper {
    padding-left: 42px;
    padding-right: 120px
}

.overview .overview-wrapper .title {
    font-size: 1.429rem;
    line-height: 1.7
}

.overview .overview-wrapper .text {
    display: block;
    line-height: 1.714;
    margin: 15px 0 46px
}

.firm-leadership .title {
    font-size: 1.429rem;
    line-height: 1.7
}

.firm-leadership .publications {
    line-height: 1.714;
    margin: 0;
    margin-bottom: 20px;
    max-width: 470px;
    overflow: hidden;
    padding: 39px 0
}

.firm-leadership .publications li {
    display: inline;
    line-height: 1.714;
    padding-left: 1em;
    text-indent: -.7em;
    width: 50%
}

.firm-leadership .publications li:before {
    color: hsla(21, 16%, 83%, .7);
    content: "\2022";
    margin-right: 8px
}

.focus-pos-bottom {
    background-position: bottom !important
}

.focus-pos-bottom-left {
    background-position: 0 100% !important
}

.focus-pos-bottom-right {
    background-position: 100% 100% !important
}

.focus-pos-left {
    background-position: 0 !important
}

.focus-pos-right {
    background-position: 100% !important
}

.focus-pos-top {
    background-position: top !important
}

.focus-pos-top-left {
    background-position: 0 0 !important
}

.focus-pos-top-right {
    background-position: 100% 0 !important
}

.events {
    margin: 0 0 40px
}

.events .title {
    border-bottom: 1px solid #dad1cc;
    margin: 0 0 20px;
    padding: 1em 0
}

.events .title.acc {
    margin-top: 20px
}

.events .list li {
    margin: 20px 0
}

.events .list li:first-child {
    margin-top: 0
}

.events .list li:last-child {
    margin-bottom: 0
}

.events .time {
    color: #81716a
}

.events .name,
.events .time {
    display: block;
    margin: 0 0 .5rem
}

.events .description {
    color: #81716a;
    display: block;
    font-style: normal
}

.events a[target=_blank]:after {
    content: url(../img/icons/external.svg?v=943279);
    display: inline-block;
    margin: 0 0 0 .75em
}

.coveo-logo {
    -webkit-animation: b 1s steps(25) infinite;
    animation: b 1s steps(25) infinite;
    background-image: url(../img/preloader-sprite.png?v=943279);
    background-position: 0 0;
    background-size: 975 auto;
    height: 55px;
    width: 39px
}

.location {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.location .icon,
.location .ie-icon {
    padding: 4px 15px 0 0
}

.location .ie-icon {
    display: none
}

.location .place {
    color: #81716a
}

.location .place .address {
    display: block;
    font-weight: 600
}

.location .place .name {
    display: block
}

.ie .location .icon {
    display: none
}

.ie .location .ie-icon {
    display: block
}

.logos-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.logos-list-item {
    margin-bottom: 10px;
    padding-right: 10px;
    width: 115px
}

.logos-list-item .logo {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    min-height: 84px;
    min-width: 84px
}

.logos-list-item img {
    max-width: 100%
}

.logos-list.sponsors {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0
}

.logos-list.sponsors .logos-list-item .logo {
    width: auto
}

.experience-meta {
    background-color: #fff;
    padding: 15px;
    position: relative;
    z-index: 100
}

.experience-form {
    display: none
}

.experience-form .h3,
.experience-form h3 {
    margin: 15px 0
}

.metas-line {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    border-top: 1px solid #dad1cc;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: .714rem;
    line-height: 1.5;
    padding: 10px 0;
    width: 100%
}

.metas-line>* {
    display: block
}

.metas-line:first-child {
    border-top: 0;
    padding-top: 0
}

.metas-client,
.metas-subtitle {
    font-size: 1.429rem;
    font-weight: 600;
    margin: 0
}

.metas-label {
    display: block;
    margin: 10px 0
}

.metas-cta,
.metas-label,
.metas-time {
    color: #81716a
}

.metas-cta {
    margin: 10px 0
}

.numbers-list>a {
    outline-offset: 15px
}

.numbers-list>a:hover {
    text-decoration: none
}

.numbers-list>a:hover .item {
    text-decoration: underline
}

.numbers-list>a:hover .item.count {
    text-decoration: none
}

.number {
    display: block;
    margin: 0 0 28px
}

.numbers-list .number {
    width: auto
}

.number .item {
    display: block;
    line-height: 2
}

.number .item:first-child {
    color: #333132;
    font-size: .7rem;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 8px;
    text-transform: uppercase
}

.number .item.count {
    color: #ff4612;
    font-size: 2.1rem;
    line-height: 1.2
}

.number .item.count sup {
    font-size: 1.2rem;
    top: -1rem
}

@media (min-width:576px) {
    .number .item:first-child {
        font-size: .857rem
    }
    .number .item.count {
        font-size: 3.286rem
    }
    .number .item.count sup {
        font-size: 1.8rem;
        top: -2.2rem
    }
}

.section.client-work .CoveoSearchInterface {
    min-width: 280px
}

.section.client-work .CoveoSearchInterface.coveo-small-facets .coveo-facet-column.coveo-facet-dropdown-content {
    left: 0 !important;
    width: 100% !important
}

.section.client-work .CoveoSearchInterface.coveo-small-facets .CoveoResultList {
    margin-bottom: 0
}

.section.client-work .CoveoSearchInterface.coveo-small-facets .coveo-dropdown-header-wrapper .coveo-facet-dropdown-header {
    margin: 0 0 20px
}

.section.client-work .CoveoSearchInterface .search-results-header {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0
}

.section.client-work .CoveoSearchInterface .search-results-header .cell {
    margin-bottom: 40px
}

.section.client-work .CoveoSearchInterface .search-results-header .cell.summary {
    text-align: left
}

.section.client-work .CoveoSearchInterface .search-results-header .cell.summary .CoveoQuerySummary {
    font-size: 1.286rem
}

.section.client-work .CoveoSearchInterface .search-results-header .cell.sort {
    text-align: right
}

.section.client-work .CoveoSearchInterface .search-results-footer {
    padding-bottom: 0
}

@media (min-width:576px) {
    .section.client-work .CoveoResult.coveo-list-layout .tile .content {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

.results .number {
    font-size: 1.286rem;
    margin-bottom: 37px
}

.section {
    border-top: 2px solid hsla(21, 16%, 83%, .75);
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 100%
}

.section iframe {
    border: 0;
    display: block;
    margin: 40px 0;
    width: 100%
}

.page-hubpage .section {
    border-top: 0
}

.page-hubpage .section>.hub {
    margin: 0
}

.container .section {
    margin: 0 -20px;
    padding: 0;
    width: calc(100% + 40px)
}

.container .row .section {
    margin: 0 auto;
    padding: 0;
    width: 100%
}

.container .row .col-12 .section {
    margin: 0 -20px;
    padding: 0;
    width: calc(100% + 40px)
}

.container .row [class^=col-] .accordion .section {
    margin: 0 auto;
    padding: 0;
    width: 100%
}

.section:only-child .section-btn:after {
    display: none
}

.contact-the-authors-section .section-content-block {
    padding-right: 10px
}

.section-header {
    font-size: 1.714rem;
    padding: 0 20px;
    position: relative;
    width: 100%
}

.page-hubpage .section-header {
    border-top: 0
}

.section-header .header-subtitle {
    font-size: 1rem;
    margin-bottom: 2em
}

.section-header .header-subtitle p:last-child {
    margin-bottom: 0
}

.col-12>.section-header {
    padding: 0
}

.section-header .section-intro,
.section-header p {
    font-size: 1rem
}

.no-section-header-spacer {
    height: 60px
}

.section-btn {
    display: block;
    margin: 2rem 0;
    padding: 0 0 0 2.5rem;
    position: relative;
    width: 100%
}

.section-btn:before {
    content: "";
    left: 0;
    position: absolute;
    top: .36em
}

.text-center .section-btn {
    padding-left: 0
}

.text-center .section-btn:before {
    left: auto;
    margin: 0 .5em 0 0;
    position: relative;
    top: auto
}

.section-title {
    color: inherit;
    display: inline-block;
    font-size: inherit;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0
}

.featured .section-title,
.hub .section-title {
    font-size: 1.857rem;
    position: relative
}

.section-content {
    line-height: 1.714;
    position: relative;
    width: 100%
}

.section-content .sub-title {
    display: inline-block;
    font-size: 1.429rem;
    margin-bottom: 30px
}

.section-content iframe {
    max-width: 100%
}

.section-content .show-more {
    text-align: center
}

.section-content.media-contacts-content .show-more {
    margin-top: 15px
}

.section-content.media-contacts-content .sub-title {
    color: #81716a;
    font-size: .857rem;
    font-weight: 600;
    margin-bottom: 0;
    text-transform: uppercase
}

.section-content-wrapper {
    padding: 0 20px 40px;
    position: relative;
    width: 100%
}

.col-12>.section-content>.section-content-wrapper {
    padding: 0 0 40px
}

.section-content-block {
    margin: 40px 0;
    position: relative;
    width: 100%
}

.section-content-block:first-child {
    margin-top: 0
}

.section-content-block:last-child {
    margin-bottom: 0
}

.container>.row .section-content-wrapper>.section-content-block>[class^=col-] {
    padding: 0
}

@media (min-width:576px) {
    .section {
        border-top: 0;
        padding: 0
    }
    .page-hubpage .section>.hub {
        margin: 0 -20px
    }
    .container .section {
        padding: 0 20px
    }
    .container .row .section {
        margin: 0;
        padding: 0 20px
    }
    .container .row .col-12 .section {
        margin: 0;
        padding: 0;
        width: 100%
    }
    .container .section .section-content>.section .section-content-wrapper,
    .section .section-content-wrapper {
        padding: 0 0 60px
    }
    .section .section-content .show-more {
        margin-top: 0
    }
    .section-header {
        border-top: 2px solid hsla(21, 16%, 83%, .75);
        padding: 0
    }
    .people-section .tiles-list {
        margin-left: 0;
        margin-right: 0
    }
}

.skip-to-main-content {
    background: #fff;
    border: 2px solid #333132;
    color: #333132;
    left: 5px;
    padding: 1em 2em;
    position: absolute;
    text-decoration: underline;
    top: 5px;
    -webkit-transform: translateY(-115%);
    transform: translateY(-115%);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    width: auto;
    z-index: 100
}

.skip-to-main-content:focus,
.skip-to-main-content:focus-visible,
.skip-to-main-content:hover {
    color: #333132;
    text-decoration: underline;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.socials {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.socials-label {
    display: inline-block;
    margin: 0 1em 0 0
}

.socials-list {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.socials-list li {
    display: inline-block;
    margin: 0 .3em
}

.socials-list li:first-child {
    margin-left: 0
}

.socials-list li:last-child {
    margin-right: 0
}

.socials-list a {
    background-color: #333132;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-family: FontAwesome;
    font-weight: 400;
    height: 1.8rem;
    line-height: 1.98rem;
    position: relative;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    width: 1.8rem
}

.socials-list a:focus-visible,
.socials-list a:hover {
    background-color: #81716a
}

.socials-list a:before {
    display: block;
    font-size: 1.143rem;
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    text-indent: 0;
    top: 0;
    width: 100%
}

.socials-list button {
    color: #333132;
    font-size: 1.6rem;
    line-height: 1.6rem;
    -webkit-transition: color .3s;
    transition: color .3s
}

.socials-list button svg {
    fill: currentColor;
    margin: -.1em auto;
    vertical-align: text-top;
    width: 20px
}

.socials-list button .fa {
    display: block
}

.socials-list button:focus-visible,
.socials-list button:hover {
    color: #81716a
}

.socials-list .print {
    position: relative;
    top: 7px;
    vertical-align: sub;
    width: 32px
}

.socials-list .print button {
    position: relative;
    top: -6.5px
}

.socials-list .print button a {
    background-color: #fff
}

.socials-list .print svg {
    height: 25px;
    width: 31px
}

.socials-list .separator {
    border-right: 1px solid #dad1cc;
    height: 3.6em;
    position: relative;
    top: -2px
}

.socials-list .save-to-pdf {
    margin: 0 0 0 .35em
}

.socials-list .save-to-pdf button a {
    background-color: #fff;
    color: #333132;
    -webkit-transition: color .3s;
    transition: color .3s
}

.socials-list .save-to-pdf button a:focus-visible,
.socials-list .save-to-pdf button a:hover {
    color: #81716a
}

.socials-list .save-to-pdf button svg {
    height: 25px;
    position: relative;
    top: .5px;
    width: 25px
}

.socials-list [href*="facebook.com"],
.socials-list [href*="instagram.com"],
.socials-list [href*="linkedin.com"],
.socials-list [href*="mailto:"],
.socials-list [href*="pinterest.com"],
.socials-list [href*="quora.com"],
.socials-list [href*="reddit.com"],
.socials-list [href*="threads.net"],
.socials-list [href*="tumblr.com"],
.socials-list [href*="twitter.com"],
.socials-list [href*="vk.com"],
.socials-list [href*="youtube.com"] {
    text-indent: -9999vw
}

.socials-list [href*="facebook.com"] img,
.socials-list [href*="instagram.com"] img,
.socials-list [href*="linkedin.com"] img,
.socials-list [href*="mailto:"] img,
.socials-list [href*="pinterest.com"] img,
.socials-list [href*="quora.com"] img,
.socials-list [href*="reddit.com"] img,
.socials-list [href*="threads.net"] img,
.socials-list [href*="tumblr.com"] img,
.socials-list [href*="twitter.com"] img,
.socials-list [href*="vk.com"] img,
.socials-list [href*="youtube.com"] img {
    display: none
}

.socials-list .instagram:focus-visible,
.socials-list .instagram:hover,
.socials-list .threads:focus-visible,
.socials-list .threads:hover,
.socials-list [href*="instagram.com"]:focus-visible,
.socials-list [href*="instagram.com"]:hover,
.socials-list [href*="threads.net"]:focus-visible,
.socials-list [href*="threads.net"]:hover {
    background-color: #c32aa3;
    background-image: radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%)
}

.socials-list .threads svg,
.socials-list .twitter svg,
.socials-list [href*="threads.net"] svg,
.socials-list [href*="twitter.com"] svg {
    display: block;
    fill: #fff;
    position: relative
}

.socials-list .facebook:before,
.socials-list [href*="facebook.com"]:before {
    content: "\f09a";
    top: 1px
}

.socials-list .facebook:focus-visible,
.socials-list .facebook:hover,
.socials-list [href*="facebook.com"]:focus-visible,
.socials-list [href*="facebook.com"]:hover {
    background-color: #1877f2
}

.socials-list .google-plus:before,
.socials-list [href*="plus.google.com"]:before {
    content: "\f0d5";
    font-size: 1.15rem;
    -webkit-transform: translateY(5%);
    transform: translateY(5%)
}

.socials-list .google-plus:focus-visible,
.socials-list .google-plus:hover,
.socials-list [href*="plus.google.com"]:focus-visible,
.socials-list [href*="plus.google.com"]:hover {
    background-color: #db4437
}

.socials-list .instagram:before,
.socials-list [href*="instagram.com"]:before {
    content: "\f16d"
}

.socials-list .linkedin:before,
.socials-list [href*="linkedin.com"]:before {
    content: "\f0e1"
}

.socials-list .linkedin:focus-visible,
.socials-list .linkedin:hover,
.socials-list [href*="linkedin.com"]:focus-visible,
.socials-list [href*="linkedin.com"]:hover {
    background-color: #0a66c2
}

.socials-list .pinterest:before,
.socials-list [href*="pinterest.com"]:before {
    content: "\f0d2"
}

.socials-list .pinterest:focus-visible,
.socials-list .pinterest:hover,
.socials-list [href*="pinterest.com"]:focus-visible,
.socials-list [href*="pinterest.com"]:hover {
    background-color: #bd081c
}

.socials-list .quora:before,
.socials-list [href*="quora.com"]:before {
    content: "\f2c4"
}

.socials-list .quora:focus-visible,
.socials-list .quora:hover,
.socials-list [href*="quora.com"]:focus-visible,
.socials-list [href*="quora.com"]:hover {
    background-color: #a20
}

.socials-list .reddit:before,
.socials-list [href*="reddit.com"]:before {
    content: "\f281"
}

.socials-list .reddit:focus-visible,
.socials-list .reddit:hover,
.socials-list [href*="reddit.com"]:focus-visible,
.socials-list [href*="reddit.com"]:hover {
    background-color: #ff5700
}

.socials-list .tumblr:before,
.socials-list [href*="tumblr.com"]:before {
    content: "\f173"
}

.socials-list .tumblr:focus-visible,
.socials-list .tumblr:hover,
.socials-list [href*="tumblr.com"]:focus-visible,
.socials-list [href*="tumblr.com"]:hover {
    background-color: #2c4762
}

.socials-list .twitter svg,
.socials-list [href*="twitter.com"] svg {
    height: 17px;
    left: 4.5px;
    top: 5px
}

.socials-list .twitter:focus-visible,
.socials-list .twitter:hover,
.socials-list [href*="twitter.com"]:focus-visible,
.socials-list [href*="twitter.com"]:hover {
    background-color: #1da1f2
}

.socials-list .threads svg,
.socials-list [href*="threads.net"] svg {
    height: 16px;
    left: 5px;
    top: 5px
}

.socials-list .vk:before,
.socials-list [href*="vk.com"]:before {
    content: "\f189"
}

.socials-list .vk:focus-visible,
.socials-list .vk:hover,
.socials-list [href*="vk.com"]:focus-visible,
.socials-list [href*="vk.com"]:hover {
    background-color: #4a76a8
}

.socials-list .youtube:before,
.socials-list .yt:before,
.socials-list [href*="youtube.com"]:before {
    content: "\f16a"
}

.socials-list .youtube:focus-visible,
.socials-list .youtube:hover,
.socials-list .yt:focus-visible,
.socials-list .yt:hover,
.socials-list [href*="youtube.com"]:focus-visible,
.socials-list [href*="youtube.com"]:hover {
    background-color: red
}

.socials-list .email:before,
.socials-list [href*="mailto:"]:before {
    content: "\f0e0";
    font-size: .9rem;
    font-weight: 400;
    top: -.1rem
}

.socials-list .qr-code-modal-container {
    display: inline-block;
    margin: 0 0 0 .4em
}

.socials-list .qr-code-modal-container .qr-code-button a {
    background-color: #fff;
    color: #333132;
    -webkit-transition: color .3s;
    transition: color .3s
}

.socials-list .qr-code-modal-container .qr-code-button a:focus-visible,
.socials-list .qr-code-modal-container .qr-code-button a:hover {
    color: #81716a
}

.socials-list .qr-code-modal-container .qr-code-button svg {
    height: 29px;
    position: relative;
    top: -2px;
    width: 29px
}

.socials-list .qr-code-modal-container .open-modal-button:hover {
    color: #81716a
}

.socials-list .qr-code-modal-container .qr-code-modal {
    background: rgba(0, 0, 0, .4);
    display: none;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 5
}

.socials-list .qr-code-modal-container .is-open {
    display: block
}

.socials-list .qr-code-modal-container .qr-code-content {
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-name: k;
    animation-name: k;
    background-color: #333132;
    border-radius: .3rem;
    margin: 190px auto;
    max-width: 500px;
    min-width: 300px;
    padding: 0 20px 20px;
    width: 80%
}

.socials-list .qr-code-modal-container .qr-code-content .close-button {
    background-color: #333132;
    border: 0;
    color: #f1f1f1;
    float: right;
    font-size: 4.2em;
    font-weight: 700;
    line-height: 65.97px;
    -webkit-transition: .3s;
    transition: .3s
}

.socials-list .qr-code-modal-container .qr-code-content .close-button:focus,
.socials-list .qr-code-modal-container .qr-code-content .close-button:hover {
    color: #bbb;
    cursor: pointer;
    text-decoration: none
}

.socials-list .qr-code-modal-container .qr-code-content .qr-svg svg {
    height: 100%;
    width: 100%
}

.socials-list .qr-code-modal-container .qr-code-content-with-banner {
    margin: 240px auto
}

@-webkit-keyframes k {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@media (max-width:575.98px) {
    .sub-hero .socials-label {
        max-width: 1px;
        visibility: hidden
    }
}

@media (max-width:767.98px) {
    .print {
        display: none !important
    }
    .save-to-pdf {
        margin-left: .55em
    }
}

.statements .statements-ul {
    -webkit-columns: 1;
    columns: 1;
    margin-bottom: 60px
}

.statements .statements-ulp {
    margin-bottom: 0
}

.statements .statement-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px
}

.statements .statement-header-text {
    margin-top: 2px;
    width: 100%
}

.statements .statement-header-image-level-1 {
    border-radius: 50%;
    margin-right: 20px;
    overflow: hidden
}

.statements .statement-name {
    font-size: 16px
}

.statements .statement-short-bio {
    font-size: small;
    margin-top: 5px
}

.statements .statement-description {
    text-align: justify
}

.statements .statement-index-anchor {
    margin: 50px 0 70px;
    text-align: center
}

.statements .statement-index-anchor a:visited {
    color: inherit;
    -webkit-text-decoration-color: inherit;
    text-decoration-color: inherit
}

.statements-with-accordion-section .main-header {
    padding-bottom: 2rem
}

.statements-with-accordion-section .main-header .section-btn {
    margin-bottom: 0
}

.statements-with-accordion-section .separator-full-width {
    border-top: 2px solid hsla(21, 16%, 83%, .75);
    display: none;
    width: 100%
}

.statements-with-accordion-section .statements-with-accordion-content .section-header {
    border: 0
}

.statements-with-accordion-section .statements-with-accordion-content .statements-with-accordion-container {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.statements-with-accordion-section .statements-with-accordion-content .statement-header {
    margin-top: 30px
}

.statements-with-accordion-section .statements-with-accordion-content .collapsible {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 10px;
    padding-bottom: 10px;
    width: 95%
}

.statements-with-accordion-section .statements-with-accordion-content .collapsible .section {
    border: 0;
    margin-top: 20px;
    padding-right: 20px;
    width: 100%
}

.statements-with-accordion-section .statements-with-accordion-content .collapsible .section-header {
    padding-right: 0
}

.statements-with-accordion-section .statements-with-accordion-content .collapsible .section-title {
    display: block;
    margin: auto
}

.statements-with-accordion-section .statements-with-accordion-content .collapsible .separator {
    border-top: 2px solid hsla(21, 16%, 83%, .75);
    height: 2px;
    width: 100%
}

.statements-with-accordion-section .statements-with-accordion-content .collapsible .statement-description {
    margin-top: 25px
}

.statements-with-accordion-section .statements-with-accordion-content .collapsible-title {
    cursor: pointer;
    margin: 0;
    padding-right: 50px;
    width: 100%
}

@media (max-width:575.98px) {
    .statements-with-accordion-section .statements-with-accordion-content .collapsible-title:after {
        right: 21px
    }
}

.statements-with-accordion-section .statements-with-accordion-content .collapsible-title:after {
    color: #ff4612;
    content: "›";
    display: block;
    font-size: 2em;
    font-weight: 200;
    height: .625em;
    line-height: .5;
    position: absolute;
    right: 0;
    text-align: center;
    top: 20px;
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    width: .625em
}

.statements-with-accordion-section .statements-with-accordion-content .collapsible-title[aria-expanded=true]:after {
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg)
}

.statements-with-accordion-section .statements-with-accordion-content .collapsible-description {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .5s ease-out;
    transition: max-height .5s ease-out
}

.statements-with-accordion-section .statements-with-accordion-content .collapsible-description.show {
    -webkit-transition: max-height .5s ease-in;
    transition: max-height .5s ease-in
}

@media (max-width:575.98px) {
    .statements-with-accordion-section .collapsible-description {
        padding-right: 45px
    }
    .statements-with-accordion-section .section {
        padding-right: 15px !important
    }
}

@media (min-width:576px) {
    .statements .statement-header-image-level-1 {
        height: 120px;
        min-height: 120px;
        min-width: 120px;
        width: 120px
    }
    .statements .statement-header-image-level-2 {
        margin: -20px
    }
    .statements .statement-header-image {
        min-height: 160px;
        min-width: 160px;
        -o-object-fit: cover;
        object-fit: cover
    }
    .statements .statement-contacts {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        min-height: 0
    }
    .statements .statement-contacts .contact-item {
        width: 25% !important
    }
}

@media (max-width:767.98px) {
    .statements .statement-header-image-level-1 {
        height: 40px;
        min-height: 40px;
        min-width: 40px;
        width: 40px
    }
    .statements .statement-header-image-level-2 {
        margin: -10px
    }
    .statements .statement-header-image {
        min-height: 60px;
        min-width: 60px;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.sub-hero {
    color: #81716a;
    font-size: .714rem;
    font-weight: 600;
    line-height: .8;
    margin: 0 auto;
    padding: 20px 0;
    position: relative;
    text-transform: uppercase;
    width: 100%
}

.sub-hero,
.sub-hero-wrapper {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.sub-hero-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.sub-sections>.row>* {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.sub-sections>.row div:first-child .sub-section {
    border-top: 0
}

.sub-section {
    border-top: 1px solid #dad1cc;
    padding: 40px 0;
    position: relative;
    width: 100%
}

.sub-section-title {
    font-size: 1.429rem;
    font-weight: 600;
    margin: 0 0 30px
}

.sub-section-title:before {
    content: "";
    margin-right: 1.15em;
    top: 0
}

.sub-section-title.accordion-sub-title:before {
    display: none
}

.sub-section-list-item {
    display: block;
    margin: 15px 0 0
}

.sub-section-list .sub-section-list {
    padding-left: 30px
}

.sub-section.event-contacts .tile {
    margin-bottom: 20px
}

.sub-section.event-contacts .tile .content:first-child {
    margin-top: 0
}

.sub-section.event-contacts .tile:last-child {
    margin-bottom: 0
}

.page-eventpage .sub-section.event-contacts .tile .contact-item.email,
.page-eventpage .sub-section.event-contacts .tile .contact-item.phone {
    display: block
}

@media (min-width:576px) {
    .sub-sections>.row div:nth-child(2) .sub-section {
        border-top: 0
    }
}

.hero.attorney {
    background-color: hsla(21, 16%, 83%, .3);
    color: inherit;
    display: block;
    min-height: inherit;
    overflow: hidden
}

.hero.attorney.no-image {
    padding-top: 70px
}

.hero.attorney .wrapper {
    padding: 0
}

.hero.attorney .image {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin: -8% 0 0;
    overflow: hidden;
    padding-top: 35px;
    position: relative;
    width: 100%
}

.hero.attorney .image img {
    height: auto;
    margin: 0 0 -15%;
    width: 100%
}

.hero.attorney .image-is-pushed {
    padding-top: 91px
}

.hero.attorney .content {
    padding: 20px;
    width: 100%
}

.hero.attorney .name {
    font-size: 1.857rem;
    font-weight: 500;
    margin: 20px 0
}

.hero.attorney .name:empty {
    display: none
}

.hero.attorney .jobtitle {
    display: block;
    font-size: .857rem;
    font-style: normal;
    font-weight: 600;
    margin: 20px 0;
    text-transform: uppercase
}

.hero.attorney .jobtitle:empty {
    display: none
}

.hero.attorney .category {
    border-top: 1px solid hsla(21, 16%, 83%, .75)
}

.hero.attorney .category:empty {
    display: none
}

.hero.attorney .category .vcard-icon {
    display: inline-block;
    margin-right: 2rem;
    padding-left: 1px
}

.hero.attorney .category .qr-code-modal-container {
    display: inline-block
}

.hero.attorney .category .qr-code-modal-container .open-modal-button:hover {
    color: #81716a
}

.hero.attorney .category .qr-code-modal-container .qr-code-modal {
    background: rgba(0, 0, 0, .4);
    display: none;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1
}

.hero.attorney .category .qr-code-modal-container .is-open {
    display: block
}

.hero.attorney .category .qr-code-modal-container .qr-code-content {
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-name: k;
    animation-name: k;
    background-color: #333132;
    border-radius: .3rem;
    margin: 190px auto;
    max-width: 500px;
    min-width: 300px;
    padding: 0 20px 20px;
    width: 80%
}

.hero.attorney .category .qr-code-modal-container .qr-code-content .close-button {
    background-color: #333132;
    border: 0;
    color: #f1f1f1;
    float: right;
    font-size: 3.5em;
    font-weight: 700;
    -webkit-transition: .3s;
    transition: .3s
}

.hero.attorney .category .qr-code-modal-container .qr-code-content .close-button:focus,
.hero.attorney .category .qr-code-modal-container .qr-code-content .close-button:hover {
    color: #bbb;
    cursor: pointer;
    text-decoration: none
}

.hero.attorney .category .qr-code-modal-container .qr-code-content .qr-svg svg {
    height: 100%;
    width: 100%
}

.hero.attorney .category .qr-code-modal-container .qr-code-content-with-banner {
    margin: 240px auto
}

@keyframes k {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.hero.attorney .category .bio-socials {
    margin-top: .2em
}

.hero.attorney .category .social-media-link {
    font-size: 3rem !important;
    font-weight: 400;
    height: 2.3rem;
    width: 2.3rem
}

.hero.attorney .category .social-media-link svg {
    display: block;
    fill: #fff;
    position: relative
}

.hero.attorney .category .social-media-link .twitter-attorney,
.hero.attorney .category .social-media-link .x-attorney {
    height: 21px;
    left: 6px;
    top: 7px
}

.hero.attorney .category .social-media-link .threads {
    height: 20px;
    left: 7px;
    top: 7px
}

.hero.attorney .category .social-media-link:before {
    font-size: 1.4rem;
    top: 4px
}

.hero.attorney .social-list {
    color: hsla(21, 16%, 83%, .3)
}

.hero.attorney .close-button {
    padding: 0
}

@media (min-width:576px) {
    .hero.attorney .image {
        margin-top: -13%
    }
    .hero.attorney .close-button {
        padding-right: 5px
    }
}

.hero.event .bg:before {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.hero.event .tagline {
    font-size: .857rem;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase
}

.hero.event .event-title {
    font-family: Chronicle Display A, Chronicle Display B, Georgia, Times, serif;
    font-size: 2.143rem;
    margin-bottom: 20px
}

.hero.event .event-details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

.ie .hero.event .event-details {
    display: block
}

.hero.event .event-details .item {
    border-top: 1px solid #fff;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 10px 10px 10px 0
}

.hero.event .event-details .item .item-type {
    display: block;
    font-size: .714rem;
    letter-spacing: 1px;
    line-height: 1.429rem;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
    text-transform: uppercase
}

.hero.event .event-details .item .item-type svg {
    height: 12px;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 12px
}

.hero.event .event-details .event-date,
.hero.event .event-details .event-time {
    display: inline-block
}

.hero.event .event-details .event-venue .directions.only-mobile {
    display: block;
    margin: 10px 0
}

.hero.event .event-details .event-tz {
    display: block
}

.hero.event .event-details .btn-calender {
    display: block;
    margin: 20px 0
}

.hero.event .event-access {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.hero.event .event-access .item {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
}

.hero.event .event-access .event-follow .btn,
.hero.event .event-access .event-webinar .btn {
    font-size: .714rem;
    margin: 0;
    width: auto
}

.hero.event .event-access .event-follow .btn:only-child,
.hero.event .event-access .event-webinar .btn:only-child {
    margin: 0
}

.hero.event .event-follow {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.hero.event .event-follow .btn,
.hero.event .event-follow .directions {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    text-transform: uppercase
}

.hero.event .event-follow .directions {
    color: #fff;
    display: none;
    font-size: .857rem;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s
}

.hero.event .event-follow .directions:focus-visible,
.hero.event .event-follow .directions:hover {
    color: #fff;
    opacity: .7
}

@media (min-width:576px) {
    .hero.event .event-access .event-follow .btn,
    .hero.event .event-access .event-webinar .btn {
        font-size: .857em
    }
}

.hero {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #81716a;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: calc(100vh - 100px);
    position: relative;
    width: 100%;
    z-index: 5
}

@supports (mix-blend-mode:multiply) {
    .hero:not(.hero-alternative) .bg {
        background-blend-mode: multiply;
        background-color: hsla(18, 10%, 46%, .99);
        -webkit-transition: opacity .5s;
        transition: opacity .5s
    }
}

.hero .bg {
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 100%
}

.edge .hero .bg .bg-ie,
.ie .hero .bg .bg-ie {
    background-color: rgba(0, 0, 0, .3);
    display: block;
    height: 100%
}

.hero .bg .bg-ie {
    display: none
}

.hero .wrapper {
    display: block;
    margin: 0 auto;
    max-width: 1400px;
    padding: 70px 20px 20px;
    position: relative;
    width: 100%
}

.hero.hero-alternative {
    background-color: #f2f1f2;
    color: #333132;
    min-height: auto;
    width: 100%
}

.hero.hero-alternative.triangle {
    margin-bottom: 5rem;
    padding-bottom: 1.5rem
}

.hero.hero-alternative.triangle:after {
    font-size: 7rem
}

.hero.hero-alternative .bg {
    height: 260px;
    top: 73px;
    width: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.hero.hero-alternative .wrapper {
    padding-bottom: 10px;
    padding-top: 333px
}

.hero.hero-alternative .content {
    padding: 50px 10px 5px
}

.hero.hero-alternative .content .name {
    font-size: 2.143rem;
    font-weight: 900;
    line-height: 1.3
}

.hero.hero-alternative .content .alternative-delimiter {
    border-bottom: 0;
    border-top: 1px solid #ff4612;
    margin: 30px 0;
    max-width: 50px
}

.hero.hero-alternative .content .alternative-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.hero.hero-alternative .content .alternative-description,
.hero.hero-alternative .content .alternative-hero-title {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 30px
}

.hero.hero-alternative .content .alternative-description p:last-of-type,
.hero.hero-alternative .content .alternative-hero-title p:last-of-type {
    margin-bottom: 0
}

.hero.hero-alternative .content .alternative-description a[target=_blank]:after,
.hero.hero-alternative .content .alternative-hero-title a[target=_blank]:after {
    content: url(../img/icons/external.svg?v=943279);
    margin-left: .25em;
    vertical-align: baseline
}

.hero.hero-alternative .content .alternative-description a:visited,
.hero.hero-alternative .content .alternative-hero-title a:visited {
    color: inherit;
    -webkit-text-decoration-color: #ff4612;
    text-decoration-color: #ff4612
}

.hero.hero-alternative .content .alternative-hero-title {
    font-size: 1.5rem;
    font-weight: 700
}

.hero.hero-alternative .content .alternative-logo-with-tagline {
    margin-bottom: 45px;
    padding-right: 40px
}

.hero.hero-alternative .content .alternative-logo-with-tagline svg {
    height: 50px
}

.hero.hero-alternative .content .alternative-button {
    height: 50px;
    margin-bottom: 45px
}

.hero.hero-alternative .content .alternative-button .btn {
    font-size: .857em
}

.hero.hero-alternative .content .alternative-title-with-triangle {
    margin-bottom: 10px
}

.hero.hero-alternative .content .alternative-title-with-triangle .alternative-title {
    margin-bottom: 25px;
    text-align: center
}

.hero.hero-alternative .content .alternative-title-with-triangle .alternative-title .name {
    margin-bottom: 0
}

.hero.hero-alternative .content .alternative-title-with-triangle .alternative-title svg {
    height: 60px
}

.hero.hero-alternative .content .alternative-title-with-triangle .triangle:after {
    content: "";
    font-size: 5rem;
    left: 50%;
    position: relative;
    top: 28px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.hero .content {
    margin: 0 auto;
    max-width: 540px;
    width: 100%
}

.hero .quote {
    margin: 30px 0 25px;
    padding: 0 calc(25px + .25em) 0 25px;
    position: relative;
    width: 100%
}

.hero .quote:after,
.hero .quote:before {
    color: #ff4612;
    font-size: 2.571rem;
    line-height: 1em;
    vertical-align: text-top
}

.hero .quote:before {
    content: open-quote;
    left: 0;
    position: absolute;
    top: 0
}

.hero .quote:after {
    content: close-quote;
    margin: 0 -2.571rem 0 .25em
}

.hero .quote:empty {
    display: none
}

[lang=ja] .hero .quote:before {
    margin: 0 .25em 0 -1.571rem
}

[lang=fr] .hero .quote:before {
    margin-top: -.25em
}

[lang=fr] .hero .quote:after {
    display: inline-block;
    margin: -.25em -2.571rem 0 .05em
}

.hero .tagline {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 1px
}

.hero .tagline.webinar {
    padding: 0 0 0 25px;
    position: relative
}

.hero .tagline.webinar:before {
    content: url(../img/icons/camera-w.svg?v=943279);
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    width: 15px
}

.ie .hero .tagline.webinar {
    display: inline;
    padding: 0
}

.ie .hero .tagline.webinar:before {
    display: inline-block;
    height: 10px;
    margin-right: 10px;
    position: relative;
    vertical-align: baseline
}

.hero .name {
    font-size: 2.643rem;
    font-weight: 600;
    line-height: 1.35;
    margin: 0 0 .5em
}

.hero .description {
    margin-bottom: 2em;
    max-width: 500px
}

.hero .clock-border,
.hero .clock-hand {
    fill: transparent;
    stroke: #fff;
    stroke-miterlimit: 10
}

.hero .reading-time {
    border-top: 1px solid #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
    padding-top: 20px
}

.hero .reading-time.no-border {
    border-top: 0
}

.hero .reading-time .details {
    color: #fff;
    font-size: .857rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: 47%
}

.hero .reading-time .details.download {
    padding-top: 20px;
    width: 100%
}

.hero .reading-time .details .label {
    font-size: .714rem;
    font-weight: 500;
    margin-bottom: 5px
}

.hero .reading-time .details span {
    display: block
}

.hero.triangle {
    margin-bottom: 5rem;
    padding-bottom: 3rem
}

.hero.triangle:after {
    content: "";
    font-size: 7rem;
    left: 50%;
    position: absolute;
    top: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.hero .category {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: .857rem;
    padding: 20px 0
}

.hero .category svg {
    fill: #333132;
    height: 3.1em;
    -webkit-transition: fill .3s;
    transition: fill .3s
}

.hero .category svg:hover {
    fill: #81716a
}

.hero .category .label,
.hero .category .values {
    width: 50%
}

.hero .category .label {
    font-weight: 700;
    text-transform: uppercase
}

.hero .category .values a {
    font-weight: 700
}

.hero .category .sub-label {
    display: block;
    font-weight: 700
}

.hero .category .sub-value {
    margin: 20px 0
}

.hero .category .sub-value:first-child {
    margin-top: 0
}

.hero .category .sub-value:last-child {
    margin-bottom: 0
}

.hero .btns-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: .857rem;
    padding: 20px 0
}

.hero .btns-list .btn,
.hero .btns-list a {
    display: inline-block;
    margin: 20px 0 0;
    width: 100%
}

.hero .btns-list .btn:first-child,
.hero .btns-list a:first-child {
    margin-top: 0
}

.hero .btn-apply {
    display: block;
    margin: 20px 0
}

@media (min-width:576px) {
    .hero {
        margin: 0 auto;
        min-height: auto
    }
    .hero .content {
        max-width: 540px;
        padding-left: 15px
    }
    .hero .btn {
        width: auto
    }
    .hero .btns-list {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .hero .btns-list .btn,
    .hero .btns-list a {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        margin: 0 0 0 20px;
        width: calc(50% - 20px)
    }
    .hero .btns-list .btn:first-child,
    .hero .btns-list a:first-child {
        margin-left: 0
    }
    .hero.triangle {
        padding-bottom: 4.5rem
    }
    .hero.triangle:after {
        font-size: 11rem
    }
    .hero.hero-alternative .bg {
        height: 450px
    }
    .hero.hero-alternative .wrapper {
        padding-top: 523px
    }
    .hero.hero-alternative .content {
        padding: 55px 20px 10px
    }
    .hero.hero-alternative .content .name {
        font-size: 2.714rem
    }
    .hero.hero-alternative .content .alternative-description {
        font-size: 1.143rem
    }
    .hero.hero-alternative .content .alternative-title-with-triangle .alternative-title svg {
        height: 80px
    }
}

.hero.office .content {
    padding: 20px 10px;
    width: 100%
}

.hero.office .city {
    font-size: 1.857rem;
    font-weight: 700;
    margin: 20px 0
}

.hero.office .city:empty {
    display: none
}

.hero.office .category {
    border-top: 1px solid #fff
}

@media (min-width:576px) {
    .hero.office .content {
        padding: 20px
    }
}

.tile.big {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0
}

.tile.big .container-image,
.tile.big .content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.tile.big .container-image {
    display: none;
    padding-left: 0
}

.tile.big .image {
    height: 100%;
    margin-bottom: 0;
    max-height: inherit;
    padding-bottom: 0
}

.tile.big .content {
    border: 0;
    padding: 0 0 20px
}

.tile.big .title {
    font-size: 1.571rem;
    line-height: 2.143rem;
    margin-bottom: 1.2rem;
    padding: 20px 0 0
}

.tile.big .desc {
    font-size: 1rem;
    line-height: 2rem;
    margin-bottom: 1.7rem
}

.tile.big .tagline {
    display: none;
    padding-left: 20px
}

.tile.big .header-tagline {
    display: block
}

.tile.big .header-tagline .date {
    border-right: 1px solid #dad1cc;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: .714rem;
    padding-right: 19px;
    text-transform: uppercase
}

.tile.big .header-tagline .date .label,
.tile.big .header-tagline .date .value {
    color: #333132;
    display: block
}

.tile.big .header-tagline .date .label {
    font-size: .714rem;
    text-transform: uppercase;
    white-space: nowrap
}

.tile.big .header-tagline .date .value {
    font-size: 2.857rem;
    line-height: .8;
    margin: 1rem 0 0
}

.tile.big .header-tagline .tagline {
    display: block;
    padding-left: 0
}

.tile.big .header-tagline .item {
    color: #81716a;
    display: inline-block;
    font-family: fonts(sans-serifs);
    font-style: none;
    text-transform: uppercase
}

.tile.big .header-tagline .item.highlight {
    color: #333132
}

.tile.big .header-tagline .item.client-name {
    color: #81716a;
    display: block;
    font-size: .714rem;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase
}

.tile.big .header-tagline .item.date {
    border: 0
}

.tile.big .header-tagline .item.date .label,
.tile.big .header-tagline .item.date .value {
    color: #81716a;
    display: inline-block;
    font-size: inherit
}

.tile.big:hover .image {
    -webkit-transform: perspective(1000px) translateZ(0) scale(1);
    transform: perspective(1000px) translateZ(0) scale(1)
}

.coveo-result-frame,
.CoveoResult a.CoveoResultLink,
.CoveoResultLink,
a.CoveoResultLink {
    color: #333132;
    outline-offset: 12px;
    text-decoration: none
}

.coveo-result-frame .coveo-title,
.CoveoResult a.CoveoResultLink .coveo-title,
.CoveoResultLink .coveo-title,
a.CoveoResultLink .coveo-title {
    white-space: normal
}

.coveo-result-frame .coveo-title>*,
.CoveoResult a.CoveoResultLink .coveo-title>*,
.CoveoResultLink .coveo-title>*,
a.CoveoResultLink .coveo-title>* {
    vertical-align: baseline
}

.coveo-result-frame:hover,
.CoveoResult a.CoveoResultLink:hover,
.CoveoResultLink:hover,
a.CoveoResultLink:hover {
    color: #333132;
    text-decoration: none
}

.coveo-result-no-link {
    cursor: default !important
}

.coveo-result-frame.tile {
    padding: 0;
    position: relative
}

.coveo-result-frame.tile.tile-clientwork .title,
.coveo-result-frame.tile.tile-event .title,
.coveo-result-frame.tile.tile-knowledge .title,
.coveo-result-frame.tile.tile-media .title,
.coveo-result-frame.tile.tile-news .title,
.coveo-result-frame.tile.tile-newstile .title {
    font-family: Chronicle Display A, Chronicle Display B, Georgia, Times, serif
}

.coveo-result-frame.tile .title {
    display: block;
    font: normal 400 1.571rem Gordita, helvetica, arial, sans-serif;
    line-height: 1.35;
    margin: -.2em 0 1rem
}

.coveo-result-frame.tile .title a {
    color: #333132;
    font-size: inherit;
    text-decoration: none
}

.coveo-result-frame.tile .title a:hover {
    color: #333132;
    text-decoration: underline
}

.CoveoQuerySummary {
    color: #333132
}

.CoveoSearchInterface {
    font-family: Gordita, helvetica, arial, sans-serif
}

.CoveoResult.coveo-list-layout {
    border: none;
    margin: 0 20px;
    padding: 20px 0
}

.CoveoResult.coveo-list-layout:first-child {
    padding-top: 15px
}

.CoveoResult.coveo-list-layout:last-child {
    border-bottom: none
}

.CoveoResult.coveo-list-layout .tile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.CoveoResult.coveo-list-layout .tile-media {
    display: none;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 0;
    position: relative;
    width: auto
}

.CoveoResult.coveo-list-layout .tile-media .container-image {
    padding-bottom: 56.25%;
    position: relative
}

.mobile.safari .CoveoResult.coveo-list-layout .tile:not(.tile-person) .container-image {
    padding-bottom: inherit;
    position: absolute
}

.mobile.safari .CoveoResult.coveo-list-layout .tile:not(.tile-person) .container-image .image {
    background-position: 50% 50%
}

.CoveoResult.coveo-list-layout .tile .content {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-top: 0;
    width: auto
}

.CoveoResult.coveo-list-layout .tile .desc {
    display: block;
    margin-bottom: 20px
}

.CoveoResult.coveo-list-layout .tile.tile-mediacontact .tile-media,
.CoveoResult.coveo-list-layout .tile.tile-person .tile-media,
.CoveoResult.coveo-list-layout .tile.tile-speaker .tile-media {
    margin-left: 0;
    padding: 0
}

.CoveoResult.coveo-list-layout .tile.tile-mediacontact .tile-media .container-image,
.CoveoResult.coveo-list-layout .tile.tile-person .tile-media .container-image,
.CoveoResult.coveo-list-layout .tile.tile-speaker .tile-media .container-image {
    padding: 0 0 85%
}

.CoveoResult.coveo-list-layout .tile.tile-firmaffiliation .container-image:not(.text) {
    background: #fff
}

.CoveoResult.coveo-list-layout .tile.tile-firmaffiliation .image:not(.placeholder) {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain
}

.CoveoResult.coveo-list-layout .tile.tile-firmaffiliation:hover .image:not(.placeholder) {
    -webkit-transform: none;
    transform: none
}

.CoveoResult.coveo-card-layout {
    border: none;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin: 0;
    margin-bottom: 40px;
    max-width: 100%;
    padding-top: 0;
    width: 100%
}

.CoveoResult.coveo-card-layout .tile {
    margin: 15px 20px;
    padding: 0
}

.CoveoResult.coveo-card-layout .tile-media {
    padding-bottom: 56.25%
}

.CoveoResult.coveo-card-layout .tile.tile-mediacontact .tile-media,
.CoveoResult.coveo-card-layout .tile.tile-person .tile-media,
.CoveoResult.coveo-card-layout .tile.tile-speaker .tile-media {
    margin-left: 0;
    width: 100%
}

.CoveoResult.coveo-card-layout .tile.tile-event .desc,
.CoveoResult.coveo-card-layout .tile.tile-person .contact-item.email,
.CoveoResult.coveo-card-layout .tile.tile-person .contact-item.phone,
.CoveoResult.coveo-card-layout .tile.tile-person .desc {
    display: none
}

@media (min-width:576px) {
    .CoveoResult.coveo-list-layout .tile-media {
        display: block;
        -webkit-flex-basis: 40%;
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%
    }
    .CoveoResult.coveo-list-layout .tile-media+.content {
        padding-left: 20px
    }
    .CoveoResult.coveo-list-layout .tile .content {
        -webkit-flex-basis: 60%;
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
        padding-bottom: 0;
        padding-top: 0
    }
    .CoveoResult.coveo-card-layout {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        width: 50%
    }
}

.tiles-list .tile.tile-mediacontact {
    padding-bottom: 20px
}

.tiles-list>* {
    margin-bottom: 40px
}

.tiles-list.tiles-fix-height .tile-media {
    padding-bottom: 150px
}

.tiles-list.tiles-fix-height+.show-more {
    margin-top: 0
}

@media (max-width:767.98px) {
    .tiles-list .col-md-3:nth-child(4n+1) .tile-person .tile-media:before {
        content: none;
        display: none;
        width: 0
    }
    .tiles-list .col-6:nth-child(odd) .tile-person .tile-media:before {
        background-color: #dad1cc;
        content: "";
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 200%
    }
    .tiles-list>:last-child:nth-child(odd) .tile-person:before {
        background: #dad1cc;
        content: "";
        left: 0;
        padding-bottom: 85%;
        position: absolute;
        top: 0;
        width: 100%
    }
    .tiles-list>:last-child:nth-child(odd) .col-6 .tile-person:before {
        width: calc(200% + 40px * 1.5)
    }
}

@media (min-width:576px) {
    .tiles-list.focus-first-tile>:first-child .title {
        font-size: 2.143rem
    }
}

.tile .print-tile-media {
    display: none;
    overflow: hidden;
    width: 100%
}

.tile-person .tile .print-tile-media {
    height: 300px
}

.tile .print-tile-media img {
    background: none;
    height: auto;
    position: relative;
    -webkit-transform: none;
    transform: none;
    width: 100%
}

#achievements-content .tile .print-tile-media {
    text-align: center
}

#achievements-content .tile .print-tile-media img {
    display: inline-block;
    max-width: 100%;
    width: auto
}

.tile {
    min-height: 100%;
    outline-offset: 15px
}

.tile,
.tile-media {
    display: block;
    position: relative;
    width: 100%
}

.tile-media {
    background: #dad1cc 50% 50% no-repeat;
    padding-bottom: 48%
}

.tile-media.triangle {
    margin-bottom: 4rem;
    overflow: visible
}

.tile-media.triangle:after {
    content: "";
    font-size: 10rem;
    left: 50%;
    position: absolute;
    top: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.tile .container-image {
    overflow: hidden
}

.tile .container-image,
.tile .image {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.tile .image {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-size: cover;
    -webkit-transform: perspective(1000px) translateZ(0) scale(1);
    transform: perspective(1000px) translateZ(0) scale(1);
    -webkit-transition: opacity .5s, -webkit-transform .5s;
    transition: opacity .5s, -webkit-transform .5s;
    transition: opacity .5s, transform .5s;
    transition: opacity .5s, transform .5s, -webkit-transform .5s
}

.tile .image[data-lazy] {
    opacity: 0
}

.tile .image.is-lazy-loaded {
    opacity: 1
}

.tile .image.placeholder {
    opacity: 1;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}

.tile .image.placeholder svg {
    fill: #fff;
    height: auto;
    left: 20px;
    max-width: calc(100% - 40px);
    position: absolute;
    top: 20px;
    width: 118px
}

.tile .image.text-tile {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}

.ie .tile .image {
    -webkit-transform: none;
    transform: none;
    -webkit-transition: none;
    transition: none
}

.ie .tile .image.placeholder svg {
    height: 21px;
    width: 118px
}

.ie .tile .in-image .started:before {
    content: url(../img/icons/clock.png?v=943279)
}

.tile .in-image {
    left: 20px;
    position: absolute;
    top: 20px;
    white-space: normal;
    width: calc(100% - 40px)
}

.tile .in-image .name {
    display: block;
    font-size: 1.38rem;
    font-weight: 700
}

.tile .in-image .started {
    display: block;
    padding-left: 15px;
    position: relative
}

.tile .in-image .started:before {
    content: url(../img/icons/clock.svg?v=943279);
    display: block;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
    width: 11px
}

.tile .in-image .label,
.tile .in-image .value {
    display: block
}

.tile .in-image .label {
    font-size: .714rem;
    font-weight: 600;
    white-space: normal
}

.tile .in-image .value {
    font-size: 1.429rem
}

.tile .in-image .time .label {
    font-size: .714rem
}

.tile .in-image .time .value {
    font-size: 2.143rem
}

.tile .content {
    display: block;
    padding: 20px 0 0;
    position: relative;
    width: 100%
}

.tile .content>* {
    margin-top: 1rem
}

.tile .content>:first-child {
    margin-top: 0
}

.tile .content>:last-child {
    margin-bottom: 0;
    padding-bottom: 0
}

.tile .content>:last-child.contact {
    padding-bottom: 10px
}

.tile .content:only-child {
    padding-top: 0
}

.tile .content .desc {
    display: block;
    margin-bottom: 0
}

.tile .label {
    font-weight: 600;
    letter-spacing: .5px
}

.tile .tagline {
    color: #81716a;
    display: block
}

.tile .client-label {
    font-weight: 100
}

.tile .top {
    border-bottom: 1px solid #dad1cc;
    display: block;
    margin-bottom: 8px;
    padding-bottom: 8px;
    white-space: normal
}

.tile.tile-agendaline:hover .title {
    color: #333132
}

.tile.tile-agendaline .top {
    border-width: 0
}

.tile .title {
    display: block;
    font: normal 400 1.571rem Chronicle Display A, Chronicle Display B, Georgia, Times, serif;
    line-height: 1.35;
    -webkit-transition: color .3s;
    transition: color .3s
}

.tile .subtitle {
    color: #81716a;
    display: block;
    font-size: .857rem;
    margin: .4rem 0 1rem;
    white-space: normal
}

.tile .subtitle>a {
    -webkit-text-decoration: underline dotted 1px;
    text-decoration: underline dotted 1px;
    text-underline-offset: .3em
}

.tile .subtitle>a:hover {
    -webkit-text-decoration: underline solid 2px;
    text-decoration: underline solid 2px
}

.tile .subtitle>a[target=_blank]:after {
    content: url(../img/icons/external.svg?v=943279);
    margin-left: .4em;
    top: 0;
    vertical-align: baseline
}

.tile .contact {
    border-top: 1px solid #dad1cc;
    display: block;
    padding-top: 10px
}

.tile .contact-item {
    display: block;
    font-size: .857rem;
    margin-bottom: 7px;
    overflow: visible;
    padding-bottom: 2px;
    padding-left: 20px;
    padding-top: 2px;
    position: relative;
    white-space: normal;
    width: 100%;
    word-break: break-word
}

.tile .contact-item:before {
    left: 0;
    position: absolute
}

.tile .contact-item.address:before {
    content: url(../img/icons/location.svg?v=943279)
}

.tile .contact-item.phone:before {
    content: url(../img/icons/smartphone.svg?v=943279)
}

.tile .contact-item.email:before {
    content: url(../img/icons/email.svg?v=943279)
}

.ie .tile .contact-item.address:before {
    content: url(../img/icons/location.png?v=943279)
}

.ie .tile .contact-item.phone:before {
    content: url(../img/icons/smartphone.png?v=943279)
}

.ie .tile .contact-item.email:before {
    content: url(../img/icons/email.png?v=943279)
}

.tile .cta {
    color: #81716a;
    display: inline-block;
    font-size: .714rem
}

.accordion .tile.tile-event .tile-media {
    display: none
}

.tile.tile-distinction .container-image:not(.text) {
    background: #fff
}

.tile.tile-distinction .image {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain
}

.tile.tile-distinction:hover .image:not(.text-tile) {
    -webkit-transform: none;
    transform: none
}

.tile.tile-mediacontact .tile-media,
.tile.tile-person .tile-media,
.tile.tile-speaker .tile-media {
    margin-left: -20px;
    padding: 0 20px 85%;
    width: calc(100% + 40px)
}

.tiles-list .tile.tile-mediacontact:focus-visible,
.tiles-list .tile.tile-person:focus-visible,
.tiles-list .tile.tile-speaker:focus-visible {
    outline: none
}

.tiles-list .tile.tile-mediacontact:focus-visible .content,
.tiles-list .tile.tile-person:focus-visible .content,
.tiles-list .tile.tile-speaker:focus-visible .content {
    margin-left: -20px;
    outline: 5px auto highlight;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -4px;
    padding-left: 20px;
    padding-right: 20px;
    width: calc(100% + 40px)
}

.tile.tile-mediacontact .image,
.tile.tile-person .image,
.tile.tile-speaker .image {
    background-position: 50% 25%
}

.tile.tile-mediacontact .image.placeholder,
.tile.tile-person .image.placeholder,
.tile.tile-speaker .image.placeholder {
    background-image: url(../img/silhouette.png?v=943279);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.tile.tile-mediacontact .image.placeholder svg,
.tile.tile-person .image.placeholder svg,
.tile.tile-speaker .image.placeholder svg {
    display: none
}

.tile.tile-mediacontact .title,
.tile.tile-person .title,
.tile.tile-speaker .title {
    font: 1.07rem Gordita, helvetica, arial, sans-serif;
    line-height: 1.5
}

.tile.tile-mediacontact .content:only-child,
.tile.tile-person .content:only-child,
.tile.tile-speaker .content:only-child {
    margin-top: 85%;
    padding-top: 20px
}

.tile.tile-mediacontact.is-a-woman .image.placeholder,
.tile.tile-person.is-a-woman .image.placeholder,
.tile.tile-speaker.is-a-woman .image.placeholder {
    background-image: url(../img/silhouette-f.png?v=943279)
}

.page-clientworkpage .tile.tile-mediacontact .contact-item.email,
.page-clientworkpage .tile.tile-mediacontact .contact-item.phone,
.page-clientworkpage .tile.tile-person .contact-item.email,
.page-clientworkpage .tile.tile-person .contact-item.phone,
.page-clientworkpage .tile.tile-speaker .contact-item.email,
.page-clientworkpage .tile.tile-speaker .contact-item.phone,
.page-eventpage .tile.tile-mediacontact .contact-item.email,
.page-eventpage .tile.tile-mediacontact .contact-item.phone,
.page-eventpage .tile.tile-person .contact-item.email,
.page-eventpage .tile.tile-person .contact-item.phone,
.page-eventpage .tile.tile-speaker .contact-item.email,
.page-eventpage .tile.tile-speaker .contact-item.phone,
.page-knowledgepage .tile.tile-mediacontact .contact-item.email,
.page-knowledgepage .tile.tile-mediacontact .contact-item.phone,
.page-knowledgepage .tile.tile-person .contact-item.email,
.page-knowledgepage .tile.tile-person .contact-item.phone,
.page-knowledgepage .tile.tile-speaker .contact-item.email,
.page-knowledgepage .tile.tile-speaker .contact-item.phone {
    display: none
}

.tile.tile-office .tagline {
    margin-bottom: 0
}

.tile.tile-office .tagline .item.highlight {
    color: #81716a
}

.tile.tile-office .top {
    border-bottom: 0;
    padding-bottom: 0
}

.tile.tile-office .title {
    font: 1.429rem Gordita, helvetica, arial, sans-serif
}

.tile.tile-mediacontact .content:only-child {
    margin-top: 0
}

.tile.tile-alternate .title {
    font: 500 1.714rem Gordita, helvetica, arial, sans-serif;
    line-height: 1.5;
    margin-bottom: .5rem
}

.tile[href]:hover {
    color: initial;
    text-decoration: none
}

.tile[href]:hover .image {
    -webkit-transform: perspective(1000px) translateZ(0) scale(1.05);
    transform: perspective(1000px) translateZ(0) scale(1.05)
}

.tile[href]:hover .title {
    text-decoration: underline
}

.tile[href]:hover .title~.cta {
    text-decoration: none
}

.tile[href]:hover .cta {
    text-decoration: underline
}

.tile[href]:hover .cta:after {
    -webkit-transform: translateX(3px);
    transform: translateX(3px)
}

.ie .tile[href]:hover .image {
    -webkit-transform: none;
    transform: none
}

.tile.media-link:hover .cta:after,
.tile[target=_blank]:hover .cta:after,
[target=_blank] .tile:hover .cta:after {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@media (min-width:576px) {
    .tile .tagline {
        padding: 0
    }
    .accordion .tile.tile-event .print-tile-media+.content,
    .accordion .tile.tile-event .tile-media+.content {
        padding-top: 0
    }
    .tile-media.triangle:after {
        font-size: 8rem
    }
    .tile.tile-agendaline {
        padding-bottom: 40px
    }
    .tile.tile-agendaline .content {
        padding-bottom: 0
    }
}

.tiles-grid .tile-frame {
    margin-bottom: 40px
}

@media (min-width:576px) {
    .tiles-grid .tile-frame {
        margin-bottom: 80px
    }
}

[data-module=TilesSlider] .slick-slider {
    margin-bottom: 40px
}

[data-module=TilesSlider] .slick-slider .col-12 {
    padding-left: 6px;
    padding-right: 6px
}

[data-module=TilesSlider] .slick-track {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.ie [data-module=TilesSlider] .slick-track {
    display: block
}

[data-module=TilesSlider] .slick-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: initial;
    -webkit-flex: initial;
    -ms-flex: initial;
    flex: initial;
    float: none;
    height: auto
}

.ie [data-module=TilesSlider] .slick-slide {
    display: block;
    float: left;
    height: 100%
}

[data-module=TilesSlider] .slick-slide>div {
    height: 100%;
    width: 100%
}

[data-module=TilesSlider] .slick-slide>div>div {
    height: 100%
}

[data-module=TilesSlider] .slick-current .tile {
    border-bottom-width: 4px;
    padding-bottom: 0
}

[data-module=TilesSlider] .slick-dots {
    bottom: -40px;
    margin: 10px 0
}

[data-module=TilesSlider] .slick-dots li {
    background-color: #dad1cc;
    border-radius: 50%;
    height: 6px;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    width: 6px
}

[data-module=TilesSlider] .slick-dots li.slick-active {
    background-color: #ff4612
}

[data-module=TilesSlider] .slick-dots li:only-child {
    display: none
}

[data-module=TilesSlider] .slick-dots button {
    height: 100%;
    left: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%
}

[data-module=TilesSlider] .tile {
    border: 1px solid #dad1cc;
    border-radius: .357rem;
    padding-bottom: 3px;
    -webkit-transition: border .6s, padding-bottom .6s;
    transition: border .6s, padding-bottom .6s
}

[data-module=TilesSlider] .tile .content {
    border: 0;
    padding: 20px
}

[data-module=Accordion] [data-module=TilesSlider] .js-show-more-tiles {
    display: none
}

@media (min-width:576px) {
    [data-module=TilesSlider] .tile {
        border: 0 solid transparent;
        border-radius: 0;
        -webkit-transition: none;
        transition: none
    }
    [data-module=TilesSlider] .tile .content {
        padding: 20px 0 0
    }
    .slick-active [data-module=TilesSlider] .tile {
        border-bottom: 0 solid transparent;
        -webkit-transition: none;
        transition: none
    }
    [data-module=TilesSlider] .show-more {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    [data-module=TilesSlider] .show-all {
        display: none
    }
    [data-module=Accordion] [data-module=TilesSlider] .js-show-more-tiles {
        display: inline-block
    }
}

.container-search-box-404 {
    padding: 24px 0 40px 10px
}

.page-clientworkpage .hero .name {
    font-family: Chronicle Display A, Chronicle Display B, Georgia, Times, serif;
    font-weight: 400
}

#contact-us-content form {
    margin: 0 auto;
    max-width: 600px
}

.page-homepage .section-header {
    border-width: 0;
    padding: 0
}

.page-homepage .section {
    border-width: 0
}

.page-homepage .main section:last-child {
    margin-bottom: 40px;
    margin-top: 0
}

.page-homepage .alt-section+.featured-content .section-header,
.page-homepage .alt-section+.section .section-header {
    border: 0 solid transparent
}

.page-homepage .office-section {
    padding-top: 40px
}

.page-homepage .tile-office {
    outline-offset: 14px
}

.page-homepage .tile-office .contact {
    display: none
}

@media (min-width:576px) {
    .page-homepage .office-section {
        padding-top: 0
    }
    .page-homepage .office-section .tiles-list,
    .page-homepage .people-section .tiles-list {
        margin-bottom: -40px
    }
    .page-homepage .office-section .tiles-list>.tile-frame,
    .page-homepage .people-section .tiles-list>.tile-frame {
        margin-bottom: 60px
    }
}

.page-hubpage .select-go-to {
    font-size: .983rem;
    text-transform: none
}

.page-knowledgepage .hero .name,
.page-newspage .hero .name {
    font-family: Chronicle Display A, Chronicle Display B, Georgia, Times, serif;
    font-weight: 400
}

.page-errorpage .search-title-result,
.page-searchresultspage .search-title-result {
    font-size: 1.857rem;
    font-weight: 500;
    margin-bottom: 0;
    padding-top: 20px
}

.page-errorpage .CoveoSearchButton,
.page-searchresultspage .CoveoSearchButton {
    -webkit-flex-basis: 21px;
    -ms-flex-preferred-size: 21px;
    flex-basis: 21px
}

.page-errorpage .main .CoveoSearchbox,
.page-searchresultspage .main .CoveoSearchbox {
    border-bottom: 1px solid #dad1cc
}

.page-searchresultspage .main-nav .m-search-cell,
.page-searchresultspage .main-nav .search-cell {
    visibility: hidden
}

.page-searchresultspage .CoveoSearchbox {
    padding: 80px 0 20px
}

.page-errorpage .main .CoveoSearchbox {
    padding: 20px 0
}

[data-page=CampaignTextPage] .container .row .col-12 .section,
[data-page=TextPage] .container .row .col-12 .section {
    padding-top: 40px
}

[data-page=CampaignTextPage] .container .row .col-12 .section:first-child,
[data-page=TextPage] .container .row .col-12 .section:first-child {
    margin-top: 20px
}

[data-page=CampaignTextPage] .section p:last-child,
[data-page=TextPage] .section p:last-child {
    margin-bottom: 0
}
