@charset "UTF-8";
/*
 *  Variables and mixins
 *
 */
/*
 *  Font-smoothing 
 *
 */
/*
 *  Font-face Based on http://codepen.io/javasteve99/pen/hDxpn
 *
 */
/*
 *  Button Reset 
 *
 */
/*
 *  External libraries
 *
 */
/*!
 * Bootstrap v4.2.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #e4002b;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #ffffff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #e4002b;
    --secondary: #686b6b;
    --success: #417505;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #e4002b;
    --light: #e2e6e8;
    --dark: #232424;
    --breakpoint-xs: 0;
    --breakpoint-sm: 36em;
    --breakpoint-md: 48em;
    --breakpoint-lg: 62em;
    --breakpoint-xl: 75em;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

body {
    margin: 0;
    font-family: "Gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #686b6b;
    text-align: left;
    background-color: #ffffff;
}

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

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

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

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

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

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

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

dt {
    font-weight: 700;
}

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

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: 900;
}

small {
    font-size: 80%;
}

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

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    color: #e4002b;
    text-decoration: none;
    background-color: transparent;
}

    a:hover {
        color: #a6192e;
        text-decoration: none;
    }

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

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

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

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
}

figure {
    margin: 0 0 1rem;
}

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

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

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

button {
    border-radius: 0;
}

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

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

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

    button::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        padding: 0;
        border-style: none;
    }

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

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

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

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

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

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

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

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d;
}

    .blockquote-footer::before {
        content: "\2014\00A0";
    }

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

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

.figure {
    display: inline-block;
}

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

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

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word;
}

a > code {
    color: inherit;
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #ffffff;
    background-color: #212529;
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: 700;
    }

pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
}

    pre code {
        font-size: inherit;
        color: inherit;
        word-break: normal;
    }

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

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

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

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

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

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

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

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -12px;
    margin-left: -12px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

    .no-gutters > .col,
    .no-gutters > [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
    -ms-flex-order: -1;
    order: -1;
}

.order-last {
    -ms-flex-order: 13;
    order: 13;
}

.order-0 {
    -ms-flex-order: 0;
    order: 0;
}

.order-1 {
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -ms-flex-order: 5;
    order: 5;
}

.order-6 {
    -ms-flex-order: 6;
    order: 6;
}

.order-7 {
    -ms-flex-order: 7;
    order: 7;
}

.order-8 {
    -ms-flex-order: 8;
    order: 8;
}

.order-9 {
    -ms-flex-order: 9;
    order: 9;
}

.order-10 {
    -ms-flex-order: 10;
    order: 10;
}

.order-11 {
    -ms-flex-order: 11;
    order: 11;
}

.order-12 {
    -ms-flex-order: 12;
    order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 36em) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12;
    }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 48em) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-md-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-md-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12;
    }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 62em) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12;
    }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 75em) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-xl-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-bordered {
    border: 1px solid #dee2e6;
}

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #dee2e6;
    }

    .table-bordered thead th,
    .table-bordered thead td {
        border-bottom-width: 2px;
    }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
    border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

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

    .table-primary th,
    .table-primary td,
    .table-primary thead th,
    .table-primary tbody + tbody {
        border-color: #f17a91;
    }

.table-hover .table-primary:hover {
    background-color: #f4a1b1;
}

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

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

    .table-secondary th,
    .table-secondary td,
    .table-secondary thead th,
    .table-secondary tbody + tbody {
        border-color: #b0b2b2;
    }

.table-hover .table-secondary:hover {
    background-color: #c8c9c9;
}

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

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

    .table-success th,
    .table-success td,
    .table-success thead th,
    .table-success tbody + tbody {
        border-color: #9cb77d;
    }

.table-hover .table-success:hover {
    background-color: #becfa9;
}

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

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

    .table-info th,
    .table-info td,
    .table-info thead th,
    .table-info tbody + tbody {
        border-color: #86cfda;
    }

.table-hover .table-info:hover {
    background-color: #abdde5;
}

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

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

    .table-warning th,
    .table-warning td,
    .table-warning thead th,
    .table-warning tbody + tbody {
        border-color: #ffdf7e;
    }

.table-hover .table-warning:hover {
    background-color: #ffe8a1;
}

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

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

    .table-danger th,
    .table-danger td,
    .table-danger thead th,
    .table-danger tbody + tbody {
        border-color: #f17a91;
    }

.table-hover .table-danger:hover {
    background-color: #f4a1b1;
}

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

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

    .table-light th,
    .table-light td,
    .table-light thead th,
    .table-light tbody + tbody {
        border-color: #f0f2f3;
    }

.table-hover .table-light:hover {
    background-color: #e8ebee;
}

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

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

    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
        border-color: #8d8d8d;
    }

.table-hover .table-dark:hover {
    background-color: #b4b5b5;
}

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

.table-active,
.table-active > th,
.table-active > td {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

    .table-hover .table-active:hover > td,
    .table-hover .table-active:hover > th {
        background-color: rgba(0, 0, 0, 0.075);
    }

.table .thead-dark th {
    color: #ffffff;
    background-color: #212529;
    border-color: #32383e;
}

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

.table-dark {
    color: #ffffff;
    background-color: #212529;
}

    .table-dark th,
    .table-dark td,
    .table-dark thead th {
        border-color: #32383e;
    }

    .table-dark.table-bordered {
        border: 0;
    }

    .table-dark.table-striped tbody tr:nth-of-type(odd) {
        background-color: rgba(255, 255, 255, 0.05);
    }

    .table-dark.table-hover tbody tr:hover {
        background-color: rgba(255, 255, 255, 0.075);
    }

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

        .table-responsive-sm > .table-bordered {
            border: 0;
        }
}

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

        .table-responsive-md > .table-bordered {
            border: 0;
        }
}

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

        .table-responsive-lg > .table-bordered {
            border: 0;
        }
}

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

        .table-responsive-xl > .table-bordered {
            border: 0;
        }
}

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

    .table-responsive > .table-bordered {
        border: 0;
    }

.form-control {
    display: block;
    width: 100%;
    height: 3.5rem;
    padding: 0.5rem 0.5rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1;
    color: #495057;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

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

.form-control:focus {
    color: #495057;
    background-color: #ffffff;
    border-color: #ff6582;
    outline: 0;
    box-shadow: inset 0 0 0 0.2rem rgba(228, 0, 43, 0.25);
}

.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;
}

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

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

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

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

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

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0;
    line-height: 1;
    color: #686b6b;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

    .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
        padding-right: 0;
        padding-left: 0;
    }

.form-control-sm {
    height: 3rem;
    padding: 0.6875rem 0.6875rem;
    font-size: 0.875rem;
    line-height: 1;
}

.form-control-lg {
    height: 4rem;
    padding: 0.5rem 1rem;
    font-size: 1.125rem;
    line-height: 1.5;
}

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

textarea.form-control {
    height: auto;
}

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

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

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

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

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}

    .form-check-input:disabled ~ .form-check-label {
        color: #6c757d;
    }

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

.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}

    .form-check-inline .form-check-input {
        position: static;
        margin-top: 0;
        margin-right: 0.3125rem;
        margin-left: 0;
    }

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

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #ffffff;
    background-color: rgba(65, 117, 5, 0.9);
}

.was-validated .form-control:valid, .form-control.is-valid {
    border-color: #417505;
    padding-right: 2.876rem;
    background-repeat: no-repeat;
    background-position: center right calc(2.876rem / 4);
    background-size: calc(2.876rem / 2) calc(2.876rem / 2);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23417505' 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");
}

    .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
        border-color: #417505;
        box-shadow: 0 0 0 0.2rem rgba(65, 117, 5, 0.25);
    }

    .was-validated .form-control:valid ~ .valid-feedback,
    .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
    .form-control.is-valid ~ .valid-tooltip {
        display: block;
    }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
    padding-right: 2.876rem;
    background-position: top calc(2.876rem / 4) right calc(2.876rem / 4);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
    border-color: #417505;
    padding-right: 4.22rem;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1.063rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23417505' 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") no-repeat center right 2.063rem/1.438rem 1.438rem;
}

    .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
        border-color: #417505;
        box-shadow: 0 0 0 0.2rem rgba(65, 117, 5, 0.25);
    }

    .was-validated .custom-select:valid ~ .valid-feedback,
    .was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
    .custom-select.is-valid ~ .valid-tooltip {
        display: block;
    }

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #417505;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
    color: #417505;
}

    .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
        border-color: #417505;
    }

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
    border-color: #5ca607;
    background-color: #5ca607;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(65, 117, 5, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #417505;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
    border-color: #417505;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
    border-color: #417505;
    box-shadow: 0 0 0 0.2rem rgba(65, 117, 5, 0.25);
}

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

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #ffffff;
    background-color: rgba(228, 0, 43, 0.9);
}

.was-validated .form-control:invalid, .form-control.is-invalid {
    border-color: #e4002b;
    padding-right: 2.876rem;
    background-repeat: no-repeat;
    background-position: center right calc(2.876rem / 4);
    background-size: calc(2.876rem / 2) calc(2.876rem / 2);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23e4002b' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
}

    .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
        border-color: #e4002b;
        box-shadow: 0 0 0 0.2rem rgba(228, 0, 43, 0.25);
    }

    .was-validated .form-control:invalid ~ .invalid-feedback,
    .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
    .form-control.is-invalid ~ .invalid-tooltip {
        display: block;
    }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
    padding-right: 2.876rem;
    background-position: top calc(2.876rem / 4) right calc(2.876rem / 4);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
    border-color: #e4002b;
    padding-right: 4.22rem;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1.063rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23e4002b' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") no-repeat center right 2.063rem/1.438rem 1.438rem;
}

    .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
        border-color: #e4002b;
        box-shadow: 0 0 0 0.2rem rgba(228, 0, 43, 0.25);
    }

    .was-validated .custom-select:invalid ~ .invalid-feedback,
    .was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
    .custom-select.is-invalid ~ .invalid-tooltip {
        display: block;
    }

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
    color: #e4002b;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
    color: #e4002b;
}

    .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
        border-color: #e4002b;
    }

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
    border-color: #ff1844;
    background-color: #ff1844;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(228, 0, 43, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #e4002b;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
    border-color: #e4002b;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
    border-color: #e4002b;
    box-shadow: 0 0 0 0.2rem rgba(228, 0, 43, 0.25);
}

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

    .form-inline .form-check {
        width: 100%;
    }

@media (min-width: 36em) {
    .form-inline label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0;
    }

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

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

    .form-inline .form-control-plaintext {
        display: inline-block;
    }

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

    .form-inline .form-check {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }

    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }

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

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

.btn {
    display: inline-block;
    font-weight: bold;
    color: #686b6b;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 1.063rem 1.063rem;
    font-size: 0.75rem;
    line-height: 1;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

.btn:hover {
    color: #686b6b;
    text-decoration: none;
}

.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem #a6192e;
}

.btn.disabled, .btn:disabled {
    opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}

.btn-primary {
    color: #ffffff;
    background-color: #e4002b;
    border-color: #e4002b;
}

    .btn-primary:hover {
        color: #ffffff;
        background-color: #be0024;
        border-color: #b10021;
    }

    .btn-primary:focus, .btn-primary.focus {
        box-shadow: 0 0 0 0.2rem rgba(232, 38, 75, 0.5);
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #ffffff;
        background-color: #e4002b;
        border-color: #e4002b;
    }

    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
    .show > .btn-primary.dropdown-toggle {
        color: #ffffff;
        background-color: #b10021;
        border-color: #a4001f;
    }

        .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(232, 38, 75, 0.5);
        }

.btn-secondary {
    color: #ffffff;
    background-color: #686b6b;
    border-color: #686b6b;
}

    .btn-secondary:hover {
        color: #ffffff;
        background-color: #555858;
        border-color: #4f5151;
    }

    .btn-secondary:focus, .btn-secondary.focus {
        box-shadow: 0 0 0 0.2rem rgba(127, 129, 129, 0.5);
    }

    .btn-secondary.disabled, .btn-secondary:disabled {
        color: #ffffff;
        background-color: #686b6b;
        border-color: #686b6b;
    }

    .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
    .show > .btn-secondary.dropdown-toggle {
        color: #ffffff;
        background-color: #4f5151;
        border-color: #494b4b;
    }

        .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(127, 129, 129, 0.5);
        }

.btn-success {
    color: #ffffff;
    background-color: #417505;
    border-color: #417505;
}

    .btn-success:hover {
        color: #ffffff;
        background-color: #2d5003;
        border-color: #264403;
    }

    .btn-success:focus, .btn-success.focus {
        box-shadow: 0 0 0 0.2rem rgba(94, 138, 43, 0.5);
    }

    .btn-success.disabled, .btn-success:disabled {
        color: #ffffff;
        background-color: #417505;
        border-color: #417505;
    }

    .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
    .show > .btn-success.dropdown-toggle {
        color: #ffffff;
        background-color: #264403;
        border-color: #1f3802;
    }

        .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
        .show > .btn-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(94, 138, 43, 0.5);
        }

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

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

    .btn-info:focus, .btn-info.focus {
        box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
    }

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

    .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
    .show > .btn-info.dropdown-toggle {
        color: #ffffff;
        background-color: #117a8b;
        border-color: #10707f;
    }

        .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
        .show > .btn-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
        }

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

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

    .btn-warning:focus, .btn-warning.focus {
        box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
    }

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

    .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
    .show > .btn-warning.dropdown-toggle {
        color: #212529;
        background-color: #d39e00;
        border-color: #c69500;
    }

        .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
        .show > .btn-warning.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
        }

.btn-danger {
    color: #ffffff;
    background-color: #e4002b;
    border-color: #e4002b;
}

    .btn-danger:hover {
        color: #ffffff;
        background-color: #be0024;
        border-color: #b10021;
    }

    .btn-danger:focus, .btn-danger.focus {
        box-shadow: 0 0 0 0.2rem rgba(232, 38, 75, 0.5);
    }

    .btn-danger.disabled, .btn-danger:disabled {
        color: #ffffff;
        background-color: #e4002b;
        border-color: #e4002b;
    }

    .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
    .show > .btn-danger.dropdown-toggle {
        color: #ffffff;
        background-color: #b10021;
        border-color: #a4001f;
    }

        .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
        .show > .btn-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(232, 38, 75, 0.5);
        }

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

    .btn-light:hover {
        color: #212529;
        background-color: #cdd4d7;
        border-color: #c6cdd1;
    }

    .btn-light:focus, .btn-light.focus {
        box-shadow: 0 0 0 0.2rem rgba(197, 201, 203, 0.5);
    }

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

    .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
    .show > .btn-light.dropdown-toggle {
        color: #212529;
        background-color: #c6cdd1;
        border-color: #bec7cc;
    }

        .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
        .show > .btn-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(197, 201, 203, 0.5);
        }

.btn-dark {
    color: #ffffff;
    background-color: #232424;
    border-color: #232424;
}

    .btn-dark:hover {
        color: #ffffff;
        background-color: #101111;
        border-color: #0a0a0a;
    }

    .btn-dark:focus, .btn-dark.focus {
        box-shadow: 0 0 0 0.2rem rgba(68, 69, 69, 0.5);
    }

    .btn-dark.disabled, .btn-dark:disabled {
        color: #ffffff;
        background-color: #232424;
        border-color: #232424;
    }

    .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
    .show > .btn-dark.dropdown-toggle {
        color: #ffffff;
        background-color: #0a0a0a;
        border-color: #040404;
    }

        .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
        .show > .btn-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(68, 69, 69, 0.5);
        }

.btn-outline-primary {
    color: #e4002b;
    border-color: #e4002b;
}

    .btn-outline-primary:hover {
        color: #ffffff;
        background-color: #e4002b;
        border-color: #e4002b;
    }

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

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #e4002b;
        background-color: transparent;
    }

    .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
    .show > .btn-outline-primary.dropdown-toggle {
        color: #ffffff;
        background-color: #e4002b;
        border-color: #e4002b;
    }

        .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(228, 0, 43, 0.5);
        }

.btn-outline-secondary {
    color: #686b6b;
    border-color: #686b6b;
}

    .btn-outline-secondary:hover {
        color: #ffffff;
        background-color: #686b6b;
        border-color: #686b6b;
    }

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

    .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
        color: #686b6b;
        background-color: transparent;
    }

    .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
    .show > .btn-outline-secondary.dropdown-toggle {
        color: #ffffff;
        background-color: #686b6b;
        border-color: #686b6b;
    }

        .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(104, 107, 107, 0.5);
        }

.btn-outline-success {
    color: #417505;
    border-color: #417505;
}

    .btn-outline-success:hover {
        color: #ffffff;
        background-color: #417505;
        border-color: #417505;
    }

    .btn-outline-success:focus, .btn-outline-success.focus {
        box-shadow: 0 0 0 0.2rem rgba(65, 117, 5, 0.5);
    }

    .btn-outline-success.disabled, .btn-outline-success:disabled {
        color: #417505;
        background-color: transparent;
    }

    .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
    .show > .btn-outline-success.dropdown-toggle {
        color: #ffffff;
        background-color: #417505;
        border-color: #417505;
    }

        .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(65, 117, 5, 0.5);
        }

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

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

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

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

    .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
    .show > .btn-outline-info.dropdown-toggle {
        color: #ffffff;
        background-color: #17a2b8;
        border-color: #17a2b8;
    }

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

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

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

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

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

    .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
    .show > .btn-outline-warning.dropdown-toggle {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107;
    }

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

.btn-outline-danger {
    color: #e4002b;
    border-color: #e4002b;
}

    .btn-outline-danger:hover {
        color: #ffffff;
        background-color: #e4002b;
        border-color: #e4002b;
    }

    .btn-outline-danger:focus, .btn-outline-danger.focus {
        box-shadow: 0 0 0 0.2rem rgba(228, 0, 43, 0.5);
    }

    .btn-outline-danger.disabled, .btn-outline-danger:disabled {
        color: #e4002b;
        background-color: transparent;
    }

    .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
    .show > .btn-outline-danger.dropdown-toggle {
        color: #ffffff;
        background-color: #e4002b;
        border-color: #e4002b;
    }

        .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(228, 0, 43, 0.5);
        }

.btn-outline-light {
    color: #e2e6e8;
    border-color: #e2e6e8;
}

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

    .btn-outline-light:focus, .btn-outline-light.focus {
        box-shadow: 0 0 0 0.2rem rgba(226, 230, 232, 0.5);
    }

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

    .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
    .show > .btn-outline-light.dropdown-toggle {
        color: #212529;
        background-color: #e2e6e8;
        border-color: #e2e6e8;
    }

        .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(226, 230, 232, 0.5);
        }

.btn-outline-dark {
    color: #232424;
    border-color: #232424;
}

    .btn-outline-dark:hover {
        color: #ffffff;
        background-color: #232424;
        border-color: #232424;
    }

    .btn-outline-dark:focus, .btn-outline-dark.focus {
        box-shadow: 0 0 0 0.2rem rgba(35, 36, 36, 0.5);
    }

    .btn-outline-dark.disabled, .btn-outline-dark:disabled {
        color: #232424;
        background-color: transparent;
    }

    .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
    .show > .btn-outline-dark.dropdown-toggle {
        color: #ffffff;
        background-color: #232424;
        border-color: #232424;
    }

        .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(35, 36, 36, 0.5);
        }

.btn-link {
    font-weight: 400;
    color: #e4002b;
}

    .btn-link:hover {
        color: #a6192e;
        text-decoration: none;
    }

    .btn-link:focus, .btn-link.focus {
        text-decoration: none;
        box-shadow: none;
    }

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

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

.btn-sm, .btn-group-sm > .btn {
    padding: 0.6875rem 0.6875rem;
    font-size: 0.75rem;
    line-height: 1;
    border-radius: 0;
}

.btn-block {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: 0.5rem;
    }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.fade {
    transition: opacity 0.15s linear;
}

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

.fade:not(.show) {
    opacity: 0;
}

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

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

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

.dropup,
.dropright,
.dropdown,
.dropleft {
    position: relative;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #686b6b;
    text-align: left;
    list-style: none;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

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

@media (min-width: 36em) {
    .dropdown-menu-sm-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 48em) {
    .dropdown-menu-md-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 62em) {
    .dropdown-menu-lg-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 75em) {
    .dropdown-menu-xl-right {
        right: 0;
        left: auto;
    }
}

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

@media (min-width: 36em) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0;
    }
}

@media (min-width: 48em) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0;
    }
}

@media (min-width: 62em) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0;
    }
}

@media (min-width: 75em) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0;
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-toggle::after {
    vertical-align: 0;
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}

.dropleft .dropdown-toggle::after {
    display: none;
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0;
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
    right: auto;
    bottom: auto;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

    .dropdown-item:hover, .dropdown-item:focus {
        color: #16181b;
        text-decoration: none;
        background-color: #f8f9fa;
    }

    .dropdown-item.active, .dropdown-item:active {
        color: #ffffff;
        text-decoration: none;
        background-color: #e4002b;
    }

    .dropdown-item.disabled, .dropdown-item:disabled {
        color: #6c757d;
        pointer-events: none;
        background-color: transparent;
    }

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}

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

.btn-group,
.btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}

    .btn-group > .btn,
    .btn-group-vertical > .btn {
        position: relative;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

        .btn-group > .btn:hover,
        .btn-group-vertical > .btn:hover {
            z-index: 1;
        }

        .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
        .btn-group-vertical > .btn:focus,
        .btn-group-vertical > .btn:active,
        .btn-group-vertical > .btn.active {
            z-index: 1;
        }

.btn-toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

    .btn-toolbar .input-group {
        width: auto;
    }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
    margin-left: -1px;
}

.dropdown-toggle-split {
    padding-right: 0.79725rem;
    padding-left: 0.79725rem;
}

    .dropdown-toggle-split::after,
    .dropup .dropdown-toggle-split::after,
    .dropright .dropdown-toggle-split::after {
        margin-left: 0;
    }

.dropleft .dropdown-toggle-split::before {
    margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
    padding-right: 0.51562rem;
    padding-left: 0.51562rem;
}

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

.btn-group-vertical {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
}

    .btn-group-vertical > .btn,
    .btn-group-vertical > .btn-group {
        width: 100%;
    }

        .btn-group-vertical > .btn:not(:first-child),
        .btn-group-vertical > .btn-group:not(:first-child) {
            margin-top: -1px;
        }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0;
}

    .btn-group-toggle > .btn input[type="radio"],
    .btn-group-toggle > .btn input[type="checkbox"],
    .btn-group-toggle > .btn-group > .btn input[type="radio"],
    .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
        position: absolute;
        clip: rect(0, 0, 0, 0);
        pointer-events: none;
    }

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

    .input-group > .form-control,
    .input-group > .form-control-plaintext,
    .input-group > .custom-select,
    .input-group > .custom-file {
        position: relative;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 1%;
        margin-bottom: 0;
    }

        .input-group > .form-control + .form-control,
        .input-group > .form-control + .custom-select,
        .input-group > .form-control + .custom-file,
        .input-group > .form-control-plaintext + .form-control,
        .input-group > .form-control-plaintext + .custom-select,
        .input-group > .form-control-plaintext + .custom-file,
        .input-group > .custom-select + .form-control,
        .input-group > .custom-select + .custom-select,
        .input-group > .custom-select + .custom-file,
        .input-group > .custom-file + .form-control,
        .input-group > .custom-file + .custom-select,
        .input-group > .custom-file + .custom-file {
            margin-left: -1px;
        }

        .input-group > .form-control:focus,
        .input-group > .custom-select:focus,
        .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
            z-index: 3;
        }

        .input-group > .custom-file .custom-file-input:focus {
            z-index: 4;
        }

    .input-group > .custom-file {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }

.input-group-prepend,
.input-group-append {
    display: -ms-flexbox;
    display: flex;
}

    .input-group-prepend .btn,
    .input-group-append .btn {
        position: relative;
        z-index: 2;
    }

        .input-group-prepend .btn:focus,
        .input-group-append .btn:focus {
            z-index: 3;
        }

        .input-group-prepend .btn + .btn,
        .input-group-prepend .btn + .input-group-text,
        .input-group-prepend .input-group-text + .input-group-text,
        .input-group-prepend .input-group-text + .btn,
        .input-group-append .btn + .btn,
        .input-group-append .btn + .input-group-text,
        .input-group-append .input-group-text + .input-group-text,
        .input-group-append .input-group-text + .btn {
            margin-left: -1px;
        }

.input-group-prepend {
    margin-right: -1px;
}

.input-group-append {
    margin-left: -1px;
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.5rem 0.5rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
}

    .input-group-text input[type="radio"],
    .input-group-text input[type="checkbox"] {
        margin-top: 0;
    }

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
    height: 4rem;
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.125rem;
    line-height: 1.5;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
    height: 3rem;
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
    padding: 0.6875rem 0.6875rem;
    font-size: 0.875rem;
    line-height: 1;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
    padding-right: 2.063rem;
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

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

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

    .custom-control-input:checked ~ .custom-control-label::before {
        color: #ffffff;
        border-color: #e4002b;
        background-color: #e4002b;
    }

    .custom-control-input:focus ~ .custom-control-label::before {
        box-shadow: 0 0 0 0.2rem #a6192e;
    }

    .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
        border-color: #ff6582;
    }

    .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
        color: #ffffff;
        background-color: #ff98ab;
        border-color: #ff98ab;
    }

    .custom-control-input:disabled ~ .custom-control-label {
        color: #6c757d;
    }

        .custom-control-input:disabled ~ .custom-control-label::before {
            background-color: #e9ecef;
        }

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}

    .custom-control-label::before {
        position: absolute;
        top: 0.25rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        pointer-events: none;
        content: "";
        background-color: #ffffff;
        border: #adb5bd solid 1px;
    }

    .custom-control-label::after {
        position: absolute;
        top: 0.25rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        content: "";
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 50% 50%;
    }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #e4002b;
    background-color: #e4002b;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23ffffff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(228, 0, 43, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(228, 0, 43, 0.5);
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(228, 0, 43, 0.5);
}

.custom-switch {
    padding-left: 2.25rem;
}

    .custom-switch .custom-control-label::before {
        left: -2.25rem;
        width: 1.75rem;
        pointer-events: all;
        border-radius: 0.5rem;
    }

    .custom-switch .custom-control-label::after {
        top: calc(0.25rem + 2px);
        left: calc(-2.25rem + 2px);
        width: calc(1rem - 4px);
        height: calc(1rem - 4px);
        background-color: #adb5bd;
        border-radius: 0.5rem;
        transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }

@media screen and (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label::after {
        transition: none;
    }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #ffffff;
    -ms-transform: translateX(0.75rem);
    transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(228, 0, 43, 0.5);
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: 3.5rem;
    padding: 1.063rem 2.063rem 1.063rem 1.063rem;
    font-weight: 400;
    line-height: 1;
    color: #495057;
    vertical-align: middle;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1.063rem center/8px 10px;
    background-color: #ffffff;
    border: 1px solid #ced4da;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .custom-select:focus {
        border-color: #ff6582;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(255, 101, 130, 0.5);
    }

        .custom-select:focus::-ms-value {
            color: #495057;
            background-color: #ffffff;
        }

    .custom-select[multiple], .custom-select[size]:not([size="1"]) {
        height: auto;
        padding-right: 1.063rem;
        background-image: none;
    }

    .custom-select:disabled {
        color: #6c757d;
        background-color: #e9ecef;
    }

    .custom-select::-ms-expand {
        opacity: 0;
    }

.custom-select-sm {
    height: 3rem;
    padding-top: 0.6875rem;
    padding-bottom: 0.6875rem;
    padding-left: 0.6875rem;
    font-size: 0.75rem;
}

.custom-select-lg {
    height: 4rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 3.5rem;
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 3.5rem;
    margin: 0;
    opacity: 0;
}

    .custom-file-input:focus ~ .custom-file-label {
        border-color: #ff6582;
        box-shadow: inset 0 0 0 0.2rem rgba(228, 0, 43, 0.25);
    }

    .custom-file-input:disabled ~ .custom-file-label {
        background-color: #e9ecef;
    }

    .custom-file-input:lang(en) ~ .custom-file-label::after {
        content: "Browse";
    }

    .custom-file-input ~ .custom-file-label[data-browse]::after {
        content: attr(data-browse);
    }

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 3.5rem;
    padding: 0.5rem 0.5rem;
    font-weight: 400;
    line-height: 1;
    color: #495057;
    background-color: #ffffff;
    border: 1px solid #ced4da;
}

    .custom-file-label::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        display: block;
        height: 2.876rem;
        padding: 0.5rem 0.5rem;
        line-height: 1;
        color: #495057;
        content: "Browse";
        background-color: #e9ecef;
        border-left: inherit;
    }

.custom-range {
    width: 100%;
    height: calc(1rem + 0.4rem);
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .custom-range:focus {
        outline: none;
    }

        .custom-range:focus::-webkit-slider-thumb {
            box-shadow: 0 0 0 1px #ffffff, inset 0 0 0 0.2rem rgba(228, 0, 43, 0.25);
        }

        .custom-range:focus::-moz-range-thumb {
            box-shadow: 0 0 0 1px #ffffff, inset 0 0 0 0.2rem rgba(228, 0, 43, 0.25);
        }

        .custom-range:focus::-ms-thumb {
            box-shadow: 0 0 0 1px #ffffff, inset 0 0 0 0.2rem rgba(228, 0, 43, 0.25);
        }

    .custom-range::-moz-focus-outer {
        border: 0;
    }

    .custom-range::-webkit-slider-thumb {
        width: 1rem;
        height: 1rem;
        margin-top: -0.25rem;
        background-color: #e4002b;
        border: 0;
        transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        -webkit-appearance: none;
        appearance: none;
    }

@media screen and (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        transition: none;
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #ff98ab;
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #e4002b;
    border: 0;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
    appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
        transition: none;
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #ff98ab;
}

.custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #e4002b;
    border: 0;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
        transition: none;
    }
}

.custom-range::-ms-thumb:active {
    background-color: #ff98ab;
}

.custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
    cursor: default;
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
        transition: none;
    }
}

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

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

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

    .nav-link.disabled {
        color: #6c757d;
        pointer-events: none;
        cursor: default;
    }

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

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

    .nav-tabs .nav-link {
        border: 1px solid transparent;
    }

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

        .nav-tabs .nav-link.disabled {
            color: #6c757d;
            background-color: transparent;
            border-color: transparent;
        }

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

    .nav-tabs .dropdown-menu {
        margin-top: -1px;
    }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #ffffff;
    background-color: #e4002b;
}

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

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

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

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

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

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

.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

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

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

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

    .navbar-nav .dropdown-menu {
        position: static;
        float: none;
    }

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

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

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
}

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

    .navbar-toggler:not(:disabled):not(.disabled) {
        cursor: pointer;
    }

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

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

@media (min-width: 36em) {
    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

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

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

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

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

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

        .navbar-expand-sm .navbar-toggler {
            display: none;
        }
}

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

@media (min-width: 48em) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

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

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

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

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

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

        .navbar-expand-md .navbar-toggler {
            display: none;
        }
}

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

@media (min-width: 62em) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

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

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

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

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

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

        .navbar-expand-lg .navbar-toggler {
            display: none;
        }
}

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

@media (min-width: 75em) {
    .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

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

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

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

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

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

        .navbar-expand-xl .navbar-toggler {
            display: none;
        }
}

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

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

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

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

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

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

    .navbar-expand .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .navbar-expand .navbar-toggler {
        display: none;
    }

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

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

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

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

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

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

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

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

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

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

.navbar-dark .navbar-brand {
    color: #ffffff;
}

    .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
        color: #ffffff;
    }

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}

    .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
        color: rgba(255, 255, 255, 0.75);
    }

    .navbar-dark .navbar-nav .nav-link.disabled {
        color: rgba(255, 255, 255, 0.25);
    }

    .navbar-dark .navbar-nav .show > .nav-link,
    .navbar-dark .navbar-nav .active > .nav-link,
    .navbar-dark .navbar-nav .nav-link.show,
    .navbar-dark .navbar-nav .nav-link.active {
        color: #ffffff;
    }

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5);
}

    .navbar-dark .navbar-text a {
        color: #ffffff;
    }

        .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
            color: #ffffff;
        }

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

    .card > hr {
        margin-right: 0;
        margin-left: 0;
    }

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

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

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

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

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 1.25rem;
}

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

    .card-header + .list-group .list-group-item:first-child {
        border-top: 0;
    }

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

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

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

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.card-img {
    width: 100%;
}

.card-img-top {
    width: 100%;
}

.card-img-bottom {
    width: 100%;
}

.card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .card-deck .card {
        margin-bottom: 12px;
    }

@media (min-width: 36em) {
    .card-deck {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -12px;
        margin-left: -12px;
    }

        .card-deck .card {
            display: -ms-flexbox;
            display: flex;
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            -ms-flex-direction: column;
            flex-direction: column;
            margin-right: 12px;
            margin-bottom: 0;
            margin-left: 12px;
        }
}

.card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .card-group > .card {
        margin-bottom: 12px;
    }

@media (min-width: 36em) {
    .card-group {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

        .card-group > .card {
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            margin-bottom: 0;
        }

            .card-group > .card + .card {
                margin-left: 0;
                border-left: 0;
            }
}

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

@media (min-width: 36em) {
    .card-columns {
        column-count: 3;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }

        .card-columns .card {
            display: inline-block;
            width: 100%;
        }
}

.accordion .card {
    overflow: hidden;
}

    .accordion .card:not(:first-of-type) .card-header:first-child {
        border-radius: 0;
    }

    .accordion .card:not(:first-of-type):not(:last-of-type) {
        border-bottom: 0;
        border-radius: 0;
    }

    .accordion .card:first-of-type {
        border-bottom: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .accordion .card:last-of-type {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .accordion .card .card-header {
        margin-bottom: -1px;
    }

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}

    .breadcrumb-item + .breadcrumb-item::before {
        display: inline-block;
        padding-right: 0.5rem;
        color: #6c757d;
        content: "|";
    }

    .breadcrumb-item + .breadcrumb-item:hover::before {
        text-decoration: underline;
    }

    .breadcrumb-item + .breadcrumb-item:hover::before {
        text-decoration: none;
    }

.breadcrumb-item.active {
    color: #6c757d;
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #e4002b;
    background-color: #ffffff;
    border: 1px solid #dee2e6;
}

    .page-link:hover {
        z-index: 2;
        color: #a6192e;
        text-decoration: none;
        background-color: #e9ecef;
        border-color: #dee2e6;
    }

    .page-link:focus {
        z-index: 2;
        outline: 0;
        box-shadow: 0 0 0 0.2rem #a6192e;
    }

    .page-link:not(:disabled):not(.disabled) {
        cursor: pointer;
    }

.page-item:first-child .page-link {
    margin-left: 0;
}

.page-item.active .page-link {
    z-index: 1;
    color: #ffffff;
    background-color: #e4002b;
    border-color: #e4002b;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #ffffff;
    border-color: #dee2e6;
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
}

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

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
}

.badge-primary {
    color: #ffffff;
    background-color: #e4002b;
}

a.badge-primary:hover, a.badge-primary:focus {
    color: #ffffff;
    background-color: #b10021;
}

.badge-secondary {
    color: #ffffff;
    background-color: #686b6b;
}

a.badge-secondary:hover, a.badge-secondary:focus {
    color: #ffffff;
    background-color: #4f5151;
}

.badge-success {
    color: #ffffff;
    background-color: #417505;
}

a.badge-success:hover, a.badge-success:focus {
    color: #ffffff;
    background-color: #264403;
}

.badge-info {
    color: #ffffff;
    background-color: #17a2b8;
}

a.badge-info:hover, a.badge-info:focus {
    color: #ffffff;
    background-color: #117a8b;
}

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

a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00;
}

.badge-danger {
    color: #ffffff;
    background-color: #e4002b;
}

a.badge-danger:hover, a.badge-danger:focus {
    color: #ffffff;
    background-color: #b10021;
}

.badge-light {
    color: #212529;
    background-color: #e2e6e8;
}

a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #c6cdd1;
}

.badge-dark {
    color: #ffffff;
    background-color: #232424;
}

a.badge-dark:hover, a.badge-dark:focus {
    color: #ffffff;
    background-color: #0a0a0a;
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
}

@media (min-width: 36em) {
    .jumbotron {
        padding: 4rem 2rem;
    }
}

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

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

.alert-heading {
    color: inherit;
}

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

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

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

.alert-primary {
    color: #770016;
    background-color: #faccd5;
    border-color: #f7b8c4;
}

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

    .alert-primary .alert-link {
        color: #44000d;
    }

.alert-secondary {
    color: #363838;
    background-color: #e1e1e1;
    border-color: #d5d6d6;
}

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

    .alert-secondary .alert-link {
        color: #1d1e1e;
    }

.alert-success {
    color: #223d03;
    background-color: #d9e3cd;
    border-color: #cad8b9;
}

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

    .alert-success .alert-link {
        color: #070c01;
    }

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

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

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

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

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

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

.alert-danger {
    color: #770016;
    background-color: #faccd5;
    border-color: #f7b8c4;
}

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

    .alert-danger .alert-link {
        color: #44000d;
    }

.alert-light {
    color: #767879;
    background-color: #f9fafa;
    border-color: #f7f8f9;
}

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

    .alert-light .alert-link {
        color: #5d5e5f;
    }

.alert-dark {
    color: #121313;
    background-color: lightgray;
    border-color: #c1c2c2;
}

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

    .alert-dark .alert-link {
        color: black;
    }

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

    to {
        background-position: 0 0;
    }
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e9ecef;
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    background-color: #e4002b;
    transition: width 0.6s ease;
}

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

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}

.progress-bar-animated {
    animation: progress-bar-stripes 1s linear infinite;
}

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

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

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

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}

    .list-group-item-action:hover, .list-group-item-action:focus {
        color: #495057;
        text-decoration: none;
        background-color: #f8f9fa;
    }

    .list-group-item-action:active {
        color: #686b6b;
        background-color: #e9ecef;
    }

.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

    .list-group-item:last-child {
        margin-bottom: 0;
    }

    .list-group-item:hover, .list-group-item:focus {
        z-index: 1;
        text-decoration: none;
    }

    .list-group-item.disabled, .list-group-item:disabled {
        color: #6c757d;
        pointer-events: none;
        background-color: #ffffff;
    }

    .list-group-item.active {
        z-index: 2;
        color: #ffffff;
        background-color: #e4002b;
        border-color: #e4002b;
    }

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
}

    .list-group-flush .list-group-item:last-child {
        margin-bottom: -1px;
    }

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

.list-group-item-primary {
    color: #770016;
    background-color: #f7b8c4;
}

    .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
        color: #770016;
        background-color: #f4a1b1;
    }

    .list-group-item-primary.list-group-item-action.active {
        color: #ffffff;
        background-color: #770016;
        border-color: #770016;
    }

.list-group-item-secondary {
    color: #363838;
    background-color: #d5d6d6;
}

    .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
        color: #363838;
        background-color: #c8c9c9;
    }

    .list-group-item-secondary.list-group-item-action.active {
        color: #ffffff;
        background-color: #363838;
        border-color: #363838;
    }

.list-group-item-success {
    color: #223d03;
    background-color: #cad8b9;
}

    .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
        color: #223d03;
        background-color: #becfa9;
    }

    .list-group-item-success.list-group-item-action.active {
        color: #ffffff;
        background-color: #223d03;
        border-color: #223d03;
    }

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb;
}

    .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
        color: #0c5460;
        background-color: #abdde5;
    }

    .list-group-item-info.list-group-item-action.active {
        color: #ffffff;
        background-color: #0c5460;
        border-color: #0c5460;
    }

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba;
}

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

    .list-group-item-warning.list-group-item-action.active {
        color: #ffffff;
        background-color: #856404;
        border-color: #856404;
    }

.list-group-item-danger {
    color: #770016;
    background-color: #f7b8c4;
}

    .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
        color: #770016;
        background-color: #f4a1b1;
    }

    .list-group-item-danger.list-group-item-action.active {
        color: #ffffff;
        background-color: #770016;
        border-color: #770016;
    }

.list-group-item-light {
    color: #767879;
    background-color: #f7f8f9;
}

    .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
        color: #767879;
        background-color: #e8ebee;
    }

    .list-group-item-light.list-group-item-action.active {
        color: #ffffff;
        background-color: #767879;
        border-color: #767879;
    }

.list-group-item-dark {
    color: #121313;
    background-color: #c1c2c2;
}

    .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
        color: #121313;
        background-color: #b4b5b5;
    }

    .list-group-item-dark.list-group-item-action.active {
        color: #ffffff;
        background-color: #121313;
        border-color: #121313;
    }

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: .5;
}

    .close:hover {
        color: #000;
        text-decoration: none;
    }

    .close:not(:disabled):not(.disabled) {
        cursor: pointer;
    }

        .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
            opacity: .75;
        }

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

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

.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: 0.875rem;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.25rem;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
}

    .toast:not(:last-child) {
        margin-bottom: 0.75rem;
    }

    .toast.showing {
        opacity: 1;
    }

    .toast.show {
        display: block;
        opacity: 1;
    }

    .toast.hide {
        display: none;
    }

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

.toast-body {
    padding: 0.75rem;
}

.modal-open {
    overflow: hidden;
}

    .modal-open .modal {
        overflow-x: hidden;
        overflow-y: auto;
    }

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    -ms-transform: translate(0, -50px);
    transform: translate(0, -50px);
}

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

.modal.show .modal-dialog {
    -ms-transform: none;
    transform: none;
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
}

    .modal-dialog-centered::before {
        display: block;
        height: calc(100vh - (0.5rem * 2));
        content: "";
    }

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #232424;
}

    .modal-backdrop.fade {
        opacity: 0;
    }

    .modal-backdrop.show {
        opacity: 0.5;
    }

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #e9ecef;
}

    .modal-header .close {
        padding: 1rem 1rem;
        margin: -1rem -1rem -1rem auto;
    }

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

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

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}

    .modal-footer > :not(:first-child) {
        margin-left: .25rem;
    }

    .modal-footer > :not(:last-child) {
        margin-right: .25rem;
    }

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

@media (min-width: 36em) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }

        .modal-dialog-centered::before {
            height: calc(100vh - (1.75rem * 2));
        }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 62em) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 75em) {
    .modal-xl {
        max-width: 1140px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: "Gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}

    .tooltip.show {
        opacity: 0.9;
    }

    .tooltip .arrow {
        position: absolute;
        display: block;
        width: 0.8rem;
        height: 0.4rem;
    }

        .tooltip .arrow::before {
            position: absolute;
            content: "";
            border-color: transparent;
            border-style: solid;
        }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
    padding: 0.4rem 0;
}

    .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
        bottom: 0;
    }

        .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
            top: 0;
            border-width: 0.4rem 0.4rem 0;
            border-top-color: #000;
        }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
    padding: 0 0.4rem;
}

    .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
        left: 0;
        width: 0.4rem;
        height: 0.8rem;
    }

        .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
            right: 0;
            border-width: 0.4rem 0.4rem 0.4rem 0;
            border-right-color: #000;
        }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
    padding: 0.4rem 0;
}

    .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
        top: 0;
    }

        .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
            bottom: 0;
            border-width: 0 0.4rem 0.4rem;
            border-bottom-color: #000;
        }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
    padding: 0 0.4rem;
}

    .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
        right: 0;
        width: 0.4rem;
        height: 0.8rem;
    }

        .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
            left: 0;
            border-width: 0.4rem 0 0.4rem 0.4rem;
            border-left-color: #000;
        }

.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #ffffff;
    text-align: center;
    background-color: #000;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: "Gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

    .popover .arrow {
        position: absolute;
        display: block;
        width: 1rem;
        height: 0.5rem;
        margin: 0 0.3rem;
    }

        .popover .arrow::before, .popover .arrow::after {
            position: absolute;
            display: block;
            content: "";
            border-color: transparent;
            border-style: solid;
        }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
    margin-bottom: 0.5rem;
}

    .bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
        bottom: calc((0.5rem + 1px) * -1);
    }

        .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
        .bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
            border-width: 0.5rem 0.5rem 0;
        }

        .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
            bottom: 0;
            border-top-color: rgba(0, 0, 0, 0.25);
        }

        .bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
            bottom: 1px;
            border-top-color: #ffffff;
        }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
    margin-left: 0.5rem;
}

    .bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
        left: calc((0.5rem + 1px) * -1);
        width: 0.5rem;
        height: 1rem;
        margin: 0.3rem 0;
    }

        .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
        .bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
            border-width: 0.5rem 0.5rem 0.5rem 0;
        }

        .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
            left: 0;
            border-right-color: rgba(0, 0, 0, 0.25);
        }

        .bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
            left: 1px;
            border-right-color: #ffffff;
        }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
    margin-top: 0.5rem;
}

    .bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
        top: calc((0.5rem + 1px) * -1);
    }

        .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
        .bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
            border-width: 0 0.5rem 0.5rem 0.5rem;
        }

        .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
            top: 0;
            border-bottom-color: rgba(0, 0, 0, 0.25);
        }

        .bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
            top: 1px;
            border-bottom-color: #ffffff;
        }

    .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
        position: absolute;
        top: 0;
        left: 50%;
        display: block;
        width: 1rem;
        margin-left: -0.5rem;
        content: "";
        border-bottom: 1px solid #f7f7f7;
    }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
    margin-right: 0.5rem;
}

    .bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
        right: calc((0.5rem + 1px) * -1);
        width: 0.5rem;
        height: 1rem;
        margin: 0.3rem 0;
    }

        .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
        .bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
            border-width: 0.5rem 0 0.5rem 0.5rem;
        }

        .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
            right: 0;
            border-left-color: rgba(0, 0, 0, 0.25);
        }

        .bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
            right: 1px;
            border-left-color: #ffffff;
        }

.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: #686b6b;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
}

    .popover-header:empty {
        display: none;
    }

.popover-body {
    padding: 0.5rem 0.75rem;
    color: #686b6b;
}

.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;
    transition: transform 0.6s ease-in-out;
}

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

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

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

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

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    -ms-transform: none;
    transform: none;
}

    .carousel-fade .carousel-item.active,
    .carousel-fade .carousel-item-next.carousel-item-left,
    .carousel-fade .carousel-item-prev.carousel-item-right {
        z-index: 1;
        opacity: 1;
    }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: 0s 0.6s opacity;
}

@media screen and (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none;
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #ffffff;
    text-align: center;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
        transition: none;
    }
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}

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

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

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

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

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

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

    .carousel-indicators li {
        box-sizing: content-box;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #ffffff;
        background-clip: padding-box;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: .5;
        transition: opacity 0.6s ease;
    }

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

.carousel-indicators .active {
    opacity: 1;
}

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

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

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border .75s linear infinite;
}

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

@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }

    50% {
        opacity: 1;
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    animation: spinner-grow .75s linear infinite;
}

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

.align-baseline {
    vertical-align: baseline !important;
}

.align-top {
    vertical-align: top !important;
}

.align-middle {
    vertical-align: middle !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.align-text-bottom {
    vertical-align: text-bottom !important;
}

.align-text-top {
    vertical-align: text-top !important;
}

.bg-primary {
    background-color: #e4002b !important;
}

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

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

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

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

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

.bg-info {
    background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #117a8b !important;
}

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

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

.bg-danger {
    background-color: #e4002b !important;
}

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

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

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

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

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

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

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

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

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

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

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

.border-left {
    border-left: 1px solid #c6c9cb !important;
}

.border-0 {
    border: 0 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-left-0 {
    border-left: 0 !important;
}

.border-primary {
    border-color: #e4002b !important;
}

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

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

.border-info {
    border-color: #17a2b8 !important;
}

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

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

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

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

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

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

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

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

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

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

.rounded-circle {
    border-radius: 50% !important;
}

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

.rounded-0 {
    border-radius: 0 !important;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

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

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

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

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

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

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

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

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

    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

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

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

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

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

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

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

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

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

    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

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

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

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

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

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

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

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

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

    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

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

@media print {
    .d-print-none {
        display: none !important;
    }

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

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

    .d-print-block {
        display: block !important;
    }

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

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

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

    .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

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

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

    .embed-responsive::before {
        display: block;
        content: "";
    }

    .embed-responsive .embed-responsive-item,
    .embed-responsive iframe,
    .embed-responsive embed,
    .embed-responsive object,
    .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

.embed-responsive-21by9::before {
    padding-top: 42.85714%;
}

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

.embed-responsive-3by4::before {
    padding-top: 133.33333%;
}

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

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 36em) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 48em) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 62em) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 75em) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 36em) {
    .float-sm-left {
        float: left !important;
    }

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

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

@media (min-width: 48em) {
    .float-md-left {
        float: left !important;
    }

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

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

@media (min-width: 62em) {
    .float-lg-left {
        float: left !important;
    }

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

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

@media (min-width: 75em) {
    .float-xl-left {
        float: left !important;
    }

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

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

.overflow-auto {
    overflow: auto !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

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

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

.shadow-none {
    box-shadow: none !important;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.min-vw-100 {
    min-width: 100vw !important;
}

.min-vh-100 {
    min-height: 100vh !important;
}

.vw-100 {
    width: 100vw !important;
}

.vh-100 {
    height: 100vh !important;
}

.m-0 {
    margin: 0 !important;
}

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

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

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

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

.m-1 {
    margin: 0.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-0 {
    padding: 0 !important;
}

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

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

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

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

.p-1 {
    padding: 0.25rem !important;
}

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

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

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

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

.p-2 {
    padding: 0.5rem !important;
}

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

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

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

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

.p-3 {
    padding: 1rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-auto {
    margin: auto !important;
}

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

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

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

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

@media (min-width: 36em) {
    .m-sm-0 {
        margin: 0 !important;
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }

    .m-sm-1 {
        margin: 0.25rem !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .p-sm-0 {
        padding: 0 !important;
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }

    .p-sm-1 {
        padding: 0.25rem !important;
    }

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

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

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }

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

    .p-sm-2 {
        padding: 0.5rem !important;
    }

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

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

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

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

    .p-sm-3 {
        padding: 1rem !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .m-sm-auto {
        margin: auto !important;
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 48em) {
    .m-md-0 {
        margin: 0 !important;
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }

    .m-md-1 {
        margin: 0.25rem !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .p-md-0 {
        padding: 0 !important;
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }

    .p-md-1 {
        padding: 0.25rem !important;
    }

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

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

    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }

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

    .p-md-2 {
        padding: 0.5rem !important;
    }

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

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

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

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

    .p-md-3 {
        padding: 1rem !important;
    }

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

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

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }

    .m-md-n1 {
        margin: -0.25rem !important;
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important;
    }

    .m-md-n2 {
        margin: -0.5rem !important;
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.5rem !important;
    }

    .m-md-n3 {
        margin: -1rem !important;
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important;
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important;
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important;
    }

    .m-md-n4 {
        margin: -1.5rem !important;
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important;
    }

    .m-md-n5 {
        margin: -3rem !important;
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important;
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important;
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 62em) {
    .m-lg-0 {
        margin: 0 !important;
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem !important;
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }

    .p-lg-1 {
        padding: 0.25rem !important;
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }

    .m-lg-n1 {
        margin: -0.25rem !important;
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }

    .m-lg-n2 {
        margin: -0.5rem !important;
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }

    .m-lg-n3 {
        margin: -1rem !important;
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important;
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important;
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important;
    }

    .m-lg-n4 {
        margin: -1.5rem !important;
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }

    .m-lg-n5 {
        margin: -3rem !important;
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important;
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important;
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 75em) {
    .m-xl-0 {
        margin: 0 !important;
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }

    .m-xl-n1 {
        margin: -0.25rem !important;
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }

    .m-xl-n2 {
        margin: -0.5rem !important;
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }

    .m-xl-n3 {
        margin: -1rem !important;
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important;
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important;
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important;
    }

    .m-xl-n4 {
        margin: -1.5rem !important;
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }

    .m-xl-n5 {
        margin: -3rem !important;
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important;
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important;
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-justify {
    text-align: justify !important;
}

.text-wrap {
    white-space: normal !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

@media (min-width: 36em) {
    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 48em) {
    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 62em) {
    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 75em) {
    .text-xl-left {
        text-align: left !important;
    }

    .text-xl-right {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-lighter {
    font-weight: lighter !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-weight-bolder {
    font-weight: 900 !important;
}

.font-italic {
    font-style: italic !important;
}

.text-white {
    color: #ffffff !important;
}

.text-primary {
    color: #e4002b !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #98001d !important;
}

.text-secondary {
    color: #686b6b !important;
}

a.text-secondary:hover, a.text-secondary:focus {
    color: #424444 !important;
}

.text-success {
    color: #417505 !important;
}

a.text-success:hover, a.text-success:focus {
    color: #182c02 !important;
}

.text-info {
    color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
    color: #0f6674 !important;
}

.text-warning {
    color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
    color: #ba8b00 !important;
}

.text-danger {
    color: #e4002b !important;
}

a.text-danger:hover, a.text-danger:focus {
    color: #98001d !important;
}

.text-light {
    color: #e2e6e8 !important;
}

a.text-light:hover, a.text-light:focus {
    color: #b7c1c6 !important;
}

.text-dark {
    color: #232424 !important;
}

a.text-dark:hover, a.text-dark:focus {
    color: black !important;
}

.text-body {
    color: #686b6b !important;
}

.text-muted {
    color: #6c757d !important;
}

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.text-decoration-none {
    text-decoration: none !important;
}

.text-reset {
    color: inherit !important;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

@media print {
    *,
    *::before,
    *::after {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    abbr[title]::after {
        content: " (" attr(title) ")";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #adb5bd;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    @page {
        size: a3;
    }

    body {
        min-width: 62em !important;
    }

    .container {
        min-width: 62em !important;
    }

    .navbar {
        display: none;
    }

    .badge {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

        .table td,
        .table th {
            background-color: #ffffff !important;
        }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #dee2e6 !important;
    }

    .table-dark {
        color: inherit;
    }

        .table-dark th,
        .table-dark td,
        .table-dark thead th,
        .table-dark tbody + tbody {
            border-color: #dee2e6;
        }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6;
    }
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.CoveoSearchInterface.coveo-small-tabs .coveo-dropdown-content,
.CoveoSearchInterface.coveo-small-facets .coveo-dropdown-content,
.CoveoSearchInterface.coveo-small-recommendation .coveo-dropdown-content {
    padding: 0;
}

.CoveoSearchInterface.coveo-small-tabs .coveo-dropdown-header,
.CoveoSearchInterface.coveo-small-facets .coveo-dropdown-header,
.CoveoSearchInterface.coveo-small-recommendation .coveo-dropdown-header {
    font-size: 12px;
    display: inline-block;
    padding: 0 7px;
    height: 22px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.09px;
    vertical-align: middle;
    white-space: normal;
    color: #1d4f76;
    cursor: pointer;
    text-transform: uppercase;
}

    .CoveoSearchInterface.coveo-small-tabs .coveo-dropdown-header *,
    .CoveoSearchInterface.coveo-small-facets .coveo-dropdown-header *,
    .CoveoSearchInterface.coveo-small-recommendation .coveo-dropdown-header * {
        display: inline-block;
        margin: 0;
    }

    .CoveoSearchInterface.coveo-small-tabs .coveo-dropdown-header li,
    .CoveoSearchInterface.coveo-small-facets .coveo-dropdown-header li,
    .CoveoSearchInterface.coveo-small-recommendation .coveo-dropdown-header li {
        display: list-item;
    }

    .CoveoSearchInterface.coveo-small-tabs .coveo-dropdown-header p,
    .CoveoSearchInterface.coveo-small-facets .coveo-dropdown-header p,
    .CoveoSearchInterface.coveo-small-recommendation .coveo-dropdown-header p {
        line-height: 16px;
    }

    .CoveoSearchInterface.coveo-small-tabs .coveo-dropdown-header .coveo-more-tabs,
    .CoveoSearchInterface.coveo-small-facets .coveo-dropdown-header .coveo-more-tabs,
    .CoveoSearchInterface.coveo-small-recommendation .coveo-dropdown-header .coveo-more-tabs {
        margin-left: 10px;
    }

    .CoveoSearchInterface.coveo-small-tabs .coveo-dropdown-header.coveo-hidden,
    .CoveoSearchInterface.coveo-small-facets .coveo-dropdown-header.coveo-hidden,
    .CoveoSearchInterface.coveo-small-recommendation .coveo-dropdown-header.coveo-hidden {
        display: none;
    }

.CoveoSearchInterface.coveo-small-tabs .coveo-tab-section > a:last-of-type,
.CoveoSearchInterface.coveo-small-facets .coveo-tab-section > a:last-of-type,
.CoveoSearchInterface.coveo-small-recommendation .coveo-tab-section > a:last-of-type {
    margin-right: 20px;
}

.CoveoSearchInterface.coveo-small-tabs .coveo-dropdown-header-wrapper,
.CoveoSearchInterface.coveo-small-facets .coveo-dropdown-header-wrapper,
.CoveoSearchInterface.coveo-small-recommendation .coveo-dropdown-header-wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: inline-box;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    box-pack: 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-tabs .coveo-dropdown-header-wrapper a,
    .CoveoSearchInterface.coveo-small-facets .coveo-dropdown-header-wrapper a,
    .CoveoSearchInterface.coveo-small-recommendation .coveo-dropdown-header-wrapper a {
        margin-right: 10px;
    }

.coveo-dropdown-background {
    transition-property: opacity;
    transition-duration: 0.3s;
    background: rgba(255, 255, 255, 0.85);
    opacity: 0;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
}

.coveo-media-max-width-480 .CoveoSearchInterface .coveo-tab-section {
    background-color: #f7f8f9;
}

.coveo-media-max-width-480 .CoveoSearchInterface .CoveoSearchbox {
    max-width: 800px;
    margin-right: 50px;
}

.coveo-media-max-width-480 .CoveoSearchInterface .CoveoSettings {
    margin-left: 0;
}

    .coveo-media-max-width-480 .CoveoSearchInterface .CoveoSettings + .CoveoSearchbox {
        margin-right: 50px;
    }

@media (max-width: 480px) {
    .CoveoSearchInterface .coveo-tab-section {
        background-color: #f7f8f9;
    }

    .CoveoSearchInterface .CoveoSearchbox {
        max-width: 800px;
        margin-right: 50px;
    }

    .CoveoSearchInterface .CoveoSettings {
        margin-left: 0;
    }

        .CoveoSearchInterface .CoveoSettings + .CoveoSearchbox {
            margin-right: 50px;
        }
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.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: #004990;
    text-decoration: none;
    cursor: pointer;
}

    .coveo-emails-excess-collapsed:visited,
    .coveo-emails-excess-collapsed:visited:hover {
        color: #609;
    }

    .coveo-emails-excess-collapsed:hover,
    .coveo-emails-excess-collapsed:hover a {
        text-decoration: underline;
    }

    .coveo-emails-excess-collapsed.coveo-selected * {
        color: #004990;
    }

.coveo-email-child-from {
    margin: 0 10px 0 5px;
}

.coveo-email-child-excerpt {
    font-size: 13px;
    text-decoration: none !important;
}

    .coveo-email-child-excerpt:not(:hover) {
        color: inherit !important;
    }

.coveo-modal-container .coveo-email-from,
.coveo-modal-container .coveo-email-to {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, sans-serif;
    padding: 5px 16px;
    font-size: 13px;
    font-size: 14px;
}

    .coveo-modal-container .coveo-email-from a,
    .coveo-modal-container .coveo-email-to a {
        color: #004990;
        text-decoration: none;
        cursor: pointer;
        white-space: nowrap;
    }

        .coveo-modal-container .coveo-email-from a:visited,
        .coveo-modal-container .coveo-email-from a:visited:hover,
        .coveo-modal-container .coveo-email-to a:visited,
        .coveo-modal-container .coveo-email-to a:visited:hover {
            color: #609;
        }

        .coveo-modal-container .coveo-email-from a:hover,
        .coveo-modal-container .coveo-email-from a:hover a,
        .coveo-modal-container .coveo-email-to a:hover,
        .coveo-modal-container .coveo-email-to a:hover a {
            text-decoration: underline;
        }

        .coveo-modal-container .coveo-email-from a.coveo-selected *,
        .coveo-modal-container .coveo-email-to a.coveo-selected * {
            color: #004990;
        }

.CoveoEmailAction {
    color: #004990;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    border: thin solid #bcc3ca;
    border-radius: 2px;
    padding: 5px;
    margin: 5px 16px;
}

    .CoveoEmailAction:visited,
    .CoveoEmailAction:visited:hover {
        color: #609;
    }

    .CoveoEmailAction:hover,
    .CoveoEmailAction:hover a {
        text-decoration: underline;
    }

    .CoveoEmailAction.coveo-selected * {
        color: #004990;
    }

    .CoveoEmailAction > div {
        display: inline-block;
    }

.CoveoSearchInterface {
    min-width: 300px;
}

    .CoveoSearchInterface > * {
        display: none;
        visibility: hidden;
    }

    .CoveoSearchInterface.coveo-waiting-for-query .coveo-search-section {
        display: block;
        visibility: visible;
        margin-top: 20%;
    }

        .CoveoSearchInterface.coveo-waiting-for-query .coveo-search-section .CoveoSettings {
            display: none;
        }

    .CoveoSearchInterface .coveo-search-section {
        max-width: 800px;
        margin: 54px auto 47px;
        padding: 0 10px;
    }

        .CoveoSearchInterface .coveo-search-section .coveo-media-max-width-480 {
            padding: 20px 10px;
            margin: 0 auto;
            width: 100%;
            max-width: none;
        }

@media (max-width: 480px) {
    .CoveoSearchInterface .coveo-search-section {
        padding: 20px 10px;
        margin: 0 auto;
        width: 100%;
        max-width: none;
    }
}

.CoveoSearchInterface .coveo-main-section {
    *zoom: 1;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

    .CoveoSearchInterface .coveo-main-section:before,
    .CoveoSearchInterface .coveo-main-section:after {
        content: " ";
        display: table;
    }

    .CoveoSearchInterface .coveo-main-section:after {
        clear: both;
    }

.CoveoSearchInterface .coveo-facet-column {
    display: block;
    float: left;
    margin-right: 2.84259%;
    width: 28.01019%;
    padding: 5px 15px;
}

    .CoveoSearchInterface .coveo-facet-column:last-child {
        margin-right: 0;
    }

    .CoveoSearchInterface .coveo-facet-column.coveo-no-results {
        display: none;
    }

.CoveoSearchInterface .coveo-results-column {
    overflow: hidden;
    padding: 10px 10px 10px 15px;
}

    .CoveoSearchInterface .coveo-results-column.coveo-no-results {
        max-width: 75%;
        margin: auto;
        text-align: center;
    }

    .CoveoSearchInterface .coveo-results-column .coveo-media-max-width-800.coveo-no-results {
        max-width: 100%;
    }

@media (max-width: 800px) {
    .CoveoSearchInterface .coveo-results-column.coveo-no-results {
        max-width: 100%;
    }
}

.CoveoSearchInterface .coveo-results-column .coveo-media-max-width-480 {
    padding: 0;
}

@media (max-width: 480px) {
    .CoveoSearchInterface .coveo-results-column {
        padding: 0;
    }
}

.CoveoSearchInterface.coveo-during-initialization .coveo-results-header {
    height: 35px;
}

    .CoveoSearchInterface.coveo-during-initialization .coveo-results-header * {
        display: none;
    }

.CoveoSearchInterface.coveo-during-initialization .CoveoLogo,
.CoveoSearchInterface.coveo-during-initialization .CoveoResultsPerPage {
    display: none;
}

.coveo-after-initialization > * {
    display: inherit;
    visibility: inherit;
}

.coveo-after-initialization link,
.coveo-after-initialization script,
.coveo-after-initialization template {
    display: none;
}

.coveo-after-initialization output {
    display: inline;
}

.coveo-after-initialization meter,
.coveo-after-initialization progress,
.coveo-after-initialization input,
.coveo-after-initialization textarea,
.coveo-after-initialization keygen,
.coveo-after-initialization select,
.coveo-after-initialization button {
    display: inline-block;
}

.coveo-after-initialization table {
    display: table;
}

.coveo-results-header {
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    box-pack: justify;
    -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;
    box-shadow: 0 -1px 0 0 #bcc3ca inset;
}

    .coveo-results-header.coveo-no-results {
        box-shadow: none;
    }

    .coveo-results-header.coveo-query-error {
        box-shadow: none;
    }

.coveo-summary-section {
    display: inline-block;
    font-size: 14px;
    margin-right: auto;
    box-flex: auto;
    -moz-flex: auto;
    -ms-flex: auto;
    flex: auto;
}

.coveo-result-layout-section {
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-shrink: 0;
    -ms-flex-negative: 0;
}

    .coveo-result-layout-section.coveo-result-layout-hidden {
        display: none;
    }

.coveo-sort-section {
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-shrink: 0;
    -ms-flex-negative: 0;
}

.coveo-results-header > *:not(:first-child) {
    padding-right: 10px;
    margin-left: 10px;
    border-right: 1px solid #bcc3ca;
}

.coveo-results-header > *:last-child {
    padding-right: 0;
    border-right: none;
}

.coveo-media-max-width-800 .coveo-results-header {
    padding-right: 10px;
}

@media (max-width: 800px) {
    .coveo-results-header {
        padding-right: 10px;
    }
}

.coveo-media-max-width-480 .coveo-results-header {
    padding-left: 10px;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.coveo-media-max-width-480 .coveo-sort-section span:first-child {
    padding-left: 0;
}

.coveo-media-max-width-480 .coveo-list-layout .CoveoResult {
    margin: 0;
    padding: 15px 10px 15px 15px;
}

.coveo-media-max-width-480 .CoveoResultList {
    margin-bottom: 15px;
}

.coveo-media-max-width-480 .coveo-summary-section {
    width: 100%;
    margin-bottom: 10px;
}

.coveo-media-max-width-480 .coveo-results-header > *:not(:first-child) {
    border-right: none;
    margin-left: 0;
    padding: 0;
}

.coveo-media-max-width-480 .coveo-results-header > *:last-child {
    margin-left: 0;
    margin-bottom: 0;
}

@media (max-width: 480px) {
    .coveo-results-header {
        padding-left: 10px;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        box-lines: multiple;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .coveo-sort-section span:first-child {
        padding-left: 0;
    }

    .coveo-list-layout .CoveoResult {
        margin: 0;
        padding: 15px 10px 15px 15px;
    }

    .CoveoResultList {
        margin-bottom: 15px;
    }

    .coveo-summary-section {
        width: 100%;
        margin-bottom: 10px;
    }

    .coveo-results-header > *:not(:first-child) {
        border-right: none;
        margin-left: 0;
        padding: 0;
    }

    .coveo-results-header > *:last-child {
        margin-left: 0;
        margin-bottom: 0;
    }
}

.CoveoResult.coveo-lithium-result .coveo-lithium-header {
    padding-top: 3px;
}

.coveo-lithium-result .coveo-expanded-child-result + .coveo-expanded-child-result {
    border-top: 1px solid #cccccc;
    padding-top: 10px;
}

.coveo-lithium-from,
.coveo-lithium-to {
    font-size: 13px;
}

    .coveo-lithium-from a,
    .coveo-lithium-to a {
        color: #004990;
        text-decoration: none;
        cursor: pointer;
        white-space: nowrap;
    }

        .coveo-lithium-from a:visited,
        .coveo-lithium-from a:visited:hover,
        .coveo-lithium-to a:visited,
        .coveo-lithium-to a:visited:hover {
            color: #609;
        }

        .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: #004990;
        }

.coveo-loading-spinner {
    margin: 3em auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border: 0.7em solid rgba(128, 128, 128, 0.2);
    border-left-color: gray;
    animation: coveo-loading-spinner-animation 1.1s infinite linear;
}

.coveo-loading-spinner-container {
    width: 100%;
}

.coveo-loading-spinner,
.coveo-loading-spinner:after {
    border-radius: 50%;
    width: 3em;
    height: 3em;
}

@keyframes coveo-loading-spinner-animation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.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 {
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -ms-transform: rotatex(0);
        transform: rotatex(0);
    }

        .coveo-first-loading-animation .coveo-loading-container .coveo-loading-dot {
            background-color: rgba(20, 20, 20, 0.9);
            background: rgba(20, 20, 20, 0.9);
            border-radius: 5px;
            box-shadow: inset 0 0 5px #000, 0 1px 1px rgba(255, 255, 255, 0.1);
            display: inline-block;
            width: 8px;
            height: 8px;
            margin: 0 4px;
            border-radius: 50%;
            opacity: 0;
            box-shadow: 0 0 2px black;
            animation: loadingFade 1s infinite;
        }

            .coveo-first-loading-animation .coveo-loading-container .coveo-loading-dot:nth-child(1) {
                animation-delay: 100ms;
            }

            .coveo-first-loading-animation .coveo-loading-container .coveo-loading-dot:nth-child(2) {
                animation-delay: 200ms;
            }

            .coveo-first-loading-animation .coveo-loading-container .coveo-loading-dot:nth-child(3) {
                animation-delay: 300ms;
            }

            .coveo-first-loading-animation .coveo-loading-container .coveo-loading-dot:nth-child(4) {
                animation-delay: 400ms;
            }

    .coveo-first-loading-animation .coveo-loading-container {
        margin-top: 15px;
    }

.coveo-generic-loading-animation .coveo-loading-container {
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -ms-transform: rotatex(0);
    transform: rotatex(0);
}

    .coveo-generic-loading-animation .coveo-loading-container .coveo-loading-dot {
        background-color: rgba(20, 20, 20, 0.9);
        background: rgba(20, 20, 20, 0.9);
        border-radius: 5px;
        box-shadow: inset 0 0 5px #000, 0 1px 1px rgba(255, 255, 255, 0.1);
        display: inline-block;
        width: 8px;
        height: 8px;
        margin: 0 4px;
        border-radius: 50%;
        opacity: 0;
        box-shadow: 0 0 2px black;
        animation: loadingFade 1s infinite;
    }

        .coveo-generic-loading-animation .coveo-loading-container .coveo-loading-dot:nth-child(1) {
            animation-delay: 100ms;
        }

        .coveo-generic-loading-animation .coveo-loading-container .coveo-loading-dot:nth-child(2) {
            animation-delay: 200ms;
        }

        .coveo-generic-loading-animation .coveo-loading-container .coveo-loading-dot:nth-child(3) {
            animation-delay: 300ms;
        }

        .coveo-generic-loading-animation .coveo-loading-container .coveo-loading-dot:nth-child(4) {
            animation-delay: 400ms;
        }

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.coveo-filetype-attachment,
.coveo-icon.objecttype.Attachment,
.coveo-icon.objecttype.attachment,
.coveo-filetype-calendar,
.coveo-icon.filetype.Exchangeappointment,
.coveo-icon.filetype.exchangeappointment,
.coveo-icon.filetype.Exchangecalendarmessage,
.coveo-icon.filetype.exchangecalendarmessage,
.coveo-icon.filetype.Spevent,
.coveo-icon.filetype.spevent,
.coveo-icon.filetype.Speventlist,
.coveo-icon.filetype.speventlist,
.coveo-icon.filetype.Sptask,
.coveo-icon.filetype.sptask,
.coveo-icon.filetype.Sptasklist,
.coveo-icon.filetype.sptasklist,
.coveo-icon.filetype.Spagenda,
.coveo-icon.filetype.spagenda,
.coveo-icon.filetype.Spagendalist,
.coveo-icon.filetype.spagendalist,
.coveo-icon.filetype.Spmeetingserie,
.coveo-icon.filetype.spmeetingserie,
.coveo-icon.filetype.Spmeetingserielist,
.coveo-icon.filetype.spmeetingserielist,
.coveo-icon.filetype.Spadministratortask,
.coveo-icon.filetype.spadministratortask,
.coveo-icon.filetype.Spadministratortasklist,
.coveo-icon.filetype.spadministratortasklist,
.coveo-icon.filetype.Spworkflowhistory,
.coveo-icon.filetype.spworkflowhistory,
.coveo-icon.filetype.Spworkflowhistorylist,
.coveo-icon.filetype.spworkflowhistorylist,
.coveo-filetype-case,
.coveo-icon.objecttype.Case,
.coveo-icon.objecttype.case,
.coveo-icon.objecttype.Incident,
.coveo-icon.objecttype.incident,
.coveo-icon.filetype.Exchangetask,
.coveo-icon.filetype.exchangetask,
.coveo-icon.filetype.Spprojecttask,
.coveo-icon.filetype.spprojecttask,
.coveo-icon.filetype.Spprojecttasklist,
.coveo-icon.filetype.spprojecttasklist,
.coveo-filetype-custom,
.coveo-icon.objecttype,
.coveo-icon.filetype,
.coveo-icon.filetype.Exchangefreebusy,
.coveo-icon.filetype.exchangefreebusy,
.coveo-icon.filetype.Exchangemdn,
.coveo-icon.filetype.exchangemdn,
.coveo-icon.filetype.Exchangeobject,
.coveo-icon.filetype.exchangeobject,
.coveo-icon.filetype.Sparea,
.coveo-icon.filetype.sparea,
.coveo-icon.filetype.Spcustomlist,
.coveo-icon.filetype.spcustomlist,
.coveo-icon.filetype.Spsurvey,
.coveo-icon.filetype.spsurvey,
.coveo-icon.filetype.Spsurveylist,
.coveo-icon.filetype.spsurveylist,
.coveo-icon.filetype.Spcustomgridlist,
.coveo-icon.filetype.spcustomgridlist,
.coveo-icon.filetype.Spdecision,
.coveo-icon.filetype.spdecision,
.coveo-icon.filetype.Spdecisionlist,
.coveo-icon.filetype.spdecisionlist,
.coveo-icon.filetype.Spobjective,
.coveo-icon.filetype.spobjective,
.coveo-icon.filetype.Spobjectivelist,
.coveo-icon.filetype.spobjectivelist,
.coveo-icon.filetype.Spthingstobring,
.coveo-icon.filetype.spthingstobring,
.coveo-icon.filetype.Spthingstobringlist,
.coveo-icon.filetype.spthingstobringlist,
.coveo-icon.filetype.Sparealisting,
.coveo-icon.filetype.sparealisting,
.coveo-icon.filetype.Spunknownlist,
.coveo-icon.filetype.spunknownlist,
.coveo-icon.filetype.Spdistributiongroup,
.coveo-icon.filetype.spdistributiongroup,
.coveo-icon.filetype.Spdistributiongrouplist,
.coveo-icon.filetype.spdistributiongrouplist,
.coveo-icon.filetype.Spkeyperformanceindicator,
.coveo-icon.filetype.spkeyperformanceindicator,
.coveo-icon.filetype.Spkeyperformanceindicatorlist,
.coveo-icon.filetype.spkeyperformanceindicatorlist,
.coveo-icon.filetype.Sptab,
.coveo-icon.filetype.sptab,
.coveo-icon.filetype.Sptablist,
.coveo-icon.filetype.sptablist,
.coveo-icon.filetype.Spworkflowprocess,
.coveo-icon.filetype.spworkflowprocess,
.coveo-icon.filetype.Spworkflowprocesslist,
.coveo-icon.filetype.spworkflowprocesslist,
.coveo-icon.filetype.Spcirculation,
.coveo-icon.filetype.spcirculation,
.coveo-icon.filetype.Spcirculationlist,
.coveo-icon.filetype.spcirculationlist,
.coveo-icon.filetype.Spwhereabout,
.coveo-icon.filetype.spwhereabout,
.coveo-icon.filetype.Spwhereaboutlist,
.coveo-icon.filetype.spwhereaboutlist,
.coveo-filetype-document,
.coveo-icon.objecttype.Contentversion,
.coveo-icon.objecttype.contentversion,
.coveo-filetype-file,
.coveo-icon.filetype.OleFile,
.coveo-icon.filetype.olefile,
.coveo-icon.filetype.Odt,
.coveo-icon.filetype.odt,
.coveo-icon.filetype.Exchangedocument,
.coveo-icon.filetype.exchangedocument,
.coveo-icon.filetype.Spresource,
.coveo-icon.filetype.spresource,
.coveo-icon.filetype.Spresourcelist,
.coveo-icon.filetype.spresourcelist,
.coveo-filetype-folder,
.coveo-icon.filetype.Folder,
.coveo-icon.filetype.folder,
.coveo-icon.filetype.Cfspace,
.coveo-icon.filetype.cfspace,
.coveo-icon.filetype.Confluencespace,
.coveo-icon.filetype.confluencespace,
.coveo-icon.filetype.Spdocumentlibrarylist,
.coveo-icon.filetype.spdocumentlibrarylist,
.coveo-icon.filetype.Spformlibrarylist,
.coveo-icon.filetype.spformlibrarylist,
.coveo-icon.filetype.Spsitedirectory,
.coveo-icon.filetype.spsitedirectory,
.coveo-icon.filetype.Spsitedirectorylist,
.coveo-icon.filetype.spsitedirectorylist,
.coveo-icon.filetype.Splisttemplatecataloglist,
.coveo-icon.filetype.splisttemplatecataloglist,
.coveo-icon.filetype.Spwebpartcataloglist,
.coveo-icon.filetype.spwebpartcataloglist,
.coveo-icon.filetype.Spwebtemplatecataloglist,
.coveo-icon.filetype.spwebtemplatecataloglist,
.coveo-icon.filetype.Spworkspacepagelist,
.coveo-icon.filetype.spworkspacepagelist,
.coveo-icon.filetype.Spareadocumentlibrarylist,
.coveo-icon.filetype.spareadocumentlibrarylist,
.coveo-icon.filetype.Spmasterpagescataloglist,
.coveo-icon.filetype.spmasterpagescataloglist,
.coveo-icon.filetype.Spnocodeworkflowlibrarylist,
.coveo-icon.filetype.spnocodeworkflowlibrarylist,
.coveo-icon.filetype.Sppublishingpageslibrarylist,
.coveo-icon.filetype.sppublishingpageslibrarylist,
.coveo-icon.filetype.Spreportdocumentlibrarylist,
.coveo-icon.filetype.spreportdocumentlibrarylist,
.coveo-icon.filetype.Spreportlibrarylist,
.coveo-icon.filetype.spreportlibrarylist,
.coveo-icon.filetype.Spslidelibrarylist,
.coveo-icon.filetype.spslidelibrarylist,
.coveo-icon.filetype.Sptranslationmanagementlibrarylist,
.coveo-icon.filetype.sptranslationmanagementlibrarylist,
.coveo-icon.filetype.Sppublishingimageslibrarylist,
.coveo-icon.filetype.sppublishingimageslibrarylist,
.coveo-icon.filetype.Spdashboardslibrarylist,
.coveo-icon.filetype.spdashboardslibrarylist,
.coveo-icon.filetype.Spdataconnectionforperformancepointlibrarylist,
.coveo-icon.filetype.spdataconnectionforperformancepointlibrarylist,
.coveo-icon.filetype.Spimedictionary,
.coveo-icon.filetype.spimedictionary,
.coveo-icon.filetype.Spimedictionarylist,
.coveo-icon.filetype.spimedictionarylist,
.coveo-icon.filetype.Sprecordlibrarylist,
.coveo-icon.filetype.sprecordlibrarylist,
.coveo-icon.filetype.Spprocessdiagramslibrarylist,
.coveo-icon.filetype.spprocessdiagramslibrarylist,
.coveo-icon.filetype.Spsitethemeslibrarylist,
.coveo-icon.filetype.spsitethemeslibrarylist,
.coveo-icon.filetype.Spsolutionslibrarylist,
.coveo-icon.filetype.spsolutionslibrarylist,
.coveo-icon.filetype.Spwfpublibrarylist,
.coveo-icon.filetype.spwfpublibrarylist,
.coveo-icon.filetype.Spdocumentset,
.coveo-icon.filetype.spdocumentset,
.coveo-icon.filetype.Splistfolder,
.coveo-icon.filetype.splistfolder,
.coveo-filetype-images,
.coveo-icon.filetype.Sppicturelibrarylist,
.coveo-icon.filetype.sppicturelibrarylist,
.coveo-filetype-kb,
.coveo-icon.filetype.Spdatasource,
.coveo-icon.filetype.spdatasource,
.coveo-icon.filetype.Spdatasourcelist,
.coveo-icon.filetype.spdatasourcelist,
.coveo-icon.filetype.Spdataconnectionlibrarylist,
.coveo-icon.filetype.spdataconnectionlibrarylist,
.coveo-icon.filetype.Spipfslist,
.coveo-icon.filetype.spipfslist,
.coveo-filetype-link,
.coveo-icon.filetype.Dynamicscrmitem,
.coveo-icon.filetype.dynamicscrmitem,
.coveo-icon.filetype.Spsite,
.coveo-icon.filetype.spsite,
.coveo-icon.filetype.Spissue,
.coveo-icon.filetype.spissue,
.coveo-icon.filetype.Spissuelist,
.coveo-icon.filetype.spissuelist,
.coveo-icon.filetype.Splink,
.coveo-icon.filetype.splink,
.coveo-icon.filetype.Splinklist,
.coveo-icon.filetype.splinklist,
.coveo-icon.filetype.Spdocumentlink,
.coveo-icon.filetype.spdocumentlink,
.coveo-filetype-mail,
.coveo-icon.objecttype.Message,
.coveo-icon.objecttype.message,
.coveo-icon.objecttype.Email,
.coveo-icon.objecttype.email,
.coveo-icon.filetype.Gmailmessage,
.coveo-icon.filetype.gmailmessage,
.coveo-icon.filetype.Exchangemessage,
.coveo-icon.filetype.exchangemessage,
.coveo-icon.filetype.Exchangedsn,
.coveo-icon.filetype.exchangedsn,
.coveo-icon.filetype.Exchangerecallmessage,
.coveo-icon.filetype.exchangerecallmessage,
.coveo-icon.filetype.Exchangerecallreport,
.coveo-icon.filetype.exchangerecallreport,
.coveo-icon.filetype.Exchangejunkmessage,
.coveo-icon.filetype.exchangejunkmessage,
.coveo-filetype-salesforce-standard-account,
.coveo-icon.objecttype.Account,
.coveo-icon.objecttype.account,
.coveo-filetype-salesforce-standard-action-list-component,
.coveo-filetype-salesforce-standard-address,
.coveo-filetype-salesforce-standard-announcement,
.coveo-filetype-salesforce-standard-answer-best,
.coveo-filetype-salesforce-standard-answer-private,
.coveo-filetype-salesforce-standard-answer-public,
.coveo-filetype-salesforce-standard-approval,
.coveo-filetype-salesforce-standard-apps-admin,
.coveo-filetype-salesforce-standard-apps,
.coveo-filetype-salesforce-standard-article,
.coveo-icon.objecttype.Salesliterature,
.coveo-icon.objecttype.salesliterature,
.coveo-icon.objecttype.Kbarticle,
.coveo-icon.objecttype.kbarticle,
.coveo-icon.objecttype.Knowledgearticle,
.coveo-icon.objecttype.knowledgearticle,
.coveo-icon.filetype.Cfpage,
.coveo-icon.filetype.cfpage,
.coveo-filetype-salesforce-standard-asset-relationship,
.coveo-filetype-salesforce-standard-assigned-resource,
.coveo-filetype-salesforce-standard-avatar-loading,
.coveo-filetype-salesforce-standard-avatar,
.coveo-filetype-salesforce-standard-bot,
.coveo-filetype-salesforce-standard-business-hours,
.coveo-filetype-salesforce-standard-calibration,
.coveo-filetype-salesforce-standard-call-history,
.coveo-filetype-salesforce-standard-call,
.coveo-icon.objecttype.Phonecall,
.coveo-icon.objecttype.phonecall,
.coveo-filetype-salesforce-standard-campaign-members,
.coveo-filetype-salesforce-standard-campaign,
.coveo-icon.objecttype.Campaign,
.coveo-icon.objecttype.campaign,
.coveo-filetype-salesforce-standard-canvas,
.coveo-filetype-salesforce-standard-carousel,
.coveo-filetype-salesforce-standard-case-change-status,
.coveo-filetype-salesforce-standard-case-comment,
.coveo-filetype-salesforce-standard-case-email,
.coveo-filetype-salesforce-standard-case-log-a-call,
.coveo-filetype-salesforce-standard-case-milestone,
.coveo-filetype-salesforce-standard-case-transcript,
.coveo-filetype-salesforce-standard-case,
.coveo-filetype-salesforce-standard-channel-program-history,
.coveo-filetype-salesforce-standard-channel-program-levels,
.coveo-filetype-salesforce-standard-channel-program-members,
.coveo-filetype-salesforce-standard-channel-programs,
.coveo-filetype-salesforce-standard-client,
.coveo-filetype-salesforce-standard-cms,
.coveo-filetype-salesforce-standard-coaching,
.coveo-filetype-salesforce-standard-connected-apps,
.coveo-filetype-salesforce-standard-contact-list,
.coveo-filetype-salesforce-standard-contact,
.coveo-icon.objecttype.Contact,
.coveo-icon.objecttype.contact,
.coveo-filetype-salesforce-standard-contract-line-item,
.coveo-filetype-salesforce-standard-contract,
.coveo-icon.objecttype.Contract,
.coveo-icon.objecttype.contract,
.coveo-filetype-salesforce-standard-custom-notification,
.coveo-filetype-salesforce-standard-custom,
.coveo-filetype-salesforce-standard-customers,
.coveo-filetype-salesforce-standard-dashboard,
.coveo-icon.objecttype.Dashboard,
.coveo-icon.objecttype.dashboard,
.coveo-filetype-salesforce-standard-data-integration-hub,
.coveo-filetype-salesforce-standard-default,
.coveo-icon.filetype.Salesforceitem,
.coveo-icon.filetype.salesforceitem,
.coveo-filetype-salesforce-standard-document,
.coveo-filetype-salesforce-standard-drafts,
.coveo-filetype-salesforce-standard-email-chatter,
.coveo-filetype-salesforce-standard-email,
.coveo-filetype-salesforce-standard-empty,
.coveo-filetype-salesforce-standard-endorsement,
.coveo-filetype-salesforce-standard-entitlement-process,
.coveo-filetype-salesforce-standard-entitlement-template,
.coveo-filetype-salesforce-standard-entitlement,
.coveo-filetype-salesforce-standard-entity-milestone,
.coveo-filetype-salesforce-standard-entity,
.coveo-filetype-salesforce-standard-environment-hub,
.coveo-filetype-salesforce-standard-event,
.coveo-icon.objecttype.Event,
.coveo-icon.objecttype.event,
.coveo-filetype-salesforce-standard-feed,
.coveo-icon.objecttype.Feed,
.coveo-icon.objecttype.feed,
.coveo-icon.filetype.Rssitem,
.coveo-icon.filetype.rssitem,
.coveo-filetype-salesforce-standard-feedback,
.coveo-icon.objecttype.Thread,
.coveo-icon.objecttype.thread,
.coveo-icon.objecttype.Casecomment,
.coveo-icon.objecttype.casecomment,
.coveo-icon.objecttype.Kbarticlecomment,
.coveo-icon.objecttype.kbarticlecomment,
.coveo-icon.filetype.Lithiummessage,
.coveo-icon.filetype.lithiummessage,
.coveo-icon.filetype.Lithiumthread,
.coveo-icon.filetype.lithiumthread,
.coveo-filetype-salesforce-standard-file,
.coveo-icon.objecttype.File,
.coveo-icon.objecttype.file,
.coveo-icon.objecttype.Annotation,
.coveo-icon.objecttype.annotation,
.coveo-filetype-salesforce-standard-flow,
.coveo-filetype-salesforce-standard-folder,
.coveo-filetype-salesforce-standard-forecasts,
.coveo-filetype-salesforce-standard-generic-loading,
.coveo-filetype-salesforce-standard-goals,
.coveo-icon.objecttype.Goal,
.coveo-icon.objecttype.goal,
.coveo-filetype-salesforce-standard-group-loading,
.coveo-filetype-salesforce-standard-groups,
.coveo-icon.objecttype.Collaborationgroup,
.coveo-icon.objecttype.collaborationgroup,
.coveo-icon.filetype.Lithiumboard,
.coveo-icon.filetype.lithiumboard,
.coveo-filetype-salesforce-standard-hierarchy,
.coveo-filetype-salesforce-standard-home,
.coveo-filetype-salesforce-standard-household,
.coveo-filetype-salesforce-standard-individual,
.coveo-filetype-salesforce-standard-insights,
.coveo-icon.filetype.Cfblogentry,
.coveo-icon.filetype.cfblogentry,
.coveo-filetype-salesforce-standard-investment-account,
.coveo-filetype-salesforce-standard-iot-orchestrations,
.coveo-filetype-salesforce-standard-knowledge,
.coveo-icon.objecttype.Kbdocumentation,
.coveo-icon.objecttype.kbdocumentation,
.coveo-icon.objecttype.Kbtechnicalarticle,
.coveo-icon.objecttype.kbtechnicalarticle,
.coveo-icon.objecttype.Kbknowledgearticle,
.coveo-icon.objecttype.kbknowledgearticle,
.coveo-filetype-salesforce-standard-lead-insights,
.coveo-filetype-salesforce-standard-lead-list,
.coveo-filetype-salesforce-standard-lead,
.coveo-icon.objecttype.Lead,
.coveo-icon.objecttype.lead,
.coveo-filetype-salesforce-standard-link,
.coveo-filetype-salesforce-standard-list-email,
.coveo-filetype-salesforce-standard-live-chat-visitor,
.coveo-filetype-salesforce-standard-live-chat,
.coveo-filetype-salesforce-standard-location,
.coveo-filetype-salesforce-standard-log-a-call,
.coveo-filetype-salesforce-standard-logging,
.coveo-filetype-salesforce-standard-macros,
.coveo-filetype-salesforce-standard-maintenance-asset,
.coveo-filetype-salesforce-standard-maintenance-plan,
.coveo-filetype-salesforce-standard-marketing-actions,
.coveo-filetype-salesforce-standard-merge,
.coveo-filetype-salesforce-standard-messaging-conversation,
.coveo-filetype-salesforce-standard-messaging-session,
.coveo-filetype-salesforce-standard-messaging-user,
.coveo-filetype-salesforce-standard-metrics,
.coveo-filetype-salesforce-standard-news,
.coveo-filetype-salesforce-standard-note,
.coveo-icon.objecttype.Note,
.coveo-icon.objecttype.note,
.coveo-filetype-salesforce-standard-omni-supervisor,
.coveo-filetype-salesforce-standard-operating-hours,
.coveo-filetype-salesforce-standard-opportunity-splits,
.coveo-filetype-salesforce-standard-opportunity,
.coveo-icon.objecttype.Opportunity,
.coveo-icon.objecttype.opportunity,
.coveo-icon.objecttype.Opportunityproduct,
.coveo-icon.objecttype.opportunityproduct,
.coveo-filetype-salesforce-standard-orders,
.coveo-icon.objecttype.Salesorder,
.coveo-icon.objecttype.salesorder,
.coveo-filetype-salesforce-standard-partner-fund-allocation,
.coveo-filetype-salesforce-standard-partner-fund-claim,
.coveo-filetype-salesforce-standard-partner-fund-request,
.coveo-filetype-salesforce-standard-partner-marketing-budget,
.coveo-filetype-salesforce-standard-partners,
.coveo-filetype-salesforce-standard-past-chat,
.coveo-filetype-salesforce-standard-people,
.coveo-filetype-salesforce-standard-performance,
.coveo-filetype-salesforce-standard-person-account,
.coveo-filetype-salesforce-standard-photo,
.coveo-filetype-salesforce-standard-poll,
.coveo-filetype-salesforce-standard-portal,
.coveo-filetype-salesforce-standard-post,
.coveo-icon.objecttype.Feeditem,
.coveo-icon.objecttype.feeditem,
.coveo-icon.objecttype.Feedcomment,
.coveo-icon.objecttype.feedcomment,
.coveo-filetype-salesforce-standard-pricebook,
.coveo-filetype-salesforce-standard-process,
.coveo-filetype-salesforce-standard-product-consumed,
.coveo-filetype-salesforce-standard-product-item-transaction,
.coveo-filetype-salesforce-standard-product-item,
.coveo-filetype-salesforce-standard-product-request-line-item,
.coveo-filetype-salesforce-standard-product-request,
.coveo-filetype-salesforce-standard-product-required,
.coveo-filetype-salesforce-standard-product-transfer,
.coveo-filetype-salesforce-standard-product,
.coveo-icon.objecttype.Product,
.coveo-icon.objecttype.product,
.coveo-filetype-salesforce-standard-question-best,
.coveo-filetype-salesforce-standard-question-feed,
.coveo-icon.filetype.Cfcomment,
.coveo-icon.filetype.cfcomment,
.coveo-filetype-salesforce-standard-quick-text,
.coveo-filetype-salesforce-standard-quip-sheet,
.coveo-filetype-salesforce-standard-quip,
.coveo-filetype-salesforce-standard-quotes,
.coveo-icon.objecttype.Quote,
.coveo-icon.objecttype.quote,
.coveo-filetype-salesforce-standard-read-receipts,
.coveo-filetype-salesforce-standard-recent,
.coveo-filetype-salesforce-standard-record,
.coveo-filetype-salesforce-standard-related-list,
.coveo-icon.objecttype.List,
.coveo-icon.objecttype.list,
.coveo-icon.filetype.Saleforceitem,
.coveo-icon.filetype.saleforceitem,
.coveo-icon.filetype.Lithiumcategory,
.coveo-icon.filetype.lithiumcategory,
.coveo-icon.filetype.Spwikipagelibrarylist,
.coveo-icon.filetype.spwikipagelibrarylist,
.coveo-filetype-salesforce-standard-relationship,
.coveo-filetype-salesforce-standard-report,
.coveo-icon.objecttype.Report,
.coveo-icon.objecttype.report,
.coveo-filetype-salesforce-standard-resource-absence,
.coveo-filetype-salesforce-standard-resource-capacity,
.coveo-filetype-salesforce-standard-resource-preference,
.coveo-filetype-salesforce-standard-resource-skill,
.coveo-filetype-salesforce-standard-return-order-line-item,
.coveo-filetype-salesforce-standard-return-order,
.coveo-filetype-salesforce-standard-reward,
.coveo-filetype-salesforce-standard-rtc-presence,
.coveo-filetype-salesforce-standard-sales-path,
.coveo-filetype-salesforce-standard-scan-card,
.coveo-filetype-salesforce-standard-search,
.coveo-filetype-salesforce-standard-service-appointment,
.coveo-icon.objecttype.Appointment,
.coveo-icon.objecttype.appointment,
.coveo-filetype-salesforce-standard-service-contract,
.coveo-icon.objecttype.Service,
.coveo-icon.objecttype.service,
.coveo-filetype-salesforce-standard-service-crew-member,
.coveo-filetype-salesforce-standard-service-crew,
.coveo-filetype-salesforce-standard-service-report,
.coveo-icon.filetype.Jiraissue,
.coveo-icon.filetype.jiraissue,
.coveo-filetype-salesforce-standard-service-resource,
.coveo-filetype-salesforce-standard-service-territory-location,
.coveo-filetype-salesforce-standard-service-territory-member,
.coveo-filetype-salesforce-standard-service-territory,
.coveo-filetype-salesforce-standard-shipment,
.coveo-filetype-salesforce-standard-skill-entity,
.coveo-filetype-salesforce-standard-skill-requirement,
.coveo-filetype-salesforce-standard-skill,
.coveo-filetype-salesforce-standard-social,
.coveo-icon.objecttype.Socialprofile,
.coveo-icon.objecttype.socialprofile,
.coveo-filetype-salesforce-standard-solution,
.coveo-icon.objecttype.Solution,
.coveo-icon.objecttype.solution,
.coveo-icon.objecttype.Kbsolution,
.coveo-icon.objecttype.kbsolution,
.coveo-filetype-salesforce-standard-sossession,
.coveo-filetype-salesforce-standard-stage-collection,
.coveo-filetype-salesforce-standard-stage,
.coveo-filetype-salesforce-standard-survey,
.coveo-filetype-salesforce-standard-task,
.coveo-icon.objecttype.Task,
.coveo-icon.objecttype.task,
.coveo-filetype-salesforce-standard-task2,
.coveo-filetype-salesforce-standard-team-member,
.coveo-icon.filetype.Lithiumcommunity,
.coveo-icon.filetype.lithiumcommunity,
.coveo-filetype-salesforce-standard-template,
.coveo-filetype-salesforce-standard-thanks-loading,
.coveo-filetype-salesforce-standard-thanks,
.coveo-filetype-salesforce-standard-timesheet-entry,
.coveo-filetype-salesforce-standard-timesheet,
.coveo-filetype-salesforce-standard-timeslot,
.coveo-filetype-salesforce-standard-today,
.coveo-filetype-salesforce-standard-topic,
.coveo-icon.objecttype.Topic,
.coveo-icon.objecttype.topic,
.coveo-filetype-salesforce-standard-topic2,
.coveo-filetype-salesforce-standard-unmatched,
.coveo-filetype-salesforce-standard-user,
.coveo-filetype-salesforce-standard-work-order-item,
.coveo-filetype-salesforce-standard-work-order,
.coveo-filetype-salesforce-standard-work-type,
.coveo-filetype-user,
.coveo-icon.objecttype.People,
.coveo-icon.objecttype.people,
.coveo-icon.objecttype.User,
.coveo-icon.objecttype.user,
.coveo-icon.objecttype.Partner,
.coveo-icon.objecttype.partner,
.coveo-icon.filetype.Box-user,
.coveo-icon.filetype.box user,
.coveo-icon.filetype.Box,
.coveo-icon.filetype.box,
.coveo-icon.filetype.Exchangeperson,
.coveo-icon.filetype.exchangeperson,
.coveo-icon.filetype.Activedirperson,
.coveo-icon.filetype.activedirperson,
.coveo-icon.filetype.Exchangegroup,
.coveo-icon.filetype.exchangegroup,
.coveo-icon.filetype.Spuserprofile,
.coveo-icon.filetype.spuserprofile,
.coveo-icon.filetype.Spcontact,
.coveo-icon.filetype.spcontact,
.coveo-icon.filetype.Spcontactlist,
.coveo-icon.filetype.spcontactlist,
.coveo-icon.filetype.Spattendee,
.coveo-icon.filetype.spattendee,
.coveo-icon.filetype.Spattendeelist,
.coveo-icon.filetype.spattendeelist,
.coveo-icon.filetype.Spuserinformation,
.coveo-icon.filetype.spuserinformation,
.coveo-icon.filetype.Spuserinformationlist,
.coveo-icon.filetype.spuserinformationlist,
.coveo-filetype-video,
.coveo-icon.filetype.Video,
.coveo-icon.filetype.video,
.coveo-icon.filetype.Youtube,
.coveo-icon.filetype.youtube,
.coveo-icon.filetype.Youtubevideo,
.coveo-icon.filetype.youtubevideo,
.coveo-icon.filetype.Youtubeplaylistitem,
.coveo-icon.filetype.youtubeplaylistitem,
.coveo-icon.filetype.Youtubeplaylist,
.coveo-icon.filetype.youtubeplaylist,
.coveo-filetype-webpage,
.coveo-icon.filetype.Spportal,
.coveo-icon.filetype.spportal {
    display: inline-block;
    width: 60px;
    height: 60px;
    background-size: 60px 60px;
}

    .coveo-filetype-list,
    .coveo-icon.objecttype.Board,
    .coveo-icon.objecttype.board,
    .coveo-icon.objecttype.Category,
    .coveo-icon.objecttype.category,
    .coveo-icon.objecttype.Invoice,
    .coveo-icon.objecttype.invoice,
    .coveo-icon.objecttype.Queueitem,
    .coveo-icon.objecttype.queueitem,
    .coveo-icon.filetype.Exchangenote,
    .coveo-icon.filetype.exchangenote,
    .coveo-icon.filetype.Exchangeactivity,
    .coveo-icon.filetype.exchangeactivity,
    .coveo-icon.filetype.Exchangerssfeed,
    .coveo-icon.filetype.exchangerssfeed,
    .coveo-icon.filetype.Exchangeofficecom,
    .coveo-icon.filetype.exchangeofficecom,
    .coveo-icon.filetype.Spannouncement,
    .coveo-icon.filetype.spannouncement,
    .coveo-icon.filetype.Spannouncementlist,
    .coveo-icon.filetype.spannouncementlist,
    .coveo-icon.filetype.Spdiscussionboard,
    .coveo-icon.filetype.spdiscussionboard,
    .coveo-icon.filetype.Spdiscussionboardlist,
    .coveo-icon.filetype.spdiscussionboardlist,
    .coveo-icon.filetype.Sptextbox,
    .coveo-icon.filetype.sptextbox,
    .coveo-icon.filetype.Sptextboxlist,
    .coveo-icon.filetype.sptextboxlist,
    .coveo-icon.filetype.Spblogcategory,
    .coveo-icon.filetype.spblogcategory,
    .coveo-icon.filetype.Spblogcategorylist,
    .coveo-icon.filetype.spblogcategorylist,
    .coveo-icon.filetype.Spblogcomment,
    .coveo-icon.filetype.spblogcomment,
    .coveo-icon.filetype.Spblogcommentlist,
    .coveo-icon.filetype.spblogcommentlist,
    .coveo-icon.filetype.Spblogpost,
    .coveo-icon.filetype.spblogpost,
    .coveo-icon.filetype.Spblogpostlist,
    .coveo-icon.filetype.spblogpostlist,
    .coveo-icon.filetype.Splanguagesandtranslator,
    .coveo-icon.filetype.splanguagesandtranslator,
    .coveo-icon.filetype.Splanguagesandtranslatorlist,
    .coveo-icon.filetype.splanguagesandtranslatorlist,
    .coveo-icon.filetype.Sphealthreport,
    .coveo-icon.filetype.sphealthreport,
    .coveo-icon.filetype.Sphealthreportlist,
    .coveo-icon.filetype.sphealthreportlist,
    .coveo-icon.filetype.Sphealthrule,
    .coveo-icon.filetype.sphealthrule,
    .coveo-icon.filetype.Sphealthrulelist,
    .coveo-icon.filetype.sphealthrulelist,
    .coveo-icon.filetype.Spperformancepointcontent,
    .coveo-icon.filetype.spperformancepointcontent,
    .coveo-icon.filetype.Spperformancepointcontentlist,
    .coveo-icon.filetype.spperformancepointcontentlist,
    .coveo-icon.filetype.Spphonecallmemo,
    .coveo-icon.filetype.spphonecallmemo,
    .coveo-icon.filetype.Spphonecallmemolist,
    .coveo-icon.filetype.spphonecallmemolist,
    .coveo-icon.filetype.Spmicrofeedpost,
    .coveo-icon.filetype.spmicrofeedpost,
    .coveo-icon.filetype.Spmicrofeedlist,
    .coveo-icon.filetype.spmicrofeedlist {
        display: inline-block;
        width: 52px;
        height: 52px;
        background-size: 52px 52px;
    }

    .coveo-filetype-salesforce-doctype-ai,
    .coveo-filetype-salesforce-doctype-attachment,
    .coveo-icon.objecttype.Kbattachment,
    .coveo-icon.objecttype.kbattachment,
    .coveo-filetype-salesforce-doctype-audio,
    .coveo-filetype-salesforce-doctype-box-notes,
    .coveo-filetype-salesforce-doctype-csv,
    .coveo-filetype-salesforce-doctype-eps,
    .coveo-filetype-salesforce-doctype-excel,
    .coveo-icon.filetype.Xls,
    .coveo-icon.filetype.xls,
    .coveo-filetype-salesforce-doctype-exe,
    .coveo-filetype-salesforce-doctype-flash,
    .coveo-icon.filetype.Swf,
    .coveo-icon.filetype.swf,
    .coveo-filetype-salesforce-doctype-folder,
    .coveo-filetype-salesforce-doctype-gdoc,
    .coveo-filetype-salesforce-doctype-gdocs,
    .coveo-filetype-salesforce-doctype-gform,
    .coveo-filetype-salesforce-doctype-gpres,
    .coveo-filetype-salesforce-doctype-gsheet,
    .coveo-filetype-salesforce-doctype-html,
    .coveo-icon.filetype.Html,
    .coveo-icon.filetype.html,
    .coveo-icon.filetype.Wiki,
    .coveo-icon.filetype.wiki,
    .coveo-icon.filetype.Webscraperwebpage,
    .coveo-icon.filetype.webscraperwebpage,
    .coveo-filetype-salesforce-doctype-image,
    .coveo-icon.filetype.Image,
    .coveo-icon.filetype.image,
    .coveo-icon.filetype.Svg,
    .coveo-icon.filetype.svg,
    .coveo-filetype-salesforce-doctype-keynote,
    .coveo-filetype-salesforce-doctype-library-folder,
    .coveo-filetype-salesforce-doctype-link,
    .coveo-filetype-salesforce-doctype-mp4,
    .coveo-filetype-salesforce-doctype-overlay,
    .coveo-filetype-salesforce-doctype-pack,
    .coveo-filetype-salesforce-doctype-pages,
    .coveo-filetype-salesforce-doctype-pdf,
    .coveo-icon.filetype.Pdf,
    .coveo-icon.filetype.pdf,
    .coveo-filetype-salesforce-doctype-ppt,
    .coveo-icon.filetype.Ppt,
    .coveo-icon.filetype.ppt,
    .coveo-filetype-salesforce-doctype-psd,
    .coveo-filetype-salesforce-doctype-quip-doc,
    .coveo-filetype-salesforce-doctype-quip-sheet,
    .coveo-filetype-salesforce-doctype-rtf,
    .coveo-filetype-salesforce-doctype-slide,
    .coveo-filetype-salesforce-doctype-stypi,
    .coveo-filetype-salesforce-doctype-txt,
    .coveo-icon.filetype.Txt,
    .coveo-icon.filetype.txt,
    .coveo-filetype-salesforce-doctype-unknown,
    .coveo-filetype-salesforce-doctype-video,
    .coveo-filetype-salesforce-doctype-visio,
    .coveo-icon.filetype.Vsd,
    .coveo-icon.filetype.vsd,
    .coveo-filetype-salesforce-doctype-webex,
    .coveo-filetype-salesforce-doctype-word,
    .coveo-icon.filetype.Svm,
    .coveo-icon.filetype.svm,
    .coveo-icon.filetype.Doc,
    .coveo-icon.filetype.doc,
    .coveo-icon.filetype.Docx,
    .coveo-icon.filetype.docx,
    .coveo-filetype-salesforce-doctype-xml,
    .coveo-icon.filetype.Xml,
    .coveo-icon.filetype.xml,
    .coveo-filetype-salesforce-doctype-zip,
    .coveo-icon.filetype.Zip,
    .coveo-icon.filetype.zip {
        display: inline-block;
        width: 56px;
        height: 64px;
        background-size: 56px 64px;
    }

    .coveo-filetype-attachment-small,
    .coveo-icon.objecttype.coveo-small.Attachment,
    .coveo-icon.objecttype.coveo-small.attachment,
    .coveo-filetype-calendar-small,
    .coveo-icon.filetype.coveo-small.Exchangeappointment,
    .coveo-icon.filetype.coveo-small.exchangeappointment,
    .coveo-icon.filetype.coveo-small.Exchangecalendarmessage,
    .coveo-icon.filetype.coveo-small.exchangecalendarmessage,
    .coveo-icon.filetype.coveo-small.Spevent,
    .coveo-icon.filetype.coveo-small.spevent,
    .coveo-icon.filetype.coveo-small.Speventlist,
    .coveo-icon.filetype.coveo-small.speventlist,
    .coveo-icon.filetype.coveo-small.Sptask,
    .coveo-icon.filetype.coveo-small.sptask,
    .coveo-icon.filetype.coveo-small.Sptasklist,
    .coveo-icon.filetype.coveo-small.sptasklist,
    .coveo-icon.filetype.coveo-small.Spagenda,
    .coveo-icon.filetype.coveo-small.spagenda,
    .coveo-icon.filetype.coveo-small.Spagendalist,
    .coveo-icon.filetype.coveo-small.spagendalist,
    .coveo-icon.filetype.coveo-small.Spmeetingserie,
    .coveo-icon.filetype.coveo-small.spmeetingserie,
    .coveo-icon.filetype.coveo-small.Spmeetingserielist,
    .coveo-icon.filetype.coveo-small.spmeetingserielist,
    .coveo-icon.filetype.coveo-small.Spadministratortask,
    .coveo-icon.filetype.coveo-small.spadministratortask,
    .coveo-icon.filetype.coveo-small.Spadministratortasklist,
    .coveo-icon.filetype.coveo-small.spadministratortasklist,
    .coveo-icon.filetype.coveo-small.Spworkflowhistory,
    .coveo-icon.filetype.coveo-small.spworkflowhistory,
    .coveo-icon.filetype.coveo-small.Spworkflowhistorylist,
    .coveo-icon.filetype.coveo-small.spworkflowhistorylist,
    .coveo-filetype-case-small,
    .coveo-icon.objecttype.coveo-small.Case,
    .coveo-icon.objecttype.coveo-small.case,
    .coveo-icon.objecttype.coveo-small.Incident,
    .coveo-icon.objecttype.coveo-small.incident,
    .coveo-icon.filetype.coveo-small.Exchangetask,
    .coveo-icon.filetype.coveo-small.exchangetask,
    .coveo-icon.filetype.coveo-small.Spprojecttask,
    .coveo-icon.filetype.coveo-small.spprojecttask,
    .coveo-icon.filetype.coveo-small.Spprojecttasklist,
    .coveo-icon.filetype.coveo-small.spprojecttasklist,
    .coveo-filetype-custom-small,
    .coveo-icon.objecttype.coveo-small,
    .coveo-icon.filetype.coveo-small,
    .coveo-icon.filetype.coveo-small.Exchangefreebusy,
    .coveo-icon.filetype.coveo-small.exchangefreebusy,
    .coveo-icon.filetype.coveo-small.Exchangemdn,
    .coveo-icon.filetype.coveo-small.exchangemdn,
    .coveo-icon.filetype.coveo-small.Exchangeobject,
    .coveo-icon.filetype.coveo-small.exchangeobject,
    .coveo-icon.filetype.coveo-small.Sparea,
    .coveo-icon.filetype.coveo-small.sparea,
    .coveo-icon.filetype.coveo-small.Spcustomlist,
    .coveo-icon.filetype.coveo-small.spcustomlist,
    .coveo-icon.filetype.coveo-small.Spsurvey,
    .coveo-icon.filetype.coveo-small.spsurvey,
    .coveo-icon.filetype.coveo-small.Spsurveylist,
    .coveo-icon.filetype.coveo-small.spsurveylist,
    .coveo-icon.filetype.coveo-small.Spcustomgridlist,
    .coveo-icon.filetype.coveo-small.spcustomgridlist,
    .coveo-icon.filetype.coveo-small.Spdecision,
    .coveo-icon.filetype.coveo-small.spdecision,
    .coveo-icon.filetype.coveo-small.Spdecisionlist,
    .coveo-icon.filetype.coveo-small.spdecisionlist,
    .coveo-icon.filetype.coveo-small.Spobjective,
    .coveo-icon.filetype.coveo-small.spobjective,
    .coveo-icon.filetype.coveo-small.Spobjectivelist,
    .coveo-icon.filetype.coveo-small.spobjectivelist,
    .coveo-icon.filetype.coveo-small.Spthingstobring,
    .coveo-icon.filetype.coveo-small.spthingstobring,
    .coveo-icon.filetype.coveo-small.Spthingstobringlist,
    .coveo-icon.filetype.coveo-small.spthingstobringlist,
    .coveo-icon.filetype.coveo-small.Sparealisting,
    .coveo-icon.filetype.coveo-small.sparealisting,
    .coveo-icon.filetype.coveo-small.Spunknownlist,
    .coveo-icon.filetype.coveo-small.spunknownlist,
    .coveo-icon.filetype.coveo-small.Spdistributiongroup,
    .coveo-icon.filetype.coveo-small.spdistributiongroup,
    .coveo-icon.filetype.coveo-small.Spdistributiongrouplist,
    .coveo-icon.filetype.coveo-small.spdistributiongrouplist,
    .coveo-icon.filetype.coveo-small.Spkeyperformanceindicator,
    .coveo-icon.filetype.coveo-small.spkeyperformanceindicator,
    .coveo-icon.filetype.coveo-small.Spkeyperformanceindicatorlist,
    .coveo-icon.filetype.coveo-small.spkeyperformanceindicatorlist,
    .coveo-icon.filetype.coveo-small.Sptab,
    .coveo-icon.filetype.coveo-small.sptab,
    .coveo-icon.filetype.coveo-small.Sptablist,
    .coveo-icon.filetype.coveo-small.sptablist,
    .coveo-icon.filetype.coveo-small.Spworkflowprocess,
    .coveo-icon.filetype.coveo-small.spworkflowprocess,
    .coveo-icon.filetype.coveo-small.Spworkflowprocesslist,
    .coveo-icon.filetype.coveo-small.spworkflowprocesslist,
    .coveo-icon.filetype.coveo-small.Spcirculation,
    .coveo-icon.filetype.coveo-small.spcirculation,
    .coveo-icon.filetype.coveo-small.Spcirculationlist,
    .coveo-icon.filetype.coveo-small.spcirculationlist,
    .coveo-icon.filetype.coveo-small.Spwhereabout,
    .coveo-icon.filetype.coveo-small.spwhereabout,
    .coveo-icon.filetype.coveo-small.Spwhereaboutlist,
    .coveo-icon.filetype.coveo-small.spwhereaboutlist,
    .coveo-filetype-document-small,
    .coveo-icon.objecttype.coveo-small.Contentversion,
    .coveo-icon.objecttype.coveo-small.contentversion,
    .coveo-filetype-file-small,
    .coveo-icon.filetype.coveo-small.OleFile,
    .coveo-icon.filetype.coveo-small.olefile,
    .coveo-icon.filetype.coveo-small.Odt,
    .coveo-icon.filetype.coveo-small.odt,
    .coveo-icon.filetype.coveo-small.Exchangedocument,
    .coveo-icon.filetype.coveo-small.exchangedocument,
    .coveo-icon.filetype.coveo-small.Spresource,
    .coveo-icon.filetype.coveo-small.spresource,
    .coveo-icon.filetype.coveo-small.Spresourcelist,
    .coveo-icon.filetype.coveo-small.spresourcelist,
    .coveo-filetype-folder-small,
    .coveo-icon.filetype.coveo-small.Folder,
    .coveo-icon.filetype.coveo-small.folder,
    .coveo-icon.filetype.coveo-small.Cfspace,
    .coveo-icon.filetype.coveo-small.cfspace,
    .coveo-icon.filetype.coveo-small.Confluencespace,
    .coveo-icon.filetype.coveo-small.confluencespace,
    .coveo-icon.filetype.coveo-small.Spdocumentlibrarylist,
    .coveo-icon.filetype.coveo-small.spdocumentlibrarylist,
    .coveo-icon.filetype.coveo-small.Spformlibrarylist,
    .coveo-icon.filetype.coveo-small.spformlibrarylist,
    .coveo-icon.filetype.coveo-small.Spsitedirectory,
    .coveo-icon.filetype.coveo-small.spsitedirectory,
    .coveo-icon.filetype.coveo-small.Spsitedirectorylist,
    .coveo-icon.filetype.coveo-small.spsitedirectorylist,
    .coveo-icon.filetype.coveo-small.Splisttemplatecataloglist,
    .coveo-icon.filetype.coveo-small.splisttemplatecataloglist,
    .coveo-icon.filetype.coveo-small.Spwebpartcataloglist,
    .coveo-icon.filetype.coveo-small.spwebpartcataloglist,
    .coveo-icon.filetype.coveo-small.Spwebtemplatecataloglist,
    .coveo-icon.filetype.coveo-small.spwebtemplatecataloglist,
    .coveo-icon.filetype.coveo-small.Spworkspacepagelist,
    .coveo-icon.filetype.coveo-small.spworkspacepagelist,
    .coveo-icon.filetype.coveo-small.Spareadocumentlibrarylist,
    .coveo-icon.filetype.coveo-small.spareadocumentlibrarylist,
    .coveo-icon.filetype.coveo-small.Spmasterpagescataloglist,
    .coveo-icon.filetype.coveo-small.spmasterpagescataloglist,
    .coveo-icon.filetype.coveo-small.Spnocodeworkflowlibrarylist,
    .coveo-icon.filetype.coveo-small.spnocodeworkflowlibrarylist,
    .coveo-icon.filetype.coveo-small.Sppublishingpageslibrarylist,
    .coveo-icon.filetype.coveo-small.sppublishingpageslibrarylist,
    .coveo-icon.filetype.coveo-small.Spreportdocumentlibrarylist,
    .coveo-icon.filetype.coveo-small.spreportdocumentlibrarylist,
    .coveo-icon.filetype.coveo-small.Spreportlibrarylist,
    .coveo-icon.filetype.coveo-small.spreportlibrarylist,
    .coveo-icon.filetype.coveo-small.Spslidelibrarylist,
    .coveo-icon.filetype.coveo-small.spslidelibrarylist,
    .coveo-icon.filetype.coveo-small.Sptranslationmanagementlibrarylist,
    .coveo-icon.filetype.coveo-small.sptranslationmanagementlibrarylist,
    .coveo-icon.filetype.coveo-small.Sppublishingimageslibrarylist,
    .coveo-icon.filetype.coveo-small.sppublishingimageslibrarylist,
    .coveo-icon.filetype.coveo-small.Spdashboardslibrarylist,
    .coveo-icon.filetype.coveo-small.spdashboardslibrarylist,
    .coveo-icon.filetype.coveo-small.Spdataconnectionforperformancepointlibrarylist,
    .coveo-icon.filetype.coveo-small.spdataconnectionforperformancepointlibrarylist,
    .coveo-icon.filetype.coveo-small.Spimedictionary,
    .coveo-icon.filetype.coveo-small.spimedictionary,
    .coveo-icon.filetype.coveo-small.Spimedictionarylist,
    .coveo-icon.filetype.coveo-small.spimedictionarylist,
    .coveo-icon.filetype.coveo-small.Sprecordlibrarylist,
    .coveo-icon.filetype.coveo-small.sprecordlibrarylist,
    .coveo-icon.filetype.coveo-small.Spprocessdiagramslibrarylist,
    .coveo-icon.filetype.coveo-small.spprocessdiagramslibrarylist,
    .coveo-icon.filetype.coveo-small.Spsitethemeslibrarylist,
    .coveo-icon.filetype.coveo-small.spsitethemeslibrarylist,
    .coveo-icon.filetype.coveo-small.Spsolutionslibrarylist,
    .coveo-icon.filetype.coveo-small.spsolutionslibrarylist,
    .coveo-icon.filetype.coveo-small.Spwfpublibrarylist,
    .coveo-icon.filetype.coveo-small.spwfpublibrarylist,
    .coveo-icon.filetype.coveo-small.Spdocumentset,
    .coveo-icon.filetype.coveo-small.spdocumentset,
    .coveo-icon.filetype.coveo-small.Splistfolder,
    .coveo-icon.filetype.coveo-small.splistfolder,
    .coveo-filetype-images-small,
    .coveo-icon.filetype.coveo-small.Sppicturelibrarylist,
    .coveo-icon.filetype.coveo-small.sppicturelibrarylist,
    .coveo-filetype-kb-small,
    .coveo-icon.filetype.coveo-small.Spdatasource,
    .coveo-icon.filetype.coveo-small.spdatasource,
    .coveo-icon.filetype.coveo-small.Spdatasourcelist,
    .coveo-icon.filetype.coveo-small.spdatasourcelist,
    .coveo-icon.filetype.coveo-small.Spdataconnectionlibrarylist,
    .coveo-icon.filetype.coveo-small.spdataconnectionlibrarylist,
    .coveo-icon.filetype.coveo-small.Spipfslist,
    .coveo-icon.filetype.coveo-small.spipfslist,
    .coveo-filetype-link-small,
    .coveo-icon.filetype.coveo-small.Dynamicscrmitem,
    .coveo-icon.filetype.coveo-small.dynamicscrmitem,
    .coveo-icon.filetype.coveo-small.Spsite,
    .coveo-icon.filetype.coveo-small.spsite,
    .coveo-icon.filetype.coveo-small.Spissue,
    .coveo-icon.filetype.coveo-small.spissue,
    .coveo-icon.filetype.coveo-small.Spissuelist,
    .coveo-icon.filetype.coveo-small.spissuelist,
    .coveo-icon.filetype.coveo-small.Splink,
    .coveo-icon.filetype.coveo-small.splink,
    .coveo-icon.filetype.coveo-small.Splinklist,
    .coveo-icon.filetype.coveo-small.splinklist,
    .coveo-icon.filetype.coveo-small.Spdocumentlink,
    .coveo-icon.filetype.coveo-small.spdocumentlink,
    .coveo-filetype-mail-small,
    .coveo-icon.objecttype.coveo-small.Message,
    .coveo-icon.objecttype.coveo-small.message,
    .coveo-icon.objecttype.coveo-small.Email,
    .coveo-icon.objecttype.coveo-small.email,
    .coveo-icon.filetype.coveo-small.Gmailmessage,
    .coveo-icon.filetype.coveo-small.gmailmessage,
    .coveo-icon.filetype.coveo-small.Exchangemessage,
    .coveo-icon.filetype.coveo-small.exchangemessage,
    .coveo-icon.filetype.coveo-small.Exchangedsn,
    .coveo-icon.filetype.coveo-small.exchangedsn,
    .coveo-icon.filetype.coveo-small.Exchangerecallmessage,
    .coveo-icon.filetype.coveo-small.exchangerecallmessage,
    .coveo-icon.filetype.coveo-small.Exchangerecallreport,
    .coveo-icon.filetype.coveo-small.exchangerecallreport,
    .coveo-icon.filetype.coveo-small.Exchangejunkmessage,
    .coveo-icon.filetype.coveo-small.exchangejunkmessage,
    .coveo-filetype-salesforce-standard-account-small,
    .coveo-icon.objecttype.coveo-small.Account,
    .coveo-icon.objecttype.coveo-small.account,
    .coveo-filetype-salesforce-standard-action-list-component-small,
    .coveo-filetype-salesforce-standard-address-small,
    .coveo-filetype-salesforce-standard-announcement-small,
    .coveo-filetype-salesforce-standard-answer-best-small,
    .coveo-filetype-salesforce-standard-answer-private-small,
    .coveo-filetype-salesforce-standard-answer-public-small,
    .coveo-filetype-salesforce-standard-approval-small,
    .coveo-filetype-salesforce-standard-apps-admin-small,
    .coveo-filetype-salesforce-standard-apps-small,
    .coveo-filetype-salesforce-standard-article-small,
    .coveo-icon.objecttype.coveo-small.Salesliterature,
    .coveo-icon.objecttype.coveo-small.salesliterature,
    .coveo-icon.objecttype.coveo-small.Kbarticle,
    .coveo-icon.objecttype.coveo-small.kbarticle,
    .coveo-icon.objecttype.coveo-small.Knowledgearticle,
    .coveo-icon.objecttype.coveo-small.knowledgearticle,
    .coveo-icon.filetype.coveo-small.Cfpage,
    .coveo-icon.filetype.coveo-small.cfpage,
    .coveo-filetype-salesforce-standard-asset-relationship-small,
    .coveo-filetype-salesforce-standard-assigned-resource-small,
    .coveo-filetype-salesforce-standard-avatar-loading-small,
    .coveo-filetype-salesforce-standard-avatar-small,
    .coveo-filetype-salesforce-standard-bot-small,
    .coveo-filetype-salesforce-standard-business-hours-small,
    .coveo-filetype-salesforce-standard-calibration-small,
    .coveo-filetype-salesforce-standard-call-history-small,
    .coveo-filetype-salesforce-standard-call-small,
    .coveo-icon.objecttype.coveo-small.Phonecall,
    .coveo-icon.objecttype.coveo-small.phonecall,
    .coveo-filetype-salesforce-standard-campaign-members-small,
    .coveo-filetype-salesforce-standard-campaign-small,
    .coveo-icon.objecttype.coveo-small.Campaign,
    .coveo-icon.objecttype.coveo-small.campaign,
    .coveo-filetype-salesforce-standard-canvas-small,
    .coveo-filetype-salesforce-standard-carousel-small,
    .coveo-filetype-salesforce-standard-case-change-status-small,
    .coveo-filetype-salesforce-standard-case-comment-small,
    .coveo-filetype-salesforce-standard-case-email-small,
    .coveo-filetype-salesforce-standard-case-log-a-call-small,
    .coveo-filetype-salesforce-standard-case-milestone-small,
    .coveo-filetype-salesforce-standard-case-transcript-small,
    .coveo-filetype-salesforce-standard-case-small,
    .coveo-filetype-salesforce-standard-channel-program-history-small,
    .coveo-filetype-salesforce-standard-channel-program-levels-small,
    .coveo-filetype-salesforce-standard-channel-program-members-small,
    .coveo-filetype-salesforce-standard-channel-programs-small,
    .coveo-filetype-salesforce-standard-client-small,
    .coveo-filetype-salesforce-standard-cms-small,
    .coveo-filetype-salesforce-standard-coaching-small,
    .coveo-filetype-salesforce-standard-connected-apps-small,
    .coveo-filetype-salesforce-standard-contact-list-small,
    .coveo-filetype-salesforce-standard-contact-small,
    .coveo-icon.objecttype.coveo-small.Contact,
    .coveo-icon.objecttype.coveo-small.contact,
    .coveo-filetype-salesforce-standard-contract-line-item-small,
    .coveo-filetype-salesforce-standard-contract-small,
    .coveo-icon.objecttype.coveo-small.Contract,
    .coveo-icon.objecttype.coveo-small.contract,
    .coveo-filetype-salesforce-standard-custom-notification-small,
    .coveo-filetype-salesforce-standard-custom-small,
    .coveo-filetype-salesforce-standard-customers-small,
    .coveo-filetype-salesforce-standard-dashboard-small,
    .coveo-icon.objecttype.coveo-small.Dashboard,
    .coveo-icon.objecttype.coveo-small.dashboard,
    .coveo-filetype-salesforce-standard-data-integration-hub-small,
    .coveo-filetype-salesforce-standard-default-small,
    .coveo-icon.filetype.coveo-small.Salesforceitem,
    .coveo-icon.filetype.coveo-small.salesforceitem,
    .coveo-filetype-salesforce-standard-document-small,
    .coveo-filetype-salesforce-standard-drafts-small,
    .coveo-filetype-salesforce-standard-email-chatter-small,
    .coveo-filetype-salesforce-standard-email-small,
    .coveo-filetype-salesforce-standard-empty-small,
    .coveo-filetype-salesforce-standard-endorsement-small,
    .coveo-filetype-salesforce-standard-entitlement-process-small,
    .coveo-filetype-salesforce-standard-entitlement-template-small,
    .coveo-filetype-salesforce-standard-entitlement-small,
    .coveo-filetype-salesforce-standard-entity-milestone-small,
    .coveo-filetype-salesforce-standard-entity-small,
    .coveo-filetype-salesforce-standard-environment-hub-small,
    .coveo-filetype-salesforce-standard-event-small,
    .coveo-icon.objecttype.coveo-small.Event,
    .coveo-icon.objecttype.coveo-small.event,
    .coveo-filetype-salesforce-standard-feed-small,
    .coveo-icon.objecttype.coveo-small.Feed,
    .coveo-icon.objecttype.coveo-small.feed,
    .coveo-icon.filetype.coveo-small.Rssitem,
    .coveo-icon.filetype.coveo-small.rssitem,
    .coveo-filetype-salesforce-standard-feedback-small,
    .coveo-icon.objecttype.coveo-small.Thread,
    .coveo-icon.objecttype.coveo-small.thread,
    .coveo-icon.objecttype.coveo-small.Casecomment,
    .coveo-icon.objecttype.coveo-small.casecomment,
    .coveo-icon.objecttype.coveo-small.Kbarticlecomment,
    .coveo-icon.objecttype.coveo-small.kbarticlecomment,
    .coveo-icon.filetype.coveo-small.Lithiummessage,
    .coveo-icon.filetype.coveo-small.lithiummessage,
    .coveo-icon.filetype.coveo-small.Lithiumthread,
    .coveo-icon.filetype.coveo-small.lithiumthread,
    .coveo-filetype-salesforce-standard-file-small,
    .coveo-icon.objecttype.coveo-small.File,
    .coveo-icon.objecttype.coveo-small.file,
    .coveo-icon.objecttype.coveo-small.Annotation,
    .coveo-icon.objecttype.coveo-small.annotation,
    .coveo-filetype-salesforce-standard-flow-small,
    .coveo-filetype-salesforce-standard-folder-small,
    .coveo-filetype-salesforce-standard-forecasts-small,
    .coveo-filetype-salesforce-standard-generic-loading-small,
    .coveo-filetype-salesforce-standard-goals-small,
    .coveo-icon.objecttype.coveo-small.Goal,
    .coveo-icon.objecttype.coveo-small.goal,
    .coveo-filetype-salesforce-standard-group-loading-small,
    .coveo-filetype-salesforce-standard-groups-small,
    .coveo-icon.objecttype.coveo-small.Collaborationgroup,
    .coveo-icon.objecttype.coveo-small.collaborationgroup,
    .coveo-icon.filetype.coveo-small.Lithiumboard,
    .coveo-icon.filetype.coveo-small.lithiumboard,
    .coveo-filetype-salesforce-standard-hierarchy-small,
    .coveo-filetype-salesforce-standard-home-small,
    .coveo-filetype-salesforce-standard-household-small,
    .coveo-filetype-salesforce-standard-individual-small,
    .coveo-filetype-salesforce-standard-insights-small,
    .coveo-icon.filetype.coveo-small.Cfblogentry,
    .coveo-icon.filetype.coveo-small.cfblogentry,
    .coveo-filetype-salesforce-standard-investment-account-small,
    .coveo-filetype-salesforce-standard-iot-orchestrations-small,
    .coveo-filetype-salesforce-standard-knowledge-small,
    .coveo-icon.objecttype.coveo-small.Kbdocumentation,
    .coveo-icon.objecttype.coveo-small.kbdocumentation,
    .coveo-icon.objecttype.coveo-small.Kbtechnicalarticle,
    .coveo-icon.objecttype.coveo-small.kbtechnicalarticle,
    .coveo-icon.objecttype.coveo-small.Kbknowledgearticle,
    .coveo-icon.objecttype.coveo-small.kbknowledgearticle,
    .coveo-filetype-salesforce-standard-lead-insights-small,
    .coveo-filetype-salesforce-standard-lead-list-small,
    .coveo-filetype-salesforce-standard-lead-small,
    .coveo-icon.objecttype.coveo-small.Lead,
    .coveo-icon.objecttype.coveo-small.lead,
    .coveo-filetype-salesforce-standard-link-small,
    .coveo-filetype-salesforce-standard-list-email-small,
    .coveo-filetype-salesforce-standard-live-chat-visitor-small,
    .coveo-filetype-salesforce-standard-live-chat-small,
    .coveo-filetype-salesforce-standard-location-small,
    .coveo-filetype-salesforce-standard-log-a-call-small,
    .coveo-filetype-salesforce-standard-logging-small,
    .coveo-filetype-salesforce-standard-macros-small,
    .coveo-filetype-salesforce-standard-maintenance-asset-small,
    .coveo-filetype-salesforce-standard-maintenance-plan-small,
    .coveo-filetype-salesforce-standard-marketing-actions-small,
    .coveo-filetype-salesforce-standard-merge-small,
    .coveo-filetype-salesforce-standard-messaging-conversation-small,
    .coveo-filetype-salesforce-standard-messaging-session-small,
    .coveo-filetype-salesforce-standard-messaging-user-small,
    .coveo-filetype-salesforce-standard-metrics-small,
    .coveo-filetype-salesforce-standard-news-small,
    .coveo-filetype-salesforce-standard-note-small,
    .coveo-icon.objecttype.coveo-small.Note,
    .coveo-icon.objecttype.coveo-small.note,
    .coveo-filetype-salesforce-standard-omni-supervisor-small,
    .coveo-filetype-salesforce-standard-operating-hours-small,
    .coveo-filetype-salesforce-standard-opportunity-splits-small,
    .coveo-filetype-salesforce-standard-opportunity-small,
    .coveo-icon.objecttype.coveo-small.Opportunity,
    .coveo-icon.objecttype.coveo-small.opportunity,
    .coveo-icon.objecttype.coveo-small.Opportunityproduct,
    .coveo-icon.objecttype.coveo-small.opportunityproduct,
    .coveo-filetype-salesforce-standard-orders-small,
    .coveo-icon.objecttype.coveo-small.Salesorder,
    .coveo-icon.objecttype.coveo-small.salesorder,
    .coveo-filetype-salesforce-standard-partner-fund-allocation-small,
    .coveo-filetype-salesforce-standard-partner-fund-claim-small,
    .coveo-filetype-salesforce-standard-partner-fund-request-small,
    .coveo-filetype-salesforce-standard-partner-marketing-budget-small,
    .coveo-filetype-salesforce-standard-partners-small,
    .coveo-filetype-salesforce-standard-past-chat-small,
    .coveo-filetype-salesforce-standard-people-small,
    .coveo-filetype-salesforce-standard-performance-small,
    .coveo-filetype-salesforce-standard-person-account-small,
    .coveo-filetype-salesforce-standard-photo-small,
    .coveo-filetype-salesforce-standard-poll-small,
    .coveo-filetype-salesforce-standard-portal-small,
    .coveo-filetype-salesforce-standard-post-small,
    .coveo-icon.objecttype.coveo-small.Feeditem,
    .coveo-icon.objecttype.coveo-small.feeditem,
    .coveo-icon.objecttype.coveo-small.Feedcomment,
    .coveo-icon.objecttype.coveo-small.feedcomment,
    .coveo-filetype-salesforce-standard-pricebook-small,
    .coveo-filetype-salesforce-standard-process-small,
    .coveo-filetype-salesforce-standard-product-consumed-small,
    .coveo-filetype-salesforce-standard-product-item-transaction-small,
    .coveo-filetype-salesforce-standard-product-item-small,
    .coveo-filetype-salesforce-standard-product-request-line-item-small,
    .coveo-filetype-salesforce-standard-product-request-small,
    .coveo-filetype-salesforce-standard-product-required-small,
    .coveo-filetype-salesforce-standard-product-transfer-small,
    .coveo-filetype-salesforce-standard-product-small,
    .coveo-icon.objecttype.coveo-small.Product,
    .coveo-icon.objecttype.coveo-small.product,
    .coveo-filetype-salesforce-standard-question-best-small,
    .coveo-filetype-salesforce-standard-question-feed-small,
    .coveo-icon.filetype.coveo-small.Cfcomment,
    .coveo-icon.filetype.coveo-small.cfcomment,
    .coveo-filetype-salesforce-standard-quick-text-small,
    .coveo-filetype-salesforce-standard-quip-sheet-small,
    .coveo-filetype-salesforce-standard-quip-small,
    .coveo-filetype-salesforce-standard-quotes-small,
    .coveo-icon.objecttype.coveo-small.Quote,
    .coveo-icon.objecttype.coveo-small.quote,
    .coveo-filetype-salesforce-standard-read-receipts-small,
    .coveo-filetype-salesforce-standard-recent-small,
    .coveo-filetype-salesforce-standard-record-small,
    .coveo-filetype-salesforce-standard-related-list-small,
    .coveo-icon.objecttype.coveo-small.List,
    .coveo-icon.objecttype.coveo-small.list,
    .coveo-icon.filetype.coveo-small.Saleforceitem,
    .coveo-icon.filetype.coveo-small.saleforceitem,
    .coveo-icon.filetype.coveo-small.Lithiumcategory,
    .coveo-icon.filetype.coveo-small.lithiumcategory,
    .coveo-icon.filetype.coveo-small.Spwikipagelibrarylist,
    .coveo-icon.filetype.coveo-small.spwikipagelibrarylist,
    .coveo-filetype-salesforce-standard-relationship-small,
    .coveo-filetype-salesforce-standard-report-small,
    .coveo-icon.objecttype.coveo-small.Report,
    .coveo-icon.objecttype.coveo-small.report,
    .coveo-filetype-salesforce-standard-resource-absence-small,
    .coveo-filetype-salesforce-standard-resource-capacity-small,
    .coveo-filetype-salesforce-standard-resource-preference-small,
    .coveo-filetype-salesforce-standard-resource-skill-small,
    .coveo-filetype-salesforce-standard-return-order-line-item-small,
    .coveo-filetype-salesforce-standard-return-order-small,
    .coveo-filetype-salesforce-standard-reward-small,
    .coveo-filetype-salesforce-standard-rtc-presence-small,
    .coveo-filetype-salesforce-standard-sales-path-small,
    .coveo-filetype-salesforce-standard-scan-card-small,
    .coveo-filetype-salesforce-standard-search-small,
    .coveo-filetype-salesforce-standard-service-appointment-small,
    .coveo-icon.objecttype.coveo-small.Appointment,
    .coveo-icon.objecttype.coveo-small.appointment,
    .coveo-filetype-salesforce-standard-service-contract-small,
    .coveo-icon.objecttype.coveo-small.Service,
    .coveo-icon.objecttype.coveo-small.service,
    .coveo-filetype-salesforce-standard-service-crew-member-small,
    .coveo-filetype-salesforce-standard-service-crew-small,
    .coveo-filetype-salesforce-standard-service-report-small,
    .coveo-icon.filetype.coveo-small.Jiraissue,
    .coveo-icon.filetype.coveo-small.jiraissue,
    .coveo-filetype-salesforce-standard-service-resource-small,
    .coveo-filetype-salesforce-standard-service-territory-location-small,
    .coveo-filetype-salesforce-standard-service-territory-member-small,
    .coveo-filetype-salesforce-standard-service-territory-small,
    .coveo-filetype-salesforce-standard-shipment-small,
    .coveo-filetype-salesforce-standard-skill-entity-small,
    .coveo-filetype-salesforce-standard-skill-requirement-small,
    .coveo-filetype-salesforce-standard-skill-small,
    .coveo-filetype-salesforce-standard-social-small,
    .coveo-icon.objecttype.coveo-small.Socialprofile,
    .coveo-icon.objecttype.coveo-small.socialprofile,
    .coveo-filetype-salesforce-standard-solution-small,
    .coveo-icon.objecttype.coveo-small.Solution,
    .coveo-icon.objecttype.coveo-small.solution,
    .coveo-icon.objecttype.coveo-small.Kbsolution,
    .coveo-icon.objecttype.coveo-small.kbsolution,
    .coveo-filetype-salesforce-standard-sossession-small,
    .coveo-filetype-salesforce-standard-stage-collection-small,
    .coveo-filetype-salesforce-standard-stage-small,
    .coveo-filetype-salesforce-standard-survey-small,
    .coveo-filetype-salesforce-standard-task-small,
    .coveo-icon.objecttype.coveo-small.Task,
    .coveo-icon.objecttype.coveo-small.task,
    .coveo-filetype-salesforce-standard-task2-small,
    .coveo-filetype-salesforce-standard-team-member-small,
    .coveo-icon.filetype.coveo-small.Lithiumcommunity,
    .coveo-icon.filetype.coveo-small.lithiumcommunity,
    .coveo-filetype-salesforce-standard-template-small,
    .coveo-filetype-salesforce-standard-thanks-loading-small,
    .coveo-filetype-salesforce-standard-thanks-small,
    .coveo-filetype-salesforce-standard-timesheet-entry-small,
    .coveo-filetype-salesforce-standard-timesheet-small,
    .coveo-filetype-salesforce-standard-timeslot-small,
    .coveo-filetype-salesforce-standard-today-small,
    .coveo-filetype-salesforce-standard-topic-small,
    .coveo-icon.objecttype.coveo-small.Topic,
    .coveo-icon.objecttype.coveo-small.topic,
    .coveo-filetype-salesforce-standard-topic2-small,
    .coveo-filetype-salesforce-standard-unmatched-small,
    .coveo-filetype-salesforce-standard-user-small,
    .coveo-filetype-salesforce-standard-work-order-item-small,
    .coveo-filetype-salesforce-standard-work-order-small,
    .coveo-filetype-salesforce-standard-work-type-small,
    .coveo-filetype-user-small,
    .coveo-icon.objecttype.coveo-small.People,
    .coveo-icon.objecttype.coveo-small.people,
    .coveo-icon.objecttype.coveo-small.User,
    .coveo-icon.objecttype.coveo-small.user,
    .coveo-icon.objecttype.coveo-small.Partner,
    .coveo-icon.objecttype.coveo-small.partner,
    .coveo-icon.filetype.coveo-small.Box-user,
    .coveo-icon.filetype.coveo-small.box user,
    .coveo-icon.filetype.coveo-small.Box,
    .coveo-icon.filetype.coveo-small.box,
    .coveo-icon.filetype.coveo-small.Exchangeperson,
    .coveo-icon.filetype.coveo-small.exchangeperson,
    .coveo-icon.filetype.coveo-small.Activedirperson,
    .coveo-icon.filetype.coveo-small.activedirperson,
    .coveo-icon.filetype.coveo-small.Exchangegroup,
    .coveo-icon.filetype.coveo-small.exchangegroup,
    .coveo-icon.filetype.coveo-small.Spuserprofile,
    .coveo-icon.filetype.coveo-small.spuserprofile,
    .coveo-icon.filetype.coveo-small.Spcontact,
    .coveo-icon.filetype.coveo-small.spcontact,
    .coveo-icon.filetype.coveo-small.Spcontactlist,
    .coveo-icon.filetype.coveo-small.spcontactlist,
    .coveo-icon.filetype.coveo-small.Spattendee,
    .coveo-icon.filetype.coveo-small.spattendee,
    .coveo-icon.filetype.coveo-small.Spattendeelist,
    .coveo-icon.filetype.coveo-small.spattendeelist,
    .coveo-icon.filetype.coveo-small.Spuserinformation,
    .coveo-icon.filetype.coveo-small.spuserinformation,
    .coveo-icon.filetype.coveo-small.Spuserinformationlist,
    .coveo-icon.filetype.coveo-small.spuserinformationlist,
    .coveo-filetype-video-small,
    .coveo-icon.filetype.coveo-small.Video,
    .coveo-icon.filetype.coveo-small.video,
    .coveo-icon.filetype.coveo-small.Youtube,
    .coveo-icon.filetype.coveo-small.youtube,
    .coveo-icon.filetype.coveo-small.Youtubevideo,
    .coveo-icon.filetype.coveo-small.youtubevideo,
    .coveo-icon.filetype.coveo-small.Youtubeplaylistitem,
    .coveo-icon.filetype.coveo-small.youtubeplaylistitem,
    .coveo-icon.filetype.coveo-small.Youtubeplaylist,
    .coveo-icon.filetype.coveo-small.youtubeplaylist,
    .coveo-filetype-webpage-small,
    .coveo-icon.filetype.coveo-small.Spportal,
    .coveo-icon.filetype.coveo-small.spportal {
        display: inline-block;
        width: 30px;
        height: 30px;
        background-size: 30px 30px;
    }

        .coveo-filetype-list-small,
        .coveo-icon.objecttype.coveo-small.Board,
        .coveo-icon.objecttype.coveo-small.board,
        .coveo-icon.objecttype.coveo-small.Category,
        .coveo-icon.objecttype.coveo-small.category,
        .coveo-icon.objecttype.coveo-small.Invoice,
        .coveo-icon.objecttype.coveo-small.invoice,
        .coveo-icon.objecttype.coveo-small.Queueitem,
        .coveo-icon.objecttype.coveo-small.queueitem,
        .coveo-icon.filetype.coveo-small.Exchangenote,
        .coveo-icon.filetype.coveo-small.exchangenote,
        .coveo-icon.filetype.coveo-small.Exchangeactivity,
        .coveo-icon.filetype.coveo-small.exchangeactivity,
        .coveo-icon.filetype.coveo-small.Exchangerssfeed,
        .coveo-icon.filetype.coveo-small.exchangerssfeed,
        .coveo-icon.filetype.coveo-small.Exchangeofficecom,
        .coveo-icon.filetype.coveo-small.exchangeofficecom,
        .coveo-icon.filetype.coveo-small.Spannouncement,
        .coveo-icon.filetype.coveo-small.spannouncement,
        .coveo-icon.filetype.coveo-small.Spannouncementlist,
        .coveo-icon.filetype.coveo-small.spannouncementlist,
        .coveo-icon.filetype.coveo-small.Spdiscussionboard,
        .coveo-icon.filetype.coveo-small.spdiscussionboard,
        .coveo-icon.filetype.coveo-small.Spdiscussionboardlist,
        .coveo-icon.filetype.coveo-small.spdiscussionboardlist,
        .coveo-icon.filetype.coveo-small.Sptextbox,
        .coveo-icon.filetype.coveo-small.sptextbox,
        .coveo-icon.filetype.coveo-small.Sptextboxlist,
        .coveo-icon.filetype.coveo-small.sptextboxlist,
        .coveo-icon.filetype.coveo-small.Spblogcategory,
        .coveo-icon.filetype.coveo-small.spblogcategory,
        .coveo-icon.filetype.coveo-small.Spblogcategorylist,
        .coveo-icon.filetype.coveo-small.spblogcategorylist,
        .coveo-icon.filetype.coveo-small.Spblogcomment,
        .coveo-icon.filetype.coveo-small.spblogcomment,
        .coveo-icon.filetype.coveo-small.Spblogcommentlist,
        .coveo-icon.filetype.coveo-small.spblogcommentlist,
        .coveo-icon.filetype.coveo-small.Spblogpost,
        .coveo-icon.filetype.coveo-small.spblogpost,
        .coveo-icon.filetype.coveo-small.Spblogpostlist,
        .coveo-icon.filetype.coveo-small.spblogpostlist,
        .coveo-icon.filetype.coveo-small.Splanguagesandtranslator,
        .coveo-icon.filetype.coveo-small.splanguagesandtranslator,
        .coveo-icon.filetype.coveo-small.Splanguagesandtranslatorlist,
        .coveo-icon.filetype.coveo-small.splanguagesandtranslatorlist,
        .coveo-icon.filetype.coveo-small.Sphealthreport,
        .coveo-icon.filetype.coveo-small.sphealthreport,
        .coveo-icon.filetype.coveo-small.Sphealthreportlist,
        .coveo-icon.filetype.coveo-small.sphealthreportlist,
        .coveo-icon.filetype.coveo-small.Sphealthrule,
        .coveo-icon.filetype.coveo-small.sphealthrule,
        .coveo-icon.filetype.coveo-small.Sphealthrulelist,
        .coveo-icon.filetype.coveo-small.sphealthrulelist,
        .coveo-icon.filetype.coveo-small.Spperformancepointcontent,
        .coveo-icon.filetype.coveo-small.spperformancepointcontent,
        .coveo-icon.filetype.coveo-small.Spperformancepointcontentlist,
        .coveo-icon.filetype.coveo-small.spperformancepointcontentlist,
        .coveo-icon.filetype.coveo-small.Spphonecallmemo,
        .coveo-icon.filetype.coveo-small.spphonecallmemo,
        .coveo-icon.filetype.coveo-small.Spphonecallmemolist,
        .coveo-icon.filetype.coveo-small.spphonecallmemolist,
        .coveo-icon.filetype.coveo-small.Spmicrofeedpost,
        .coveo-icon.filetype.coveo-small.spmicrofeedpost,
        .coveo-icon.filetype.coveo-small.Spmicrofeedlist,
        .coveo-icon.filetype.coveo-small.spmicrofeedlist {
            display: inline-block;
            width: 26px;
            height: 26px;
            background-size: 26px 26px;
        }

        .coveo-filetype-salesforce-doctype-ai-small,
        .coveo-filetype-salesforce-doctype-attachment-small,
        .coveo-icon.objecttype.coveo-small.Kbattachment,
        .coveo-icon.objecttype.coveo-small.kbattachment,
        .coveo-filetype-salesforce-doctype-audio-small,
        .coveo-filetype-salesforce-doctype-box-notes-small,
        .coveo-filetype-salesforce-doctype-csv-small,
        .coveo-filetype-salesforce-doctype-eps-small,
        .coveo-filetype-salesforce-doctype-excel-small,
        .coveo-icon.filetype.coveo-small.Xls,
        .coveo-icon.filetype.coveo-small.xls,
        .coveo-filetype-salesforce-doctype-exe-small,
        .coveo-filetype-salesforce-doctype-flash-small,
        .coveo-icon.filetype.coveo-small.Swf,
        .coveo-icon.filetype.coveo-small.swf,
        .coveo-filetype-salesforce-doctype-folder-small,
        .coveo-filetype-salesforce-doctype-gdoc-small,
        .coveo-filetype-salesforce-doctype-gdocs-small,
        .coveo-filetype-salesforce-doctype-gform-small,
        .coveo-filetype-salesforce-doctype-gpres-small,
        .coveo-filetype-salesforce-doctype-gsheet-small,
        .coveo-filetype-salesforce-doctype-html-small,
        .coveo-icon.filetype.coveo-small.Html,
        .coveo-icon.filetype.coveo-small.html,
        .coveo-icon.filetype.coveo-small.Wiki,
        .coveo-icon.filetype.coveo-small.wiki,
        .coveo-icon.filetype.coveo-small.Webscraperwebpage,
        .coveo-icon.filetype.coveo-small.webscraperwebpage,
        .coveo-filetype-salesforce-doctype-image-small,
        .coveo-icon.filetype.coveo-small.Image,
        .coveo-icon.filetype.coveo-small.image,
        .coveo-icon.filetype.coveo-small.Svg,
        .coveo-icon.filetype.coveo-small.svg,
        .coveo-filetype-salesforce-doctype-keynote-small,
        .coveo-filetype-salesforce-doctype-library-folder-small,
        .coveo-filetype-salesforce-doctype-link-small,
        .coveo-filetype-salesforce-doctype-mp4-small,
        .coveo-filetype-salesforce-doctype-overlay-small,
        .coveo-filetype-salesforce-doctype-pack-small,
        .coveo-filetype-salesforce-doctype-pages-small,
        .coveo-filetype-salesforce-doctype-pdf-small,
        .coveo-icon.filetype.coveo-small.Pdf,
        .coveo-icon.filetype.coveo-small.pdf,
        .coveo-filetype-salesforce-doctype-ppt-small,
        .coveo-icon.filetype.coveo-small.Ppt,
        .coveo-icon.filetype.coveo-small.ppt,
        .coveo-filetype-salesforce-doctype-psd-small,
        .coveo-filetype-salesforce-doctype-quip-doc-small,
        .coveo-filetype-salesforce-doctype-quip-sheet-small,
        .coveo-filetype-salesforce-doctype-rtf-small,
        .coveo-filetype-salesforce-doctype-slide-small,
        .coveo-filetype-salesforce-doctype-stypi-small,
        .coveo-filetype-salesforce-doctype-txt-small,
        .coveo-icon.filetype.coveo-small.Txt,
        .coveo-icon.filetype.coveo-small.txt,
        .coveo-filetype-salesforce-doctype-unknown-small,
        .coveo-filetype-salesforce-doctype-video-small,
        .coveo-filetype-salesforce-doctype-visio-small,
        .coveo-icon.filetype.coveo-small.Vsd,
        .coveo-icon.filetype.coveo-small.vsd,
        .coveo-filetype-salesforce-doctype-webex-small,
        .coveo-filetype-salesforce-doctype-word-small,
        .coveo-icon.filetype.coveo-small.Svm,
        .coveo-icon.filetype.coveo-small.svm,
        .coveo-icon.filetype.coveo-small.Doc,
        .coveo-icon.filetype.coveo-small.doc,
        .coveo-icon.filetype.coveo-small.Docx,
        .coveo-icon.filetype.coveo-small.docx,
        .coveo-filetype-salesforce-doctype-xml-small,
        .coveo-icon.filetype.coveo-small.Xml,
        .coveo-icon.filetype.coveo-small.xml,
        .coveo-filetype-salesforce-doctype-zip-small,
        .coveo-icon.filetype.coveo-small.Zip,
        .coveo-icon.filetype.coveo-small.zip {
            display: inline-block;
            width: 28px;
            height: 32px;
            background-size: 28px 32px;
        }

        .coveo-filetype-attachment,
        .coveo-icon.objecttype.Attachment,
        .coveo-icon.objecttype.attachment,
        .coveo-filetype-attachment-small,
        .coveo-icon.objecttype.coveo-small.Attachment,
        .coveo-icon.objecttype.coveo-small.attachment {
            background-image: url(../image/attachment.svg);
        }

        .coveo-filetype-calendar,
        .coveo-icon.filetype.Exchangeappointment,
        .coveo-icon.filetype.exchangeappointment,
        .coveo-icon.filetype.Exchangecalendarmessage,
        .coveo-icon.filetype.exchangecalendarmessage,
        .coveo-icon.filetype.Spevent,
        .coveo-icon.filetype.spevent,
        .coveo-icon.filetype.Speventlist,
        .coveo-icon.filetype.speventlist,
        .coveo-icon.filetype.Sptask,
        .coveo-icon.filetype.sptask,
        .coveo-icon.filetype.Sptasklist,
        .coveo-icon.filetype.sptasklist,
        .coveo-icon.filetype.Spagenda,
        .coveo-icon.filetype.spagenda,
        .coveo-icon.filetype.Spagendalist,
        .coveo-icon.filetype.spagendalist,
        .coveo-icon.filetype.Spmeetingserie,
        .coveo-icon.filetype.spmeetingserie,
        .coveo-icon.filetype.Spmeetingserielist,
        .coveo-icon.filetype.spmeetingserielist,
        .coveo-icon.filetype.Spadministratortask,
        .coveo-icon.filetype.spadministratortask,
        .coveo-icon.filetype.Spadministratortasklist,
        .coveo-icon.filetype.spadministratortasklist,
        .coveo-icon.filetype.Spworkflowhistory,
        .coveo-icon.filetype.spworkflowhistory,
        .coveo-icon.filetype.Spworkflowhistorylist,
        .coveo-icon.filetype.spworkflowhistorylist,
        .coveo-filetype-calendar-small,
        .coveo-icon.filetype.coveo-small.Exchangeappointment,
        .coveo-icon.filetype.coveo-small.exchangeappointment,
        .coveo-icon.filetype.coveo-small.Exchangecalendarmessage,
        .coveo-icon.filetype.coveo-small.exchangecalendarmessage,
        .coveo-icon.filetype.coveo-small.Spevent,
        .coveo-icon.filetype.coveo-small.spevent,
        .coveo-icon.filetype.coveo-small.Speventlist,
        .coveo-icon.filetype.coveo-small.speventlist,
        .coveo-icon.filetype.coveo-small.Sptask,
        .coveo-icon.filetype.coveo-small.sptask,
        .coveo-icon.filetype.coveo-small.Sptasklist,
        .coveo-icon.filetype.coveo-small.sptasklist,
        .coveo-icon.filetype.coveo-small.Spagenda,
        .coveo-icon.filetype.coveo-small.spagenda,
        .coveo-icon.filetype.coveo-small.Spagendalist,
        .coveo-icon.filetype.coveo-small.spagendalist,
        .coveo-icon.filetype.coveo-small.Spmeetingserie,
        .coveo-icon.filetype.coveo-small.spmeetingserie,
        .coveo-icon.filetype.coveo-small.Spmeetingserielist,
        .coveo-icon.filetype.coveo-small.spmeetingserielist,
        .coveo-icon.filetype.coveo-small.Spadministratortask,
        .coveo-icon.filetype.coveo-small.spadministratortask,
        .coveo-icon.filetype.coveo-small.Spadministratortasklist,
        .coveo-icon.filetype.coveo-small.spadministratortasklist,
        .coveo-icon.filetype.coveo-small.Spworkflowhistory,
        .coveo-icon.filetype.coveo-small.spworkflowhistory,
        .coveo-icon.filetype.coveo-small.Spworkflowhistorylist,
        .coveo-icon.filetype.coveo-small.spworkflowhistorylist {
            background-image: url(../image/calendar.svg);
        }

        .coveo-filetype-case,
        .coveo-icon.objecttype.Case,
        .coveo-icon.objecttype.case,
        .coveo-icon.objecttype.Incident,
        .coveo-icon.objecttype.incident,
        .coveo-icon.filetype.Exchangetask,
        .coveo-icon.filetype.exchangetask,
        .coveo-icon.filetype.Spprojecttask,
        .coveo-icon.filetype.spprojecttask,
        .coveo-icon.filetype.Spprojecttasklist,
        .coveo-icon.filetype.spprojecttasklist,
        .coveo-filetype-case-small,
        .coveo-icon.objecttype.coveo-small.Case,
        .coveo-icon.objecttype.coveo-small.case,
        .coveo-icon.objecttype.coveo-small.Incident,
        .coveo-icon.objecttype.coveo-small.incident,
        .coveo-icon.filetype.coveo-small.Exchangetask,
        .coveo-icon.filetype.coveo-small.exchangetask,
        .coveo-icon.filetype.coveo-small.Spprojecttask,
        .coveo-icon.filetype.coveo-small.spprojecttask,
        .coveo-icon.filetype.coveo-small.Spprojecttasklist,
        .coveo-icon.filetype.coveo-small.spprojecttasklist {
            background-image: url(../image/case.svg);
        }

        .coveo-filetype-custom,
        .coveo-icon.objecttype,
        .coveo-icon.filetype,
        .coveo-icon.filetype.Exchangefreebusy,
        .coveo-icon.filetype.exchangefreebusy,
        .coveo-icon.filetype.Exchangemdn,
        .coveo-icon.filetype.exchangemdn,
        .coveo-icon.filetype.Exchangeobject,
        .coveo-icon.filetype.exchangeobject,
        .coveo-icon.filetype.Sparea,
        .coveo-icon.filetype.sparea,
        .coveo-icon.filetype.Spcustomlist,
        .coveo-icon.filetype.spcustomlist,
        .coveo-icon.filetype.Spsurvey,
        .coveo-icon.filetype.spsurvey,
        .coveo-icon.filetype.Spsurveylist,
        .coveo-icon.filetype.spsurveylist,
        .coveo-icon.filetype.Spcustomgridlist,
        .coveo-icon.filetype.spcustomgridlist,
        .coveo-icon.filetype.Spdecision,
        .coveo-icon.filetype.spdecision,
        .coveo-icon.filetype.Spdecisionlist,
        .coveo-icon.filetype.spdecisionlist,
        .coveo-icon.filetype.Spobjective,
        .coveo-icon.filetype.spobjective,
        .coveo-icon.filetype.Spobjectivelist,
        .coveo-icon.filetype.spobjectivelist,
        .coveo-icon.filetype.Spthingstobring,
        .coveo-icon.filetype.spthingstobring,
        .coveo-icon.filetype.Spthingstobringlist,
        .coveo-icon.filetype.spthingstobringlist,
        .coveo-icon.filetype.Sparealisting,
        .coveo-icon.filetype.sparealisting,
        .coveo-icon.filetype.Spunknownlist,
        .coveo-icon.filetype.spunknownlist,
        .coveo-icon.filetype.Spdistributiongroup,
        .coveo-icon.filetype.spdistributiongroup,
        .coveo-icon.filetype.Spdistributiongrouplist,
        .coveo-icon.filetype.spdistributiongrouplist,
        .coveo-icon.filetype.Spkeyperformanceindicator,
        .coveo-icon.filetype.spkeyperformanceindicator,
        .coveo-icon.filetype.Spkeyperformanceindicatorlist,
        .coveo-icon.filetype.spkeyperformanceindicatorlist,
        .coveo-icon.filetype.Sptab,
        .coveo-icon.filetype.sptab,
        .coveo-icon.filetype.Sptablist,
        .coveo-icon.filetype.sptablist,
        .coveo-icon.filetype.Spworkflowprocess,
        .coveo-icon.filetype.spworkflowprocess,
        .coveo-icon.filetype.Spworkflowprocesslist,
        .coveo-icon.filetype.spworkflowprocesslist,
        .coveo-icon.filetype.Spcirculation,
        .coveo-icon.filetype.spcirculation,
        .coveo-icon.filetype.Spcirculationlist,
        .coveo-icon.filetype.spcirculationlist,
        .coveo-icon.filetype.Spwhereabout,
        .coveo-icon.filetype.spwhereabout,
        .coveo-icon.filetype.Spwhereaboutlist,
        .coveo-icon.filetype.spwhereaboutlist,
        .coveo-filetype-custom-small,
        .coveo-icon.objecttype.coveo-small,
        .coveo-icon.filetype.coveo-small,
        .coveo-icon.filetype.coveo-small.Exchangefreebusy,
        .coveo-icon.filetype.coveo-small.exchangefreebusy,
        .coveo-icon.filetype.coveo-small.Exchangemdn,
        .coveo-icon.filetype.coveo-small.exchangemdn,
        .coveo-icon.filetype.coveo-small.Exchangeobject,
        .coveo-icon.filetype.coveo-small.exchangeobject,
        .coveo-icon.filetype.coveo-small.Sparea,
        .coveo-icon.filetype.coveo-small.sparea,
        .coveo-icon.filetype.coveo-small.Spcustomlist,
        .coveo-icon.filetype.coveo-small.spcustomlist,
        .coveo-icon.filetype.coveo-small.Spsurvey,
        .coveo-icon.filetype.coveo-small.spsurvey,
        .coveo-icon.filetype.coveo-small.Spsurveylist,
        .coveo-icon.filetype.coveo-small.spsurveylist,
        .coveo-icon.filetype.coveo-small.Spcustomgridlist,
        .coveo-icon.filetype.coveo-small.spcustomgridlist,
        .coveo-icon.filetype.coveo-small.Spdecision,
        .coveo-icon.filetype.coveo-small.spdecision,
        .coveo-icon.filetype.coveo-small.Spdecisionlist,
        .coveo-icon.filetype.coveo-small.spdecisionlist,
        .coveo-icon.filetype.coveo-small.Spobjective,
        .coveo-icon.filetype.coveo-small.spobjective,
        .coveo-icon.filetype.coveo-small.Spobjectivelist,
        .coveo-icon.filetype.coveo-small.spobjectivelist,
        .coveo-icon.filetype.coveo-small.Spthingstobring,
        .coveo-icon.filetype.coveo-small.spthingstobring,
        .coveo-icon.filetype.coveo-small.Spthingstobringlist,
        .coveo-icon.filetype.coveo-small.spthingstobringlist,
        .coveo-icon.filetype.coveo-small.Sparealisting,
        .coveo-icon.filetype.coveo-small.sparealisting,
        .coveo-icon.filetype.coveo-small.Spunknownlist,
        .coveo-icon.filetype.coveo-small.spunknownlist,
        .coveo-icon.filetype.coveo-small.Spdistributiongroup,
        .coveo-icon.filetype.coveo-small.spdistributiongroup,
        .coveo-icon.filetype.coveo-small.Spdistributiongrouplist,
        .coveo-icon.filetype.coveo-small.spdistributiongrouplist,
        .coveo-icon.filetype.coveo-small.Spkeyperformanceindicator,
        .coveo-icon.filetype.coveo-small.spkeyperformanceindicator,
        .coveo-icon.filetype.coveo-small.Spkeyperformanceindicatorlist,
        .coveo-icon.filetype.coveo-small.spkeyperformanceindicatorlist,
        .coveo-icon.filetype.coveo-small.Sptab,
        .coveo-icon.filetype.coveo-small.sptab,
        .coveo-icon.filetype.coveo-small.Sptablist,
        .coveo-icon.filetype.coveo-small.sptablist,
        .coveo-icon.filetype.coveo-small.Spworkflowprocess,
        .coveo-icon.filetype.coveo-small.spworkflowprocess,
        .coveo-icon.filetype.coveo-small.Spworkflowprocesslist,
        .coveo-icon.filetype.coveo-small.spworkflowprocesslist,
        .coveo-icon.filetype.coveo-small.Spcirculation,
        .coveo-icon.filetype.coveo-small.spcirculation,
        .coveo-icon.filetype.coveo-small.Spcirculationlist,
        .coveo-icon.filetype.coveo-small.spcirculationlist,
        .coveo-icon.filetype.coveo-small.Spwhereabout,
        .coveo-icon.filetype.coveo-small.spwhereabout,
        .coveo-icon.filetype.coveo-small.Spwhereaboutlist,
        .coveo-icon.filetype.coveo-small.spwhereaboutlist {
            background-image: url(../image/custom.svg);
        }

            .coveo-filetype-document,
            .coveo-icon.objecttype.Contentversion,
            .coveo-icon.objecttype.contentversion,
            .coveo-filetype-document-small,
            .coveo-icon.objecttype.coveo-small.Contentversion,
            .coveo-icon.objecttype.coveo-small.contentversion {
                background-image: url(../image/document.svg);
            }

            .coveo-filetype-file,
            .coveo-icon.filetype.OleFile,
            .coveo-icon.filetype.olefile,
            .coveo-icon.filetype.Odt,
            .coveo-icon.filetype.odt,
            .coveo-icon.filetype.Exchangedocument,
            .coveo-icon.filetype.exchangedocument,
            .coveo-icon.filetype.Spresource,
            .coveo-icon.filetype.spresource,
            .coveo-icon.filetype.Spresourcelist,
            .coveo-icon.filetype.spresourcelist,
            .coveo-filetype-file-small,
            .coveo-icon.filetype.coveo-small.OleFile,
            .coveo-icon.filetype.coveo-small.olefile,
            .coveo-icon.filetype.coveo-small.Odt,
            .coveo-icon.filetype.coveo-small.odt,
            .coveo-icon.filetype.coveo-small.Exchangedocument,
            .coveo-icon.filetype.coveo-small.exchangedocument,
            .coveo-icon.filetype.coveo-small.Spresource,
            .coveo-icon.filetype.coveo-small.spresource,
            .coveo-icon.filetype.coveo-small.Spresourcelist,
            .coveo-icon.filetype.coveo-small.spresourcelist {
                background-image: url(../image/file.svg);
            }

            .coveo-filetype-folder,
            .coveo-icon.filetype.Folder,
            .coveo-icon.filetype.folder,
            .coveo-icon.filetype.Cfspace,
            .coveo-icon.filetype.cfspace,
            .coveo-icon.filetype.Confluencespace,
            .coveo-icon.filetype.confluencespace,
            .coveo-icon.filetype.Spdocumentlibrarylist,
            .coveo-icon.filetype.spdocumentlibrarylist,
            .coveo-icon.filetype.Spformlibrarylist,
            .coveo-icon.filetype.spformlibrarylist,
            .coveo-icon.filetype.Spsitedirectory,
            .coveo-icon.filetype.spsitedirectory,
            .coveo-icon.filetype.Spsitedirectorylist,
            .coveo-icon.filetype.spsitedirectorylist,
            .coveo-icon.filetype.Splisttemplatecataloglist,
            .coveo-icon.filetype.splisttemplatecataloglist,
            .coveo-icon.filetype.Spwebpartcataloglist,
            .coveo-icon.filetype.spwebpartcataloglist,
            .coveo-icon.filetype.Spwebtemplatecataloglist,
            .coveo-icon.filetype.spwebtemplatecataloglist,
            .coveo-icon.filetype.Spworkspacepagelist,
            .coveo-icon.filetype.spworkspacepagelist,
            .coveo-icon.filetype.Spareadocumentlibrarylist,
            .coveo-icon.filetype.spareadocumentlibrarylist,
            .coveo-icon.filetype.Spmasterpagescataloglist,
            .coveo-icon.filetype.spmasterpagescataloglist,
            .coveo-icon.filetype.Spnocodeworkflowlibrarylist,
            .coveo-icon.filetype.spnocodeworkflowlibrarylist,
            .coveo-icon.filetype.Sppublishingpageslibrarylist,
            .coveo-icon.filetype.sppublishingpageslibrarylist,
            .coveo-icon.filetype.Spreportdocumentlibrarylist,
            .coveo-icon.filetype.spreportdocumentlibrarylist,
            .coveo-icon.filetype.Spreportlibrarylist,
            .coveo-icon.filetype.spreportlibrarylist,
            .coveo-icon.filetype.Spslidelibrarylist,
            .coveo-icon.filetype.spslidelibrarylist,
            .coveo-icon.filetype.Sptranslationmanagementlibrarylist,
            .coveo-icon.filetype.sptranslationmanagementlibrarylist,
            .coveo-icon.filetype.Sppublishingimageslibrarylist,
            .coveo-icon.filetype.sppublishingimageslibrarylist,
            .coveo-icon.filetype.Spdashboardslibrarylist,
            .coveo-icon.filetype.spdashboardslibrarylist,
            .coveo-icon.filetype.Spdataconnectionforperformancepointlibrarylist,
            .coveo-icon.filetype.spdataconnectionforperformancepointlibrarylist,
            .coveo-icon.filetype.Spimedictionary,
            .coveo-icon.filetype.spimedictionary,
            .coveo-icon.filetype.Spimedictionarylist,
            .coveo-icon.filetype.spimedictionarylist,
            .coveo-icon.filetype.Sprecordlibrarylist,
            .coveo-icon.filetype.sprecordlibrarylist,
            .coveo-icon.filetype.Spprocessdiagramslibrarylist,
            .coveo-icon.filetype.spprocessdiagramslibrarylist,
            .coveo-icon.filetype.Spsitethemeslibrarylist,
            .coveo-icon.filetype.spsitethemeslibrarylist,
            .coveo-icon.filetype.Spsolutionslibrarylist,
            .coveo-icon.filetype.spsolutionslibrarylist,
            .coveo-icon.filetype.Spwfpublibrarylist,
            .coveo-icon.filetype.spwfpublibrarylist,
            .coveo-icon.filetype.Spdocumentset,
            .coveo-icon.filetype.spdocumentset,
            .coveo-icon.filetype.Splistfolder,
            .coveo-icon.filetype.splistfolder,
            .coveo-filetype-folder-small,
            .coveo-icon.filetype.coveo-small.Folder,
            .coveo-icon.filetype.coveo-small.folder,
            .coveo-icon.filetype.coveo-small.Cfspace,
            .coveo-icon.filetype.coveo-small.cfspace,
            .coveo-icon.filetype.coveo-small.Confluencespace,
            .coveo-icon.filetype.coveo-small.confluencespace,
            .coveo-icon.filetype.coveo-small.Spdocumentlibrarylist,
            .coveo-icon.filetype.coveo-small.spdocumentlibrarylist,
            .coveo-icon.filetype.coveo-small.Spformlibrarylist,
            .coveo-icon.filetype.coveo-small.spformlibrarylist,
            .coveo-icon.filetype.coveo-small.Spsitedirectory,
            .coveo-icon.filetype.coveo-small.spsitedirectory,
            .coveo-icon.filetype.coveo-small.Spsitedirectorylist,
            .coveo-icon.filetype.coveo-small.spsitedirectorylist,
            .coveo-icon.filetype.coveo-small.Splisttemplatecataloglist,
            .coveo-icon.filetype.coveo-small.splisttemplatecataloglist,
            .coveo-icon.filetype.coveo-small.Spwebpartcataloglist,
            .coveo-icon.filetype.coveo-small.spwebpartcataloglist,
            .coveo-icon.filetype.coveo-small.Spwebtemplatecataloglist,
            .coveo-icon.filetype.coveo-small.spwebtemplatecataloglist,
            .coveo-icon.filetype.coveo-small.Spworkspacepagelist,
            .coveo-icon.filetype.coveo-small.spworkspacepagelist,
            .coveo-icon.filetype.coveo-small.Spareadocumentlibrarylist,
            .coveo-icon.filetype.coveo-small.spareadocumentlibrarylist,
            .coveo-icon.filetype.coveo-small.Spmasterpagescataloglist,
            .coveo-icon.filetype.coveo-small.spmasterpagescataloglist,
            .coveo-icon.filetype.coveo-small.Spnocodeworkflowlibrarylist,
            .coveo-icon.filetype.coveo-small.spnocodeworkflowlibrarylist,
            .coveo-icon.filetype.coveo-small.Sppublishingpageslibrarylist,
            .coveo-icon.filetype.coveo-small.sppublishingpageslibrarylist,
            .coveo-icon.filetype.coveo-small.Spreportdocumentlibrarylist,
            .coveo-icon.filetype.coveo-small.spreportdocumentlibrarylist,
            .coveo-icon.filetype.coveo-small.Spreportlibrarylist,
            .coveo-icon.filetype.coveo-small.spreportlibrarylist,
            .coveo-icon.filetype.coveo-small.Spslidelibrarylist,
            .coveo-icon.filetype.coveo-small.spslidelibrarylist,
            .coveo-icon.filetype.coveo-small.Sptranslationmanagementlibrarylist,
            .coveo-icon.filetype.coveo-small.sptranslationmanagementlibrarylist,
            .coveo-icon.filetype.coveo-small.Sppublishingimageslibrarylist,
            .coveo-icon.filetype.coveo-small.sppublishingimageslibrarylist,
            .coveo-icon.filetype.coveo-small.Spdashboardslibrarylist,
            .coveo-icon.filetype.coveo-small.spdashboardslibrarylist,
            .coveo-icon.filetype.coveo-small.Spdataconnectionforperformancepointlibrarylist,
            .coveo-icon.filetype.coveo-small.spdataconnectionforperformancepointlibrarylist,
            .coveo-icon.filetype.coveo-small.Spimedictionary,
            .coveo-icon.filetype.coveo-small.spimedictionary,
            .coveo-icon.filetype.coveo-small.Spimedictionarylist,
            .coveo-icon.filetype.coveo-small.spimedictionarylist,
            .coveo-icon.filetype.coveo-small.Sprecordlibrarylist,
            .coveo-icon.filetype.coveo-small.sprecordlibrarylist,
            .coveo-icon.filetype.coveo-small.Spprocessdiagramslibrarylist,
            .coveo-icon.filetype.coveo-small.spprocessdiagramslibrarylist,
            .coveo-icon.filetype.coveo-small.Spsitethemeslibrarylist,
            .coveo-icon.filetype.coveo-small.spsitethemeslibrarylist,
            .coveo-icon.filetype.coveo-small.Spsolutionslibrarylist,
            .coveo-icon.filetype.coveo-small.spsolutionslibrarylist,
            .coveo-icon.filetype.coveo-small.Spwfpublibrarylist,
            .coveo-icon.filetype.coveo-small.spwfpublibrarylist,
            .coveo-icon.filetype.coveo-small.Spdocumentset,
            .coveo-icon.filetype.coveo-small.spdocumentset,
            .coveo-icon.filetype.coveo-small.Splistfolder,
            .coveo-icon.filetype.coveo-small.splistfolder {
                background-image: url(../image/folder.svg);
            }

            .coveo-filetype-images,
            .coveo-icon.filetype.Sppicturelibrarylist,
            .coveo-icon.filetype.sppicturelibrarylist,
            .coveo-filetype-images-small,
            .coveo-icon.filetype.coveo-small.Sppicturelibrarylist,
            .coveo-icon.filetype.coveo-small.sppicturelibrarylist {
                background-image: url(../image/images.svg);
            }

            .coveo-filetype-kb,
            .coveo-icon.filetype.Spdatasource,
            .coveo-icon.filetype.spdatasource,
            .coveo-icon.filetype.Spdatasourcelist,
            .coveo-icon.filetype.spdatasourcelist,
            .coveo-icon.filetype.Spdataconnectionlibrarylist,
            .coveo-icon.filetype.spdataconnectionlibrarylist,
            .coveo-icon.filetype.Spipfslist,
            .coveo-icon.filetype.spipfslist,
            .coveo-filetype-kb-small,
            .coveo-icon.filetype.coveo-small.Spdatasource,
            .coveo-icon.filetype.coveo-small.spdatasource,
            .coveo-icon.filetype.coveo-small.Spdatasourcelist,
            .coveo-icon.filetype.coveo-small.spdatasourcelist,
            .coveo-icon.filetype.coveo-small.Spdataconnectionlibrarylist,
            .coveo-icon.filetype.coveo-small.spdataconnectionlibrarylist,
            .coveo-icon.filetype.coveo-small.Spipfslist,
            .coveo-icon.filetype.coveo-small.spipfslist {
                background-image: url(../image/kb.svg);
            }

            .coveo-filetype-link,
            .coveo-icon.filetype.Dynamicscrmitem,
            .coveo-icon.filetype.dynamicscrmitem,
            .coveo-icon.filetype.Spsite,
            .coveo-icon.filetype.spsite,
            .coveo-icon.filetype.Spissue,
            .coveo-icon.filetype.spissue,
            .coveo-icon.filetype.Spissuelist,
            .coveo-icon.filetype.spissuelist,
            .coveo-icon.filetype.Splink,
            .coveo-icon.filetype.splink,
            .coveo-icon.filetype.Splinklist,
            .coveo-icon.filetype.splinklist,
            .coveo-icon.filetype.Spdocumentlink,
            .coveo-icon.filetype.spdocumentlink,
            .coveo-filetype-link-small,
            .coveo-icon.filetype.coveo-small.Dynamicscrmitem,
            .coveo-icon.filetype.coveo-small.dynamicscrmitem,
            .coveo-icon.filetype.coveo-small.Spsite,
            .coveo-icon.filetype.coveo-small.spsite,
            .coveo-icon.filetype.coveo-small.Spissue,
            .coveo-icon.filetype.coveo-small.spissue,
            .coveo-icon.filetype.coveo-small.Spissuelist,
            .coveo-icon.filetype.coveo-small.spissuelist,
            .coveo-icon.filetype.coveo-small.Splink,
            .coveo-icon.filetype.coveo-small.splink,
            .coveo-icon.filetype.coveo-small.Splinklist,
            .coveo-icon.filetype.coveo-small.splinklist,
            .coveo-icon.filetype.coveo-small.Spdocumentlink,
            .coveo-icon.filetype.coveo-small.spdocumentlink {
                background-image: url(../image/link.svg);
            }

            .coveo-filetype-list,
            .coveo-icon.objecttype.Board,
            .coveo-icon.objecttype.board,
            .coveo-icon.objecttype.Category,
            .coveo-icon.objecttype.category,
            .coveo-icon.objecttype.Invoice,
            .coveo-icon.objecttype.invoice,
            .coveo-icon.objecttype.Queueitem,
            .coveo-icon.objecttype.queueitem,
            .coveo-icon.filetype.Exchangenote,
            .coveo-icon.filetype.exchangenote,
            .coveo-icon.filetype.Exchangeactivity,
            .coveo-icon.filetype.exchangeactivity,
            .coveo-icon.filetype.Exchangerssfeed,
            .coveo-icon.filetype.exchangerssfeed,
            .coveo-icon.filetype.Exchangeofficecom,
            .coveo-icon.filetype.exchangeofficecom,
            .coveo-icon.filetype.Spannouncement,
            .coveo-icon.filetype.spannouncement,
            .coveo-icon.filetype.Spannouncementlist,
            .coveo-icon.filetype.spannouncementlist,
            .coveo-icon.filetype.Spdiscussionboard,
            .coveo-icon.filetype.spdiscussionboard,
            .coveo-icon.filetype.Spdiscussionboardlist,
            .coveo-icon.filetype.spdiscussionboardlist,
            .coveo-icon.filetype.Sptextbox,
            .coveo-icon.filetype.sptextbox,
            .coveo-icon.filetype.Sptextboxlist,
            .coveo-icon.filetype.sptextboxlist,
            .coveo-icon.filetype.Spblogcategory,
            .coveo-icon.filetype.spblogcategory,
            .coveo-icon.filetype.Spblogcategorylist,
            .coveo-icon.filetype.spblogcategorylist,
            .coveo-icon.filetype.Spblogcomment,
            .coveo-icon.filetype.spblogcomment,
            .coveo-icon.filetype.Spblogcommentlist,
            .coveo-icon.filetype.spblogcommentlist,
            .coveo-icon.filetype.Spblogpost,
            .coveo-icon.filetype.spblogpost,
            .coveo-icon.filetype.Spblogpostlist,
            .coveo-icon.filetype.spblogpostlist,
            .coveo-icon.filetype.Splanguagesandtranslator,
            .coveo-icon.filetype.splanguagesandtranslator,
            .coveo-icon.filetype.Splanguagesandtranslatorlist,
            .coveo-icon.filetype.splanguagesandtranslatorlist,
            .coveo-icon.filetype.Sphealthreport,
            .coveo-icon.filetype.sphealthreport,
            .coveo-icon.filetype.Sphealthreportlist,
            .coveo-icon.filetype.sphealthreportlist,
            .coveo-icon.filetype.Sphealthrule,
            .coveo-icon.filetype.sphealthrule,
            .coveo-icon.filetype.Sphealthrulelist,
            .coveo-icon.filetype.sphealthrulelist,
            .coveo-icon.filetype.Spperformancepointcontent,
            .coveo-icon.filetype.spperformancepointcontent,
            .coveo-icon.filetype.Spperformancepointcontentlist,
            .coveo-icon.filetype.spperformancepointcontentlist,
            .coveo-icon.filetype.Spphonecallmemo,
            .coveo-icon.filetype.spphonecallmemo,
            .coveo-icon.filetype.Spphonecallmemolist,
            .coveo-icon.filetype.spphonecallmemolist,
            .coveo-icon.filetype.Spmicrofeedpost,
            .coveo-icon.filetype.spmicrofeedpost,
            .coveo-icon.filetype.Spmicrofeedlist,
            .coveo-icon.filetype.spmicrofeedlist,
            .coveo-filetype-list-small,
            .coveo-icon.objecttype.coveo-small.Board,
            .coveo-icon.objecttype.coveo-small.board,
            .coveo-icon.objecttype.coveo-small.Category,
            .coveo-icon.objecttype.coveo-small.category,
            .coveo-icon.objecttype.coveo-small.Invoice,
            .coveo-icon.objecttype.coveo-small.invoice,
            .coveo-icon.objecttype.coveo-small.Queueitem,
            .coveo-icon.objecttype.coveo-small.queueitem,
            .coveo-icon.filetype.coveo-small.Exchangenote,
            .coveo-icon.filetype.coveo-small.exchangenote,
            .coveo-icon.filetype.coveo-small.Exchangeactivity,
            .coveo-icon.filetype.coveo-small.exchangeactivity,
            .coveo-icon.filetype.coveo-small.Exchangerssfeed,
            .coveo-icon.filetype.coveo-small.exchangerssfeed,
            .coveo-icon.filetype.coveo-small.Exchangeofficecom,
            .coveo-icon.filetype.coveo-small.exchangeofficecom,
            .coveo-icon.filetype.coveo-small.Spannouncement,
            .coveo-icon.filetype.coveo-small.spannouncement,
            .coveo-icon.filetype.coveo-small.Spannouncementlist,
            .coveo-icon.filetype.coveo-small.spannouncementlist,
            .coveo-icon.filetype.coveo-small.Spdiscussionboard,
            .coveo-icon.filetype.coveo-small.spdiscussionboard,
            .coveo-icon.filetype.coveo-small.Spdiscussionboardlist,
            .coveo-icon.filetype.coveo-small.spdiscussionboardlist,
            .coveo-icon.filetype.coveo-small.Sptextbox,
            .coveo-icon.filetype.coveo-small.sptextbox,
            .coveo-icon.filetype.coveo-small.Sptextboxlist,
            .coveo-icon.filetype.coveo-small.sptextboxlist,
            .coveo-icon.filetype.coveo-small.Spblogcategory,
            .coveo-icon.filetype.coveo-small.spblogcategory,
            .coveo-icon.filetype.coveo-small.Spblogcategorylist,
            .coveo-icon.filetype.coveo-small.spblogcategorylist,
            .coveo-icon.filetype.coveo-small.Spblogcomment,
            .coveo-icon.filetype.coveo-small.spblogcomment,
            .coveo-icon.filetype.coveo-small.Spblogcommentlist,
            .coveo-icon.filetype.coveo-small.spblogcommentlist,
            .coveo-icon.filetype.coveo-small.Spblogpost,
            .coveo-icon.filetype.coveo-small.spblogpost,
            .coveo-icon.filetype.coveo-small.Spblogpostlist,
            .coveo-icon.filetype.coveo-small.spblogpostlist,
            .coveo-icon.filetype.coveo-small.Splanguagesandtranslator,
            .coveo-icon.filetype.coveo-small.splanguagesandtranslator,
            .coveo-icon.filetype.coveo-small.Splanguagesandtranslatorlist,
            .coveo-icon.filetype.coveo-small.splanguagesandtranslatorlist,
            .coveo-icon.filetype.coveo-small.Sphealthreport,
            .coveo-icon.filetype.coveo-small.sphealthreport,
            .coveo-icon.filetype.coveo-small.Sphealthreportlist,
            .coveo-icon.filetype.coveo-small.sphealthreportlist,
            .coveo-icon.filetype.coveo-small.Sphealthrule,
            .coveo-icon.filetype.coveo-small.sphealthrule,
            .coveo-icon.filetype.coveo-small.Sphealthrulelist,
            .coveo-icon.filetype.coveo-small.sphealthrulelist,
            .coveo-icon.filetype.coveo-small.Spperformancepointcontent,
            .coveo-icon.filetype.coveo-small.spperformancepointcontent,
            .coveo-icon.filetype.coveo-small.Spperformancepointcontentlist,
            .coveo-icon.filetype.coveo-small.spperformancepointcontentlist,
            .coveo-icon.filetype.coveo-small.Spphonecallmemo,
            .coveo-icon.filetype.coveo-small.spphonecallmemo,
            .coveo-icon.filetype.coveo-small.Spphonecallmemolist,
            .coveo-icon.filetype.coveo-small.spphonecallmemolist,
            .coveo-icon.filetype.coveo-small.Spmicrofeedpost,
            .coveo-icon.filetype.coveo-small.spmicrofeedpost,
            .coveo-icon.filetype.coveo-small.Spmicrofeedlist,
            .coveo-icon.filetype.coveo-small.spmicrofeedlist {
                background-image: url(../image/list.svg);
            }

            .coveo-filetype-mail,
            .coveo-icon.objecttype.Message,
            .coveo-icon.objecttype.message,
            .coveo-icon.objecttype.Email,
            .coveo-icon.objecttype.email,
            .coveo-icon.filetype.Gmailmessage,
            .coveo-icon.filetype.gmailmessage,
            .coveo-icon.filetype.Exchangemessage,
            .coveo-icon.filetype.exchangemessage,
            .coveo-icon.filetype.Exchangedsn,
            .coveo-icon.filetype.exchangedsn,
            .coveo-icon.filetype.Exchangerecallmessage,
            .coveo-icon.filetype.exchangerecallmessage,
            .coveo-icon.filetype.Exchangerecallreport,
            .coveo-icon.filetype.exchangerecallreport,
            .coveo-icon.filetype.Exchangejunkmessage,
            .coveo-icon.filetype.exchangejunkmessage,
            .coveo-filetype-mail-small,
            .coveo-icon.objecttype.coveo-small.Message,
            .coveo-icon.objecttype.coveo-small.message,
            .coveo-icon.objecttype.coveo-small.Email,
            .coveo-icon.objecttype.coveo-small.email,
            .coveo-icon.filetype.coveo-small.Gmailmessage,
            .coveo-icon.filetype.coveo-small.gmailmessage,
            .coveo-icon.filetype.coveo-small.Exchangemessage,
            .coveo-icon.filetype.coveo-small.exchangemessage,
            .coveo-icon.filetype.coveo-small.Exchangedsn,
            .coveo-icon.filetype.coveo-small.exchangedsn,
            .coveo-icon.filetype.coveo-small.Exchangerecallmessage,
            .coveo-icon.filetype.coveo-small.exchangerecallmessage,
            .coveo-icon.filetype.coveo-small.Exchangerecallreport,
            .coveo-icon.filetype.coveo-small.exchangerecallreport,
            .coveo-icon.filetype.coveo-small.Exchangejunkmessage,
            .coveo-icon.filetype.coveo-small.exchangejunkmessage {
                background-image: url(../image/mail.svg);
            }

.coveo-filetype-salesforce-doctype-ai,
.coveo-filetype-salesforce-doctype-ai-small {
    background-image: url(../image/salesforce-doctype-ai.svg);
}

.coveo-filetype-salesforce-doctype-attachment,
.coveo-icon.objecttype.Kbattachment,
.coveo-icon.objecttype.kbattachment,
.coveo-filetype-salesforce-doctype-attachment-small,
.coveo-icon.objecttype.coveo-small.Kbattachment,
.coveo-icon.objecttype.coveo-small.kbattachment {
    background-image: url(../image/salesforce-doctype-attachment.svg);
}

.coveo-filetype-salesforce-doctype-audio,
.coveo-filetype-salesforce-doctype-audio-small {
    background-image: url(../image/salesforce-doctype-audio.svg);
}

.coveo-filetype-salesforce-doctype-box-notes,
.coveo-filetype-salesforce-doctype-box-notes-small {
    background-image: url(../image/salesforce-doctype-box-notes.svg);
}

.coveo-filetype-salesforce-doctype-csv,
.coveo-filetype-salesforce-doctype-csv-small {
    background-image: url(../image/salesforce-doctype-csv.svg);
}

.coveo-filetype-salesforce-doctype-eps,
.coveo-filetype-salesforce-doctype-eps-small {
    background-image: url(../image/salesforce-doctype-eps.svg);
}

.coveo-filetype-salesforce-doctype-excel,
.coveo-icon.filetype.Xls,
.coveo-icon.filetype.xls,
.coveo-filetype-salesforce-doctype-excel-small,
.coveo-icon.filetype.coveo-small.Xls,
.coveo-icon.filetype.coveo-small.xls {
    background-image: url(../image/salesforce-doctype-excel.svg);
}

.coveo-filetype-salesforce-doctype-exe,
.coveo-filetype-salesforce-doctype-exe-small {
    background-image: url(../image/salesforce-doctype-exe.svg);
}

.coveo-filetype-salesforce-doctype-flash,
.coveo-icon.filetype.Swf,
.coveo-icon.filetype.swf,
.coveo-filetype-salesforce-doctype-flash-small,
.coveo-icon.filetype.coveo-small.Swf,
.coveo-icon.filetype.coveo-small.swf {
    background-image: url(../image/salesforce-doctype-flash.svg);
}

.coveo-filetype-salesforce-doctype-folder,
.coveo-filetype-salesforce-doctype-folder-small {
    background-image: url(../image/salesforce-doctype-folder.svg);
}

.coveo-filetype-salesforce-doctype-gdoc,
.coveo-filetype-salesforce-doctype-gdoc-small {
    background-image: url(../image/salesforce-doctype-gdoc.svg);
}

.coveo-filetype-salesforce-doctype-gdocs,
.coveo-filetype-salesforce-doctype-gdocs-small {
    background-image: url(../image/salesforce-doctype-gdocs.svg);
}

.coveo-filetype-salesforce-doctype-gform,
.coveo-filetype-salesforce-doctype-gform-small {
    background-image: url(../image/salesforce-doctype-gform.svg);
}

.coveo-filetype-salesforce-doctype-gpres,
.coveo-filetype-salesforce-doctype-gpres-small {
    background-image: url(../image/salesforce-doctype-gpres.svg);
}

.coveo-filetype-salesforce-doctype-gsheet,
.coveo-filetype-salesforce-doctype-gsheet-small {
    background-image: url(../image/salesforce-doctype-gsheet.svg);
}

.coveo-filetype-salesforce-doctype-html,
.coveo-icon.filetype.Html,
.coveo-icon.filetype.html,
.coveo-icon.filetype.Wiki,
.coveo-icon.filetype.wiki,
.coveo-icon.filetype.Webscraperwebpage,
.coveo-icon.filetype.webscraperwebpage,
.coveo-filetype-salesforce-doctype-html-small,
.coveo-icon.filetype.coveo-small.Html,
.coveo-icon.filetype.coveo-small.html,
.coveo-icon.filetype.coveo-small.Wiki,
.coveo-icon.filetype.coveo-small.wiki,
.coveo-icon.filetype.coveo-small.Webscraperwebpage,
.coveo-icon.filetype.coveo-small.webscraperwebpage {
    background-image: url(../image/salesforce-doctype-html.svg);
}

.coveo-filetype-salesforce-doctype-image,
.coveo-icon.filetype.Image,
.coveo-icon.filetype.image,
.coveo-icon.filetype.Svg,
.coveo-icon.filetype.svg,
.coveo-filetype-salesforce-doctype-image-small,
.coveo-icon.filetype.coveo-small.Image,
.coveo-icon.filetype.coveo-small.image,
.coveo-icon.filetype.coveo-small.Svg,
.coveo-icon.filetype.coveo-small.svg {
    background-image: url(../image/salesforce-doctype-image.svg);
}

.coveo-filetype-salesforce-doctype-keynote,
.coveo-filetype-salesforce-doctype-keynote-small {
    background-image: url(../image/salesforce-doctype-keynote.svg);
}

.coveo-filetype-salesforce-doctype-library-folder,
.coveo-filetype-salesforce-doctype-library-folder-small {
    background-image: url(../image/salesforce-doctype-library-folder.svg);
}

.coveo-filetype-salesforce-doctype-link,
.coveo-filetype-salesforce-doctype-link-small {
    background-image: url(../image/salesforce-doctype-link.svg);
}

.coveo-filetype-salesforce-doctype-mp4,
.coveo-filetype-salesforce-doctype-mp4-small {
    background-image: url(../image/salesforce-doctype-mp4.svg);
}

.coveo-filetype-salesforce-doctype-overlay,
.coveo-filetype-salesforce-doctype-overlay-small {
    background-image: url(../image/salesforce-doctype-overlay.svg);
}

.coveo-filetype-salesforce-doctype-pack,
.coveo-filetype-salesforce-doctype-pack-small {
    background-image: url(../image/salesforce-doctype-pack.svg);
}

.coveo-filetype-salesforce-doctype-pages,
.coveo-filetype-salesforce-doctype-pages-small {
    background-image: url(../image/salesforce-doctype-pages.svg);
}

.coveo-filetype-salesforce-doctype-pdf,
.coveo-icon.filetype.Pdf,
.coveo-icon.filetype.pdf,
.coveo-filetype-salesforce-doctype-pdf-small,
.coveo-icon.filetype.coveo-small.Pdf,
.coveo-icon.filetype.coveo-small.pdf {
    background-image: url(../image/salesforce-doctype-pdf.svg);
}

.coveo-filetype-salesforce-doctype-ppt,
.coveo-icon.filetype.Ppt,
.coveo-icon.filetype.ppt,
.coveo-filetype-salesforce-doctype-ppt-small,
.coveo-icon.filetype.coveo-small.Ppt,
.coveo-icon.filetype.coveo-small.ppt {
    background-image: url(../image/salesforce-doctype-ppt.svg);
}

.coveo-filetype-salesforce-doctype-psd,
.coveo-filetype-salesforce-doctype-psd-small {
    background-image: url(../image/salesforce-doctype-psd.svg);
}

.coveo-filetype-salesforce-doctype-quip-doc,
.coveo-filetype-salesforce-doctype-quip-doc-small {
    background-image: url(../image/salesforce-doctype-quip-doc.svg);
}

.coveo-filetype-salesforce-doctype-quip-sheet,
.coveo-filetype-salesforce-doctype-quip-sheet-small {
    background-image: url(../image/salesforce-doctype-quip-sheet.svg);
}

.coveo-filetype-salesforce-doctype-rtf,
.coveo-filetype-salesforce-doctype-rtf-small {
    background-image: url(../image/salesforce-doctype-rtf.svg);
}

.coveo-filetype-salesforce-doctype-slide,
.coveo-filetype-salesforce-doctype-slide-small {
    background-image: url(../image/salesforce-doctype-slide.svg);
}

.coveo-filetype-salesforce-doctype-stypi,
.coveo-filetype-salesforce-doctype-stypi-small {
    background-image: url(../image/salesforce-doctype-stypi.svg);
}

.coveo-filetype-salesforce-doctype-txt,
.coveo-icon.filetype.Txt,
.coveo-icon.filetype.txt,
.coveo-filetype-salesforce-doctype-txt-small,
.coveo-icon.filetype.coveo-small.Txt,
.coveo-icon.filetype.coveo-small.txt {
    background-image: url(../image/salesforce-doctype-txt.svg);
}

.coveo-filetype-salesforce-doctype-unknown,
.coveo-filetype-salesforce-doctype-unknown-small {
    background-image: url(../image/salesforce-doctype-unknown.svg);
}

.coveo-filetype-salesforce-doctype-video,
.coveo-filetype-salesforce-doctype-video-small {
    background-image: url(../image/salesforce-doctype-video.svg);
}

.coveo-filetype-salesforce-doctype-visio,
.coveo-icon.filetype.Vsd,
.coveo-icon.filetype.vsd,
.coveo-filetype-salesforce-doctype-visio-small,
.coveo-icon.filetype.coveo-small.Vsd,
.coveo-icon.filetype.coveo-small.vsd {
    background-image: url(../image/salesforce-doctype-visio.svg);
}

.coveo-filetype-salesforce-doctype-webex,
.coveo-filetype-salesforce-doctype-webex-small {
    background-image: url(../image/salesforce-doctype-webex.svg);
}

.coveo-filetype-salesforce-doctype-word,
.coveo-icon.filetype.Svm,
.coveo-icon.filetype.svm,
.coveo-icon.filetype.Doc,
.coveo-icon.filetype.doc,
.coveo-icon.filetype.Docx,
.coveo-icon.filetype.docx,
.coveo-filetype-salesforce-doctype-word-small,
.coveo-icon.filetype.coveo-small.Svm,
.coveo-icon.filetype.coveo-small.svm,
.coveo-icon.filetype.coveo-small.Doc,
.coveo-icon.filetype.coveo-small.doc,
.coveo-icon.filetype.coveo-small.Docx,
.coveo-icon.filetype.coveo-small.docx {
    background-image: url(../image/salesforce-doctype-word.svg);
}

.coveo-filetype-salesforce-doctype-xml,
.coveo-icon.filetype.Xml,
.coveo-icon.filetype.xml,
.coveo-filetype-salesforce-doctype-xml-small,
.coveo-icon.filetype.coveo-small.Xml,
.coveo-icon.filetype.coveo-small.xml {
    background-image: url(../image/salesforce-doctype-xml.svg);
}

.coveo-filetype-salesforce-doctype-zip,
.coveo-icon.filetype.Zip,
.coveo-icon.filetype.zip,
.coveo-filetype-salesforce-doctype-zip-small,
.coveo-icon.filetype.coveo-small.Zip,
.coveo-icon.filetype.coveo-small.zip {
    background-image: url(../image/salesforce-doctype-zip.svg);
}

.coveo-filetype-salesforce-standard-account,
.coveo-icon.objecttype.Account,
.coveo-icon.objecttype.account,
.coveo-filetype-salesforce-standard-account-small,
.coveo-icon.objecttype.coveo-small.Account,
.coveo-icon.objecttype.coveo-small.account {
    background-image: url(../image/salesforce-standard-account.svg);
}

.coveo-filetype-salesforce-standard-action-list-component,
.coveo-filetype-salesforce-standard-action-list-component-small {
    background-image: url(../image/salesforce-standard-action-list-component.svg);
}

.coveo-filetype-salesforce-standard-address,
.coveo-filetype-salesforce-standard-address-small {
    background-image: url(../image/salesforce-standard-address.svg);
}

.coveo-filetype-salesforce-standard-announcement,
.coveo-filetype-salesforce-standard-announcement-small {
    background-image: url(../image/salesforce-standard-announcement.svg);
}

.coveo-filetype-salesforce-standard-answer-best,
.coveo-filetype-salesforce-standard-answer-best-small {
    background-image: url(../image/salesforce-standard-answer-best.svg);
}

.coveo-filetype-salesforce-standard-answer-private,
.coveo-filetype-salesforce-standard-answer-private-small {
    background-image: url(../image/salesforce-standard-answer-private.svg);
}

.coveo-filetype-salesforce-standard-answer-public,
.coveo-filetype-salesforce-standard-answer-public-small {
    background-image: url(../image/salesforce-standard-answer-public.svg);
}

.coveo-filetype-salesforce-standard-approval,
.coveo-filetype-salesforce-standard-approval-small {
    background-image: url(../image/salesforce-standard-approval.svg);
}

.coveo-filetype-salesforce-standard-apps-admin,
.coveo-filetype-salesforce-standard-apps-admin-small {
    background-image: url(../image/salesforce-standard-apps-admin.svg);
}

.coveo-filetype-salesforce-standard-apps,
.coveo-filetype-salesforce-standard-apps-small {
    background-image: url(../image/salesforce-standard-apps.svg);
}

.coveo-filetype-salesforce-standard-article,
.coveo-icon.objecttype.Salesliterature,
.coveo-icon.objecttype.salesliterature,
.coveo-icon.objecttype.Kbarticle,
.coveo-icon.objecttype.kbarticle,
.coveo-icon.objecttype.Knowledgearticle,
.coveo-icon.objecttype.knowledgearticle,
.coveo-icon.filetype.Cfpage,
.coveo-icon.filetype.cfpage,
.coveo-filetype-salesforce-standard-article-small,
.coveo-icon.objecttype.coveo-small.Salesliterature,
.coveo-icon.objecttype.coveo-small.salesliterature,
.coveo-icon.objecttype.coveo-small.Kbarticle,
.coveo-icon.objecttype.coveo-small.kbarticle,
.coveo-icon.objecttype.coveo-small.Knowledgearticle,
.coveo-icon.objecttype.coveo-small.knowledgearticle,
.coveo-icon.filetype.coveo-small.Cfpage,
.coveo-icon.filetype.coveo-small.cfpage {
    background-image: url(../image/salesforce-standard-article.svg);
}

.coveo-filetype-salesforce-standard-asset-relationship,
.coveo-filetype-salesforce-standard-asset-relationship-small {
    background-image: url(../image/salesforce-standard-asset-relationship.svg);
}

.coveo-filetype-salesforce-standard-assigned-resource,
.coveo-filetype-salesforce-standard-assigned-resource-small {
    background-image: url(../image/salesforce-standard-assigned-resource.svg);
}

.coveo-filetype-salesforce-standard-avatar-loading,
.coveo-filetype-salesforce-standard-avatar-loading-small {
    background-image: url(../image/salesforce-standard-avatar-loading.svg);
}

.coveo-filetype-salesforce-standard-avatar,
.coveo-filetype-salesforce-standard-avatar-small {
    background-image: url(../image/salesforce-standard-avatar.svg);
}

.coveo-filetype-salesforce-standard-bot,
.coveo-filetype-salesforce-standard-bot-small {
    background-image: url(../image/salesforce-standard-bot.svg);
}

.coveo-filetype-salesforce-standard-business-hours,
.coveo-filetype-salesforce-standard-business-hours-small {
    background-image: url(../image/salesforce-standard-business-hours.svg);
}

.coveo-filetype-salesforce-standard-calibration,
.coveo-filetype-salesforce-standard-calibration-small {
    background-image: url(../image/salesforce-standard-calibration.svg);
}

.coveo-filetype-salesforce-standard-call-history,
.coveo-filetype-salesforce-standard-call-history-small {
    background-image: url(../image/salesforce-standard-call-history.svg);
}

.coveo-filetype-salesforce-standard-call,
.coveo-icon.objecttype.Phonecall,
.coveo-icon.objecttype.phonecall,
.coveo-filetype-salesforce-standard-call-small,
.coveo-icon.objecttype.coveo-small.Phonecall,
.coveo-icon.objecttype.coveo-small.phonecall {
    background-image: url(../image/salesforce-standard-call.svg);
}

.coveo-filetype-salesforce-standard-campaign-members,
.coveo-filetype-salesforce-standard-campaign-members-small {
    background-image: url(../image/salesforce-standard-campaign-members.svg);
}

.coveo-filetype-salesforce-standard-campaign,
.coveo-icon.objecttype.Campaign,
.coveo-icon.objecttype.campaign,
.coveo-filetype-salesforce-standard-campaign-small,
.coveo-icon.objecttype.coveo-small.Campaign,
.coveo-icon.objecttype.coveo-small.campaign {
    background-image: url(../image/salesforce-standard-campaign.svg);
}

.coveo-filetype-salesforce-standard-canvas,
.coveo-filetype-salesforce-standard-canvas-small {
    background-image: url(../image/salesforce-standard-canvas.svg);
}

.coveo-filetype-salesforce-standard-carousel,
.coveo-filetype-salesforce-standard-carousel-small {
    background-image: url(../image/salesforce-standard-carousel.svg);
}

.coveo-filetype-salesforce-standard-case-change-status,
.coveo-filetype-salesforce-standard-case-change-status-small {
    background-image: url(../image/salesforce-standard-case-change-status.svg);
}

.coveo-filetype-salesforce-standard-case-comment,
.coveo-filetype-salesforce-standard-case-comment-small {
    background-image: url(../image/salesforce-standard-case-comment.svg);
}

.coveo-filetype-salesforce-standard-case-email,
.coveo-filetype-salesforce-standard-case-email-small {
    background-image: url(../image/salesforce-standard-case-email.svg);
}

.coveo-filetype-salesforce-standard-case-log-a-call,
.coveo-filetype-salesforce-standard-case-log-a-call-small {
    background-image: url(../image/salesforce-standard-case-log-a-call.svg);
}

.coveo-filetype-salesforce-standard-case-milestone,
.coveo-filetype-salesforce-standard-case-milestone-small {
    background-image: url(../image/salesforce-standard-case-milestone.svg);
}

.coveo-filetype-salesforce-standard-case-transcript,
.coveo-filetype-salesforce-standard-case-transcript-small {
    background-image: url(../image/salesforce-standard-case-transcript.svg);
}

.coveo-filetype-salesforce-standard-case,
.coveo-filetype-salesforce-standard-case-small {
    background-image: url(../image/salesforce-standard-case.svg);
}

.coveo-filetype-salesforce-standard-channel-program-history,
.coveo-filetype-salesforce-standard-channel-program-history-small {
    background-image: url(../image/salesforce-standard-channel-program-history.svg);
}

.coveo-filetype-salesforce-standard-channel-program-levels,
.coveo-filetype-salesforce-standard-channel-program-levels-small {
    background-image: url(../image/salesforce-standard-channel-program-levels.svg);
}

.coveo-filetype-salesforce-standard-channel-program-members,
.coveo-filetype-salesforce-standard-channel-program-members-small {
    background-image: url(../image/salesforce-standard-channel-program-members.svg);
}

.coveo-filetype-salesforce-standard-channel-programs,
.coveo-filetype-salesforce-standard-channel-programs-small {
    background-image: url(../image/salesforce-standard-channel-programs.svg);
}

.coveo-filetype-salesforce-standard-client,
.coveo-filetype-salesforce-standard-client-small {
    background-image: url(../image/salesforce-standard-client.svg);
}

.coveo-filetype-salesforce-standard-cms,
.coveo-filetype-salesforce-standard-cms-small {
    background-image: url(../image/salesforce-standard-cms.svg);
}

.coveo-filetype-salesforce-standard-coaching,
.coveo-filetype-salesforce-standard-coaching-small {
    background-image: url(../image/salesforce-standard-coaching.svg);
}

.coveo-filetype-salesforce-standard-connected-apps,
.coveo-filetype-salesforce-standard-connected-apps-small {
    background-image: url(../image/salesforce-standard-connected-apps.svg);
}

.coveo-filetype-salesforce-standard-contact-list,
.coveo-filetype-salesforce-standard-contact-list-small {
    background-image: url(../image/salesforce-standard-contact-list.svg);
}

.coveo-filetype-salesforce-standard-contact,
.coveo-icon.objecttype.Contact,
.coveo-icon.objecttype.contact,
.coveo-filetype-salesforce-standard-contact-small,
.coveo-icon.objecttype.coveo-small.Contact,
.coveo-icon.objecttype.coveo-small.contact {
    background-image: url(../image/salesforce-standard-contact.svg);
}

.coveo-filetype-salesforce-standard-contract-line-item,
.coveo-filetype-salesforce-standard-contract-line-item-small {
    background-image: url(../image/salesforce-standard-contract-line-item.svg);
}

.coveo-filetype-salesforce-standard-contract,
.coveo-icon.objecttype.Contract,
.coveo-icon.objecttype.contract,
.coveo-filetype-salesforce-standard-contract-small,
.coveo-icon.objecttype.coveo-small.Contract,
.coveo-icon.objecttype.coveo-small.contract {
    background-image: url(../image/salesforce-standard-contract.svg);
}

.coveo-filetype-salesforce-standard-custom-notification,
.coveo-filetype-salesforce-standard-custom-notification-small {
    background-image: url(../image/salesforce-standard-custom-notification.svg);
}

.coveo-filetype-salesforce-standard-custom,
.coveo-filetype-salesforce-standard-custom-small {
    background-image: url(../image/salesforce-standard-custom.svg);
}

.coveo-filetype-salesforce-standard-customers,
.coveo-filetype-salesforce-standard-customers-small {
    background-image: url(../image/salesforce-standard-customers.svg);
}

.coveo-filetype-salesforce-standard-dashboard,
.coveo-icon.objecttype.Dashboard,
.coveo-icon.objecttype.dashboard,
.coveo-filetype-salesforce-standard-dashboard-small,
.coveo-icon.objecttype.coveo-small.Dashboard,
.coveo-icon.objecttype.coveo-small.dashboard {
    background-image: url(../image/salesforce-standard-dashboard.svg);
}

.coveo-filetype-salesforce-standard-data-integration-hub,
.coveo-filetype-salesforce-standard-data-integration-hub-small {
    background-image: url(../image/salesforce-standard-data-integration-hub.svg);
}

.coveo-filetype-salesforce-standard-default,
.coveo-icon.filetype.Salesforceitem,
.coveo-icon.filetype.salesforceitem,
.coveo-filetype-salesforce-standard-default-small,
.coveo-icon.filetype.coveo-small.Salesforceitem,
.coveo-icon.filetype.coveo-small.salesforceitem {
    background-image: url(../image/salesforce-standard-default.svg);
}

.coveo-filetype-salesforce-standard-document,
.coveo-filetype-salesforce-standard-document-small {
    background-image: url(../image/salesforce-standard-document.svg);
}

.coveo-filetype-salesforce-standard-drafts,
.coveo-filetype-salesforce-standard-drafts-small {
    background-image: url(../image/salesforce-standard-drafts.svg);
}

.coveo-filetype-salesforce-standard-email-chatter,
.coveo-filetype-salesforce-standard-email-chatter-small {
    background-image: url(../image/salesforce-standard-email-chatter.svg);
}

.coveo-filetype-salesforce-standard-email,
.coveo-filetype-salesforce-standard-email-small {
    background-image: url(../image/salesforce-standard-email.svg);
}

.coveo-filetype-salesforce-standard-empty,
.coveo-filetype-salesforce-standard-empty-small {
    background-image: url(../image/salesforce-standard-empty.svg);
}

.coveo-filetype-salesforce-standard-endorsement,
.coveo-filetype-salesforce-standard-endorsement-small {
    background-image: url(../image/salesforce-standard-endorsement.svg);
}

.coveo-filetype-salesforce-standard-entitlement-process,
.coveo-filetype-salesforce-standard-entitlement-process-small {
    background-image: url(../image/salesforce-standard-entitlement-process.svg);
}

.coveo-filetype-salesforce-standard-entitlement-template,
.coveo-filetype-salesforce-standard-entitlement-template-small {
    background-image: url(../image/salesforce-standard-entitlement-template.svg);
}

.coveo-filetype-salesforce-standard-entitlement,
.coveo-filetype-salesforce-standard-entitlement-small {
    background-image: url(../image/salesforce-standard-entitlement.svg);
}

.coveo-filetype-salesforce-standard-entity-milestone,
.coveo-filetype-salesforce-standard-entity-milestone-small {
    background-image: url(../image/salesforce-standard-entity-milestone.svg);
}

.coveo-filetype-salesforce-standard-entity,
.coveo-filetype-salesforce-standard-entity-small {
    background-image: url(../image/salesforce-standard-entity.svg);
}

.coveo-filetype-salesforce-standard-environment-hub,
.coveo-filetype-salesforce-standard-environment-hub-small {
    background-image: url(../image/salesforce-standard-environment-hub.svg);
}

.coveo-filetype-salesforce-standard-event,
.coveo-icon.objecttype.Event,
.coveo-icon.objecttype.event,
.coveo-filetype-salesforce-standard-event-small,
.coveo-icon.objecttype.coveo-small.Event,
.coveo-icon.objecttype.coveo-small.event {
    background-image: url(../image/salesforce-standard-event.svg);
}

.coveo-filetype-salesforce-standard-feed,
.coveo-icon.objecttype.Feed,
.coveo-icon.objecttype.feed,
.coveo-icon.filetype.Rssitem,
.coveo-icon.filetype.rssitem,
.coveo-filetype-salesforce-standard-feed-small,
.coveo-icon.objecttype.coveo-small.Feed,
.coveo-icon.objecttype.coveo-small.feed,
.coveo-icon.filetype.coveo-small.Rssitem,
.coveo-icon.filetype.coveo-small.rssitem {
    background-image: url(../image/salesforce-standard-feed.svg);
}

.coveo-filetype-salesforce-standard-feedback,
.coveo-icon.objecttype.Thread,
.coveo-icon.objecttype.thread,
.coveo-icon.objecttype.Casecomment,
.coveo-icon.objecttype.casecomment,
.coveo-icon.objecttype.Kbarticlecomment,
.coveo-icon.objecttype.kbarticlecomment,
.coveo-icon.filetype.Lithiummessage,
.coveo-icon.filetype.lithiummessage,
.coveo-icon.filetype.Lithiumthread,
.coveo-icon.filetype.lithiumthread,
.coveo-filetype-salesforce-standard-feedback-small,
.coveo-icon.objecttype.coveo-small.Thread,
.coveo-icon.objecttype.coveo-small.thread,
.coveo-icon.objecttype.coveo-small.Casecomment,
.coveo-icon.objecttype.coveo-small.casecomment,
.coveo-icon.objecttype.coveo-small.Kbarticlecomment,
.coveo-icon.objecttype.coveo-small.kbarticlecomment,
.coveo-icon.filetype.coveo-small.Lithiummessage,
.coveo-icon.filetype.coveo-small.lithiummessage,
.coveo-icon.filetype.coveo-small.Lithiumthread,
.coveo-icon.filetype.coveo-small.lithiumthread {
    background-image: url(../image/salesforce-standard-feedback.svg);
}

.coveo-filetype-salesforce-standard-file,
.coveo-icon.objecttype.File,
.coveo-icon.objecttype.file,
.coveo-icon.objecttype.Annotation,
.coveo-icon.objecttype.annotation,
.coveo-filetype-salesforce-standard-file-small,
.coveo-icon.objecttype.coveo-small.File,
.coveo-icon.objecttype.coveo-small.file,
.coveo-icon.objecttype.coveo-small.Annotation,
.coveo-icon.objecttype.coveo-small.annotation {
    background-image: url(../image/salesforce-standard-file.svg);
}

.coveo-filetype-salesforce-standard-flow,
.coveo-filetype-salesforce-standard-flow-small {
    background-image: url(../image/salesforce-standard-flow.svg);
}

.coveo-filetype-salesforce-standard-folder,
.coveo-filetype-salesforce-standard-folder-small {
    background-image: url(../image/salesforce-standard-folder.svg);
}

.coveo-filetype-salesforce-standard-forecasts,
.coveo-filetype-salesforce-standard-forecasts-small {
    background-image: url(../image/salesforce-standard-forecasts.svg);
}

.coveo-filetype-salesforce-standard-generic-loading,
.coveo-filetype-salesforce-standard-generic-loading-small {
    background-image: url(../image/salesforce-standard-generic-loading.svg);
}

.coveo-filetype-salesforce-standard-goals,
.coveo-icon.objecttype.Goal,
.coveo-icon.objecttype.goal,
.coveo-filetype-salesforce-standard-goals-small,
.coveo-icon.objecttype.coveo-small.Goal,
.coveo-icon.objecttype.coveo-small.goal {
    background-image: url(../image/salesforce-standard-goals.svg);
}

.coveo-filetype-salesforce-standard-group-loading,
.coveo-filetype-salesforce-standard-group-loading-small {
    background-image: url(../image/salesforce-standard-group-loading.svg);
}

.coveo-filetype-salesforce-standard-groups,
.coveo-icon.objecttype.Collaborationgroup,
.coveo-icon.objecttype.collaborationgroup,
.coveo-icon.filetype.Lithiumboard,
.coveo-icon.filetype.lithiumboard,
.coveo-filetype-salesforce-standard-groups-small,
.coveo-icon.objecttype.coveo-small.Collaborationgroup,
.coveo-icon.objecttype.coveo-small.collaborationgroup,
.coveo-icon.filetype.coveo-small.Lithiumboard,
.coveo-icon.filetype.coveo-small.lithiumboard {
    background-image: url(../image/salesforce-standard-groups.svg);
}

.coveo-filetype-salesforce-standard-hierarchy,
.coveo-filetype-salesforce-standard-hierarchy-small {
    background-image: url(../image/salesforce-standard-hierarchy.svg);
}

.coveo-filetype-salesforce-standard-home,
.coveo-filetype-salesforce-standard-home-small {
    background-image: url(../image/salesforce-standard-home.svg);
}

.coveo-filetype-salesforce-standard-household,
.coveo-filetype-salesforce-standard-household-small {
    background-image: url(../image/salesforce-standard-household.svg);
}

.coveo-filetype-salesforce-standard-individual,
.coveo-filetype-salesforce-standard-individual-small {
    background-image: url(../image/salesforce-standard-individual.svg);
}

.coveo-filetype-salesforce-standard-insights,
.coveo-icon.filetype.Cfblogentry,
.coveo-icon.filetype.cfblogentry,
.coveo-filetype-salesforce-standard-insights-small,
.coveo-icon.filetype.coveo-small.Cfblogentry,
.coveo-icon.filetype.coveo-small.cfblogentry {
    background-image: url(../image/salesforce-standard-insights.svg);
}

.coveo-filetype-salesforce-standard-investment-account,
.coveo-filetype-salesforce-standard-investment-account-small {
    background-image: url(../image/salesforce-standard-investment-account.svg);
}

.coveo-filetype-salesforce-standard-iot-orchestrations,
.coveo-filetype-salesforce-standard-iot-orchestrations-small {
    background-image: url(../image/salesforce-standard-iot-orchestrations.svg);
}

.coveo-filetype-salesforce-standard-knowledge,
.coveo-icon.objecttype.Kbdocumentation,
.coveo-icon.objecttype.kbdocumentation,
.coveo-icon.objecttype.Kbtechnicalarticle,
.coveo-icon.objecttype.kbtechnicalarticle,
.coveo-icon.objecttype.Kbknowledgearticle,
.coveo-icon.objecttype.kbknowledgearticle,
.coveo-filetype-salesforce-standard-knowledge-small,
.coveo-icon.objecttype.coveo-small.Kbdocumentation,
.coveo-icon.objecttype.coveo-small.kbdocumentation,
.coveo-icon.objecttype.coveo-small.Kbtechnicalarticle,
.coveo-icon.objecttype.coveo-small.kbtechnicalarticle,
.coveo-icon.objecttype.coveo-small.Kbknowledgearticle,
.coveo-icon.objecttype.coveo-small.kbknowledgearticle {
    background-image: url(../image/salesforce-standard-knowledge.svg);
}

.coveo-filetype-salesforce-standard-lead-insights,
.coveo-filetype-salesforce-standard-lead-insights-small {
    background-image: url(../image/salesforce-standard-lead-insights.svg);
}

.coveo-filetype-salesforce-standard-lead-list,
.coveo-filetype-salesforce-standard-lead-list-small {
    background-image: url(../image/salesforce-standard-lead-list.svg);
}

.coveo-filetype-salesforce-standard-lead,
.coveo-icon.objecttype.Lead,
.coveo-icon.objecttype.lead,
.coveo-filetype-salesforce-standard-lead-small,
.coveo-icon.objecttype.coveo-small.Lead,
.coveo-icon.objecttype.coveo-small.lead {
    background-image: url(../image/salesforce-standard-lead.svg);
}

.coveo-filetype-salesforce-standard-link,
.coveo-filetype-salesforce-standard-link-small {
    background-image: url(../image/salesforce-standard-link.svg);
}

.coveo-filetype-salesforce-standard-list-email,
.coveo-filetype-salesforce-standard-list-email-small {
    background-image: url(../image/salesforce-standard-list-email.svg);
}

.coveo-filetype-salesforce-standard-live-chat-visitor,
.coveo-filetype-salesforce-standard-live-chat-visitor-small {
    background-image: url(../image/salesforce-standard-live-chat-visitor.svg);
}

.coveo-filetype-salesforce-standard-live-chat,
.coveo-filetype-salesforce-standard-live-chat-small {
    background-image: url(../image/salesforce-standard-live-chat.svg);
}

.coveo-filetype-salesforce-standard-location,
.coveo-filetype-salesforce-standard-location-small {
    background-image: url(../image/salesforce-standard-location.svg);
}

.coveo-filetype-salesforce-standard-log-a-call,
.coveo-filetype-salesforce-standard-log-a-call-small {
    background-image: url(../image/salesforce-standard-log-a-call.svg);
}

.coveo-filetype-salesforce-standard-logging,
.coveo-filetype-salesforce-standard-logging-small {
    background-image: url(../image/salesforce-standard-logging.svg);
}

.coveo-filetype-salesforce-standard-macros,
.coveo-filetype-salesforce-standard-macros-small {
    background-image: url(../image/salesforce-standard-macros.svg);
}

.coveo-filetype-salesforce-standard-maintenance-asset,
.coveo-filetype-salesforce-standard-maintenance-asset-small {
    background-image: url(../image/salesforce-standard-maintenance-asset.svg);
}

.coveo-filetype-salesforce-standard-maintenance-plan,
.coveo-filetype-salesforce-standard-maintenance-plan-small {
    background-image: url(../image/salesforce-standard-maintenance-plan.svg);
}

.coveo-filetype-salesforce-standard-marketing-actions,
.coveo-filetype-salesforce-standard-marketing-actions-small {
    background-image: url(../image/salesforce-standard-marketing-actions.svg);
}

.coveo-filetype-salesforce-standard-merge,
.coveo-filetype-salesforce-standard-merge-small {
    background-image: url(../image/salesforce-standard-merge.svg);
}

.coveo-filetype-salesforce-standard-messaging-conversation,
.coveo-filetype-salesforce-standard-messaging-conversation-small {
    background-image: url(../image/salesforce-standard-messaging-conversation.svg);
}

.coveo-filetype-salesforce-standard-messaging-session,
.coveo-filetype-salesforce-standard-messaging-session-small {
    background-image: url(../image/salesforce-standard-messaging-session.svg);
}

.coveo-filetype-salesforce-standard-messaging-user,
.coveo-filetype-salesforce-standard-messaging-user-small {
    background-image: url(../image/salesforce-standard-messaging-user.svg);
}

.coveo-filetype-salesforce-standard-metrics,
.coveo-filetype-salesforce-standard-metrics-small {
    background-image: url(../image/salesforce-standard-metrics.svg);
}

.coveo-filetype-salesforce-standard-news,
.coveo-filetype-salesforce-standard-news-small {
    background-image: url(../image/salesforce-standard-news.svg);
}

.coveo-filetype-salesforce-standard-note,
.coveo-icon.objecttype.Note,
.coveo-icon.objecttype.note,
.coveo-filetype-salesforce-standard-note-small,
.coveo-icon.objecttype.coveo-small.Note,
.coveo-icon.objecttype.coveo-small.note {
    background-image: url(../image/salesforce-standard-note.svg);
}

.coveo-filetype-salesforce-standard-omni-supervisor,
.coveo-filetype-salesforce-standard-omni-supervisor-small {
    background-image: url(../image/salesforce-standard-omni-supervisor.svg);
}

.coveo-filetype-salesforce-standard-operating-hours,
.coveo-filetype-salesforce-standard-operating-hours-small {
    background-image: url(../image/salesforce-standard-operating-hours.svg);
}

.coveo-filetype-salesforce-standard-opportunity-splits,
.coveo-filetype-salesforce-standard-opportunity-splits-small {
    background-image: url(../image/salesforce-standard-opportunity-splits.svg);
}

.coveo-filetype-salesforce-standard-opportunity,
.coveo-icon.objecttype.Opportunity,
.coveo-icon.objecttype.opportunity,
.coveo-icon.objecttype.Opportunityproduct,
.coveo-icon.objecttype.opportunityproduct,
.coveo-filetype-salesforce-standard-opportunity-small,
.coveo-icon.objecttype.coveo-small.Opportunity,
.coveo-icon.objecttype.coveo-small.opportunity,
.coveo-icon.objecttype.coveo-small.Opportunityproduct,
.coveo-icon.objecttype.coveo-small.opportunityproduct {
    background-image: url(../image/salesforce-standard-opportunity.svg);
}

.coveo-filetype-salesforce-standard-orders,
.coveo-icon.objecttype.Salesorder,
.coveo-icon.objecttype.salesorder,
.coveo-filetype-salesforce-standard-orders-small,
.coveo-icon.objecttype.coveo-small.Salesorder,
.coveo-icon.objecttype.coveo-small.salesorder {
    background-image: url(../image/salesforce-standard-orders.svg);
}

.coveo-filetype-salesforce-standard-partner-fund-allocation,
.coveo-filetype-salesforce-standard-partner-fund-allocation-small {
    background-image: url(../image/salesforce-standard-partner-fund-allocation.svg);
}

.coveo-filetype-salesforce-standard-partner-fund-claim,
.coveo-filetype-salesforce-standard-partner-fund-claim-small {
    background-image: url(../image/salesforce-standard-partner-fund-claim.svg);
}

.coveo-filetype-salesforce-standard-partner-fund-request,
.coveo-filetype-salesforce-standard-partner-fund-request-small {
    background-image: url(../image/salesforce-standard-partner-fund-request.svg);
}

.coveo-filetype-salesforce-standard-partner-marketing-budget,
.coveo-filetype-salesforce-standard-partner-marketing-budget-small {
    background-image: url(../image/salesforce-standard-partner-marketing-budget.svg);
}

.coveo-filetype-salesforce-standard-partners,
.coveo-filetype-salesforce-standard-partners-small {
    background-image: url(../image/salesforce-standard-partners.svg);
}

.coveo-filetype-salesforce-standard-past-chat,
.coveo-filetype-salesforce-standard-past-chat-small {
    background-image: url(../image/salesforce-standard-past-chat.svg);
}

.coveo-filetype-salesforce-standard-people,
.coveo-filetype-salesforce-standard-people-small {
    background-image: url(../image/salesforce-standard-people.svg);
}

.coveo-filetype-salesforce-standard-performance,
.coveo-filetype-salesforce-standard-performance-small {
    background-image: url(../image/salesforce-standard-performance.svg);
}

.coveo-filetype-salesforce-standard-person-account,
.coveo-filetype-salesforce-standard-person-account-small {
    background-image: url(../image/salesforce-standard-person-account.svg);
}

.coveo-filetype-salesforce-standard-photo,
.coveo-filetype-salesforce-standard-photo-small {
    background-image: url(../image/salesforce-standard-photo.svg);
}

.coveo-filetype-salesforce-standard-poll,
.coveo-filetype-salesforce-standard-poll-small {
    background-image: url(../image/salesforce-standard-poll.svg);
}

.coveo-filetype-salesforce-standard-portal,
.coveo-filetype-salesforce-standard-portal-small {
    background-image: url(../image/salesforce-standard-portal.svg);
}

.coveo-filetype-salesforce-standard-post,
.coveo-icon.objecttype.Feeditem,
.coveo-icon.objecttype.feeditem,
.coveo-icon.objecttype.Feedcomment,
.coveo-icon.objecttype.feedcomment,
.coveo-filetype-salesforce-standard-post-small,
.coveo-icon.objecttype.coveo-small.Feeditem,
.coveo-icon.objecttype.coveo-small.feeditem,
.coveo-icon.objecttype.coveo-small.Feedcomment,
.coveo-icon.objecttype.coveo-small.feedcomment {
    background-image: url(../image/salesforce-standard-post.svg);
}

.coveo-filetype-salesforce-standard-pricebook,
.coveo-filetype-salesforce-standard-pricebook-small {
    background-image: url(../image/salesforce-standard-pricebook.svg);
}

.coveo-filetype-salesforce-standard-process,
.coveo-filetype-salesforce-standard-process-small {
    background-image: url(../image/salesforce-standard-process.svg);
}

.coveo-filetype-salesforce-standard-product-consumed,
.coveo-filetype-salesforce-standard-product-consumed-small {
    background-image: url(../image/salesforce-standard-product-consumed.svg);
}

.coveo-filetype-salesforce-standard-product-item-transaction,
.coveo-filetype-salesforce-standard-product-item-transaction-small {
    background-image: url(../image/salesforce-standard-product-item-transaction.svg);
}

.coveo-filetype-salesforce-standard-product-item,
.coveo-filetype-salesforce-standard-product-item-small {
    background-image: url(../image/salesforce-standard-product-item.svg);
}

.coveo-filetype-salesforce-standard-product-request-line-item,
.coveo-filetype-salesforce-standard-product-request-line-item-small {
    background-image: url(../image/salesforce-standard-product-request-line-item.svg);
}

.coveo-filetype-salesforce-standard-product-request,
.coveo-filetype-salesforce-standard-product-request-small {
    background-image: url(../image/salesforce-standard-product-request.svg);
}

.coveo-filetype-salesforce-standard-product-required,
.coveo-filetype-salesforce-standard-product-required-small {
    background-image: url(../image/salesforce-standard-product-required.svg);
}

.coveo-filetype-salesforce-standard-product-transfer,
.coveo-filetype-salesforce-standard-product-transfer-small {
    background-image: url(../image/salesforce-standard-product-transfer.svg);
}

.coveo-filetype-salesforce-standard-product,
.coveo-icon.objecttype.Product,
.coveo-icon.objecttype.product,
.coveo-filetype-salesforce-standard-product-small,
.coveo-icon.objecttype.coveo-small.Product,
.coveo-icon.objecttype.coveo-small.product {
    background-image: url(../image/salesforce-standard-product.svg);
}

.coveo-filetype-salesforce-standard-question-best,
.coveo-filetype-salesforce-standard-question-best-small {
    background-image: url(../image/salesforce-standard-question-best.svg);
}

.coveo-filetype-salesforce-standard-question-feed,
.coveo-icon.filetype.Cfcomment,
.coveo-icon.filetype.cfcomment,
.coveo-filetype-salesforce-standard-question-feed-small,
.coveo-icon.filetype.coveo-small.Cfcomment,
.coveo-icon.filetype.coveo-small.cfcomment {
    background-image: url(../image/salesforce-standard-question-feed.svg);
}

.coveo-filetype-salesforce-standard-quick-text,
.coveo-filetype-salesforce-standard-quick-text-small {
    background-image: url(../image/salesforce-standard-quick-text.svg);
}

.coveo-filetype-salesforce-standard-quip-sheet,
.coveo-filetype-salesforce-standard-quip-sheet-small {
    background-image: url(../image/salesforce-standard-quip-sheet.svg);
}

.coveo-filetype-salesforce-standard-quip,
.coveo-filetype-salesforce-standard-quip-small {
    background-image: url(../image/salesforce-standard-quip.svg);
}

.coveo-filetype-salesforce-standard-quotes,
.coveo-icon.objecttype.Quote,
.coveo-icon.objecttype.quote,
.coveo-filetype-salesforce-standard-quotes-small,
.coveo-icon.objecttype.coveo-small.Quote,
.coveo-icon.objecttype.coveo-small.quote {
    background-image: url(../image/salesforce-standard-quotes.svg);
}

.coveo-filetype-salesforce-standard-read-receipts,
.coveo-filetype-salesforce-standard-read-receipts-small {
    background-image: url(../image/salesforce-standard-read-receipts.svg);
}

.coveo-filetype-salesforce-standard-recent,
.coveo-filetype-salesforce-standard-recent-small {
    background-image: url(../image/salesforce-standard-recent.svg);
}

.coveo-filetype-salesforce-standard-record,
.coveo-filetype-salesforce-standard-record-small {
    background-image: url(../image/salesforce-standard-record.svg);
}

.coveo-filetype-salesforce-standard-related-list,
.coveo-icon.objecttype.List,
.coveo-icon.objecttype.list,
.coveo-icon.filetype.Saleforceitem,
.coveo-icon.filetype.saleforceitem,
.coveo-icon.filetype.Lithiumcategory,
.coveo-icon.filetype.lithiumcategory,
.coveo-icon.filetype.Spwikipagelibrarylist,
.coveo-icon.filetype.spwikipagelibrarylist,
.coveo-filetype-salesforce-standard-related-list-small,
.coveo-icon.objecttype.coveo-small.List,
.coveo-icon.objecttype.coveo-small.list,
.coveo-icon.filetype.coveo-small.Saleforceitem,
.coveo-icon.filetype.coveo-small.saleforceitem,
.coveo-icon.filetype.coveo-small.Lithiumcategory,
.coveo-icon.filetype.coveo-small.lithiumcategory,
.coveo-icon.filetype.coveo-small.Spwikipagelibrarylist,
.coveo-icon.filetype.coveo-small.spwikipagelibrarylist {
    background-image: url(../image/salesforce-standard-related-list.svg);
}

.coveo-filetype-salesforce-standard-relationship,
.coveo-filetype-salesforce-standard-relationship-small {
    background-image: url(../image/salesforce-standard-relationship.svg);
}

.coveo-filetype-salesforce-standard-report,
.coveo-icon.objecttype.Report,
.coveo-icon.objecttype.report,
.coveo-filetype-salesforce-standard-report-small,
.coveo-icon.objecttype.coveo-small.Report,
.coveo-icon.objecttype.coveo-small.report {
    background-image: url(../image/salesforce-standard-report.svg);
}

.coveo-filetype-salesforce-standard-resource-absence,
.coveo-filetype-salesforce-standard-resource-absence-small {
    background-image: url(../image/salesforce-standard-resource-absence.svg);
}

.coveo-filetype-salesforce-standard-resource-capacity,
.coveo-filetype-salesforce-standard-resource-capacity-small {
    background-image: url(../image/salesforce-standard-resource-capacity.svg);
}

.coveo-filetype-salesforce-standard-resource-preference,
.coveo-filetype-salesforce-standard-resource-preference-small {
    background-image: url(../image/salesforce-standard-resource-preference.svg);
}

.coveo-filetype-salesforce-standard-resource-skill,
.coveo-filetype-salesforce-standard-resource-skill-small {
    background-image: url(../image/salesforce-standard-resource-skill.svg);
}

.coveo-filetype-salesforce-standard-return-order-line-item,
.coveo-filetype-salesforce-standard-return-order-line-item-small {
    background-image: url(../image/salesforce-standard-return-order-line-item.svg);
}

.coveo-filetype-salesforce-standard-return-order,
.coveo-filetype-salesforce-standard-return-order-small {
    background-image: url(../image/salesforce-standard-return-order.svg);
}

.coveo-filetype-salesforce-standard-reward,
.coveo-filetype-salesforce-standard-reward-small {
    background-image: url(../image/salesforce-standard-reward.svg);
}

.coveo-filetype-salesforce-standard-rtc-presence,
.coveo-filetype-salesforce-standard-rtc-presence-small {
    background-image: url(../image/salesforce-standard-rtc-presence.svg);
}

.coveo-filetype-salesforce-standard-sales-path,
.coveo-filetype-salesforce-standard-sales-path-small {
    background-image: url(../image/salesforce-standard-sales-path.svg);
}

.coveo-filetype-salesforce-standard-scan-card,
.coveo-filetype-salesforce-standard-scan-card-small {
    background-image: url(../image/salesforce-standard-scan-card.svg);
}

.coveo-filetype-salesforce-standard-search,
.coveo-filetype-salesforce-standard-search-small {
    background-image: url(../image/salesforce-standard-search.svg);
}

.coveo-filetype-salesforce-standard-service-appointment,
.coveo-icon.objecttype.Appointment,
.coveo-icon.objecttype.appointment,
.coveo-filetype-salesforce-standard-service-appointment-small,
.coveo-icon.objecttype.coveo-small.Appointment,
.coveo-icon.objecttype.coveo-small.appointment {
    background-image: url(../image/salesforce-standard-service-appointment.svg);
}

.coveo-filetype-salesforce-standard-service-contract,
.coveo-icon.objecttype.Service,
.coveo-icon.objecttype.service,
.coveo-filetype-salesforce-standard-service-contract-small,
.coveo-icon.objecttype.coveo-small.Service,
.coveo-icon.objecttype.coveo-small.service {
    background-image: url(../image/salesforce-standard-service-contract.svg);
}

.coveo-filetype-salesforce-standard-service-crew-member,
.coveo-filetype-salesforce-standard-service-crew-member-small {
    background-image: url(../image/salesforce-standard-service-crew-member.svg);
}

.coveo-filetype-salesforce-standard-service-crew,
.coveo-filetype-salesforce-standard-service-crew-small {
    background-image: url(../image/salesforce-standard-service-crew.svg);
}

.coveo-filetype-salesforce-standard-service-report,
.coveo-icon.filetype.Jiraissue,
.coveo-icon.filetype.jiraissue,
.coveo-filetype-salesforce-standard-service-report-small,
.coveo-icon.filetype.coveo-small.Jiraissue,
.coveo-icon.filetype.coveo-small.jiraissue {
    background-image: url(../image/salesforce-standard-service-report.svg);
}

.coveo-filetype-salesforce-standard-service-resource,
.coveo-filetype-salesforce-standard-service-resource-small {
    background-image: url(../image/salesforce-standard-service-resource.svg);
}

.coveo-filetype-salesforce-standard-service-territory-location,
.coveo-filetype-salesforce-standard-service-territory-location-small {
    background-image: url(../image/salesforce-standard-service-territory-location.svg);
}

.coveo-filetype-salesforce-standard-service-territory-member,
.coveo-filetype-salesforce-standard-service-territory-member-small {
    background-image: url(../image/salesforce-standard-service-territory-member.svg);
}

.coveo-filetype-salesforce-standard-service-territory,
.coveo-filetype-salesforce-standard-service-territory-small {
    background-image: url(../image/salesforce-standard-service-territory.svg);
}

.coveo-filetype-salesforce-standard-shipment,
.coveo-filetype-salesforce-standard-shipment-small {
    background-image: url(../image/salesforce-standard-shipment.svg);
}

.coveo-filetype-salesforce-standard-skill-entity,
.coveo-filetype-salesforce-standard-skill-entity-small {
    background-image: url(../image/salesforce-standard-skill-entity.svg);
}

.coveo-filetype-salesforce-standard-skill-requirement,
.coveo-filetype-salesforce-standard-skill-requirement-small {
    background-image: url(../image/salesforce-standard-skill-requirement.svg);
}

.coveo-filetype-salesforce-standard-skill,
.coveo-filetype-salesforce-standard-skill-small {
    background-image: url(../image/salesforce-standard-skill.svg);
}

.coveo-filetype-salesforce-standard-social,
.coveo-icon.objecttype.Socialprofile,
.coveo-icon.objecttype.socialprofile,
.coveo-filetype-salesforce-standard-social-small,
.coveo-icon.objecttype.coveo-small.Socialprofile,
.coveo-icon.objecttype.coveo-small.socialprofile {
    background-image: url(../image/salesforce-standard-social.svg);
}

.coveo-filetype-salesforce-standard-solution,
.coveo-icon.objecttype.Solution,
.coveo-icon.objecttype.solution,
.coveo-icon.objecttype.Kbsolution,
.coveo-icon.objecttype.kbsolution,
.coveo-filetype-salesforce-standard-solution-small,
.coveo-icon.objecttype.coveo-small.Solution,
.coveo-icon.objecttype.coveo-small.solution,
.coveo-icon.objecttype.coveo-small.Kbsolution,
.coveo-icon.objecttype.coveo-small.kbsolution {
    background-image: url(../image/salesforce-standard-solution.svg);
}

.coveo-filetype-salesforce-standard-sossession,
.coveo-filetype-salesforce-standard-sossession-small {
    background-image: url(../image/salesforce-standard-sossession.svg);
}

.coveo-filetype-salesforce-standard-stage-collection,
.coveo-filetype-salesforce-standard-stage-collection-small {
    background-image: url(../image/salesforce-standard-stage-collection.svg);
}

.coveo-filetype-salesforce-standard-stage,
.coveo-filetype-salesforce-standard-stage-small {
    background-image: url(../image/salesforce-standard-stage.svg);
}

.coveo-filetype-salesforce-standard-survey,
.coveo-filetype-salesforce-standard-survey-small {
    background-image: url(../image/salesforce-standard-survey.svg);
}

.coveo-filetype-salesforce-standard-task,
.coveo-icon.objecttype.Task,
.coveo-icon.objecttype.task,
.coveo-filetype-salesforce-standard-task-small,
.coveo-icon.objecttype.coveo-small.Task,
.coveo-icon.objecttype.coveo-small.task {
    background-image: url(../image/salesforce-standard-task.svg);
}

.coveo-filetype-salesforce-standard-task2,
.coveo-filetype-salesforce-standard-task2-small {
    background-image: url(../image/salesforce-standard-task2.svg);
}

.coveo-filetype-salesforce-standard-team-member,
.coveo-icon.filetype.Lithiumcommunity,
.coveo-icon.filetype.lithiumcommunity,
.coveo-filetype-salesforce-standard-team-member-small,
.coveo-icon.filetype.coveo-small.Lithiumcommunity,
.coveo-icon.filetype.coveo-small.lithiumcommunity {
    background-image: url(../image/salesforce-standard-team-member.svg);
}

.coveo-filetype-salesforce-standard-template,
.coveo-filetype-salesforce-standard-template-small {
    background-image: url(../image/salesforce-standard-template.svg);
}

.coveo-filetype-salesforce-standard-thanks-loading,
.coveo-filetype-salesforce-standard-thanks-loading-small {
    background-image: url(../image/salesforce-standard-thanks-loading.svg);
}

.coveo-filetype-salesforce-standard-thanks,
.coveo-filetype-salesforce-standard-thanks-small {
    background-image: url(../image/salesforce-standard-thanks.svg);
}

.coveo-filetype-salesforce-standard-timesheet-entry,
.coveo-filetype-salesforce-standard-timesheet-entry-small {
    background-image: url(../image/salesforce-standard-timesheet-entry.svg);
}

.coveo-filetype-salesforce-standard-timesheet,
.coveo-filetype-salesforce-standard-timesheet-small {
    background-image: url(../image/salesforce-standard-timesheet.svg);
}

.coveo-filetype-salesforce-standard-timeslot,
.coveo-filetype-salesforce-standard-timeslot-small {
    background-image: url(../image/salesforce-standard-timeslot.svg);
}

.coveo-filetype-salesforce-standard-today,
.coveo-filetype-salesforce-standard-today-small {
    background-image: url(../image/salesforce-standard-today.svg);
}

.coveo-filetype-salesforce-standard-topic,
.coveo-icon.objecttype.Topic,
.coveo-icon.objecttype.topic,
.coveo-filetype-salesforce-standard-topic-small,
.coveo-icon.objecttype.coveo-small.Topic,
.coveo-icon.objecttype.coveo-small.topic {
    background-image: url(../image/salesforce-standard-topic.svg);
}

.coveo-filetype-salesforce-standard-topic2,
.coveo-filetype-salesforce-standard-topic2-small {
    background-image: url(../image/salesforce-standard-topic2.svg);
}

.coveo-filetype-salesforce-standard-unmatched,
.coveo-filetype-salesforce-standard-unmatched-small {
    background-image: url(../image/salesforce-standard-unmatched.svg);
}

.coveo-filetype-salesforce-standard-user,
.coveo-filetype-salesforce-standard-user-small {
    background-image: url(../image/salesforce-standard-user.svg);
}

.coveo-filetype-salesforce-standard-work-order-item,
.coveo-filetype-salesforce-standard-work-order-item-small {
    background-image: url(../image/salesforce-standard-work-order-item.svg);
}

.coveo-filetype-salesforce-standard-work-order,
.coveo-filetype-salesforce-standard-work-order-small {
    background-image: url(../image/salesforce-standard-work-order.svg);
}

.coveo-filetype-salesforce-standard-work-type,
.coveo-filetype-salesforce-standard-work-type-small {
    background-image: url(../image/salesforce-standard-work-type.svg);
}

.coveo-filetype-user,
.coveo-icon.objecttype.People,
.coveo-icon.objecttype.people,
.coveo-icon.objecttype.User,
.coveo-icon.objecttype.user,
.coveo-icon.objecttype.Partner,
.coveo-icon.objecttype.partner,
.coveo-icon.filetype.Box-user,
.coveo-icon.filetype.box user,
.coveo-icon.filetype.Box,
.coveo-icon.filetype.box,
.coveo-icon.filetype.Exchangeperson,
.coveo-icon.filetype.exchangeperson,
.coveo-icon.filetype.Activedirperson,
.coveo-icon.filetype.activedirperson,
.coveo-icon.filetype.Exchangegroup,
.coveo-icon.filetype.exchangegroup,
.coveo-icon.filetype.Spuserprofile,
.coveo-icon.filetype.spuserprofile,
.coveo-icon.filetype.Spcontact,
.coveo-icon.filetype.spcontact,
.coveo-icon.filetype.Spcontactlist,
.coveo-icon.filetype.spcontactlist,
.coveo-icon.filetype.Spattendee,
.coveo-icon.filetype.spattendee,
.coveo-icon.filetype.Spattendeelist,
.coveo-icon.filetype.spattendeelist,
.coveo-icon.filetype.Spuserinformation,
.coveo-icon.filetype.spuserinformation,
.coveo-icon.filetype.Spuserinformationlist,
.coveo-icon.filetype.spuserinformationlist,
.coveo-filetype-user-small,
.coveo-icon.objecttype.coveo-small.People,
.coveo-icon.objecttype.coveo-small.people,
.coveo-icon.objecttype.coveo-small.User,
.coveo-icon.objecttype.coveo-small.user,
.coveo-icon.objecttype.coveo-small.Partner,
.coveo-icon.objecttype.coveo-small.partner,
.coveo-icon.filetype.coveo-small.Box-user,
.coveo-icon.filetype.coveo-small.box user,
.coveo-icon.filetype.coveo-small.Box,
.coveo-icon.filetype.coveo-small.box,
.coveo-icon.filetype.coveo-small.Exchangeperson,
.coveo-icon.filetype.coveo-small.exchangeperson,
.coveo-icon.filetype.coveo-small.Activedirperson,
.coveo-icon.filetype.coveo-small.activedirperson,
.coveo-icon.filetype.coveo-small.Exchangegroup,
.coveo-icon.filetype.coveo-small.exchangegroup,
.coveo-icon.filetype.coveo-small.Spuserprofile,
.coveo-icon.filetype.coveo-small.spuserprofile,
.coveo-icon.filetype.coveo-small.Spcontact,
.coveo-icon.filetype.coveo-small.spcontact,
.coveo-icon.filetype.coveo-small.Spcontactlist,
.coveo-icon.filetype.coveo-small.spcontactlist,
.coveo-icon.filetype.coveo-small.Spattendee,
.coveo-icon.filetype.coveo-small.spattendee,
.coveo-icon.filetype.coveo-small.Spattendeelist,
.coveo-icon.filetype.coveo-small.spattendeelist,
.coveo-icon.filetype.coveo-small.Spuserinformation,
.coveo-icon.filetype.coveo-small.spuserinformation,
.coveo-icon.filetype.coveo-small.Spuserinformationlist,
.coveo-icon.filetype.coveo-small.spuserinformationlist {
    background-image: url(../image/user.svg);
}

.coveo-filetype-video,
.coveo-icon.filetype.Video,
.coveo-icon.filetype.video,
.coveo-icon.filetype.Youtube,
.coveo-icon.filetype.youtube,
.coveo-icon.filetype.Youtubevideo,
.coveo-icon.filetype.youtubevideo,
.coveo-icon.filetype.Youtubeplaylistitem,
.coveo-icon.filetype.youtubeplaylistitem,
.coveo-icon.filetype.Youtubeplaylist,
.coveo-icon.filetype.youtubeplaylist,
.coveo-filetype-video-small,
.coveo-icon.filetype.coveo-small.Video,
.coveo-icon.filetype.coveo-small.video,
.coveo-icon.filetype.coveo-small.Youtube,
.coveo-icon.filetype.coveo-small.youtube,
.coveo-icon.filetype.coveo-small.Youtubevideo,
.coveo-icon.filetype.coveo-small.youtubevideo,
.coveo-icon.filetype.coveo-small.Youtubeplaylistitem,
.coveo-icon.filetype.coveo-small.youtubeplaylistitem,
.coveo-icon.filetype.coveo-small.Youtubeplaylist,
.coveo-icon.filetype.coveo-small.youtubeplaylist {
    background-image: url(../image/video.svg);
}

.coveo-filetype-webpage,
.coveo-icon.filetype.Spportal,
.coveo-icon.filetype.spportal,
.coveo-filetype-webpage-small,
.coveo-icon.filetype.coveo-small.Spportal,
.coveo-icon.filetype.coveo-small.spportal {
    background-image: url(../image/webpage.svg);
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.coveo-filetype-salesforce-standard-contact,
.coveo-icon.objecttype.Contact,
.coveo-icon.objecttype.contact,
.coveo-filetype-salesforce-standard-contact-small,
.coveo-icon.objecttype.coveo-small.Contact,
.coveo-icon.objecttype.coveo-small.contact {
    background-color: #a094ed;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-work-order,
.coveo-filetype-salesforce-standard-work-order-small {
    background-color: #50e3c2;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-post,
.coveo-icon.objecttype.Feeditem,
.coveo-icon.objecttype.feeditem,
.coveo-icon.objecttype.Feedcomment,
.coveo-icon.objecttype.feedcomment,
.coveo-filetype-salesforce-standard-post-small,
.coveo-icon.objecttype.coveo-small.Feeditem,
.coveo-icon.objecttype.coveo-small.feeditem,
.coveo-icon.objecttype.coveo-small.Feedcomment,
.coveo-icon.objecttype.coveo-small.feedcomment {
    background-color: #65cae4;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-carousel,
.coveo-filetype-salesforce-standard-carousel-small {
    background-color: #6bbd6e;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-resource-skill,
.coveo-filetype-salesforce-standard-resource-skill-small {
    background-color: #45c173;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-goals,
.coveo-icon.objecttype.Goal,
.coveo-icon.objecttype.goal,
.coveo-filetype-salesforce-standard-goals-small,
.coveo-icon.objecttype.coveo-small.Goal,
.coveo-icon.objecttype.coveo-small.goal {
    background-color: #56aadf;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-investment-account,
.coveo-filetype-salesforce-standard-investment-account-small {
    background-color: #4bc076;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-default,
.coveo-icon.filetype.Salesforceitem,
.coveo-icon.filetype.salesforceitem,
.coveo-filetype-salesforce-standard-default-small,
.coveo-icon.filetype.coveo-small.Salesforceitem,
.coveo-icon.filetype.coveo-small.salesforceitem {
    background-color: #8199af;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-case-milestone,
.coveo-filetype-salesforce-standard-case-milestone-small {
    background-color: #f2cf5b;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-today,
.coveo-filetype-salesforce-standard-today-small {
    background-color: #ef7ead;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-lead-list,
.coveo-filetype-salesforce-standard-lead-list-small {
    background-color: #f88962;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-product-item-transaction,
.coveo-filetype-salesforce-standard-product-item-transaction-small {
    background-color: #f88962;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-answer-private,
.coveo-filetype-salesforce-standard-answer-private-small {
    background-color: #f2cf5b;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-retail-banking-console,
.coveo-filetype-salesforce-standard-retail-banking-console-small {
    background-color: #00afa0;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-channel-program-members,
.coveo-filetype-salesforce-standard-channel-program-members-small {
    background-color: #0eb58a;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-apps-admin,
.coveo-filetype-salesforce-standard-apps-admin-small {
    background-color: #9895ee;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-datadotcom,
.coveo-filetype-salesforce-standard-datadotcom-small {
    background-color: #1589ee;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-product-item,
.coveo-filetype-salesforce-standard-product-item-small {
    background-color: #769ed9;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-metrics,
.coveo-filetype-salesforce-standard-metrics-small {
    background-color: #56aadf;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-topic2,
.coveo-filetype-salesforce-standard-topic2-small {
    background-color: #56aad0;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-partner-fund-allocation,
.coveo-filetype-salesforce-standard-partner-fund-allocation-small {
    background-color: #0eb58a;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-approval,
.coveo-filetype-salesforce-standard-approval-small {
    background-color: #50cc7a;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-iot-orchestrations,
.coveo-filetype-salesforce-standard-iot-orchestrations-small {
    background-color: #2a739e;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-person-account,
.coveo-filetype-salesforce-standard-person-account-small {
    background-color: #7f8de1;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-entity,
.coveo-filetype-salesforce-standard-entity-small {
    background-color: #f88962;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-service-territory-location,
.coveo-filetype-salesforce-standard-service-territory-location-small {
    background-color: #7e8be4;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-read-receipts,
.coveo-filetype-salesforce-standard-read-receipts-small {
    background-color: #4bc076;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-maintenance-asset,
.coveo-filetype-salesforce-standard-maintenance-asset-small {
    background-color: #2a739e;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-marketing-actions,
.coveo-filetype-salesforce-standard-marketing-actions-small {
    background-color: #6bbd6e;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-case-transcript,
.coveo-filetype-salesforce-standard-case-transcript-small {
    background-color: #f2cf5b;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-timesheet-entry,
.coveo-filetype-salesforce-standard-timesheet-entry-small {
    background-color: #7dc37d;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-task,
.coveo-icon.objecttype.Task,
.coveo-icon.objecttype.task,
.coveo-filetype-salesforce-standard-task-small,
.coveo-icon.objecttype.coveo-small.Task,
.coveo-icon.objecttype.coveo-small.task {
    background-color: #4bc076;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-answer-best,
.coveo-filetype-salesforce-standard-answer-best-small {
    background-color: #f2cf5b;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-orders,
.coveo-icon.objecttype.Salesorder,
.coveo-icon.objecttype.salesorder,
.coveo-filetype-salesforce-standard-orders-small,
.coveo-icon.objecttype.coveo-small.Salesorder,
.coveo-icon.objecttype.coveo-small.salesorder {
    background-color: #769ed9;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-past-chat,
.coveo-filetype-salesforce-standard-past-chat-small {
    background-color: #f88960;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-feedback,
.coveo-icon.objecttype.Thread,
.coveo-icon.objecttype.thread,
.coveo-icon.objecttype.Casecomment,
.coveo-icon.objecttype.casecomment,
.coveo-icon.objecttype.Kbarticlecomment,
.coveo-icon.objecttype.kbarticlecomment,
.coveo-icon.filetype.Lithiummessage,
.coveo-icon.filetype.lithiummessage,
.coveo-icon.filetype.Lithiumthread,
.coveo-icon.filetype.lithiumthread,
.coveo-filetype-salesforce-standard-feedback-small,
.coveo-icon.objecttype.coveo-small.Thread,
.coveo-icon.objecttype.coveo-small.thread,
.coveo-icon.objecttype.coveo-small.Casecomment,
.coveo-icon.objecttype.coveo-small.casecomment,
.coveo-icon.objecttype.coveo-small.Kbarticlecomment,
.coveo-icon.objecttype.coveo-small.kbarticlecomment,
.coveo-icon.filetype.coveo-small.Lithiummessage,
.coveo-icon.filetype.coveo-small.lithiummessage,
.coveo-icon.filetype.coveo-small.Lithiumthread,
.coveo-icon.filetype.coveo-small.lithiumthread {
    background-color: #6da1ea;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-action-list-component,
.coveo-filetype-salesforce-standard-action-list-component-small {
    background-color: #5876a3;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-opportunity-splits,
.coveo-filetype-salesforce-standard-opportunity-splits-small {
    background-color: #fcb95b;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-messaging-user,
.coveo-filetype-salesforce-standard-messaging-user-small {
    background-color: #34becd;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-entitlements,
.coveo-filetype-salesforce-standard-entitlements-small {
    background-color: #b781d3;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-case-log-a-call,
.coveo-filetype-salesforce-standard-case-log-a-call-small {
    background-color: #f2cf5b;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-thanks-loading,
.coveo-filetype-salesforce-standard-thanks-loading-small {
    background-color: #b8c3ce;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-channel-program-levels,
.coveo-filetype-salesforce-standard-channel-program-levels-small {
    background-color: #0eb58a;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-email-chatter,
.coveo-filetype-salesforce-standard-email-chatter-small {
    background-color: #f2cf5b;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-announcement,
.coveo-filetype-salesforce-standard-announcement-small {
    background-color: #62b7ed;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-bot,
.coveo-filetype-salesforce-standard-bot-small {
    background-color: #54698f;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-macros,
.coveo-filetype-salesforce-standard-macros-small {
    background-color: #47cfd2;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-asset-relationship,
.coveo-filetype-salesforce-standard-asset-relationship-small {
    background-color: #fa975c;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-coaching,
.coveo-filetype-salesforce-standard-coaching-small {
    background-color: #f67594;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-search,
.coveo-filetype-salesforce-standard-search-small {
    background-color: #62b7ed;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-connected-apps,
.coveo-filetype-salesforce-standard-connected-apps-small {
    background-color: #9895ee;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-work-type,
.coveo-filetype-salesforce-standard-work-type-small {
    background-color: #54698d;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-environment-hub,
.coveo-filetype-salesforce-standard-environment-hub-small {
    background-color: #54698d;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-cms,
.coveo-filetype-salesforce-standard-cms-small {
    background-color: #88c651;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-thanks,
.coveo-filetype-salesforce-standard-thanks-small {
    background-color: #e9696e;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-service-territory-member,
.coveo-filetype-salesforce-standard-service-territory-member-small {
    background-color: #7e8be4;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-campaign-members,
.coveo-filetype-salesforce-standard-campaign-members-small {
    background-color: #f49756;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-retail-banking,
.coveo-filetype-salesforce-standard-retail-banking-small {
    background-color: #00d2be;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-calibration,
.coveo-filetype-salesforce-standard-calibration-small {
    background-color: #47cfd2;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-answer-public,
.coveo-filetype-salesforce-standard-answer-public-small {
    background-color: #f2cf5b;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-unmatched,
.coveo-filetype-salesforce-standard-unmatched-small {
    background-color: #62b7ed;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-partners,
.coveo-filetype-salesforce-standard-partners-small {
    background-color: #0eb58a;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-email-iq,
.coveo-filetype-salesforce-standard-email-iq-small {
    background-color: #a094ed;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-service-crew,
.coveo-filetype-salesforce-standard-service-crew-small {
    background-color: #fa975c;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-resource-capacity,
.coveo-filetype-salesforce-standard-resource-capacity-small {
    background-color: #45c173;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-channel-programs,
.coveo-filetype-salesforce-standard-channel-programs-small {
    background-color: #0eb58a;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-quip,
.coveo-filetype-salesforce-standard-quip-small {
    background-color: #25b4e9;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-quip-sheet,
.coveo-filetype-salesforce-standard-quip-sheet-small {
    background-color: #30c85a;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-timeslot,
.coveo-filetype-salesforce-standard-timeslot-small {
    background-color: #fab24c;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-live-chat,
.coveo-filetype-salesforce-standard-live-chat-small {
    background-color: #f88960;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-user,
.coveo-filetype-salesforce-standard-user-small {
    background-color: #34becd;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-client,
.coveo-filetype-salesforce-standard-client-small {
    background-color: #00d2be;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-portal,
.coveo-filetype-salesforce-standard-portal-small {
    background-color: #aec770;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-partner-fund-request,
.coveo-filetype-salesforce-standard-partner-fund-request-small {
    background-color: #0eb58a;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-resource-preference,
.coveo-filetype-salesforce-standard-resource-preference-small {
    background-color: #45c173;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-resource-absence,
.coveo-filetype-salesforce-standard-resource-absence-small {
    background-color: #45c173;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-entitlement-template,
.coveo-filetype-salesforce-standard-entitlement-template-small {
    background-color: #7e8be4;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-entitlement,
.coveo-filetype-salesforce-standard-entitlement-small {
    background-color: #7e8be4;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-empty,
.coveo-filetype-salesforce-standard-empty-small {
    background-color: #8199af;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-case-email,
.coveo-filetype-salesforce-standard-case-email-small {
    background-color: #f2cf5b;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-account,
.coveo-icon.objecttype.Account,
.coveo-icon.objecttype.account,
.coveo-filetype-salesforce-standard-account-small,
.coveo-icon.objecttype.coveo-small.Account,
.coveo-icon.objecttype.coveo-small.account {
    background-color: #7f8de1;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-wealth-management-console,
.coveo-filetype-salesforce-standard-wealth-management-console-small {
    background-color: #00afa0;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-task2,
.coveo-filetype-salesforce-standard-task2-small {
    background-color: #4bc076;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-social,
.coveo-icon.objecttype.Socialprofile,
.coveo-icon.objecttype.socialprofile,
.coveo-filetype-salesforce-standard-social-small,
.coveo-icon.objecttype.coveo-small.Socialprofile,
.coveo-icon.objecttype.coveo-small.socialprofile {
    background-color: #ea74a2;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-endorsement,
.coveo-filetype-salesforce-standard-endorsement-small {
    background-color: #8b9ae3;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-folder,
.coveo-filetype-salesforce-standard-folder-small {
    background-color: #8b9ae3;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-service-crew-member,
.coveo-filetype-salesforce-standard-service-crew-member-small {
    background-color: #7e8be4;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-flow,
.coveo-filetype-salesforce-standard-flow-small {
    background-color: #0079bc;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-omni-supervisor,
.coveo-filetype-salesforce-standard-omni-supervisor-small {
    background-color: #8a76f0;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-product,
.coveo-icon.objecttype.Product,
.coveo-icon.objecttype.product,
.coveo-filetype-salesforce-standard-product-small,
.coveo-icon.objecttype.coveo-small.Product,
.coveo-icon.objecttype.coveo-small.product {
    background-color: #b781d3;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-topic,
.coveo-icon.objecttype.Topic,
.coveo-icon.objecttype.topic,
.coveo-filetype-salesforce-standard-topic-small,
.coveo-icon.objecttype.coveo-small.Topic,
.coveo-icon.objecttype.coveo-small.topic {
    background-color: #56aadf;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-product-required,
.coveo-filetype-salesforce-standard-product-required-small {
    background-color: #ef6e64;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-process,
.coveo-filetype-salesforce-standard-process-small {
    background-color: #0079bc;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-people,
.coveo-filetype-salesforce-standard-people-small {
    background-color: #34becd;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-reward,
.coveo-filetype-salesforce-standard-reward-small {
    background-color: #e9696e;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-performance,
.coveo-filetype-salesforce-standard-performance-small {
    background-color: #f8b156;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-case-comment,
.coveo-filetype-salesforce-standard-case-comment-small {
    background-color: #f2cf5b;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-campaign,
.coveo-icon.objecttype.Campaign,
.coveo-icon.objecttype.campaign,
.coveo-filetype-salesforce-standard-campaign-small,
.coveo-icon.objecttype.coveo-small.Campaign,
.coveo-icon.objecttype.coveo-small.campaign {
    background-color: #f49756;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-business-hours,
.coveo-filetype-salesforce-standard-business-hours-small {
    background-color: #7dc37d;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-evernote,
.coveo-filetype-salesforce-standard-evernote-small {
    background-color: #86c86f;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-service-territory,
.coveo-filetype-salesforce-standard-service-territory-small {
    background-color: #7e8be4;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-case,
.coveo-filetype-salesforce-standard-case-small {
    background-color: #f2cf5b;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-record,
.coveo-filetype-salesforce-standard-record-small {
    background-color: #7dc37d;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-contract-line-item,
.coveo-filetype-salesforce-standard-contract-line-item-small {
    background-color: #6ec06e;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-skill-entity,
.coveo-filetype-salesforce-standard-skill-entity-small {
    background-color: #8b9ae3;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-skill,
.coveo-filetype-salesforce-standard-skill-small {
    background-color: #fa975c;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-operating-hours,
.coveo-filetype-salesforce-standard-operating-hours-small {
    background-color: #6b9ee2;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-custom,
.coveo-filetype-salesforce-standard-custom-small {
    background-color: #8199af;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-related-list,
.coveo-icon.objecttype.List,
.coveo-icon.objecttype.list,
.coveo-icon.filetype.Saleforceitem,
.coveo-icon.filetype.saleforceitem,
.coveo-icon.filetype.Lithiumcategory,
.coveo-icon.filetype.lithiumcategory,
.coveo-icon.filetype.Spwikipagelibrarylist,
.coveo-icon.filetype.spwikipagelibrarylist,
.coveo-filetype-salesforce-standard-related-list-small,
.coveo-icon.objecttype.coveo-small.List,
.coveo-icon.objecttype.coveo-small.list,
.coveo-icon.filetype.coveo-small.Saleforceitem,
.coveo-icon.filetype.coveo-small.saleforceitem,
.coveo-icon.filetype.coveo-small.Lithiumcategory,
.coveo-icon.filetype.coveo-small.lithiumcategory,
.coveo-icon.filetype.coveo-small.Spwikipagelibrarylist,
.coveo-icon.filetype.coveo-small.spwikipagelibrarylist {
    background-color: #59bcab;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-case-change-status,
.coveo-filetype-salesforce-standard-case-change-status-small {
    background-color: #f2cf5b;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-insurance-console,
.coveo-filetype-salesforce-standard-insurance-console-small {
    background-color: #00afa0;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-contract,
.coveo-icon.objecttype.Contract,
.coveo-icon.objecttype.contract,
.coveo-filetype-salesforce-standard-contract-small,
.coveo-icon.objecttype.coveo-small.Contract,
.coveo-icon.objecttype.coveo-small.contract {
    background-color: #6ec06e;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-photo,
.coveo-filetype-salesforce-standard-photo-small {
    background-color: #d7d1d1;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-apps,
.coveo-filetype-salesforce-standard-apps-small {
    background-color: #3c97dd;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-timesheet,
.coveo-filetype-salesforce-standard-timesheet-small {
    background-color: #7e8be4;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-drafts,
.coveo-filetype-salesforce-standard-drafts-small {
    background-color: #6ca1e9;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-work-order-item,
.coveo-filetype-salesforce-standard-work-order-item-small {
    background-color: #33a8dc;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-pricebook,
.coveo-filetype-salesforce-standard-pricebook-small {
    background-color: #b781d3;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-scan-card,
.coveo-filetype-salesforce-standard-scan-card-small {
    background-color: #f39e58;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-note,
.coveo-icon.objecttype.Note,
.coveo-icon.objecttype.note,
.coveo-filetype-salesforce-standard-note-small,
.coveo-icon.objecttype.coveo-small.Note,
.coveo-icon.objecttype.coveo-small.note {
    background-color: #e6d478;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-opportunity,
.coveo-icon.objecttype.Opportunity,
.coveo-icon.objecttype.opportunity,
.coveo-icon.objecttype.Opportunityproduct,
.coveo-icon.objecttype.opportunityproduct,
.coveo-filetype-salesforce-standard-opportunity-small,
.coveo-icon.objecttype.coveo-small.Opportunity,
.coveo-icon.objecttype.coveo-small.opportunity,
.coveo-icon.objecttype.coveo-small.Opportunityproduct,
.coveo-icon.objecttype.coveo-small.opportunityproduct {
    background-color: #fcb95b;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-news,
.coveo-filetype-salesforce-standard-news-small {
    background-color: #7f8de1;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-call-history,
.coveo-filetype-salesforce-standard-call-history-small {
    background-color: #f2cf5b;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-report,
.coveo-icon.objecttype.Report,
.coveo-icon.objecttype.report,
.coveo-filetype-salesforce-standard-report-small,
.coveo-icon.objecttype.coveo-small.Report,
.coveo-icon.objecttype.coveo-small.report {
    background-color: #2ecbbe;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-groups,
.coveo-icon.objecttype.Collaborationgroup,
.coveo-icon.objecttype.collaborationgroup,
.coveo-icon.filetype.Lithiumboard,
.coveo-icon.filetype.lithiumboard,
.coveo-filetype-salesforce-standard-groups-small,
.coveo-icon.objecttype.coveo-small.Collaborationgroup,
.coveo-icon.objecttype.coveo-small.collaborationgroup,
.coveo-icon.filetype.coveo-small.Lithiumboard,
.coveo-icon.filetype.coveo-small.lithiumboard {
    background-color: #779ef2;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-dashboard,
.coveo-icon.objecttype.Dashboard,
.coveo-icon.objecttype.dashboard,
.coveo-filetype-salesforce-standard-dashboard-small,
.coveo-icon.objecttype.coveo-small.Dashboard,
.coveo-icon.objecttype.coveo-small.dashboard {
    background-color: #ef6e64;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-generic-loading,
.coveo-filetype-salesforce-standard-generic-loading-small {
    background-color: #b8c3ce;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-address,
.coveo-filetype-salesforce-standard-address-small {
    background-color: #4bc076;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-entity-milestone,
.coveo-filetype-salesforce-standard-entity-milestone-small {
    background-color: #f49756;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-wealth-management,
.coveo-filetype-salesforce-standard-wealth-management-small {
    background-color: #00d2be;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-customers,
.coveo-filetype-salesforce-standard-customers-small {
    background-color: #0eb58a;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-service-appointment,
.coveo-icon.objecttype.Appointment,
.coveo-icon.objecttype.appointment,
.coveo-filetype-salesforce-standard-service-appointment-small,
.coveo-icon.objecttype.coveo-small.Appointment,
.coveo-icon.objecttype.coveo-small.appointment {
    background-color: #7e8be4;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-maintenance-plan,
.coveo-filetype-salesforce-standard-maintenance-plan-small {
    background-color: #2a739e;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-data-integration-hub,
.coveo-filetype-salesforce-standard-data-integration-hub-small {
    background-color: #2a739e;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-hierarchy,
.coveo-filetype-salesforce-standard-hierarchy-small {
    background-color: #34becd;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-partner-marketing-budget,
.coveo-filetype-salesforce-standard-partner-marketing-budget-small {
    background-color: #0eb58a;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-skill-requirement,
.coveo-filetype-salesforce-standard-skill-requirement-small {
    background-color: #fa975c;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-location,
.coveo-filetype-salesforce-standard-location-small {
    background-color: #4bc076;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-avatar-loading,
.coveo-filetype-salesforce-standard-avatar-loading-small {
    background-color: #b8c3ce;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-article,
.coveo-icon.objecttype.Salesliterature,
.coveo-icon.objecttype.salesliterature,
.coveo-icon.objecttype.Kbarticle,
.coveo-icon.objecttype.kbarticle,
.coveo-icon.objecttype.Knowledgearticle,
.coveo-icon.objecttype.knowledgearticle,
.coveo-icon.filetype.Cfpage,
.coveo-icon.filetype.cfpage,
.coveo-filetype-salesforce-standard-article-small,
.coveo-icon.objecttype.coveo-small.Salesliterature,
.coveo-icon.objecttype.coveo-small.salesliterature,
.coveo-icon.objecttype.coveo-small.Kbarticle,
.coveo-icon.objecttype.coveo-small.kbarticle,
.coveo-icon.objecttype.coveo-small.Knowledgearticle,
.coveo-icon.objecttype.coveo-small.knowledgearticle,
.coveo-icon.filetype.coveo-small.Cfpage,
.coveo-icon.filetype.coveo-small.cfpage {
    background-color: #f2cf5b;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-log-a-call,
.coveo-filetype-salesforce-standard-log-a-call-small {
    background-color: #48c3cc;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-quotes,
.coveo-icon.objecttype.Quote,
.coveo-icon.objecttype.quote,
.coveo-filetype-salesforce-standard-quotes-small,
.coveo-icon.objecttype.coveo-small.Quote,
.coveo-icon.objecttype.coveo-small.quote {
    background-color: #88c651;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-question-feed,
.coveo-icon.filetype.Cfcomment,
.coveo-icon.filetype.cfcomment,
.coveo-filetype-salesforce-standard-question-feed-small,
.coveo-icon.filetype.coveo-small.Cfcomment,
.coveo-icon.filetype.coveo-small.cfcomment {
    background-color: #f2cf5b;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-merge,
.coveo-filetype-salesforce-standard-merge-small {
    background-color: #f2cf5b;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-product-consumed,
.coveo-filetype-salesforce-standard-product-consumed-small {
    background-color: #55bc9c;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-canvas,
.coveo-filetype-salesforce-standard-canvas-small {
    background-color: #8199af;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-forecasts,
.coveo-filetype-salesforce-standard-forecasts-small {
    background-color: #6bbd6e;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-relationship,
.coveo-filetype-salesforce-standard-relationship-small {
    background-color: #3c97dd;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-service-resource,
.coveo-filetype-salesforce-standard-service-resource-small {
    background-color: #7e8be4;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-sales-path,
.coveo-filetype-salesforce-standard-sales-path-small {
    background-color: #2a739e;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-rtc-presence,
.coveo-filetype-salesforce-standard-rtc-presence-small {
    background-color: #47cfd2;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-avatar,
.coveo-filetype-salesforce-standard-avatar-small {
    background-color: #62b7ed;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-solution,
.coveo-icon.objecttype.Solution,
.coveo-icon.objecttype.solution,
.coveo-icon.objecttype.Kbsolution,
.coveo-icon.objecttype.kbsolution,
.coveo-filetype-salesforce-standard-solution-small,
.coveo-icon.objecttype.coveo-small.Solution,
.coveo-icon.objecttype.coveo-small.solution,
.coveo-icon.objecttype.coveo-small.Kbsolution,
.coveo-icon.objecttype.coveo-small.kbsolution {
    background-color: #8fc972;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-partner-fund-claim,
.coveo-filetype-salesforce-standard-partner-fund-claim-small {
    background-color: #0eb58a;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-individual,
.coveo-filetype-salesforce-standard-individual-small {
    background-color: #3c97dd;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-custom-notification,
.coveo-filetype-salesforce-standard-custom-notification-small {
    background-color: #6bb7e4;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-template,
.coveo-filetype-salesforce-standard-template-small {
    background-color: #3c97dd;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-shipment,
.coveo-filetype-salesforce-standard-shipment-small {
    background-color: #7e8be4;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-event,
.coveo-icon.objecttype.Event,
.coveo-icon.objecttype.event,
.coveo-filetype-salesforce-standard-event-small,
.coveo-icon.objecttype.coveo-small.Event,
.coveo-icon.objecttype.coveo-small.event {
    background-color: #eb7092;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-insurance,
.coveo-filetype-salesforce-standard-insurance-small {
    background-color: #00d2be;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-live-chat-visitor,
.coveo-filetype-salesforce-standard-live-chat-visitor-small {
    background-color: #f68960;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-survey,
.coveo-filetype-salesforce-standard-survey-small {
    background-color: #319fd6;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-link,
.coveo-filetype-salesforce-standard-link-small {
    background-color: #7a9ae6;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-messaging-session,
.coveo-filetype-salesforce-standard-messaging-session-small {
    background-color: #34becd;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-list-email,
.coveo-filetype-salesforce-standard-list-email-small {
    background-color: #8baeb5;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-document,
.coveo-filetype-salesforce-standard-document-small {
    background-color: #baac93;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-product-transfer,
.coveo-filetype-salesforce-standard-product-transfer-small {
    background-color: #f88962;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-recent,
.coveo-filetype-salesforce-standard-recent-small {
    background-color: #6ca1e9;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-insights,
.coveo-icon.filetype.Cfblogentry,
.coveo-icon.filetype.cfblogentry,
.coveo-filetype-salesforce-standard-insights-small,
.coveo-icon.filetype.coveo-small.Cfblogentry,
.coveo-icon.filetype.coveo-small.cfblogentry {
    background-color: #ec94ed;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-dropbox,
.coveo-filetype-salesforce-standard-dropbox-small {
    background-color: #52aef9;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-file,
.coveo-icon.objecttype.File,
.coveo-icon.objecttype.file,
.coveo-icon.objecttype.Annotation,
.coveo-icon.objecttype.annotation,
.coveo-filetype-salesforce-standard-file-small,
.coveo-icon.objecttype.coveo-small.File,
.coveo-icon.objecttype.coveo-small.file,
.coveo-icon.objecttype.coveo-small.Annotation,
.coveo-icon.objecttype.coveo-small.annotation {
    background-color: #baac93;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-team-member,
.coveo-icon.filetype.Lithiumcommunity,
.coveo-icon.filetype.lithiumcommunity,
.coveo-filetype-salesforce-standard-team-member-small,
.coveo-icon.filetype.coveo-small.Lithiumcommunity,
.coveo-icon.filetype.coveo-small.lithiumcommunity {
    background-color: #f2cf5b;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-group-loading,
.coveo-filetype-salesforce-standard-group-loading-small {
    background-color: #b8c3ce;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-lead,
.coveo-icon.objecttype.Lead,
.coveo-icon.objecttype.lead,
.coveo-filetype-salesforce-standard-lead-small,
.coveo-icon.objecttype.coveo-small.Lead,
.coveo-icon.objecttype.coveo-small.lead {
    background-color: #f88962;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-email,
.coveo-filetype-salesforce-standard-email-small {
    background-color: #95aec5;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-service-contract,
.coveo-icon.objecttype.Service,
.coveo-icon.objecttype.service,
.coveo-filetype-salesforce-standard-service-contract-small,
.coveo-icon.objecttype.coveo-small.Service,
.coveo-icon.objecttype.coveo-small.service {
    background-color: #8a76f0;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-entitlement-process,
.coveo-filetype-salesforce-standard-entitlement-process-small {
    background-color: #7e8be4;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-contact-list,
.coveo-filetype-salesforce-standard-contact-list-small {
    background-color: #a094ed;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-channel-program-history,
.coveo-filetype-salesforce-standard-channel-program-history-small {
    background-color: #0eb58a;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-question-best,
.coveo-filetype-salesforce-standard-question-best-small {
    background-color: #f2cf5b;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-knowledge,
.coveo-icon.objecttype.Kbdocumentation,
.coveo-icon.objecttype.kbdocumentation,
.coveo-icon.objecttype.Kbtechnicalarticle,
.coveo-icon.objecttype.kbtechnicalarticle,
.coveo-icon.objecttype.Kbknowledgearticle,
.coveo-icon.objecttype.kbknowledgearticle,
.coveo-filetype-salesforce-standard-knowledge-small,
.coveo-icon.objecttype.coveo-small.Kbdocumentation,
.coveo-icon.objecttype.coveo-small.kbdocumentation,
.coveo-icon.objecttype.coveo-small.Kbtechnicalarticle,
.coveo-icon.objecttype.coveo-small.kbtechnicalarticle,
.coveo-icon.objecttype.coveo-small.Kbknowledgearticle,
.coveo-icon.objecttype.coveo-small.kbknowledgearticle {
    background-color: #ec94ed;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-lead-insights,
.coveo-filetype-salesforce-standard-lead-insights-small {
    background-color: #22b0e6;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-concur,
.coveo-filetype-salesforce-standard-concur-small {
    background-color: #4cc3c7;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-feed,
.coveo-icon.objecttype.Feed,
.coveo-icon.objecttype.feed,
.coveo-icon.filetype.Rssitem,
.coveo-icon.filetype.rssitem,
.coveo-filetype-salesforce-standard-feed-small,
.coveo-icon.objecttype.coveo-small.Feed,
.coveo-icon.objecttype.coveo-small.feed,
.coveo-icon.filetype.coveo-small.Rssitem,
.coveo-icon.filetype.coveo-small.rssitem {
    background-color: #62b7ed;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-messaging-conversation,
.coveo-filetype-salesforce-standard-messaging-conversation-small {
    background-color: #34becd;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-service-report,
.coveo-icon.filetype.Jiraissue,
.coveo-icon.filetype.jiraissue,
.coveo-filetype-salesforce-standard-service-report-small,
.coveo-icon.filetype.coveo-small.Jiraissue,
.coveo-icon.filetype.coveo-small.jiraissue {
    background-color: #7e8be4;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-call,
.coveo-icon.objecttype.Phonecall,
.coveo-icon.objecttype.phonecall,
.coveo-filetype-salesforce-standard-call-small,
.coveo-icon.objecttype.coveo-small.Phonecall,
.coveo-icon.objecttype.coveo-small.phonecall {
    background-color: #f2cf5b;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-stage,
.coveo-filetype-salesforce-standard-stage-small {
    background-color: #ff9a3c;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-product-request-line-item,
.coveo-filetype-salesforce-standard-product-request-line-item-small {
    background-color: #88c651;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-return-order-line-item,
.coveo-filetype-salesforce-standard-return-order-line-item-small {
    background-color: #009688;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-quick-text,
.coveo-filetype-salesforce-standard-quick-text-small {
    background-color: #62b7e5;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-home,
.coveo-filetype-salesforce-standard-home-small {
    background-color: #ef7ead;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-sossession,
.coveo-filetype-salesforce-standard-sossession-small {
    background-color: #54698d;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-stage-collection,
.coveo-filetype-salesforce-standard-stage-collection-small {
    background-color: #ff9a3c;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-product-request,
.coveo-filetype-salesforce-standard-product-request-small {
    background-color: #88c651;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-logging,
.coveo-filetype-salesforce-standard-logging-small {
    background-color: #00a1df;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-assigned-resource,
.coveo-filetype-salesforce-standard-assigned-resource-small {
    background-color: #45c173;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-return-order,
.coveo-filetype-salesforce-standard-return-order-small {
    background-color: #009688;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-poll,
.coveo-filetype-salesforce-standard-poll-small {
    background-color: #699be1;
    border-radius: 2px;
}

.coveo-filetype-salesforce-standard-household,
.coveo-filetype-salesforce-standard-household-small {
    background-color: #00afa0;
    border-radius: 2px;
}

.coveo-icon {
    position: relative;
}

    .coveo-icon .coveo-icon-caption-overlay {
        display: none;
    }

    .coveo-icon.filetype.Cfpage .coveo-icon-caption-overlay,
    .coveo-icon.filetype.cfpage .coveo-icon-caption-overlay {
        display: block;
    }

    .coveo-icon.filetype.Cfcomment .coveo-icon-caption-overlay,
    .coveo-icon.filetype.cfcomment .coveo-icon-caption-overlay {
        display: block;
    }

    .coveo-icon.filetype.Cfspace .coveo-icon-caption-overlay,
    .coveo-icon.filetype.cfspace .coveo-icon-caption-overlay {
        display: block;
    }

    .coveo-icon.filetype.Cfblogentry .coveo-icon-caption-overlay,
    .coveo-icon.filetype.cfblogentry .coveo-icon-caption-overlay {
        display: block;
    }

    .coveo-icon.filetype.Confluencespace .coveo-icon-caption-overlay,
    .coveo-icon.filetype.confluencespace .coveo-icon-caption-overlay {
        display: block;
    }

    .coveo-icon.filetype.coveo-small.Cfpage .coveo-icon-caption-overlay,
    .coveo-icon.filetype.coveo-small.cfpage .coveo-icon-caption-overlay {
        display: block;
    }

    .coveo-icon.filetype.coveo-small.Cfcomment .coveo-icon-caption-overlay,
    .coveo-icon.filetype.coveo-small.cfcomment .coveo-icon-caption-overlay {
        display: block;
    }

    .coveo-icon.filetype.coveo-small.Cfspace .coveo-icon-caption-overlay,
    .coveo-icon.filetype.coveo-small.cfspace .coveo-icon-caption-overlay {
        display: block;
    }

    .coveo-icon.filetype.coveo-small.Cfblogentry .coveo-icon-caption-overlay,
    .coveo-icon.filetype.coveo-small.cfblogentry .coveo-icon-caption-overlay {
        display: block;
    }

    .coveo-icon.filetype.coveo-small.Confluencespace .coveo-icon-caption-overlay,
    .coveo-icon.filetype.coveo-small.confluencespace .coveo-icon-caption-overlay {
        display: block;
    }

.coveo-icon-caption-overlay {
    background-color: white;
    border: thin solid #bcc3ca;
    border-radius: 2px;
    font-size: 11px;
    position: absolute;
    top: -16px;
    left: -10px;
    text-indent: 0;
    padding: 2px;
    color: #67768b;
    width: 60px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.coveo-icon.coveo-small .coveo-icon-caption-overlay {
    width: 40px;
    top: -18px;
    left: -10px;
}

.coveo-icon[data-with-label="true"] .coveo-icon-caption-overlay {
    display: block;
}

.coveo-icon[data-with-label="true"].coveo-small .coveo-icon-caption-overlay {
    display: none;
}

.CoveoIcon .CoveoQuickview,
.CoveoIcon.coveo-icon .CoveoQuickview,
.CoveoIcon.coveo-icon.filetype .CoveoQuickview,
.CoveoIcon.coveo-icon.objecttype .CoveoQuickview,
.CoveoIcon.coveo-icon.sysfiletype .CoveoQuickview {
    position: absolute;
    text-indent: 0;
    left: 2px;
    right: 2px;
    position: "absolute";
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
}

.CoveoIcon:hover.coveo-with-quickview,
.CoveoIcon.coveo-icon:hover.coveo-with-quickview,
.CoveoIcon.coveo-icon.filetype:hover.coveo-with-quickview,
.CoveoIcon.coveo-icon.objecttype:hover.coveo-with-quickview,
.CoveoIcon.coveo-icon.sysfiletype:hover.coveo-with-quickview {
    background-image: none;
    border: thin solid #bcc3ca;
    border-radius: 2px;
    background-color: #f7f8f9;
}

    .CoveoIcon:hover.coveo-with-quickview .CoveoQuickview,
    .CoveoIcon.coveo-icon:hover.coveo-with-quickview .CoveoQuickview,
    .CoveoIcon.coveo-icon.filetype:hover.coveo-with-quickview .CoveoQuickview,
    .CoveoIcon.coveo-icon.objecttype:hover.coveo-with-quickview .CoveoQuickview,
    .CoveoIcon.coveo-icon.sysfiletype:hover.coveo-with-quickview .CoveoQuickview {
        display: block;
    }

        .CoveoIcon:hover.coveo-with-quickview .CoveoQuickview:hover,
        .CoveoIcon.coveo-icon:hover.coveo-with-quickview .CoveoQuickview:hover,
        .CoveoIcon.coveo-icon.filetype:hover.coveo-with-quickview .CoveoQuickview:hover,
        .CoveoIcon.coveo-icon.objecttype:hover.coveo-with-quickview .CoveoQuickview:hover,
        .CoveoIcon.coveo-icon.sysfiletype:hover.coveo-with-quickview .CoveoQuickview:hover {
            text-decoration: none;
        }

.coveo-btn {
    display: inline-block;
    height: 34px;
    padding: 8.5px 16px;
    color: #1d4f76;
    font-family: "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: #ffffff;
    border: 1px solid #bcc3ca;
    border-radius: 2px;
    cursor: pointer;
}

    .coveo-btn .coveo-icon {
        fill: #1d4f76;
    }

    .coveo-btn:hover,
    .coveo-btn:focus {
        text-decoration: none;
    }

    .coveo-btn:focus {
        background-color: #e6ecf0;
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .coveo-btn:disabled,
    .coveo-btn.coveo-state-disabled {
        color: #bcc3ca;
        cursor: default;
    }

    .coveo-btn.coveo-mod-small {
        height: 24px;
        padding: 0 10px;
        font-size: 11px;
        line-height: 14px;
    }

    .coveo-btn.coveo-mod-large {
        height: 50px;
    }

    .coveo-btn.coveo-mod-primary {
        color: #ffffff;
        background-color: #f58020;
        border: 1px solid #f58020;
    }

        .coveo-btn.coveo-mod-primary:hover,
        .coveo-btn.coveo-mod-primary:focus {
            background-color: #f68e38;
            border: 1px solid #f68e38;
        }

        .coveo-btn.coveo-mod-primary:disabled,
        .coveo-btn.coveo-mod-primary.coveo-state-disabled {
            background-color: #f9b882;
            border: 1px solid #f9b882;
        }

        .coveo-btn.coveo-mod-primary .coveo-icon {
            fill: #ffffff;
        }

    .coveo-btn.coveo-mod-danger {
        color: #ffffff;
        background-color: #ce3f00;
        border: 1px solid #ce3f00;
    }

        .coveo-btn.coveo-mod-danger:hover,
        .coveo-btn.coveo-mod-danger:focus {
            background-color: #e84700;
            border: 1px solid #e84700;
        }

        .coveo-btn.coveo-mod-danger:disabled,
        .coveo-btn.coveo-mod-danger.coveo-state-disabled {
            background-color: #ff7335;
            border: 1px solid #ff7335;
        }

        .coveo-btn.coveo-mod-danger .coveo-icon {
            fill: #ffffff;
        }

    .coveo-btn.coveo-mod-link {
        background-color: transparent;
        border: none;
    }

    .coveo-btn + .coveo-btn,
    .coveo-btn + .coveo-btn-container {
        margin-left: 10px;
    }

    .coveo-btn .coveo-confirm-icon-error,
    .coveo-btn .coveo-confirm-icon-success {
        display: none;
    }

    .coveo-btn.coveo-mod-confirm-success,
    .coveo-btn.coveo-mod-confirm-error {
        position: relative;
        color: transparent;
        outline: 0;
        transition: background-color 0.2s ease;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .coveo-btn.coveo-mod-confirm-success:before,
        .coveo-btn.coveo-mod-confirm-error:before {
            position: absolute;
            top: 40px;
            font-size: 11px;
            text-transform: initial;
            animation: coveo-vp-fadeIn ease-in 1;
            animation-duration: 0.3s;
            animation-fill-mode: forwards;
            opacity: 0;
        }

        .coveo-btn.coveo-mod-confirm-success.coveo-mod-confirm-right:before,
        .coveo-btn.coveo-mod-confirm-error.coveo-mod-confirm-right:before {
            right: 0;
        }

        .coveo-btn.coveo-mod-confirm-success.coveo-mod-confirm-left:before,
        .coveo-btn.coveo-mod-confirm-error.coveo-mod-confirm-left:before {
            left: 0;
        }

        .coveo-btn.coveo-mod-confirm-success .coveo-confirm-icon-error,
        .coveo-btn.coveo-mod-confirm-success .coveo-confirm-icon-success,
        .coveo-btn.coveo-mod-confirm-error .coveo-confirm-icon-error,
        .coveo-btn.coveo-mod-confirm-error .coveo-confirm-icon-success {
            position: absolute;
            top: calc(50% - 15px / 2);
            right: calc(50% - 15px / 2);
            display: inline-block;
            font-size: 15px;
            fill: #ffffff;
        }

    .coveo-btn.coveo-mod-confirm {
        margin-bottom: 20px;
    }

    .coveo-btn.coveo-mod-confirm-success {
        background-color: #009830;
        border: 1px solid #009830;
    }

        .coveo-btn.coveo-mod-confirm-success:focus,
        .coveo-btn.coveo-mod-confirm-success:hover {
            background-color: #009830;
        }

        .coveo-btn.coveo-mod-confirm-success:before {
            color: #009830;
            content: attr(data-confirm-success);
        }

        .coveo-btn.coveo-mod-confirm-success .coveo-confirm-icon-error {
            display: none;
        }

    .coveo-btn.coveo-mod-confirm-error {
        background-color: #ce3f00;
        border: 1px solid #ce3f00;
    }

        .coveo-btn.coveo-mod-confirm-error:focus,
        .coveo-btn.coveo-mod-confirm-error:hover {
            background-color: #ce3f00;
        }

        .coveo-btn.coveo-mod-confirm-error:before {
            color: #ce3f00;
            content: attr(data-confirm-error);
        }

        .coveo-btn.coveo-mod-confirm-error .coveo-confirm-icon-success {
            display: none;
        }

.coveo-btn-container {
    display: inline-block;
    margin: 0;
}

    .coveo-btn-container .coveo-btn[disabled] {
        pointer-events: none;
    }

    .coveo-btn-container + .coveo-btn,
    .coveo-btn-container + .coveo-btn-container {
        margin-left: 10px;
    }

.coveo-modal-backdrop,
.coveo-modal-container {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.coveo-modal-backdrop {
    z-index: 1049;
    background: #1d4f76;
    transition: all 0.3s;
    opacity: 0.9;
}

    .coveo-modal-backdrop.coveo-layer-1 {
        z-index: 1049;
    }

    .coveo-modal-backdrop.coveo-layer-2 {
        z-index: 1069;
    }

    .coveo-modal-backdrop.coveo-layer-3 {
        z-index: 1089;
    }

    .coveo-modal-backdrop.coveo-layer-4 {
        z-index: 1109;
    }

    .coveo-modal-backdrop.coveo-layer-5 {
        z-index: 1129;
    }

    .coveo-modal-backdrop.coveo-layer-6 {
        z-index: 1149;
    }

    .coveo-modal-backdrop.coveo-layer-7 {
        z-index: 1169;
    }

    .coveo-modal-backdrop.coveo-layer-8 {
        z-index: 1189;
    }

    .coveo-modal-backdrop.coveo-layer-9 {
        z-index: 1209;
    }

    .coveo-modal-backdrop.coveo-layer-10 {
        z-index: 1229;
    }

    .coveo-modal-backdrop.coveo-prompt-backdrop {
        position: absolute;
        opacity: 0.5;
    }

        .coveo-modal-backdrop.coveo-prompt-backdrop .coveo-mask {
            position: fixed;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
        }

    .coveo-modal-backdrop.coveo-clear,
    .coveo-modal-backdrop.coveo-closed {
        opacity: 0;
    }

    .coveo-modal-backdrop.coveo-closed {
        visibility: hidden;
    }

.coveo-modal-container {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1050;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    pointer-events: none;
}

    .coveo-modal-container.coveo-layer-1 {
        z-index: 1050;
    }

    .coveo-modal-container.coveo-layer-2 {
        z-index: 1070;
    }

    .coveo-modal-container.coveo-layer-3 {
        z-index: 1090;
    }

    .coveo-modal-container.coveo-layer-4 {
        z-index: 1110;
    }

    .coveo-modal-container.coveo-layer-5 {
        z-index: 1130;
    }

    .coveo-modal-container.coveo-layer-6 {
        z-index: 1150;
    }

    .coveo-modal-container.coveo-layer-7 {
        z-index: 1170;
    }

    .coveo-modal-container.coveo-layer-8 {
        z-index: 1190;
    }

    .coveo-modal-container.coveo-layer-9 {
        z-index: 1210;
    }

    .coveo-modal-container.coveo-layer-10 {
        z-index: 1230;
    }

    .coveo-modal-container.coveo-opening,
    .coveo-modal-container.coveo-opened {
        visibility: visible;
    }

        .coveo-modal-container.coveo-opening > .coveo-modal-content,
        .coveo-modal-container.coveo-opened > .coveo-modal-content {
            opacity: 1;
        }

    .coveo-modal-container .coveo-modal-content {
        position: relative;
        -ms-flex-direction: column;
        flex-direction: column;
        display: -ms-flexbox;
        display: flex;
        width: 45%;
        height: 50%;
        opacity: 0;
        pointer-events: auto;
    }

    .coveo-modal-container.coveo-mod-medium > .coveo-modal-content {
        width: 65%;
        height: 70%;
    }

    .coveo-modal-container.coveo-mod-big > .coveo-modal-content {
        width: 85%;
        height: 90%;
    }

    .coveo-modal-container.coveo-mod-width-small > .coveo-modal-content {
        width: 520px;
    }

    .coveo-modal-container.coveo-mod-stick-bottom {
        -ms-flex-align: end;
        align-items: flex-end;
    }

        .coveo-modal-container.coveo-mod-stick-bottom > .coveo-modal-content {
            height: 55%;
        }

            .coveo-modal-container.coveo-mod-stick-bottom > .coveo-modal-content > .coveo-modal-footer {
                border-radius: 0;
            }

        .coveo-modal-container.coveo-mod-stick-bottom.coveo-mod-medium > .coveo-modal-content {
            height: 75%;
        }

        .coveo-modal-container.coveo-mod-stick-bottom.coveo-mod-big > .coveo-modal-content {
            height: 95%;
        }

    .coveo-modal-container.coveo-mod-fade-in-scale > .coveo-modal-content {
        -ms-transform: scale(0.7);
        transform: scale(0.7);
        transition: all 0.3s;
    }

    .coveo-modal-container.coveo-opened.coveo-mod-fade-in-scale > .coveo-modal-content {
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .coveo-modal-container.coveo-mod-slide-in-bottom > .coveo-modal-content {
        transform: translate3d(0, 20%, 0);
        transition: all 0.3s;
    }

    .coveo-modal-container.coveo-opened.coveo-mod-slide-in-bottom > .coveo-modal-content {
        transform: translate3d(0, 0, 0);
    }

.coveo-modal-header {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    padding: 0 40px;
    color: #ffffff;
    background-color: #ffffff;
    border-bottom: 1px solid #bcc3ca;
    border-radius: 2px 2px 0 0;
}

    .coveo-modal-header.coveo-mod-confirmation {
        background-color: #ecad00;
    }

    .coveo-modal-header.coveo-mod-warning {
        background-color: #ce3f00;
    }

    .coveo-modal-header.coveo-mod-info {
        background-color: #1d4f76;
    }

    .coveo-modal-header h1 {
        -ms-flex-positive: 1;
        flex-grow: 1;
        overflow: hidden;
        color: #1d4f76;
        line-height: 30px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .coveo-modal-header .coveo-small-close {
        position: absolute;
        top: -2.10256em;
        right: 0;
        cursor: pointer;
    }

        .coveo-modal-header .coveo-small-close,
        .coveo-modal-header .coveo-small-close .coveo-icon {
            width: 1.33333em;
            height: 1.33333em;
        }

.coveo-modal-body {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: auto;
    background-color: #ffffff;
}

.coveo-modal-footer {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: -ms-flexbox;
    display: flex;
    padding: 24px 40px;
    overflow: hidden;
    background-color: #f1f3f4;
    border-top: 1px solid #bcc3ca;
    border-radius: 0 0 2px 2px;
}

    .coveo-modal-footer.coveo-mod-small {
        padding: 12px 20px;
    }

.coveo-modal-header .coveo-small-close {
    position: absolute;
    top: -1.7em;
    right: 0;
    cursor: pointer;
}

@media (max-height: 500px) {
    .coveo-modal-header .coveo-small-close {
        right: -1.7em;
        top: 0;
    }
}

.coveo-fill-pure-white {
    fill: #ffffff;
}

.coveo-modal-container {
    font-family: "Lato", Arial, Helvetica, sans-serif;
    box-sizing: border-box;
}

    .coveo-modal-container * {
        box-sizing: border-box;
    }

    .coveo-modal-container .coveo-modal-content {
        -ms-transform: scale(0.7);
        transform: scale(0.7);
        transition: all 0.3s;
    }

        .coveo-modal-container .coveo-modal-content .coveo-media-max-width-800 {
            width: 85%;
            height: 90%;
        }

@media (max-width: 800px) {
    .coveo-modal-container .coveo-modal-content {
        width: 85%;
        height: 90%;
    }
}

.coveo-modal-container.coveo-mod-fade-in-scale .coveo-modal-content {
    -ms-transform: scale(1);
    transform: scale(1);
}

.coveo-modal-transparent {
    opacity: 0;
}

.coveo-modal-header h1 {
    line-height: inherit;
    font-size: 24px;
    font-weight: 400;
}

.coveo-modal-header {
    padding: 0 20px;
    height: 80px;
}

    .coveo-modal-header .coveo-media-max-width-480 {
        height: 50px;
    }

@media (max-width: 480px) {
    .coveo-modal-header {
        height: 50px;
    }
}

.coveo-modal-body {
    padding: 10px 20px;
}

.coveo-modalBox > .coveo-wrapper > .coveo-title {
    height: 40px;
    line-height: 23px;
    text-align: center;
    cursor: pointer;
}

    .coveo-modalBox > .coveo-wrapper > .coveo-title .coveo-close-button {
        position: absolute;
        left: 25px;
        display: inline-block;
    }

        .coveo-modalBox > .coveo-wrapper > .coveo-title .coveo-close-button .coveo-icon {
            margin-right: 10px;
        }

    .coveo-modalBox > .coveo-wrapper > .coveo-title .coveo-pop-up-reminder {
        color: #B4B4B4;
        font-weight: normal;
        display: inline-block;
    }

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.coveo-logo {
    display: inline-block;
}

.coveo-powered-by-svg {
    width: 100px;
    height: 28px;
}

.CoveoLogo {
    float: right;
    display: inline-block;
    margin: 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%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 10px 0;
}

@keyframes coveo-spin {
    from {
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes fadeout {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideInLeft {
    0% {
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
        opacity: 0;
    }

    100% {
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes coveo-spin {
    from {
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loadingFade {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0.8;
    }

    100% {
        opacity: 0;
    }
}

.coveo-youtube-player.coveo-modalBox > .coveo-wrapper {
    height: 90%;
    width: 90%;
    position: relative;
    overflow: hidden;
}

.coveo-youtube-thumbnail-container {
    position: relative;
}

.coveo-youtube-thumbnail-play-button {
    display: none;
}

.coveo-modal-container.coveo-youtube-player .coveo-modal-body {
    height: 90%;
}

    .coveo-modal-container.coveo-youtube-player .coveo-modal-body div {
        height: 100%;
        width: 100%;
    }

    .coveo-modal-container.coveo-youtube-player .coveo-modal-body iframe {
        height: 100%;
        width: 100%;
        border: none;
    }

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.coveo-input {
    position: relative;
    margin-top: 35px;
}

    .coveo-input input {
        width: 100%;
        height: 34px;
        padding: 0;
        font-size: 15px;
        background-color: transparent;
        box-shadow: none;
        border: 0;
        border-bottom: 1px solid rgba(79, 86, 88, 0.4);
        border-radius: 0;
        outline: 0;
        transition: all 0.2s ease;
    }

        .coveo-input input:focus:not([readonly]),
        .coveo-input input:valid,
        .coveo-input input:disabled {
            color: #313a45;
            border-bottom: 1px solid #296896;
        }

            .coveo-input input:focus:not([readonly]):-ms-input-placeholder,
            .coveo-input input:valid:-ms-input-placeholder,
            .coveo-input input:disabled:-ms-input-placeholder {
                color: #4f5658;
                font-family: "'Lato', Arial, Helvetica, sans-serif";
                font-size: inherit;
                text-transform: none;
                transition: color 0.2s ease;
            }

            .coveo-input input:focus:not([readonly])::placeholder,
            .coveo-input input:valid::placeholder,
            .coveo-input input:disabled::placeholder {
                color: #4f5658;
                font-family: "'Lato', Arial, Helvetica, sans-serif";
                font-size: inherit;
                text-transform: none;
                transition: color 0.2s ease;
            }

        .coveo-input input:disabled,
        .coveo-input input[readonly='readonly'] {
            color: #4f5658;
            border-bottom-color: #4f5658;
        }

            .coveo-input input:disabled + label,
            .coveo-input input[readonly='readonly'] + label {
                color: #4f5658;
            }

    .coveo-input label {
        position: absolute;
        top: 10px;
        left: 0;
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex;
        color: #313a45;
        font-size: 15px;
        transition: all 0.2s ease;
        pointer-events: none;
    }

        .coveo-input label.active,
        .coveo-input input:focus:not([readonly]) + label,
        .coveo-input input:valid + label,
        .coveo-input input:disabled + label {
            top: -20px;
            color: #296896;
            font-size: 13px;
        }

    .coveo-input input {
        padding: 3px 0;
        color: transparent;
        font-size: 15px;
        background-color: transparent;
        box-shadow: none;
        transition: color 0.2s ease;
    }

        .coveo-input input:-ms-input-placeholder {
            color: transparent;
            font-family: "'Lato', Arial, Helvetica, sans-serif";
            font-size: inherit;
            text-transform: none;
            transition: color 0.2s ease;
        }

        .coveo-input input::placeholder {
            color: transparent;
            font-family: "'Lato', Arial, Helvetica, sans-serif";
            font-size: inherit;
            text-transform: none;
            transition: color 0.2s ease;
        }

.coveo-numeric-spinner *,
.coveo-numeric-spinner *:before,
.coveo-numeric-spinner *:after {
    box-sizing: border-box;
}

.coveo-numeric-spinner input[type='text'] {
    width: 35px;
    height: 30px;
    border: 1px solid #a0aab3;
    border-radius: 2px 0 0 2px;
    font-size: 15px;
    text-align: center;
}

.coveo-numeric-spinner .coveo-add-on {
    display: inline-block;
    height: 30px;
    padding: 0;
    vertical-align: top;
    border: 1px solid #a0aab3;
    border-radius: 0 2px 2px 0;
    border-left-width: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.coveo-spinner-down,
.coveo-spinner-up {
    display: -ms-flexbox;
    display: flex;
    height: 50%;
    padding: 0 6px;
    border-radius: 3px;
    cursor: pointer;
}

    .coveo-spinner-down:hover,
    .coveo-spinner-up:hover {
        background-color: #296896;
    }

.coveo-spinner-down-svg,
.coveo-spinner-up-svg {
    width: 10px;
    height: 6px;
    color: #1d4f76;
    display: block;
    margin: auto;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.coveo-input {
    position: relative;
    margin-top: 35px;
}

    .coveo-input input {
        width: 100%;
        height: 34px;
        padding: 0;
        font-size: 15px;
        background-color: transparent;
        box-shadow: none;
        border: 0;
        border-bottom: 1px solid rgba(79, 86, 88, 0.4);
        border-radius: 0;
        outline: 0;
        transition: all 0.2s ease;
    }

        .coveo-input input:focus:not([readonly]),
        .coveo-input input:valid,
        .coveo-input input:disabled {
            color: #313a45;
            border-bottom: 1px solid #296896;
        }

            .coveo-input input:focus:not([readonly]):-ms-input-placeholder,
            .coveo-input input:valid:-ms-input-placeholder,
            .coveo-input input:disabled:-ms-input-placeholder {
                color: #4f5658;
                font-family: "'Lato', Arial, Helvetica, sans-serif";
                font-size: inherit;
                text-transform: none;
                transition: color 0.2s ease;
            }

            .coveo-input input:focus:not([readonly])::placeholder,
            .coveo-input input:valid::placeholder,
            .coveo-input input:disabled::placeholder {
                color: #4f5658;
                font-family: "'Lato', Arial, Helvetica, sans-serif";
                font-size: inherit;
                text-transform: none;
                transition: color 0.2s ease;
            }

        .coveo-input input:disabled,
        .coveo-input input[readonly='readonly'] {
            color: #4f5658;
            border-bottom-color: #4f5658;
        }

            .coveo-input input:disabled + label,
            .coveo-input input[readonly='readonly'] + label {
                color: #4f5658;
            }

    .coveo-input label {
        position: absolute;
        top: 10px;
        left: 0;
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex;
        color: #313a45;
        font-size: 15px;
        transition: all 0.2s ease;
        pointer-events: none;
    }

        .coveo-input label.active,
        .coveo-input input:focus:not([readonly]) + label,
        .coveo-input input:valid + label,
        .coveo-input input:disabled + label {
            top: -20px;
            color: #296896;
            font-size: 13px;
        }

    .coveo-input input {
        padding: 3px 0;
        color: transparent;
        font-size: 15px;
        background-color: transparent;
        box-shadow: none;
        transition: color 0.2s ease;
    }

        .coveo-input input:-ms-input-placeholder {
            color: transparent;
            font-family: "'Lato', Arial, Helvetica, sans-serif";
            font-size: inherit;
            text-transform: none;
            transition: color 0.2s ease;
        }

        .coveo-input input::placeholder {
            color: transparent;
            font-family: "'Lato', Arial, Helvetica, sans-serif";
            font-size: inherit;
            text-transform: none;
            transition: color 0.2s ease;
        }

.coveo-radio {
    position: relative;
}

    .coveo-radio input[type='radio'] {
        position: absolute;
        margin: 0;
        opacity: 0;
    }

        .coveo-radio input[type='radio'] + label {
            position: relative;
            display: inline-block;
            height: 16px;
            padding-left: 40px;
            color: #313a45;
            line-height: 16px;
            transition: 0.28s ease;
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

            .coveo-radio input[type='radio'] + label:before,
            .coveo-radio input[type='radio'] + label:after {
                position: absolute;
                top: 0;
                left: 0;
                z-index: 0;
                width: 16px;
                height: 16px;
                content: '';
                border-radius: 50%;
                transition: 0.28s ease;
                box-sizing: inherit;
            }

        .coveo-radio input[type='radio']:focus + label:before {
            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;
            -ms-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;
            -ms-transform: scale(0.5);
            transform: scale(0.5);
        }

        .coveo-radio input[type='radio']:disabled + label {
            color: #4f5658;
        }

            .coveo-radio input[type='radio']:disabled + label:before {
                border-color: #4f5658;
            }

        .coveo-radio input[type='radio']:disabled:checked + label:after {
            background-color: #4f5658;
        }

    .coveo-radio + .coveo-radio {
        margin-top: 10px;
    }

.radio-select .radio-option + .radio-option {
    margin-top: 18px;
}

.coveo-dropdown {
    -webkit-appearance: none;
    -moz-appearance: none;
    -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: white;
    margin: 0 10px;
    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: #313a45;
}

select.coveo-dropdown::-ms-expand {
    display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .coveo-dropdown {
        background-position-x: 95px;
    }
}

.coveo-button {
    display: inline-block;
    width: 100%;
    height: 30px;
    padding: 8.5px 16px;
    color: #296896;
    font-family: "Lato", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    text-decoration: none;
    text-overflow: ellipsis;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
    background-color: white;
    border: 1px solid #4f5658;
    border-radius: 2px;
    cursor: pointer;
}

    .coveo-button .icon {
        fill: #296896;
    }

    .coveo-button:hover,
    .coveo-button:focus {
        text-decoration: none;
    }

    .coveo-button:focus {
        background-color: #bcc3ca;
        outline: thin dotted;
        outline: 5px auto -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;
        box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
    }

.pika-single {
    *zoom: 1;
}

    .pika-single:before,
    .pika-single:after {
        content: " ";
        display: table;
    }

    .pika-single:after {
        clear: both;
    }

.pika-lendar {
    float: left;
    width: 240px;
    margin: 8px;
}

.pika-title {
    position: relative;
    text-align: center;
}

    .pika-title select {
        cursor: pointer;
        position: absolute;
        z-index: 9998;
        margin: 0;
        left: 0;
        top: 5px;
        filter: alpha(opacity=0);
        opacity: 0;
    }

.pika-label {
    display: inline-block;
    *display: inline;
    position: relative;
    z-index: 9999;
    overflow: hidden;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background-color: #fff;
}

.pika-prev,
.pika-next {
    display: block;
    cursor: pointer;
    position: relative;
    outline: none;
    border: 0;
    padding: 0;
    width: 20px;
    height: 30px;
    text-indent: 20px;
    white-space: nowrap;
    overflow: hidden;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    opacity: .5;
    *position: absolute;
    *top: 0;
}

    .pika-prev:hover,
    .pika-next:hover {
        opacity: 1;
    }

    .pika-prev.is-disabled,
    .pika-next.is-disabled {
        cursor: default;
        opacity: .2;
    }

.pika-prev,
.is-rtl .pika-next {
    float: left;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
    *left: 0;
}

.pika-next,
.is-rtl .pika-prev {
    float: right;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
    *right: 0;
}

.pika-select {
    display: inline-block;
    *display: inline;
}

.pika-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}

    .pika-table th,
    .pika-table td {
        width: 14.285714285714286%;
        padding: 0;
    }

    .pika-table th {
        color: #999;
        font-size: 12px;
        line-height: 25px;
        font-weight: bold;
        text-align: center;
    }

    .pika-table abbr {
        border-bottom: none;
    }

.pika-button {
    cursor: pointer;
    display: block;
    box-sizing: border-box;
    outline: none;
    border: 0;
    margin: 0;
    width: 100%;
    padding: 5px;
    color: #666;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    background: #f5f5f5;
}

.is-today .pika-button {
    color: #296896;
    font-weight: bold;
}

.is-selected .pika-button {
    color: #fff;
    font-weight: bold;
    background: #296896;
    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;
    box-shadow: none;
    border-radius: 3px;
}

.pika-week {
    font-size: 11px;
    color: #999;
}

.is-inrange .pika-button {
    background: #D5E9F7;
}

.is-startrange .pika-button {
    color: #fff;
    background: #6CB31D;
    box-shadow: none;
    border-radius: 3px;
}

.is-endrange .pika-button {
    color: #fff;
    background: #296896;
    box-shadow: none;
    border-radius: 3px;
}

.CoveoFollowItem {
    display: inline-block;
    color: #adadad;
    padding-left: 7px;
    cursor: pointer;
}

    .CoveoFollowItem span {
        vertical-align: middle;
    }

.coveo-follow-item-icon-loading-svg {
    display: none;
    color: #1d4f76;
}

.coveo-follow-item-loading .coveo-follow-item-icon-loading {
    margin: 1px 9px 1px 3px;
}

.coveo-follow-item-loading .coveo-follow-item-icon-svg {
    display: none;
}

.coveo-follow-item-loading .coveo-follow-item-icon-loading-svg {
    display: inline-block;
    width: 15px;
    height: 15px;
    color: #1d4f76;
    animation-name: coveo-spin;
    animation-timing-function: linear;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

.coveo-follow-item-icon {
    vertical-align: middle;
    margin-right: 6px;
}

.coveo-follow-item-icon-svg {
    width: 15px;
    height: 12px;
    color: #1d4f76;
}

.coveo-follow-item-followed .coveo-active-shape-svg {
    color: #ecad00;
}

.CoveoCardActionBar .CoveoFollowItem {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    color: #fff;
}

.coveo-follow-query-svg {
    width: 15px;
    height: 12px;
    color: #1d4f76;
}

.CoveoSubscriptionsPanel {
    overflow: hidden;
    margin-top: 10px;
    display: none;
}

.coveo-modalBox.coveo-subscriptions-panel > .coveo-wrapper > .coveo-title {
    cursor: inherit;
}

.coveo-subscriptions-panel > .coveo-wrapper {
    overflow: visible;
}

.coveo-subscriptions-panel .coveo-body {
    max-height: 600px;
    min-width: 500px;
}

@media (max-width: 600px) {
    .coveo-subscriptions-panel .coveo-body {
        min-width: inherit;
    }
}

.coveo-subscriptions-panel .coveo-dropdown {
    margin: 0;
}

.coveo-subscriptions-panel .coveo-subscriptions-panel-fail {
    padding: 10px 0;
}

.coveo-subscriptions-panel .coveo-subscriptions-panel-content {
    width: 100%;
    margin: 20px 0;
}

    .coveo-subscriptions-panel .coveo-subscriptions-panel-content .coveo-subscriptions-panel-spacer td {
        height: 20px;
    }

    .coveo-subscriptions-panel .coveo-subscriptions-panel-content th,
    .coveo-subscriptions-panel .coveo-subscriptions-panel-content td {
        text-align: left;
        padding: 0 10px;
        line-height: 37px;
        height: 37px;
    }

        .coveo-subscriptions-panel .coveo-subscriptions-panel-content th.coveo-subscriptions-panel-content-type,
        .coveo-subscriptions-panel .coveo-subscriptions-panel-content td.coveo-subscriptions-panel-content-type {
            padding-left: 30px;
        }

        .coveo-subscriptions-panel .coveo-subscriptions-panel-content th.coveo-subscriptions-panel-content-actions,
        .coveo-subscriptions-panel .coveo-subscriptions-panel-content td.coveo-subscriptions-panel-content-actions {
            padding-right: 30px;
        }

    .coveo-subscriptions-panel .coveo-subscriptions-panel-content th {
        color: #395f84;
        font-size: 13px;
        font-weight: bold;
        border-bottom: 1px solid #bcc3ca;
    }

    .coveo-subscriptions-panel .coveo-subscriptions-panel-content .coveo-subscriptions-panel-subscription .coveo-subscriptions-panel-context {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        max-width: 300px;
    }

    .coveo-subscriptions-panel .coveo-subscriptions-panel-content .coveo-subscriptions-panel-subscription .coveo-subscriptions-panel-action {
        display: block;
        padding-left: 34px;
        position: relative;
        overflow: hidden;
        cursor: pointer;
        white-space: nowrap;
    }

        .coveo-subscriptions-panel .coveo-subscriptions-panel-content .coveo-subscriptions-panel-subscription .coveo-subscriptions-panel-action:before {
            content: '';
            display: block;
            width: 24px;
            height: 24px;
            background-color: #006286;
            border: 2px solid #006487;
            border-radius: 3px;
            position: absolute;
            left: 0;
            top: 7px;
            box-sizing: border-box;
        }

        .coveo-subscriptions-panel .coveo-subscriptions-panel-content .coveo-subscriptions-panel-subscription .coveo-subscriptions-panel-action:after {
            content: '';
            display: block;
            width: 8px;
            height: 8px;
            background-color: white;
            position: absolute;
            left: 8px;
            top: 15px;
        }

    .coveo-subscriptions-panel .coveo-subscriptions-panel-content .coveo-subscriptions-panel-subscription .coveo-subscriptions-panel-action-follow {
        height: 0;
    }

        .coveo-subscriptions-panel .coveo-subscriptions-panel-content .coveo-subscriptions-panel-subscription .coveo-subscriptions-panel-action-follow:before {
            background-color: #003a4c;
            border: 2px solid #003a4c;
        }

        .coveo-subscriptions-panel .coveo-subscriptions-panel-content .coveo-subscriptions-panel-subscription .coveo-subscriptions-panel-action-follow:after {
            background-color: #bcc3ca;
        }

    .coveo-subscriptions-panel .coveo-subscriptions-panel-content .coveo-subscriptions-panel-subscription.coveo-subscription-unfollowed .coveo-subscriptions-panel-action-follow {
        height: auto;
    }

    .coveo-subscriptions-panel .coveo-subscriptions-panel-content .coveo-subscriptions-panel-subscription.coveo-subscription-unfollowed .coveo-subscriptions-panel-action-unfollow {
        height: 0;
    }

    .coveo-subscriptions-panel .coveo-subscriptions-panel-content .coveo-subscriptions-panel-subscription.coveo-subscription-unfollowed .coveo-subscriptions-panel-frequency {
        visibility: hidden;
    }

.coveo-subscriptions-panel .coveo-subscriptions-panel-subscription + .coveo-subscriptions-panel-no-subscriptions {
    display: none;
}

.coveo-subscriptions-panel-svg {
    width: 15px;
    height: 12px;
    color: #1d4f76;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.coveo-subscriptions-messages {
    z-index: 1;
}

.coveo-subscriptions-messages-message {
    background-color: #ecad00;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    border-radius: 2px;
    color: #fff;
    white-space: nowrap;
}

    .coveo-subscriptions-messages-message.coveo-subscriptions-messages-error {
        background-color: #f44336;
    }

        .coveo-subscriptions-messages-message.coveo-subscriptions-messages-error:after {
            border-color: transparent transparent #f44336;
        }

    .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 transparent;
        float: left;
    }

    .coveo-subscriptions-messages-message .coveo-subscriptions-messages-content {
        padding: 7px 0;
        font-size: 12px;
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .coveo-subscriptions-messages-message .coveo-subscriptions-messages-content span {
            vertical-align: middle;
        }

        .coveo-subscriptions-messages-message .coveo-subscriptions-messages-content .coveo-media-max-width-800 {
            font-size: 10px;
        }

@media (max-width: 800px) {
    .coveo-subscriptions-messages-message .coveo-subscriptions-messages-content {
        font-size: 10px;
    }
}

.coveo-subscriptions-messages-message .coveo-subscriptions-messages-info-close {
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    margin: 6px;
    cursor: pointer;
    color: #1d4f76;
}

    .coveo-subscriptions-messages-message .coveo-subscriptions-messages-info-close .coveo-exclusion-svg {
        fill: #1d4f76;
    }

    .coveo-subscriptions-messages-message .coveo-subscriptions-messages-info-close svg {
        width: 12px;
        height: 12px;
    }

    .coveo-subscriptions-messages-message .coveo-subscriptions-messages-info-close:hover {
        color: #cc0d00;
    }

        .coveo-subscriptions-messages-message .coveo-subscriptions-messages-info-close:hover .coveo-exclusion-svg {
            fill: #cc0d00;
        }

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.CoveoSearchButton {
    color: white;
    border: 1px solid #bcc3ca;
    border-left: none;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    height: 50px;
    width: 60px;
    cursor: pointer;
    line-height: 0;
}

    .CoveoSearchButton:before {
        content: '';
        vertical-align: middle;
        height: 100%;
        display: inline-block;
    }

    .CoveoSearchButton .coveo-search-button,
    .CoveoSearchButton .coveo-search-button-loading {
        vertical-align: middle;
        animation: none;
        display: inline-block;
    }

    .CoveoSearchButton .coveo-search-button-loading-svg {
        display: none;
    }

    .CoveoSearchButton:hover .coveo-magnifier-circle-svg {
        fill: #ecad00;
    }

.coveo-search-button-svg {
    width: 18px;
    height: 18px;
    color: #1d4f76;
}

.coveo-executing-query .CoveoSearchButton .coveo-search-button-svg {
    display: none;
}

.coveo-executing-query .CoveoSearchButton .coveo-search-button-loading-svg {
    display: inline;
    color: #1d4f76;
    width: 18px;
    height: 18px;
    animation-name: coveo-spin;
    animation-timing-function: linear;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.CoveoSearchInterface {
    min-height: 100%;
    position: relative;
    margin: 0;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif, sans-serif;
    font-size: 15px;
    color: #313a45;
}

    .CoveoSearchInterface .highlight {
        font-weight: bold;
    }

    .CoveoSearchInterface input[type='text']::-ms-clear {
        width: 0;
        height: 0;
    }

    .CoveoSearchInterface input:focus,
    .CoveoSearchInterface textarea:focus,
    .CoveoSearchInterface select:focus {
        outline: none;
    }

    .CoveoSearchInterface input[type='text'],
    .CoveoSearchInterface textarea {
        color: #67768b;
    }

    .CoveoSearchInterface .coveo-tab-disabled {
        display: none;
    }

    .CoveoSearchInterface * {
        box-sizing: border-box;
    }

    .CoveoSearchInterface .coveo-error {
        color: #dc291e;
    }

    .CoveoSearchInterface.coveo-hidden {
        display: none;
    }

body.coveo-modalBox-opened,
body.coveo-modalBox-opened .CoveoSearchInterface {
    overflow: hidden;
}

.CoveoSearchInterface .coveo-modal-container.coveo-opened {
    display: -ms-flexbox;
    display: flex;
}

.coveo-highlight {
    font-weight: bold;
}

.coveo-modalBox > .coveo-wrapper > .coveo-title {
    height: 40px;
    line-height: 23px;
    text-align: center;
    cursor: pointer;
}

    .coveo-modalBox > .coveo-wrapper > .coveo-title .coveo-close-button {
        position: absolute;
        left: 25px;
        display: inline-block;
    }

        .coveo-modalBox > .coveo-wrapper > .coveo-title .coveo-close-button .coveo-icon {
            margin-right: 10px;
        }

    .coveo-modalBox > .coveo-wrapper > .coveo-title .coveo-pop-up-reminder {
        color: #B4B4B4;
        font-weight: normal;
        display: inline-block;
    }

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/

@keyframes placeholderColorChange {
    0% {
        background: #bcc3ca;
    }

    50% {
        background: #e6ecf0;
    }

    100% {
        background: #bcc3ca;
    }
}

.coveo-placeholder-icon {
    width: 64px;
    height: 64px;
    margin-left: 2px;
}

.coveo-placeholder-icon-small {
    width: 32px;
    height: 32px;
    margin-left: 2px;
}

.coveo-placeholder-title {
    height: 16px;
    margin-bottom: 20px;
}

.coveo-placeholder-text {
    height: 8px;
    margin-bottom: 12px;
}

.coveo-placeholder-result,
.coveo-result-frame.coveo-placeholder-result {
    margin: 20px 0 20px 20px;
}

.CoveoSearchInterface.coveo-during-initialization .coveo-result-frame.coveo-placeholder-result {
    margin: 20px 0 20px 20px;
}

.CoveoSearchInterface.coveo-during-initialization .CoveoBreadcrumb {
    display: none;
}

.CoveoSearchInterface.coveo-during-initialization .CoveoHiddenQuery {
    display: none;
}

.CoveoSearchInterface.coveo-during-initialization .CoveoDidYouMean {
    display: none;
}

.CoveoSearchInterface.coveo-during-initialization .CoveoErrorReport {
    display: none;
}

.CoveoSearchInterface.coveo-during-initialization .coveo-results-header {
    height: 42px;
    visibility: hidden;
}

.CoveoSearchInterface.coveo-during-initialization .CoveoSimpleFilter {
    display: none;
}

.CoveoSearchInterface.coveo-during-initialization .coveo-recommendation-main-section .coveo-recommendation-column {
    display: none;
}

.CoveoSearchInterface.coveo-during-initialization .coveo-media-max-width-800 .coveo-results-header {
    height: 69px;
}

.CoveoSearchInterface.coveo-during-initialization .coveo-media-max-width-800 .coveo-facet-column {
    display: none;
}

@media (max-width: 800px) {
    .CoveoSearchInterface.coveo-during-initialization .coveo-results-header {
        height: 69px;
    }

    .CoveoSearchInterface.coveo-during-initialization .coveo-facet-column {
        display: none;
    }
}

.CoveoSearchInterface.coveo-during-initialization .coveo-media-max-width-1020 .coveo-recommendation-results-column {
    display: inherit;
    width: inherit;
}

@media (max-width: 1020px) {
    .CoveoSearchInterface.coveo-during-initialization .coveo-recommendation-results-column {
        display: inherit;
        width: inherit;
    }
}

.coveo-placeholder-title,
.coveo-placeholder-text,
.coveo-placeholder-icon,
.coveo-placeholder-icon-small {
    animation-name: placeholderColorChange;
    animation-timing-function: linear;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

.CoveoFacet.coveo-during-initialization,
.CoveoFacetRange.coveo-during-initialization,
.CoveoFacetSlider.coveo-during-initialization,
.CoveoHierarchicalFacet.coveo-during-initialization,
.CoveoCategoryFacet.coveo-during-initialization,
.CoveoTimespanFacet.coveo-during-initialization,
.CoveoNoNameFacet.coveo-during-initialization {
    display: none;
}

    .CoveoFacet.coveo-during-initialization.coveo-with-placeholder,
    .CoveoFacetRange.coveo-during-initialization.coveo-with-placeholder,
    .CoveoFacetSlider.coveo-during-initialization.coveo-with-placeholder,
    .CoveoHierarchicalFacet.coveo-during-initialization.coveo-with-placeholder,
    .CoveoCategoryFacet.coveo-during-initialization.coveo-with-placeholder,
    .CoveoTimespanFacet.coveo-during-initialization.coveo-with-placeholder,
    .CoveoNoNameFacet.coveo-during-initialization.coveo-with-placeholder {
        border: thin solid #bcc3ca;
        border-radius: 2px;
        margin-bottom: 20px;
        display: block;
    }

        .CoveoFacet.coveo-during-initialization.coveo-with-placeholder .coveo-media-max-width-480,
        .CoveoFacetRange.coveo-during-initialization.coveo-with-placeholder .coveo-media-max-width-480,
        .CoveoFacetSlider.coveo-during-initialization.coveo-with-placeholder .coveo-media-max-width-480,
        .CoveoHierarchicalFacet.coveo-during-initialization.coveo-with-placeholder .coveo-media-max-width-480,
        .CoveoCategoryFacet.coveo-during-initialization.coveo-with-placeholder .coveo-media-max-width-480,
        .CoveoTimespanFacet.coveo-during-initialization.coveo-with-placeholder .coveo-media-max-width-480,
        .CoveoNoNameFacet.coveo-during-initialization.coveo-with-placeholder .coveo-media-max-width-480 {
            display: none;
        }

@media (max-width: 480px) {
    .CoveoFacet.coveo-during-initialization.coveo-with-placeholder,
    .CoveoFacetRange.coveo-during-initialization.coveo-with-placeholder,
    .CoveoFacetSlider.coveo-during-initialization.coveo-with-placeholder,
    .CoveoHierarchicalFacet.coveo-during-initialization.coveo-with-placeholder,
    .CoveoCategoryFacet.coveo-during-initialization.coveo-with-placeholder,
    .CoveoTimespanFacet.coveo-during-initialization.coveo-with-placeholder,
    .CoveoNoNameFacet.coveo-during-initialization.coveo-with-placeholder {
        display: none;
    }
}

.CoveoFacet.coveo-during-initialization.coveo-with-placeholder > *,
.CoveoFacetRange.coveo-during-initialization.coveo-with-placeholder > *,
.CoveoFacetSlider.coveo-during-initialization.coveo-with-placeholder > *,
.CoveoHierarchicalFacet.coveo-during-initialization.coveo-with-placeholder > *,
.CoveoCategoryFacet.coveo-during-initialization.coveo-with-placeholder > *,
.CoveoTimespanFacet.coveo-during-initialization.coveo-with-placeholder > *,
.CoveoNoNameFacet.coveo-during-initialization.coveo-with-placeholder > * {
    display: none;
}

.CoveoFacet.coveo-during-initialization .coveo-facet-placeholder,
.CoveoFacetRange.coveo-during-initialization .coveo-facet-placeholder,
.CoveoFacetSlider.coveo-during-initialization .coveo-facet-placeholder,
.CoveoHierarchicalFacet.coveo-during-initialization .coveo-facet-placeholder,
.CoveoCategoryFacet.coveo-during-initialization .coveo-facet-placeholder,
.CoveoTimespanFacet.coveo-during-initialization .coveo-facet-placeholder,
.CoveoNoNameFacet.coveo-during-initialization .coveo-facet-placeholder {
    display: block;
}

    .CoveoFacet.coveo-during-initialization .coveo-facet-placeholder .coveo-placeholder-title,
    .CoveoFacetRange.coveo-during-initialization .coveo-facet-placeholder .coveo-placeholder-title,
    .CoveoFacetSlider.coveo-during-initialization .coveo-facet-placeholder .coveo-placeholder-title,
    .CoveoHierarchicalFacet.coveo-during-initialization .coveo-facet-placeholder .coveo-placeholder-title,
    .CoveoCategoryFacet.coveo-during-initialization .coveo-facet-placeholder .coveo-placeholder-title,
    .CoveoTimespanFacet.coveo-during-initialization .coveo-facet-placeholder .coveo-placeholder-title,
    .CoveoNoNameFacet.coveo-during-initialization .coveo-facet-placeholder .coveo-placeholder-title {
        height: 24px;
    }

    .CoveoFacet.coveo-during-initialization .coveo-facet-placeholder .coveo-facet-placeholder-line,
    .CoveoFacetRange.coveo-during-initialization .coveo-facet-placeholder .coveo-facet-placeholder-line,
    .CoveoFacetSlider.coveo-during-initialization .coveo-facet-placeholder .coveo-facet-placeholder-line,
    .CoveoHierarchicalFacet.coveo-during-initialization .coveo-facet-placeholder .coveo-facet-placeholder-line,
    .CoveoCategoryFacet.coveo-during-initialization .coveo-facet-placeholder .coveo-facet-placeholder-line,
    .CoveoTimespanFacet.coveo-during-initialization .coveo-facet-placeholder .coveo-facet-placeholder-line,
    .CoveoNoNameFacet.coveo-during-initialization .coveo-facet-placeholder .coveo-facet-placeholder-line {
        padding: 0 20px;
        margin-bottom: 20px;
        display: -ms-flexbox;
        display: flex;
    }

    .CoveoFacet.coveo-during-initialization .coveo-facet-placeholder .coveo-facet-placeholder-checkbox,
    .CoveoFacetRange.coveo-during-initialization .coveo-facet-placeholder .coveo-facet-placeholder-checkbox,
    .CoveoFacetSlider.coveo-during-initialization .coveo-facet-placeholder .coveo-facet-placeholder-checkbox,
    .CoveoHierarchicalFacet.coveo-during-initialization .coveo-facet-placeholder .coveo-facet-placeholder-checkbox,
    .CoveoCategoryFacet.coveo-during-initialization .coveo-facet-placeholder .coveo-facet-placeholder-checkbox,
    .CoveoTimespanFacet.coveo-during-initialization .coveo-facet-placeholder .coveo-facet-placeholder-checkbox,
    .CoveoNoNameFacet.coveo-during-initialization .coveo-facet-placeholder .coveo-facet-placeholder-checkbox {
        display: inline-block;
        width: 15px;
        height: 15px;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        margin-right: 10px;
        animation-name: placeholderColorChange;
        animation-timing-function: linear;
        animation-duration: 2s;
        animation-iteration-count: infinite;
    }

    .CoveoFacet.coveo-during-initialization .coveo-facet-placeholder .coveo-placeholder-text,
    .CoveoFacetRange.coveo-during-initialization .coveo-facet-placeholder .coveo-placeholder-text,
    .CoveoFacetSlider.coveo-during-initialization .coveo-facet-placeholder .coveo-placeholder-text,
    .CoveoHierarchicalFacet.coveo-during-initialization .coveo-facet-placeholder .coveo-placeholder-text,
    .CoveoCategoryFacet.coveo-during-initialization .coveo-facet-placeholder .coveo-placeholder-text,
    .CoveoTimespanFacet.coveo-during-initialization .coveo-facet-placeholder .coveo-placeholder-text,
    .CoveoNoNameFacet.coveo-during-initialization .coveo-facet-placeholder .coveo-placeholder-text {
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        margin-bottom: 0;
    }

.CoveoSearchbox.coveo-during-initialization {
    display: block;
    height: 50px;
    border: thin solid #bcc3ca;
    border-radius: 2px;
}

.CoveoResultList.coveo-during-initialization {
    display: none;
}

    .CoveoResultList.coveo-during-initialization.coveo-with-placeholder {
        display: block;
    }

        .CoveoResultList.coveo-during-initialization.coveo-with-placeholder .CoveoResult {
            display: none;
        }

            .CoveoResultList.coveo-during-initialization.coveo-with-placeholder .CoveoResult.coveo-placeholder-result {
                display: block;
            }

        .CoveoResultList.coveo-during-initialization.coveo-with-placeholder .coveo-card-layout .coveo-placeholder-title {
            margin-bottom: 0;
        }

        .CoveoResultList.coveo-during-initialization.coveo-with-placeholder .coveo-card-layout.coveo-placeholder-result {
            min-height: 220px;
        }

.CoveoRecommendation .CoveoResultList .coveo-placeholder-result {
    margin: 10px 0 10px 20px;
}

.CoveoRecommendation .CoveoResultList .coveo-placeholder-title {
    margin-bottom: 0;
}

.coveo-media-max-width-480 .CoveoResultList.coveo-during-initialization.coveo-with-placeholder .coveo-card-layout.coveo-placeholder-result {
    margin: 0 0 20px;
}

@media (max-width: 480px) {
    .CoveoResultList.coveo-during-initialization.coveo-with-placeholder .coveo-card-layout.coveo-placeholder-result {
        margin: 0 0 20px;
    }
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.coveo-debug.coveo-modal-container .coveo-modal-content {
    transition: opacity 0.3s;
}

    .coveo-debug.coveo-modal-container .coveo-modal-content.coveo-debug-loading {
        opacity: 0.5;
    }

.coveo-debug.coveo-modal-container .coveo-checkbox-label,
.coveo-debug.coveo-modal-container .coveo-input {
    margin: 8px;
}

.coveo-debug.coveo-modal-container .coveo-checkbox-label {
    margin-left: 18px;
}

.coveo-debug.coveo-modal-container .coveo-checkbox-span-label {
    margin-left: 6px;
}

.coveo-debug.coveo-modal-container .coveo-modal-header {
    height: auto;
    min-height: 80px;
    padding: 20px;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .coveo-debug.coveo-modal-container .coveo-modal-header a {
        color: #004990;
        text-decoration: none;
        cursor: pointer;
    }

        .coveo-debug.coveo-modal-container .coveo-modal-header a:visited,
        .coveo-debug.coveo-modal-container .coveo-modal-header a:visited:hover {
            color: #609;
        }

        .coveo-debug.coveo-modal-container .coveo-modal-header a:hover,
        .coveo-debug.coveo-modal-container .coveo-modal-header a:hover a {
            text-decoration: underline;
        }

        .coveo-debug.coveo-modal-container .coveo-modal-header a.coveo-selected * {
            color: #004990;
        }

.coveo-debug.coveo-modal-container .coveo-modal-body .coveo-searching .coveo-property {
    display: none;
}

    .coveo-debug.coveo-modal-container .coveo-modal-body .coveo-searching .coveo-property.coveo-search-match {
        display: block;
    }

        .coveo-debug.coveo-modal-container .coveo-modal-body .coveo-searching .coveo-property.coveo-search-match .coveo-property {
            display: block;
        }

        .coveo-debug.coveo-modal-container .coveo-modal-body .coveo-searching .coveo-property.coveo-search-match > .coveo-property-label > .coveo-debug-highlight,
        .coveo-debug.coveo-modal-container .coveo-modal-body .coveo-searching .coveo-property.coveo-search-match > .coveo-property-value > .coveo-debug-highlight {
            background: yellow;
        }

    .coveo-debug.coveo-modal-container .coveo-modal-body .coveo-searching .coveo-property.coveo-search-submatch {
        display: block;
    }

.coveo-debug.coveo-modal-container .coveo-modal-body .coveo-searching .coveo-section-container > .coveo-property {
    display: block;
}

    .coveo-debug.coveo-modal-container .coveo-modal-body .coveo-searching .coveo-section-container > .coveo-property .coveo-property-value {
        display: none;
    }

    .coveo-debug.coveo-modal-container .coveo-modal-body .coveo-searching .coveo-section-container > .coveo-property:after {
        content: 'No match';
    }

    .coveo-debug.coveo-modal-container .coveo-modal-body .coveo-searching .coveo-section-container > .coveo-property.coveo-search-submatch .coveo-property-value,
    .coveo-debug.coveo-modal-container .coveo-modal-body .coveo-searching .coveo-section-container > .coveo-property.coveo-search-match .coveo-property-value {
        display: block;
    }

    .coveo-debug.coveo-modal-container .coveo-modal-body .coveo-searching .coveo-section-container > .coveo-property.coveo-search-submatch:after,
    .coveo-debug.coveo-modal-container .coveo-modal-body .coveo-searching .coveo-section-container > .coveo-property.coveo-search-match:after {
        content: '';
    }

.coveo-debug.coveo-modal-container .coveo-modal-body .coveo-searching-loading {
    display: none;
}

.coveo-debug.coveo-modal-container .coveo-modal-body .coveo-debug {
    min-width: 800px;
}

.coveo-debug.coveo-modal-container .coveo-debug-durations {
    display: table;
    width: 100%;
    height: 32px;
    margin-bottom: 16px;
}

    .coveo-debug.coveo-modal-container .coveo-debug-durations .coveo-debug-duration {
        display: table-cell;
        height: 32px;
    }

        .coveo-debug.coveo-modal-container .coveo-debug-durations .coveo-debug-duration[data-id='indexDuration'] {
            background: #b33;
        }

        .coveo-debug.coveo-modal-container .coveo-debug-durations .coveo-debug-duration[data-id='proxyDuration'] {
            background: #b3b;
        }

        .coveo-debug.coveo-modal-container .coveo-debug-durations .coveo-debug-duration[data-id='clientDuration'] {
            background: #3b3;
        }

        .coveo-debug.coveo-modal-container .coveo-debug-durations .coveo-debug-duration[data-id='duration'] {
            background: #33b;
        }

.coveo-debug.coveo-modal-container .coveo-debug-duration-legend {
    display: inline-block;
    margin-right: 16px;
}

    .coveo-debug.coveo-modal-container .coveo-debug-duration-legend[data-id='indexDuration']:before {
        background: #b33;
    }

    .coveo-debug.coveo-modal-container .coveo-debug-duration-legend[data-id='proxyDuration']:before {
        background: #b3b;
    }

    .coveo-debug.coveo-modal-container .coveo-debug-duration-legend[data-id='clientDuration']:before {
        background: #3b3;
    }

    .coveo-debug.coveo-modal-container .coveo-debug-duration-legend[data-id='duration']:before {
        background: #33b;
    }

    .coveo-debug.coveo-modal-container .coveo-debug-duration-legend:before {
        content: '';
        display: inline-block;
        width: 8px;
        height: 16px;
        vertical-align: middle;
        margin-right: 2px;
    }

    .coveo-debug.coveo-modal-container .coveo-debug-duration-legend .coveo-debug-duration-label {
        vertical-align: middle;
    }

        .coveo-debug.coveo-modal-container .coveo-debug-duration-legend .coveo-debug-duration-label:after {
            content: ': ';
        }

    .coveo-debug.coveo-modal-container .coveo-debug-duration-legend .coveo-debug-duration-value {
        vertical-align: middle;
    }

.coveo-debug.coveo-modal-container .coveo-section.coveo-debug-collapsed .coveo-section-header:before {
    content: '\25B6';
}

.coveo-debug.coveo-modal-container .coveo-section.coveo-debug-collapsed .coveo-section-container {
    display: none;
}

.coveo-debug.coveo-modal-container .coveo-section .coveo-section-header {
    font-size: 16px;
    font-weight: bold;
    background: #eee;
    border-top: #ccc solid 1px;
    border-bottom: #ccc solid 1px;
    padding: 8px 16px;
    cursor: pointer;
}

    .coveo-debug.coveo-modal-container .coveo-section .coveo-section-header:before {
        content: '\25BC';
        vertical-align: middle;
        margin-right: 8px;
    }

.coveo-debug.coveo-modal-container .coveo-section .coveo-section-container {
    padding: 16px 8px;
    overflow: auto;
}

    .coveo-debug.coveo-modal-container .coveo-section .coveo-section-container .coveo-property {
        line-height: 18px;
        font-family: Consolas, Menlo, Monaco, monospace;
        padding-left: 16px;
        clear: both;
    }

        .coveo-debug.coveo-modal-container .coveo-section .coveo-section-container .coveo-property .coveo-property-label {
            float: left;
            color: #263238;
        }

            .coveo-debug.coveo-modal-container .coveo-section .coveo-section-container .coveo-property .coveo-property-label:after {
                content: ':';
                color: #212121;
                padding-right: 8px;
            }

        .coveo-debug.coveo-modal-container .coveo-section .coveo-section-container .coveo-property.coveo-property-object.coveo-collapsible > .coveo-property-label {
            position: relative;
            float: none;
            cursor: pointer;
        }

            .coveo-debug.coveo-modal-container .coveo-section .coveo-section-container .coveo-property.coveo-property-object.coveo-collapsible > .coveo-property-label:before {
                content: '\25B6';
                position: absolute;
                right: 100%;
                top: 0;
                line-height: 18px;
                font-size: 12px;
                padding-right: 2px;
                color: #263238;
            }

        .coveo-debug.coveo-modal-container .coveo-section .coveo-section-container .coveo-property.coveo-property-object.coveo-collapsible > .coveo-property-value {
            display: none;
        }

        .coveo-debug.coveo-modal-container .coveo-section .coveo-section-container .coveo-property.coveo-property-object.coveo-collapsible.coveo-expanded > .coveo-property-value,
        .coveo-debug.coveo-modal-container .coveo-section .coveo-section-container .coveo-property.coveo-property-object.coveo-collapsible.coveo-search-submatch > .coveo-property-value {
            display: block;
        }

        .coveo-debug.coveo-modal-container .coveo-section .coveo-section-container .coveo-property.coveo-property-object.coveo-collapsible.coveo-expanded > .coveo-property-label:before,
        .coveo-debug.coveo-modal-container .coveo-section .coveo-section-container .coveo-property.coveo-property-object.coveo-collapsible.coveo-search-submatch > .coveo-property-label:before {
            content: '\25BC';
        }

        .coveo-debug.coveo-modal-container .coveo-section .coveo-section-container .coveo-property.coveo-property-basic .coveo-property-value {
            color: #212121;
        }

            .coveo-debug.coveo-modal-container .coveo-section .coveo-section-container .coveo-property.coveo-property-basic .coveo-property-value.coveo-property-value-string {
                color: #d50000;
                white-space: pre-wrap;
                word-wrap: break-word;
            }

                .coveo-debug.coveo-modal-container .coveo-section .coveo-section-container .coveo-property.coveo-property-basic .coveo-property-value.coveo-property-value-string:before {
                    content: '"';
                }

                .coveo-debug.coveo-modal-container .coveo-section .coveo-section-container .coveo-property.coveo-property-basic .coveo-property-value.coveo-property-value-string:after {
                    content: '"';
                }

            .coveo-debug.coveo-modal-container .coveo-section .coveo-section-container .coveo-property.coveo-property-basic .coveo-property-value.coveo-property-value-null,
            .coveo-debug.coveo-modal-container .coveo-section .coveo-section-container .coveo-property.coveo-property-basic .coveo-property-value.coveo-property-value-object,
            .coveo-debug.coveo-modal-container .coveo-section .coveo-section-container .coveo-property.coveo-property-basic .coveo-property-value.coveo-property-value-array {
                color: #9e9e9e;
            }

            .coveo-debug.coveo-modal-container .coveo-section .coveo-section-container .coveo-property.coveo-property-basic .coveo-property-value.coveo-property-value-number,
            .coveo-debug.coveo-modal-container .coveo-section .coveo-section-container .coveo-property.coveo-property-basic .coveo-property-value.coveo-property-value-boolean,
            .coveo-debug.coveo-modal-container .coveo-section .coveo-section-container .coveo-property.coveo-property-basic .coveo-property-value.coveo-property-value-date {
                color: #2196f3;
            }

    .coveo-debug.coveo-modal-container .coveo-section .coveo-section-container > .coveo-property {
        padding-left: 0;
    }

.coveo-checkbox-button,
input[type='checkbox'].coveo-checkbox + button {
    position: relative;
    width: 18px;
    height: 18px;
    padding: 0;
    background: #ffffff;
    border: 2px solid #1d4f76;
    border-radius: 2px;
    outline: none;
    transition: all 200ms;
    cursor: pointer;
}

input[type='checkbox'].coveo-checkbox {
    display: none;
}

    input[type='checkbox'].coveo-checkbox + button:after {
        position: absolute;
        top: 7px;
        left: 7px;
        display: inline-block;
        width: 0;
        height: 0;
        content: '';
        background-color: transparent;
        border-radius: 100%;
        transition: all 300ms ease;
    }

    input[type='checkbox'].coveo-checkbox + button:focus:after {
        top: -6px;
        left: -6px;
        display: inline-block;
        width: 26px;
        height: 26px;
        background-color: rgba(0, 0, 0, 0.08);
    }

    input[type='checkbox'].coveo-checkbox:checked + button {
        background-color: #009830;
        border-color: #009830;
    }

        input[type='checkbox'].coveo-checkbox:checked + button:before {
            position: absolute;
            top: 1px;
            left: 4px;
            box-sizing: content-box;
            display: block;
            width: 4px;
            height: 8px;
            content: '';
            border: solid #ffffff;
            border-width: 0 2px 2px 0;
            -ms-transform: rotate(40deg);
            transform: rotate(40deg);
        }

    input[type='checkbox'].coveo-checkbox:indeterminate + button {
        position: relative;
    }

        input[type='checkbox'].coveo-checkbox:indeterminate + button:before {
            position: absolute;
            top: 6px;
            left: 3px;
            box-sizing: content-box;
            display: block;
            width: 8px;
            height: 0;
            content: '';
            border-bottom: solid 2px #1d4f76;
        }

    input[type='checkbox'].coveo-checkbox:indeterminate:disabled + button:before {
        border-color: #ffffff;
    }

    input[type='checkbox'].coveo-checkbox:disabled + button {
        background-color: #373737;
        border-color: #373737;
        cursor: default;
        opacity: 0.2;
    }

.coveo-checkbox-label {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #373737;
    line-height: 16px;
    vertical-align: middle;
}

    .coveo-checkbox-label .label {
        cursor: pointer;
    }

    .coveo-checkbox-label.disabled .label {
        cursor: default;
        opacity: 0.4;
    }

    .coveo-checkbox-label button + .label,
    .coveo-checkbox-label .label + .coveo-checkbox + button {
        margin-left: 18px;
    }

label[for].coveo-checkbox-label {
    cursor: pointer;
}

.coveo-checkbox-labels-group .coveo-checkbox-label {
    display: -ms-flexbox;
    display: flex;
}

    .coveo-checkbox-labels-group .coveo-checkbox-label + .coveo-checkbox-label {
        margin-top: 10px;
    }

.coveo-checkbox-labels-group .coveo-checkbox-group-option + .coveo-checkbox-group-option {
    margin-top: 10px;
}

.coveo-checkbox-label {
    cursor: pointer;
}

    .coveo-checkbox-label button + .coveo-checkbox-span-label,
    .coveo-checkbox-label .coveo-checkbox-span-label + .coveo-checkbox + button {
        margin-left: 18px;
    }

.coveo-checkbox-button,
input[type='checkbox'].coveo-checkbox + button,
input[type='checkbox'].coveo-checkbox + button {
    min-width: 18px;
}

.coveo-visible-to-screen-reader-only {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.CoveoResultLink,
a.CoveoResultLink,
.CoveoResult a.CoveoResultLink {
    color: #004990;
    text-decoration: none;
    cursor: pointer;
    word-wrap: break-word;
}

    .CoveoResultLink:visited,
    .CoveoResultLink:visited:hover,
    a.CoveoResultLink:visited,
    a.CoveoResultLink:visited:hover,
    .CoveoResult a.CoveoResultLink:visited,
    .CoveoResult a.CoveoResultLink:visited:hover {
        color: #609;
    }

    .CoveoResultLink:hover,
    .CoveoResultLink:hover a,
    a.CoveoResultLink:hover,
    a.CoveoResultLink:hover a,
    .CoveoResult a.CoveoResultLink:hover,
    .CoveoResult a.CoveoResultLink:hover a {
        text-decoration: underline;
    }

    .CoveoResultLink.coveo-selected *,
    a.CoveoResultLink.coveo-selected *,
    .CoveoResult a.CoveoResultLink.coveo-selected * {
        color: #004990;
    }

.coveo-card-overlay a.CoveoResultLink {
    color: #004990;
    text-decoration: none;
    cursor: pointer;
    color: #f7f8f9;
    text-decoration: underline;
}

    .coveo-card-overlay a.CoveoResultLink:visited,
    .coveo-card-overlay a.CoveoResultLink:visited:hover {
        color: #609;
        color: #f7f8f9;
    }

    .coveo-card-overlay a.CoveoResultLink:hover,
    .coveo-card-overlay a.CoveoResultLink:hover a {
        text-decoration: underline;
    }

    .coveo-card-overlay a.CoveoResultLink.coveo-selected * {
        color: #004990;
        color: #f7f8f9;
    }

.coveo-accessible-button:hover {
    cursor: pointer;
}

.coveo-accessible-button:focus {
    outline-width: 0;
}

.coveo-accessible-button.coveo-accessible-button-focused:focus {
    outline-width: initial;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.coveo-input {
    position: relative;
    margin-top: 35px;
}

    .coveo-input input {
        width: 100%;
        height: 34px;
        padding: 0;
        font-size: 15px;
        background-color: transparent;
        box-shadow: none;
        border: 0;
        border-bottom: 1px solid rgba(79, 86, 88, 0.4);
        border-radius: 0;
        outline: 0;
        transition: all 0.2s ease;
    }

        .coveo-input input:focus:not([readonly]),
        .coveo-input input:valid,
        .coveo-input input:disabled {
            color: #313a45;
            border-bottom: 1px solid #296896;
        }

            .coveo-input input:focus:not([readonly]):-ms-input-placeholder,
            .coveo-input input:valid:-ms-input-placeholder,
            .coveo-input input:disabled:-ms-input-placeholder {
                color: #4f5658;
                font-family: "'Lato', Arial, Helvetica, sans-serif";
                font-size: inherit;
                text-transform: none;
                transition: color 0.2s ease;
            }

            .coveo-input input:focus:not([readonly])::placeholder,
            .coveo-input input:valid::placeholder,
            .coveo-input input:disabled::placeholder {
                color: #4f5658;
                font-family: "'Lato', Arial, Helvetica, sans-serif";
                font-size: inherit;
                text-transform: none;
                transition: color 0.2s ease;
            }

        .coveo-input input:disabled,
        .coveo-input input[readonly='readonly'] {
            color: #4f5658;
            border-bottom-color: #4f5658;
        }

            .coveo-input input:disabled + label,
            .coveo-input input[readonly='readonly'] + label {
                color: #4f5658;
            }

    .coveo-input label {
        position: absolute;
        top: 10px;
        left: 0;
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex;
        color: #313a45;
        font-size: 15px;
        transition: all 0.2s ease;
        pointer-events: none;
    }

        .coveo-input label.active,
        .coveo-input input:focus:not([readonly]) + label,
        .coveo-input input:valid + label,
        .coveo-input input:disabled + label {
            top: -20px;
            color: #296896;
            font-size: 13px;
        }

    .coveo-input input {
        padding: 3px 0;
        color: transparent;
        font-size: 15px;
        background-color: transparent;
        box-shadow: none;
        transition: color 0.2s ease;
    }

        .coveo-input input:-ms-input-placeholder {
            color: transparent;
            font-family: "'Lato', Arial, Helvetica, sans-serif";
            font-size: inherit;
            text-transform: none;
            transition: color 0.2s ease;
        }

        .coveo-input input::placeholder {
            color: transparent;
            font-family: "'Lato', Arial, Helvetica, sans-serif";
            font-size: inherit;
            text-transform: none;
            transition: color 0.2s ease;
        }

.coveo-radio {
    position: relative;
}

    .coveo-radio input[type='radio'] {
        position: absolute;
        margin: 0;
        opacity: 0;
    }

        .coveo-radio input[type='radio'] + label {
            position: relative;
            display: inline-block;
            height: 16px;
            padding-left: 40px;
            color: #313a45;
            line-height: 16px;
            transition: 0.28s ease;
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

            .coveo-radio input[type='radio'] + label:before,
            .coveo-radio input[type='radio'] + label:after {
                position: absolute;
                top: 0;
                left: 0;
                z-index: 0;
                width: 16px;
                height: 16px;
                content: '';
                border-radius: 50%;
                transition: 0.28s ease;
                box-sizing: inherit;
            }

        .coveo-radio input[type='radio']:focus + label:before {
            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;
            -ms-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;
            -ms-transform: scale(0.5);
            transform: scale(0.5);
        }

        .coveo-radio input[type='radio']:disabled + label {
            color: #4f5658;
        }

            .coveo-radio input[type='radio']:disabled + label:before {
                border-color: #4f5658;
            }

        .coveo-radio input[type='radio']:disabled:checked + label:after {
            background-color: #4f5658;
        }

    .coveo-radio + .coveo-radio {
        margin-top: 10px;
    }

.radio-select .radio-option + .radio-option {
    margin-top: 18px;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.coveo-advanced-search-section {
    margin: 20px 0;
}

#coveo-advanced-search-in-the-last-select {
    margin-left: 20px;
}

    #coveo-advanced-search-in-the-last-select .coveo-button {
        width: auto;
    }

.coveo-advanced-search-section-title {
    font-weight: bold;
    border-bottom: thin solid #bcc3ca;
    padding: 5px 0;
}

.coveo-advanced-search-date-input-section {
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 10px 0;
}

    .coveo-advanced-search-date-input-section .coveo-radio input[type='radio'] + label {
        display: inline;
    }

    .coveo-advanced-search-date-input-section .coveo-advanced-search-date-input {
        display: inline-block;
        padding: 0;
        border: none;
    }

        .coveo-advanced-search-date-input-section .coveo-advanced-search-date-input .coveo-button {
            width: 100px;
        }

        .coveo-advanced-search-date-input-section .coveo-advanced-search-date-input:disabled {
            visibility: hidden;
        }

.coveo-advanced-search-document-input-section {
    margin: 20px 0;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
}

    .coveo-advanced-search-document-input-section .coveo-input {
        flex-basis: 200px;
        -ms-flex-preferred-size: 200px;
        box-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 {
    width: 50px;
}

#coveo-advanced-search-select-month {
    width: 50px;
}

#coveo-advanced-search-select-year {
    width: 70px;
}

.coveo-advanced-search-keyword-label {
    display: inline-block;
}

.coveo-advanced-search-label {
    display: inline-block;
    min-width: 7em;
    margin-bottom: 10px;
}

.coveo-advanced-search-select {
    margin: 0 5px 5px 0;
}

.coveo-advanced-search-and {
    display: inline-block;
    margin: 0 5px 5px 0;
    margin-left: 5px;
}

.coveo-number-input {
    max-width: 45px;
}

#coveo-advanced-search-execute-query {
    width: 200px;
    height: 35px;
    display: block;
    margin: 15px 0 15px auto;
}

.coveo-size-input-mode-section {
    display: inline-block;
}

.coveo-advanced-search-modal fieldset {
    display: inline-block;
}

.coveo-advanced-search-modal .coveo-dropdown,
.coveo-advanced-search-modal .coveo-numeric-spinner {
    margin: 0 5px 5px 0;
}

.coveo-advanced-search-breadcrumb .coveo-advanced-search-breadcrumb-clear {
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    color: #1d4f76;
}

    .coveo-advanced-search-breadcrumb .coveo-advanced-search-breadcrumb-clear .coveo-exclusion-svg {
        fill: #1d4f76;
    }

    .coveo-advanced-search-breadcrumb .coveo-advanced-search-breadcrumb-clear svg {
        width: 12px;
        height: 12px;
    }

    .coveo-advanced-search-breadcrumb .coveo-advanced-search-breadcrumb-clear:hover {
        color: #cc0d00;
    }

        .coveo-advanced-search-breadcrumb .coveo-advanced-search-breadcrumb-clear:hover .coveo-exclusion-svg {
            fill: #cc0d00;
        }

.coveo-advanced-search-breadcrumb-clear-svg {
    top: 5px;
    left: 3px;
}

.coveo-advanced-search-svg {
    width: 16px;
    height: 16px;
    color: #1d4f76;
}

.coveo-advanced-search-breadcrumb-title {
    color: #67768b;
    margin-right: 14px;
    display: inline-block;
    vertical-align: middle;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.coveo-modal-container.coveo-authentication-popup .coveo-modal-body {
    height: 90%;
}

    .coveo-modal-container.coveo-authentication-popup .coveo-modal-body div {
        height: 100%;
        width: 100%;
    }

    .coveo-modal-container.coveo-authentication-popup .coveo-modal-body iframe {
        height: 100%;
        width: 100%;
        border: thin solid #bcc3ca;
        border-radius: 2px;
        padding: 10px 0 0 10px;
    }

.coveo-authentication-iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.coveo-waiting-for-authentication-popup {
    padding: 50px 150px;
}

.coveo-authentication-provider:hover .coveo-dropdown-authenticate-hover-svg {
    fill: #1d4f76;
}

.coveo-authentication-provider:hover .coveo-dropdown-authenticate-svg {
    fill: none;
}

.coveo-authentication-provider:hover .coveo-authentication-provider-svg {
    width: 12px;
    height: 16px;
}

.coveo-authentication-provider-svg {
    width: 12px;
    height: 14px;
}

    .coveo-authentication-provider-svg .coveo-dropdown-authenticate-svg {
        fill: #1d4f76;
    }

.CoveoBackdrop {
    background-size: cover;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.CoveoBreadcrumb {
    padding: 10px 0;
    position: relative;
    overflow: hidden;
    border-bottom: thin solid #bcc3ca;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    box-align: 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 {
            display: inline;
        }

            .CoveoBreadcrumb.coveo-small-display .coveo-facet-breadcrumb-values .coveo-facet-breadcrumb-value {
                display: inline;
            }

                .CoveoBreadcrumb.coveo-small-display .coveo-facet-breadcrumb-values .coveo-facet-breadcrumb-value .coveo-facet-breadcrumb-clear {
                    display: none;
                }

        .CoveoBreadcrumb.coveo-small-display .coveo-facet-breadcrumb .coveo-facet-breadcrumb-title {
            padding: 7px 4px 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: #666666;
            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-no-results .CoveoBreadcrumb {
    text-align: left;
}

.coveo-breadcrumb-clear-all {
    color: #004990;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    border: thin solid #bcc3ca;
    border-radius: 2px;
    padding: 5px;
    margin-left: 5px;
    flex-shrink: 0;
    -ms-flex-negative: 0;
    cursor: pointer;
    color: #1d4f76;
}

    .coveo-breadcrumb-clear-all:visited,
    .coveo-breadcrumb-clear-all:visited:hover {
        color: #609;
    }

    .coveo-breadcrumb-clear-all:hover,
    .coveo-breadcrumb-clear-all:hover a {
        text-decoration: underline;
    }

    .coveo-breadcrumb-clear-all.coveo-selected * {
        color: #004990;
    }

    .coveo-breadcrumb-clear-all > div {
        display: inline-block;
    }

    .coveo-breadcrumb-clear-all .coveo-exclusion-svg {
        fill: #1d4f76;
    }

    .coveo-breadcrumb-clear-all .coveo-breadcrumb-clear-all-icon svg {
        width: 12px;
        height: 12px;
    }

    .coveo-breadcrumb-clear-all:hover .coveo-breadcrumb-clear-all-icon {
        color: #cc0d00;
    }

        .coveo-breadcrumb-clear-all:hover .coveo-breadcrumb-clear-all-icon .coveo-exclusion-svg {
            fill: #cc0d00;
        }

.coveo-breadcrumb-clear-all-icon {
    top: 1px;
    margin-right: 5px;
}

.coveo-breadcrumb-items {
    padding-bottom: 10px;
    display: inline-block;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
}

.coveo-breadcrumb-item {
    margin: 5px 0;
}

.coveo-media-max-width-480 .CoveoBreadcrumb {
    padding: 10px;
}

.coveo-media-max-width-480 .coveo-breadcrumb-items {
    padding-bottom: 0;
}

.coveo-media-max-width-480 .coveo-breadcrumb-item:not(:last-child) {
    margin-bottom: 10px;
}

@media (max-width: 480px) {
    .CoveoBreadcrumb {
        padding: 10px;
    }

    .coveo-breadcrumb-items {
        padding-bottom: 0;
    }

    .coveo-breadcrumb-item:not(:last-child) {
        margin-bottom: 10px;
    }
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.CoveoCardActionBar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 44px;
    background-color: #263e55;
    color: #fff;
    margin: auto -20px -20px -20px;
    padding: 0 0 10px 20px;
    font-size: 11px;
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.2);
    z-index: 1;
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    transition: transform 0.2s ease-in-out;
}

    .CoveoCardActionBar.coveo-opened {
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .CoveoCardActionBar > * {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        text-transform: uppercase;
        margin-top: 10px;
        margin-right: 20px;
    }

    .CoveoCardActionBar .coveo-icon {
        margin-right: 3px;
    }

.coveo-card-action-bar-arrow-svg {
    width: 10px;
    height: 9px;
    color: #67768b;
}

.coveo-card-action-bar-arrow-container {
    position: absolute;
    text-align: center;
    bottom: 0;
    width: 100%;
    background-color: #263e55;
    color: #fff;
    left: 0;
}

.CoveoCardActionBar .coveo-icon-for-quickview-svg {
    margin-top: 4px;
    color: #67768b;
}

.CoveoCardActionBar .coveo-follow-item-icon-svg {
    color: #67768b;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.CoveoCardOverlay {
    cursor: pointer;
}

.coveo-search-svg {
    color: #67768b;
    width: 18px;
    height: 18px;
}

    .coveo-search-svg .coveo-magnifier-circle-svg {
        fill: #ecad00;
    }

.coveo-replies-svg {
    color: #67768b;
    width: 20px;
    height: 20px;
}

.coveo-card-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1;
    background-color: #263e55;
    color: #fff;
    cursor: default;
    transition: transform 0.5s ease-in-out;
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    display: -ms-flexbox;
    display: flex;
    animation: coveo-card-overlay-fade-out 0.5s linear;
}

    .coveo-card-overlay.coveo-hidden-for-tab-nav {
        display: none;
    }

@keyframes coveo-card-overlay-fade-out {
    0% {
        opacity: 1;
    }

    60% {
        opacity: 1;
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.coveo-card-overlay.coveo-opened {
    -ms-transform: translateY(0);
    transform: translateY(0);
    animation: coveo-card-overlay-fade-in 0.5s linear;
}

@keyframes coveo-card-overlay-fade-in {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

.coveo-card-overlay-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    padding: 14px 0;
    border-bottom: 1px solid #bcc3ca;
    cursor: pointer;
}

    .coveo-card-overlay-header .coveo-icon {
        margin-right: 3px;
    }

.coveo-card-overlay-body {
    overflow: auto;
    overflow-x: hidden;
}

.coveo-card-overlay-footer {
    text-align: center;
    margin-top: auto;
    cursor: pointer;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.CoveoResult.coveo-with-card-overlay {
    transition: min-height 0.5s;
    min-height: 0;
}

.CoveoResult.coveo-card-overlay-opened {
    min-height: 180px;
}

.coveo-open-card-overlay {
    display: inline-block;
    margin-bottom: 4px;
}

.coveo-open-card-overlay-svg {
    width: 10px;
    height: 6px;
    color: #67768b;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.CoveoDidYouMean {
    padding: 10px 0;
    text-align: left;
    font-size: 16px;
}

    .CoveoDidYouMean a {
        color: #004990;
        text-decoration: none;
        cursor: pointer;
        text-decoration: none;
    }

        .CoveoDidYouMean a:visited,
        .CoveoDidYouMean a:visited:hover {
            color: #609;
        }

        .CoveoDidYouMean a:hover,
        .CoveoDidYouMean a:hover a {
            text-decoration: underline;
        }

        .CoveoDidYouMean a.coveo-selected * {
            color: #004990;
        }

        .CoveoDidYouMean a:hover {
            text-decoration: underline;
        }

.coveo-did-you-mean-highlight {
    font-weight: normal;
}

.coveo-did-you-mean-word-correction {
    font-weight: bold;
}

.coveo-did-you-mean-no-results-for {
    font-size: 16px;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.CoveoErrorReport {
    text-align: center;
}

    .CoveoErrorReport h1,
    .CoveoErrorReport h2,
    .CoveoErrorReport h3,
    .CoveoErrorReport h4,
    .CoveoErrorReport h5,
    .CoveoErrorReport h6 {
        font-weight: normal;
        display: block;
        margin: 0 0 20px;
    }

.coveo-error-report-help-link {
    display: inline-block;
    border: 1px solid #f58020;
    border-radius: 2px;
    text-decoration: none;
    background-color: #f58020;
    padding: 10px;
    font-weight: 700;
    color: white;
}

    .coveo-error-report-help-link:hover {
        background-color: #f68e38;
    }

.coveo-error-report-title {
    color: #1d4f76;
    margin-bottom: 20px;
    font-size: 12px;
}

.coveo-error-report-message {
    margin-top: 0;
    margin-right: 30px;
    margin-left: 30px;
}

    .coveo-error-report-message pre {
        font-size: 12px;
        text-align: left;
    }

.coveo-error-report-container {
    padding: 45px;
    background-color: #f1f3f4;
    border: 1px solid #1d4f76;
}

.coveo-error-report-previous,
.coveo-error-report-clear,
.coveo-error-report-retry,
.coveo-error-report-more-info {
    color: #004990;
    text-decoration: none;
    cursor: pointer;
    padding: 5px;
    border-radius: 2px;
}

    .coveo-error-report-previous:visited,
    .coveo-error-report-previous:visited:hover,
    .coveo-error-report-clear:visited,
    .coveo-error-report-clear:visited:hover,
    .coveo-error-report-retry:visited,
    .coveo-error-report-retry:visited:hover,
    .coveo-error-report-more-info:visited,
    .coveo-error-report-more-info:visited:hover {
        color: #609;
    }

    .coveo-error-report-previous:hover,
    .coveo-error-report-previous:hover a,
    .coveo-error-report-clear:hover,
    .coveo-error-report-clear:hover a,
    .coveo-error-report-retry:hover,
    .coveo-error-report-retry:hover a,
    .coveo-error-report-more-info:hover,
    .coveo-error-report-more-info:hover a {
        text-decoration: underline;
    }

    .coveo-error-report-previous.coveo-selected *,
    .coveo-error-report-clear.coveo-selected *,
    .coveo-error-report-retry.coveo-selected *,
    .coveo-error-report-more-info.coveo-selected * {
        color: #004990;
    }

.coveo-error-info {
    width: 100%;
}

    .coveo-error-info textarea {
        width: 100%;
        height: 200px;
    }

.CoveoExcerpt {
    word-wrap: break-word;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.CoveoExportToExcel {
    overflow: hidden;
    margin-top: 10px;
    display: none;
}

    .CoveoExportToExcel.coveo-export-to-excel-opened {
        display: block;
    }

.coveo-export-to-excel-svg {
    width: 14px;
    height: 14px;
    color: #1d4f76;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.CoveoFacet,
.CoveoFacetRange,
.CoveoFacetSlider,
.CoveoHierarchicalFacet,
.CoveoCategoryFacet,
.CoveoTimespanFacet,
.CoveoNoNameFacet {
    margin: 10px 0;
    padding: 0;
    border: thin solid #bcc3ca;
    border-radius: 2px;
    background: white;
    position: relative;
}

.CoveoTimespanFacet {
    border: none;
}

.coveo-facet-column .coveo-topSpace.coveo-with-animation,
.coveo-facet-column .coveo-bottomSpace.coveo-with-animation {
    transition: height 0.5s;
}

.coveo-no-visible-facet .coveo-facet-column {
    display: none;
}

.coveo-facet-empty {
    display: none;
}

    .coveo-facet-empty.coveo-with-placeholder {
        display: block;
    }

.coveo-facet-dependent {
    display: none;
}

.coveo-facet-collapsed .coveo-facet-value.coveo-facet-value {
    display: none;
}

    .coveo-facet-collapsed .coveo-facet-value.coveo-facet-value.coveo-selected,
    .coveo-facet-collapsed .coveo-facet-value.coveo-facet-value.coveo-excluded {
        display: inherit;
    }

.coveo-facet-collapsed .coveo-facet-footer {
    display: none;
}

.coveo-facet-fade .coveo-facet-value {
    opacity: 0.5;
}

    .coveo-facet-fade .coveo-facet-value.coveo-selected,
    .coveo-facet-fade .coveo-facet-value.coveo-excluded,
    .coveo-facet-fade .coveo-facet-value.coveo-facet-search-selectable {
        opacity: 1;
    }

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.coveo-facet-more,
.coveo-facet-less {
    width: 100%;
    height: 15px;
    background: #f7f8f9;
    cursor: pointer;
    text-align: center;
}

    .coveo-facet-more:hover,
    .coveo-facet-more:focus,
    .coveo-facet-less:hover,
    .coveo-facet-less:focus {
        background: #bcc3ca;
        outline: none;
    }

.coveo-facet-more {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    display: none;
}

    .coveo-facet-more.coveo-active {
        display: block;
    }

.coveo-facet-more-icon-svg {
    width: 10px;
    height: 6px;
    color: #1d4f76;
}

.coveo-facet-more-icon-svg,
.coveo-facet-less-icon-svg {
    width: 10px;
    height: 6px;
    color: #1d4f76;
}

.coveo-facet-more-icon,
.coveo-facet-less-icon {
    position: relative;
    top: -4px;
}

.coveo-facet-less {
    display: none;
}

    .coveo-facet-less.coveo-active {
        display: block;
    }

.coveo-facet-footer.coveo-facet-empty {
    display: block;
    visibility: hidden;
}

.coveo-facet-footer {
    background: #f7f8f9;
    min-height: 15px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.CoveoSearchInterface.coveo-small-facets .coveo-facet-dropdown-content {
    z-index: 20;
    margin: 0;
}

.CoveoSearchInterface.coveo-small-facets .coveo-facet-dropdown-header {
    box-ordinal-group: 2;
    -moz-order: 2;
    order: 2;
    -ms-flex-order: 2;
    border: thin solid #bcc3ca;
    border-radius: 2px;
    background-color: white;
}

    .CoveoSearchInterface.coveo-small-facets .coveo-facet-dropdown-header.coveo-dropdown-header-active {
        z-index: 20;
    }

.CoveoSearchInterface.coveo-small-facets.coveo-no-visible-facet .coveo-facet-dropdown-header {
    display: none;
}

.CoveoSearchInterface.coveo-small-facets .coveo-facet-column.coveo-facet-dropdown-content {
    overflow-y: scroll;
    max-height: 600px;
    clear: both;
    white-space: nowrap;
    padding: 0;
    min-width: 280px;
    width: 35%;
    z-index: 20;
    box-shadow: 0 7px 15px rgba(0, 0, 0, 0.25);
    border-radius: 0 0 0 2px;
}

    .CoveoSearchInterface.coveo-small-facets .coveo-facet-column.coveo-facet-dropdown-content .CoveoFacet,
    .CoveoSearchInterface.coveo-small-facets .coveo-facet-column.coveo-facet-dropdown-content .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,
    .CoveoSearchInterface.coveo-small-facets .coveo-facet-column.coveo-facet-dropdown-content .CoveoCategoryFacet,
    .CoveoSearchInterface.coveo-small-facets .coveo-facet-column.coveo-facet-dropdown-content .CoveoTimespanFacet,
    .CoveoSearchInterface.coveo-small-facets .coveo-facet-column.coveo-facet-dropdown-content .CoveoNoNameFacet {
        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,
        .CoveoSearchInterface.coveo-small-facets .coveo-facet-column.coveo-facet-dropdown-content .CoveoCategoryFacet .coveo-facet-header,
        .CoveoSearchInterface.coveo-small-facets .coveo-facet-column.coveo-facet-dropdown-content .CoveoTimespanFacet .coveo-facet-header,
        .CoveoSearchInterface.coveo-small-facets .coveo-facet-column.coveo-facet-dropdown-content .CoveoNoNameFacet .coveo-facet-header {
            border: 0;
            border-radius: 0;
            border-top: thin solid #bcc3ca;
            white-space: initial;
        }

.CoveoSearchInterface.coveo-small-facets .coveo-facet-header-filter-by-container {
    background: #f7f8f9;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.22px;
    line-height: 22px;
}

    .CoveoSearchInterface.coveo-small-facets .coveo-facet-header-filter-by-container .coveo-facet-header-filter-by {
        display: block;
        padding: 10px 0 10px 20px;
    }

.CoveoSearchInterface.coveo-small-facets .coveo-facet-header-filter-by-container {
    background: #f7f8f9;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.22px;
    line-height: 22px;
}

    .CoveoSearchInterface.coveo-small-facets .coveo-facet-header-filter-by-container .coveo-facet-header-filter-by {
        display: block;
        padding: 10px 0 10px 20px;
    }

.coveo-facet-header-filter-by {
    display: none;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.coveo-facet-breadcrumb-title,
.coveo-facet-slider-breadcrumb-title {
    color: #67768b;
    margin-right: 14px;
}

.coveo-facet-breadcrumb-value,
.coveo-facet-slider-breadcrumb-value {
    font-size: 14px;
    display: inline-block;
    cursor: pointer;
    color: #1d4f76;
    color: #004990;
    text-decoration: none;
    cursor: pointer;
}

    .coveo-facet-breadcrumb-value.coveo-excluded .coveo-facet-breadcrumb-caption,
    .coveo-facet-slider-breadcrumb-value.coveo-excluded .coveo-facet-breadcrumb-caption {
        text-decoration: line-through;
    }

    .coveo-facet-breadcrumb-value .coveo-exclusion-svg,
    .coveo-facet-slider-breadcrumb-value .coveo-exclusion-svg {
        fill: #1d4f76;
    }

    .coveo-facet-breadcrumb-value .coveo-facet-breadcrumb-clear svg,
    .coveo-facet-slider-breadcrumb-value .coveo-facet-breadcrumb-clear svg {
        width: 12px;
        height: 12px;
    }

    .coveo-facet-breadcrumb-value:hover .coveo-facet-breadcrumb-clear,
    .coveo-facet-slider-breadcrumb-value:hover .coveo-facet-breadcrumb-clear {
        color: #cc0d00;
    }

        .coveo-facet-breadcrumb-value:hover .coveo-facet-breadcrumb-clear .coveo-exclusion-svg,
        .coveo-facet-slider-breadcrumb-value:hover .coveo-facet-breadcrumb-clear .coveo-exclusion-svg {
            fill: #cc0d00;
        }

    .coveo-facet-breadcrumb-value:visited,
    .coveo-facet-breadcrumb-value:visited:hover,
    .coveo-facet-slider-breadcrumb-value:visited,
    .coveo-facet-slider-breadcrumb-value:visited:hover {
        color: #609;
    }

    .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: #004990;
    }

    .coveo-facet-breadcrumb-value + .coveo-facet-breadcrumb-value,
    .coveo-facet-slider-breadcrumb-value + .coveo-facet-breadcrumb-value,
    .coveo-facet-breadcrumb-value +
    .coveo-facet-slider-breadcrumb-value,
    .coveo-facet-slider-breadcrumb-value +
    .coveo-facet-slider-breadcrumb-value {
        margin-left: 20px;
    }

.coveo-facet-breadcrumb-clear,
.coveo-facet-slider-breadcrumb-clear {
    display: inline-block;
    margin-left: 5px;
    position: relative;
    width: 12px;
    height: 12px;
    vertical-align: middle;
}

.coveo-facet-breadcrumb-clear-svg,
.coveo-facet-slider-clear-svg {
    position: absolute;
}

.coveo-facet-breadcrumb-multi-icon {
    display: inline-block;
    margin: 0;
}

    .coveo-facet-breadcrumb-multi-icon.coveo-selected {
        margin-left: 0;
        margin-right: 5px;
    }

        .coveo-facet-breadcrumb-multi-icon.coveo-selected .coveo-facet-breadcrumb-multi-icon-svg {
            vertical-align: middle;
            width: 14px;
            height: 12px;
        }

        .coveo-facet-breadcrumb-multi-icon.coveo-selected .coveo-hook-svg {
            fill: #1d4f76;
        }

    .coveo-facet-breadcrumb-multi-icon.coveo-excluded {
        margin-left: 0;
        margin-right: 5px;
    }

        .coveo-facet-breadcrumb-multi-icon.coveo-excluded .coveo-facet-breadcrumb-multi-icon-svg {
            vertical-align: middle;
            width: 10px;
            height: 10px;
        }

        .coveo-facet-breadcrumb-multi-icon.coveo-excluded .coveo-exclusion-svg {
            fill: #cc0d00;
        }

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.coveo-facet-header {
    padding: 10px 20px;
    background: #f7f8f9;
    clear: both;
    overflow: hidden;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

    .coveo-facet-header svg {
        display: inline-block;
        vertical-align: middle;
        width: 18px;
        height: 18px;
    }

.coveo-facet-header-title-section {
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
}

.coveo-facet-header-settings-section {
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -moz-flex-grow: 0;
    flex-grow: 0;
    -ms-flex-positive: 0;
}

.coveo-facet-header-title {
    color: #1d4f76;
    font-size: 15px;
}

.coveo-facet-settings-more:hover,
.coveo-facet-settings-more:focus {
    outline: none;
}

    .coveo-facet-settings-more:hover .coveo-more-background-svg,
    .coveo-facet-settings-more:focus .coveo-more-background-svg {
        fill-opacity: 1;
        fill: #e6ecf0;
    }

.coveo-facet-settings-more-svg {
    color: #1d4f76;
}

.coveo-facet-header-operator {
    color: #1d4f76;
}

    .coveo-facet-header-operator .coveo-and .coveo-and-svg {
        fill: #ecad00;
    }

    .coveo-facet-header-operator .coveo-or .coveo-or-svg {
        fill: #ecad00;
    }

.coveo-facet-header-operator,
.coveo-facet-header-eraser,
.coveo-facet-header-settings,
.coveo-facet-header-collapse,
.coveo-facet-header-expand {
    cursor: pointer;
    margin-left: 10px;
    position: relative;
    vertical-align: middle;
    border: none;
    background-color: transparent;
    padding: 0;
}

.coveo-facet-header-eraser {
    position: relative;
    top: 0;
    visibility: hidden;
    cursor: pointer;
    color: #1d4f76;
}

    .coveo-facet-header-eraser.coveo-facet-header-eraser-visible {
        visibility: visible;
    }

    .coveo-facet-header-eraser .coveo-exclusion-svg {
        fill: #1d4f76;
    }

    .coveo-facet-header-eraser svg {
        width: 15px;
        height: 15px;
    }

    .coveo-facet-header-eraser:hover {
        color: #cc0d00;
    }

        .coveo-facet-header-eraser:hover .coveo-exclusion-svg {
            fill: #cc0d00;
        }

.coveo-facet-header-wait-animation {
    margin-left: 10px;
    position: relative;
}

    .coveo-facet-header-wait-animation .coveo-facet-header-wait-animation-svg {
        color: #1d4f76;
        display: inline-block;
        vertical-align: middle;
        animation-name: coveo-spin;
        animation-timing-function: linear;
        animation-duration: 1s;
        animation-iteration-count: infinite;
    }

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.coveo-facet-values {
    list-style: none;
    padding: 5px 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: thin solid #bcc3ca;
        border-radius: 2px;
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        margin-right: 15px;
        background: white;
        position: relative;
        float: left;
        top: 2px;
    }

        .coveo-facet-value .coveo-facet-value-checkbox > svg {
            position: relative;
            background: none;
        }

    .coveo-facet-value.coveo-selected .coveo-facet-value-checkbox svg {
        width: 14px;
        height: 12px;
        bottom: 3px;
    }

        .coveo-facet-value.coveo-selected .coveo-facet-value-checkbox svg .coveo-hook-svg {
            fill: #4f5658;
        }

    .coveo-facet-value:hover:not(.coveo-facet-search-button):not(.coveo-excluded):not(.coveo-facet-value-will-exclude):not(.coveo-has-childs-selected) .coveo-facet-value-checkbox svg {
        width: 14px;
        height: 12px;
        bottom: 3px;
    }

        .coveo-facet-value:hover:not(.coveo-facet-search-button):not(.coveo-excluded):not(.coveo-facet-value-will-exclude):not(.coveo-has-childs-selected) .coveo-facet-value-checkbox svg .coveo-hook-svg {
            fill: #4f5658;
        }

    .coveo-facet-value:hover.coveo-excluded .coveo-facet-value-checkbox .coveo-hook-svg {
        fill-opacity: 0;
    }

    .coveo-facet-value .coveo-facet-value-checkbox:focus {
        outline: none;
    }

    .coveo-facet-value:not(.coveo-facet-search-button) .coveo-facet-value-checkbox:focus svg {
        width: 14px;
        height: 12px;
        bottom: 3px;
    }

        .coveo-facet-value:not(.coveo-facet-search-button) .coveo-facet-value-checkbox:focus svg .coveo-hook-svg {
            fill: #4f5658;
        }

        .coveo-facet-value:not(.coveo-facet-search-button) .coveo-facet-value-checkbox:focus svg .coveo-exclusion-svg {
            fill-opacity: 0;
        }

    .coveo-facet-value.coveo-facet-value-will-exclude .coveo-facet-value-checkbox svg,
    .coveo-facet-value:hover.coveo-facet-value-will-exclude .coveo-facet-value-checkbox svg {
        width: 10px;
        height: 10px;
        bottom: 4px;
    }

        .coveo-facet-value.coveo-facet-value-will-exclude .coveo-facet-value-checkbox svg .coveo-exclusion-svg,
        .coveo-facet-value:hover.coveo-facet-value-will-exclude .coveo-facet-value-checkbox svg .coveo-exclusion-svg {
            fill: #cc0d00;
        }

    .coveo-facet-value.coveo-facet-value-will-exclude.coveo-selected .coveo-facet-value-checkbox .coveo-hook-svg,
    .coveo-facet-value:hover.coveo-facet-value-will-exclude.coveo-selected .coveo-facet-value-checkbox .coveo-hook-svg {
        fill-opacity: 0;
    }

    .coveo-facet-value.coveo-excluded .coveo-facet-value-checkbox svg {
        width: 10px;
        height: 10px;
        bottom: 4px;
    }

        .coveo-facet-value.coveo-excluded .coveo-facet-value-checkbox svg .coveo-exclusion-svg {
            fill: #cc0d00;
        }

    .coveo-facet-value.coveo-facet-value-will-exclude:focus .coveo-facet-value-checkbox .coveo-hook-svg,
    .coveo-facet-value.coveo-facet-value-will-exclude:hover .coveo-facet-value-checkbox .coveo-hook-svg {
        fill-opacity: 0;
    }

    .coveo-facet-value.coveo-excluded .coveo-facet-value-caption,
    .coveo-facet-value.coveo-excluded .coveo-facet-value-computed-field,
    .coveo-facet-value.coveo-excluded .coveo-facet-value-count {
        text-decoration: line-through;
    }

    .coveo-facet-value > * {
        vertical-align: middle;
    }

    .coveo-facet-value:hover,
    .coveo-facet-value.coveo-focused {
        background-color: #e6ecf0;
    }

    .coveo-facet-value.coveo-selected {
        font-weight: bold;
    }

    .coveo-facet-value.coveo-excluded .coveo-facet-value-exclude {
        visibility: hidden;
    }

    .coveo-facet-value.coveo-excluded:hover .coveo-facet-value-exclude {
        visibility: hidden;
    }

    .coveo-facet-value:hover .coveo-facet-value-exclude {
        visibility: visible;
    }

.coveo-facet-value-label {
    display: block;
    white-space: nowrap;
    cursor: pointer;
    padding: 5px 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;
    transition: opacity 1s;
}

    .coveo-facet-value-count.coveo-waitDelta {
        opacity: 0;
    }

.coveo-with-computed-field .coveo-facet-value-count,
.coveo-with-computed-field .coveo-facet-value-computed-field {
    font-size: 12px;
    position: relative;
    top: 1px;
}

.coveo-facet-value-label.coveo-with-computed-field {
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    box-pack: justify;
    -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 {
        box-ordinal-group: 1;
        -moz-order: 1;
        order: 1;
        -ms-flex-order: 1;
        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 {
            box-ordinal-group: 1;
            -moz-order: 1;
            order: 1;
            -ms-flex-order: 1;
            flex-shrink: 0;
            -ms-flex-negative: 0;
        }

        .coveo-facet-value-label.coveo-with-computed-field .coveo-facet-value-label-wrapper .coveo-facet-value-caption {
            box-ordinal-group: 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 {
            box-ordinal-group: 3;
            -moz-order: 3;
            order: 3;
            -ms-flex-order: 3;
        }

    .coveo-facet-value-label.coveo-with-computed-field .coveo-facet-value-computed-field {
        box-ordinal-group: 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: white;
    border: thin solid #bcc3ca;
    border-radius: 2px;
    height: 13px;
    width: 13px;
    opacity: 0;
    z-index: 10;
}

    .coveo-facet-value-exclude:hover,
    .coveo-facet-value-exclude:focus {
        opacity: 1;
        outline: none;
    }

.coveo-facet-value-exclude-svg {
    width: 7px;
    height: 7px;
    position: absolute;
    top: 2px;
    left: 2px;
}

    .coveo-facet-value-exclude-svg .coveo-exclusion-svg {
        fill: #bcc3ca;
    }

.coveo-facet-search-results {
    position: absolute;
    border: thin solid #bcc3ca;
    border-radius: 2px;
    background-color: white;
    list-style: none;
    margin: 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-count,
    .coveo-facet-search-results .coveo-with-computed-field .coveo-facet-value-computed-field {
        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: thin solid #bcc3ca;
        border-radius: 2px;
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        margin-right: 15px;
        background: white;
        position: relative;
        float: left;
        top: 2px;
    }

        .coveo-facet-search-results .coveo-facet-value .coveo-facet-value-checkbox > svg {
            position: relative;
            background: none;
        }

    .coveo-facet-search-results .coveo-facet-value.coveo-selected .coveo-facet-value-checkbox svg {
        width: 11px;
        height: 9px;
        bottom: 5px;
    }

        .coveo-facet-search-results .coveo-facet-value.coveo-selected .coveo-facet-value-checkbox svg .coveo-hook-svg {
            fill: black;
        }

    .coveo-facet-search-results .coveo-facet-value:hover:not(.coveo-facet-search-button):not(.coveo-excluded):not(.coveo-facet-value-will-exclude):not(.coveo-has-childs-selected) .coveo-facet-value-checkbox svg {
        width: 11px;
        height: 9px;
        bottom: 5px;
    }

        .coveo-facet-search-results .coveo-facet-value:hover:not(.coveo-facet-search-button):not(.coveo-excluded):not(.coveo-facet-value-will-exclude):not(.coveo-has-childs-selected) .coveo-facet-value-checkbox svg .coveo-hook-svg {
            fill: black;
        }

    .coveo-facet-search-results .coveo-facet-value:hover.coveo-excluded .coveo-facet-value-checkbox .coveo-hook-svg {
        fill-opacity: 0;
    }

    .coveo-facet-search-results .coveo-facet-value .coveo-facet-value-checkbox:focus {
        outline: none;
    }

    .coveo-facet-search-results .coveo-facet-value:not(.coveo-facet-search-button) .coveo-facet-value-checkbox:focus svg {
        width: 11px;
        height: 9px;
        bottom: 5px;
    }

        .coveo-facet-search-results .coveo-facet-value:not(.coveo-facet-search-button) .coveo-facet-value-checkbox:focus svg .coveo-hook-svg {
            fill: black;
        }

        .coveo-facet-search-results .coveo-facet-value:not(.coveo-facet-search-button) .coveo-facet-value-checkbox:focus svg .coveo-exclusion-svg {
            fill-opacity: 0;
        }

    .coveo-facet-search-results .coveo-facet-value.coveo-facet-value-will-exclude .coveo-facet-value-checkbox svg,
    .coveo-facet-search-results .coveo-facet-value:hover.coveo-facet-value-will-exclude .coveo-facet-value-checkbox svg {
        width: 7px;
        height: 7px;
        bottom: 6px;
    }

        .coveo-facet-search-results .coveo-facet-value.coveo-facet-value-will-exclude .coveo-facet-value-checkbox svg .coveo-exclusion-svg,
        .coveo-facet-search-results .coveo-facet-value:hover.coveo-facet-value-will-exclude .coveo-facet-value-checkbox svg .coveo-exclusion-svg {
            fill: #cc0d00;
        }

    .coveo-facet-search-results .coveo-facet-value.coveo-facet-value-will-exclude.coveo-selected .coveo-facet-value-checkbox .coveo-hook-svg,
    .coveo-facet-search-results .coveo-facet-value:hover.coveo-facet-value-will-exclude.coveo-selected .coveo-facet-value-checkbox .coveo-hook-svg {
        fill-opacity: 0;
    }

    .coveo-facet-search-results .coveo-facet-value.coveo-excluded .coveo-facet-value-checkbox svg {
        width: 7px;
        height: 7px;
        bottom: 6px;
    }

        .coveo-facet-search-results .coveo-facet-value.coveo-excluded .coveo-facet-value-checkbox svg .coveo-exclusion-svg {
            fill: #cc0d00;
        }

    .coveo-facet-search-results .coveo-facet-value.coveo-facet-value-will-exclude:focus .coveo-facet-value-checkbox .coveo-hook-svg,
    .coveo-facet-search-results .coveo-facet-value.coveo-facet-value-will-exclude:hover .coveo-facet-value-checkbox .coveo-hook-svg {
        fill-opacity: 0;
    }

    .coveo-facet-search-results .coveo-facet-value .coveo-facet-value-checkbox {
        position: relative;
        top: 5px;
    }

    .coveo-facet-search-results .coveo-facet-value-exclude {
        right: 10px;
    }

    .coveo-facet-search-results .coveo-facet-value-label {
        padding-right: 15px;
    }

.coveo-facet-search-selectable {
    margin: 0;
    padding: 0 10px;
}

.coveo-facet-search-current-result {
    background-color: #e6ecf0;
}

.coveo-facet-search-select-all {
    margin: 0;
    padding: 10px;
    font-weight: bold;
    color: #004990;
    text-decoration: none;
    cursor: pointer;
}

    .coveo-facet-search-select-all:visited,
    .coveo-facet-search-select-all:visited:hover {
        color: #609;
    }

    .coveo-facet-search-select-all:hover,
    .coveo-facet-search-select-all:hover a {
        text-decoration: underline;
    }

    .coveo-facet-search-select-all.coveo-selected * {
        color: #004990;
    }

.coveo-facet-search-clear {
    float: right;
    margin-right: 3px;
    cursor: pointer;
    opacity: 0.5;
    clear: none;
    cursor: pointer;
    color: #1d4f76;
}

    .coveo-facet-search-clear .coveo-exclusion-svg {
        fill: #1d4f76;
    }

    .coveo-facet-search-clear svg {
        width: 8px;
        height: 8px;
    }

    .coveo-facet-search-clear:hover {
        color: #cc0d00;
    }

        .coveo-facet-search-clear:hover .coveo-exclusion-svg {
            fill: #cc0d00;
        }

    .coveo-facet-search-clear:hover {
        opacity: 1;
    }

.coveo-facet-search-input {
    border: 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;
    }

@keyframes grow {
    0% {
        margin-right: 200px;
    }

    100% {
        margin-right: 20px;
    }
}

.coveo-facet-search {
    border: thin solid #bcc3ca;
    border-radius: 2px;
    position: relative;
    background: white;
    display: none;
    margin: 2px 20px 1px;
    padding: 4px;
    animation: grow 0.3s linear;
}

.coveo-facet-searching .coveo-facet-search {
    display: block;
}

.coveo-facet-search-no-results {
    background-color: #ffd0d0;
}

    .coveo-facet-search-no-results .coveo-facet-search-magnifier {
        visibility: hidden;
    }

.coveo-facet-search-magnifier {
    float: left;
}

.coveo-facet-search-magnifier-svg {
    margin: 5px 6px 5px 10px;
    width: 10px;
    height: 10px;
    color: #9cb4cb;
}

.coveo-facet-search-wait-animation {
    float: left;
}

.coveo-facet-search-wait-animation-svg {
    width: 13px;
    height: 13px;
    color: #1d4f76;
    margin: 3px 3px 5px 10px;
    animation-name: coveo-spin;
    animation-timing-function: linear;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

.coveo-facet-search-middle {
    overflow: hidden;
    line-height: 19px;
}

.coveo-facet-value.coveo-facet-search-button {
    color: #004990;
}

    .coveo-facet-value.coveo-facet-search-button .coveo-facet-value-checkbox {
        border-style: dashed;
    }

        .coveo-facet-value.coveo-facet-search-button:hover .coveo-facet-value-checkbox,
        .coveo-facet-value.coveo-facet-search-button .coveo-facet-value-checkbox:focus {
            border-style: solid;
        }

.coveo-facet-searching .coveo-facet-value.coveo-facet-search-button {
    display: none;
}

.coveo-facet-value.coveo-facet-search-button .coveo-facet-value-checkbox {
    bottom: 1px;
}

    .coveo-facet-value.coveo-facet-search-button .coveo-facet-value-checkbox svg {
        bottom: 4px;
    }

        .coveo-facet-value.coveo-facet-search-button .coveo-facet-value-checkbox svg .coveo-more-svg {
            fill: #bcc3ca;
        }

    .coveo-facet-value.coveo-facet-search-button .coveo-facet-value-checkbox > .coveo-facet-value-checkbox-svg,
    .coveo-facet-value.coveo-facet-search-button:hover .coveo-facet-value-checkbox > .coveo-facet-value-checkbox-svg {
        color: #bcc3ca;
        width: 16px;
        height: 11px;
    }

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.CoveoCategoryFacet.coveo-hidden {
    display: none;
}

.coveo-category-facet-values-fade .coveo-category-facet-child-value {
    opacity: 0.5;
}

.coveo-category-facet-values {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.coveo-category-facet-value-label {
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 19px 5px 20px;
}

    .coveo-category-facet-value-label.coveo-selectable {
        vertical-align: middle;
        line-height: 22px;
        cursor: pointer;
    }

        .coveo-category-facet-value-label.coveo-selectable:focus,
        .coveo-category-facet-value-label.coveo-selectable:hover {
            background-color: #e6ecf0;
        }

.coveo-active-category-facet-parent {
    font-weight: bold;
    margin-left: 15px;
}

.coveo-category-facet-non-empty-path .coveo-category-facet-child-value .coveo-category-facet-value-label {
    padding-left: 53px;
}

.coveo-category-facet-last-value {
    color: black;
}

    .coveo-category-facet-last-value .coveo-category-facet-value-label:hover,
    .coveo-category-facet-last-value .coveo-category-facet-value-label:focus {
        background-color: white;
    }

.coveo-category-facet-value-caption {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
}

.coveo-category-facet-value-count {
    margin: 0 5px;
}

.coveo-category-facet-collapse-children {
    cursor: pointer;
    padding-right: 5px;
    vertical-align: top;
}

.coveo-category-facet-header {
    padding: 10px 20px 6px;
    color: #1d4f76;
    background-color: #f7f8f9;
}

.coveo-category-facet-collapse-children-svg {
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #bcc3ca;
    width: 10px;
    height: 6px;
    vertical-align: 2px;
}

.coveo-category-facet-title {
    display: inline-block;
}

.coveo-category-facet-header-wait-animation {
    margin-left: 10px;
    position: relative;
    display: inline-block;
    width: 18px;
    height: 20px;
}

    .coveo-category-facet-header-wait-animation .coveo-category-facet-header-wait-animation-svg {
        color: #1d4f76;
        display: inline-block;
        vertical-align: middle;
        animation-name: coveo-spin;
        animation-timing-function: linear;
        animation-duration: 1s;
        animation-iteration-count: infinite;
    }

.coveo-category-facet-more-less-container {
    width: 100%;
    height: 15px;
    background: #f7f8f9;
    text-align: center;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.coveo-category-facet-more,
.coveo-category-facet-less {
    cursor: pointer;
}

    .coveo-category-facet-more:hover,
    .coveo-category-facet-more:focus,
    .coveo-category-facet-less:hover,
    .coveo-category-facet-less:focus {
        background: #bcc3ca;
        outline: none;
    }

.coveo-category-facet-header-eraser {
    float: right;
}

.coveo-category-facet-non-empty-path .coveo-category-facet-header-eraser {
    visibility: visible;
}

.coveo-category-facet-all-categories {
    padding: 5px 19px 5px 20px;
    vertical-align: middle;
    line-height: 22px;
    cursor: pointer;
}

    .coveo-category-facet-all-categories:focus,
    .coveo-category-facet-all-categories:hover {
        background-color: #e6ecf0;
    }

.coveo-category-facet-ellipsis-caption {
    padding: 5px 19px 5px 20px;
    padding-left: 36px;
}

.coveo-category-facet-breadcrumb {
    display: block;
}

    .coveo-category-facet-breadcrumb .coveo-exclusion-svg {
        fill: #1d4f76;
    }

.coveo-category-facet-breadcrumb-title {
    color: #67768b;
    margin-right: 14px;
}

.coveo-category-facet-breadcrumb-values {
    color: #004990;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
}

    .coveo-category-facet-breadcrumb-values:visited,
    .coveo-category-facet-breadcrumb-values:visited:hover {
        color: #609;
    }

    .coveo-category-facet-breadcrumb-values:hover,
    .coveo-category-facet-breadcrumb-values:hover a {
        text-decoration: underline;
    }

    .coveo-category-facet-breadcrumb-values.coveo-selected * {
        color: #004990;
    }

    .coveo-category-facet-breadcrumb-values:hover .coveo-exclusion-svg {
        fill: #cc0d00;
    }

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.coveo-category-facet-search-container {
    padding: 0 20px;
    height: 32px;
    line-height: 30px;
}

    .coveo-category-facet-search-container .coveo-facet-search {
        margin: 0;
    }

.CoveoCategoryFacet:not(.coveo-category-facet-searching) .coveo-category-facet-search-container {
    outline: none;
}

    .CoveoCategoryFacet:not(.coveo-category-facet-searching) .coveo-category-facet-search-container:hover,
    .CoveoCategoryFacet:not(.coveo-category-facet-searching) .coveo-category-facet-search-container:focus {
        background-color: #e6ecf0;
    }

.coveo-category-facet-search-icon {
    vertical-align: middle;
    width: 18px;
    height: 18px;
    margin-right: 15px;
    display: inline-block;
    bottom: 1px;
    color: #bcc3ca;
    border: thin solid #bcc3ca;
    border-radius: 2px;
    border-style: dashed;
}

.coveo-category-facet-search-icon-svg {
    color: #bcc3ca;
    width: 16px;
    height: 11px;
    bottom: 7px;
    position: relative;
}

    .coveo-category-facet-search-icon-svg .coveo-more-svg {
        fill: #bcc3ca;
    }

.coveo-category-facet-searching .coveo-category-facet-search-placeholder {
    display: none;
}

.coveo-category-facet-searching .coveo-facet-search {
    display: block;
}

.coveo-category-facet-search-placeholder {
    cursor: pointer;
}

.coveo-category-facet-search-label {
    vertical-align: middle;
    display: inline-block;
    color: #004990;
}

.coveo-category-facet-search-value {
    font-size: 12px;
    padding: 5px 10px;
    cursor: pointer;
}

    .coveo-category-facet-search-value:hover {
        background-color: #e6ecf0;
        box-pack: distribute;
        -moz-justify-content: space-around;
        -ms-justify-content: space-around;
        -o-justify-content: space-around;
        justify-content: space-around;
        -ms-flex-pack: distribute;
    }

.coveo-category-facet-search-first-row {
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    box-pack: justify;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
}

.coveo-category-facet-search-value-caption {
    line-height: 17px;
}

.coveo-category-facet-search-value-number {
    color: #67768b;
}

.coveo-category-facet-search-path {
    display: block;
    font-size: 11px;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.coveo-category-facet-search-path-parents {
    color: #67768b;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 5px;
    direction: rtl;
}

.coveo-category-facet-search-path-last-value {
    white-space: nowrap;
}

.coveo-category-facet-search-second-row {
    height: 13px;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.coveo-facet-settings-popup {
    position: absolute;
    overflow: hidden;
    border: thin solid #bcc3ca;
    border-radius: 2px;
    z-index: 999;
    background-color: white;
}

.coveo-facet-settings-section {
    clear: both;
    white-space: nowrap;
}

    .coveo-facet-settings-section svg {
        margin: 10px;
    }

    .coveo-facet-settings-section .coveo-icon-container {
        display: inline-block;
        vertical-align: middle;
    }

.coveo-facet-settings-items {
    padding: 3px;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    font-size: 12px;
}

.coveo-facet-settings-item {
    white-space: nowrap;
    padding: 10px;
    cursor: pointer;
    -moz-padding-end: 70px;
}

    .coveo-facet-settings-item.coveo-selected {
        font-weight: bold;
    }

.coveo-facet-settings-disabled .coveo-facet-settings-item {
    cursor: default;
    opacity: 0.5;
}

    .coveo-facet-settings-disabled .coveo-facet-settings-item:hover {
        background: white;
    }

.coveo-facet-settings-section-sort .coveo-facet-settings-section-sort-svg {
    float: none;
}

.coveo-facet-settings-section-sort:hover .coveo-active-shape-svg {
    fill: #ecad00;
}

.coveo-facet-settings-section-sort:hover.coveo-disabled .coveo-active-shape-svg {
    fill: currentColor;
}

.coveo-facet-settings-section-sort.coveo-facet-settings-section {
    margin-bottom: 15px;
}

    .coveo-facet-settings-section-sort.coveo-facet-settings-section .coveo-icon-container {
        vertical-align: top;
    }

.coveo-facet-settings-section-sort-svg {
    width: 15px;
    height: 14px;
    color: #1d4f76;
}

.coveo-facet-settings-section-direction-ascending {
    cursor: pointer;
}

    .coveo-facet-settings-section-direction-ascending.coveo-facet-settings-disabled {
        cursor: inherit;
    }

    .coveo-facet-settings-section-direction-ascending .coveo-facet-settings-section-direction-ascending-svg {
        float: none;
    }

    .coveo-facet-settings-section-direction-ascending:hover .coveo-active-shape-svg {
        fill: #ecad00;
    }

    .coveo-facet-settings-section-direction-ascending:hover.coveo-facet-settings-disabled .coveo-active-shape-svg {
        fill: currentColor;
    }

.coveo-facet-settings-section-direction-ascending-svg {
    width: 15px;
    height: 12px;
    color: #1d4f76;
}

.coveo-facet-settings-section-direction-descending {
    cursor: pointer;
}

    .coveo-facet-settings-section-direction-descending.coveo-facet-settings-disabled {
        cursor: inherit;
    }

    .coveo-facet-settings-section-direction-descending .coveo-facet-settings-section-direction-descending-svg {
        float: none;
    }

    .coveo-facet-settings-section-direction-descending:hover .coveo-active-shape-svg {
        fill: #ecad00;
    }

    .coveo-facet-settings-section-direction-descending:hover.coveo-facet-settings-disabled .coveo-active-shape-svg {
        fill: currentColor;
    }

.coveo-facet-settings-section-direction-descending-svg {
    width: 15px;
    height: 12px;
    color: #1d4f76;
}

.coveo-facet-settings-section-save-state {
    border-top: thin solid #bcc3ca;
    cursor: pointer;
}

    .coveo-facet-settings-section-save-state .coveo-facet-settings-section-save-state-svg {
        float: none;
    }

    .coveo-facet-settings-section-save-state:hover .coveo-active-shape-svg {
        fill: #ecad00;
    }

    .coveo-facet-settings-section-save-state:hover.coveo-facet-settings-disabled .coveo-active-shape-svg {
        fill: currentColor;
    }

.coveo-facet-settings-section-save-state-svg {
    width: 16px;
    height: 16px;
    color: #1d4f76;
}

.coveo-facet-settings-section-clear-state {
    border-top: thin solid #bcc3ca;
    cursor: pointer;
}

    .coveo-facet-settings-section-clear-state .coveo-facet-settings-section-clear-state-svg {
        float: none;
    }

    .coveo-facet-settings-section-clear-state:hover .coveo-active-shape-svg {
        fill: #ecad00;
    }

    .coveo-facet-settings-section-clear-state:hover.coveo-facet-settings-disabled .coveo-active-shape-svg {
        fill: currentColor;
    }

.coveo-facet-settings-section-clear-state-svg {
    width: 16px;
    height: 16px;
    color: #1d4f76;
}

.coveo-facet-settings-section-hide {
    border-top: thin solid #bcc3ca;
    margin: 3px;
    cursor: pointer;
}

    .coveo-facet-settings-section-hide .coveo-facet-settings-section-hide-svg {
        float: none;
    }

    .coveo-facet-settings-section-hide:hover .coveo-active-shape-svg {
        fill: #ecad00;
    }

    .coveo-facet-settings-section-hide:hover.coveo-facet-settings-disabled .coveo-active-shape-svg {
        fill: currentColor;
    }

.coveo-facet-settings-section-hide-svg {
    width: 16px;
    height: 16px;
    color: #1d4f76;
}

.coveo-facet-settings-section-show {
    border-top: thin solid #bcc3ca;
    cursor: pointer;
}

    .coveo-facet-settings-section-show .coveo-facet-settings-section-show-svg {
        float: none;
    }

    .coveo-facet-settings-section-show:hover .coveo-active-shape-svg {
        fill: #ecad00;
    }

    .coveo-facet-settings-section-show:hover.coveo-facet-settings-disabled .coveo-active-shape-svg {
        fill: currentColor;
    }

.coveo-facet-settings-section-show-svg {
    width: 16px;
    height: 16px;
    color: #1d4f76;
}

.coveo-facet-settings-section-sort-title {
    font-size: 12px;
    font-weight: bold;
    color: #67768b;
    padding: 10px;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.coveo-slider-container {
    width: 100%;
    height: 85px;
    position: relative;
    padding: 25px 20px 20px;
}

    .coveo-slider-container > div {
        height: 50px;
        position: relative;
    }

    .coveo-slider-container svg {
        overflow: hidden;
    }

.coveo-slider-line {
    background-color: white;
    border: thin solid #bcc3ca;
    border-radius: 2px;
    position: absolute;
    width: 100%;
    height: 10px;
    top: 3px;
}

    .coveo-slider-line.coveo-active {
        z-index: 1;
        background-color: #67768b;
    }

.coveo-slider-button {
    background-color: #296896;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    width: 15px;
    height: 16px;
    z-index: 2;
    position: absolute;
    margin-left: -7px;
}

    .coveo-slider-button:hover {
        background-color: #296896;
    }

    .coveo-slider-button.coveo-active {
        background-color: #296896;
    }

    .coveo-slider-button:after {
        content: '';
        height: 10px;
        width: 2px;
        border-right: 1px solid white;
        border-left: 1px solid white;
        position: absolute;
        right: 4px;
        top: 3px;
    }

    .coveo-slider-button:before {
        content: '';
        height: 10px;
        border-right: 1px solid white;
        position: absolute;
        left: 4px;
        top: 3px;
    }

.coveo-slider-caption {
    position: absolute;
    top: 25px;
    left: 0;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.coveo-slider-tooltip {
    white-space: nowrap;
    padding: 10px;
    background-color: #e6ecf0;
    border: thin solid #bcc3ca;
    border-radius: 2px;
    z-index: 10;
    position: absolute;
    margin-top: 30px;
}

    .coveo-slider-tooltip .coveo-slider-tooltip-arrow {
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #bcc3ca;
        top: 38px;
        position: absolute;
    }

    .coveo-slider-tooltip .coveo-caption {
        font-size: 12px;
    }

    .coveo-slider-tooltip .coveo-count {
        font-size: 12px;
        margin-left: 5px;
    }

.coveo-slider-container.coveo-with-graph {
    height: 135px;
}

    .coveo-slider-container.coveo-with-graph > div {
        height: 100px;
    }

    .coveo-slider-container.coveo-with-graph svg {
        position: absolute;
        left: 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;
    box-shadow: none;
}

.CoveoFacetSlider.coveo-facet-collapsed .coveo-slider-container {
    display: none;
}

.CoveoFacetSlider.coveo-disabled-empty {
    display: none;
}

.coveo-executing-query .coveo-slider-container {
    opacity: 0.5;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.coveo-top-field-suggestion-header {
    width: 100%;
    padding: 10px;
    color: #1d4f76;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.CoveoFieldTable {
    border: thin solid #bcc3ca;
    border-radius: 2px;
    width: 100%;
    background-color: #f7f8f9;
    padding-bottom: 10px;
    position: relative;
    word-break: break-all;
    margin-top: 1px;
    border-collapse: separate;
    margin-bottom: 20px;
}

    .CoveoFieldTable th,
    .CoveoFieldTable td {
        font-size: 14px;
    }

    .CoveoFieldTable td {
        width: 99%;
        padding: 10px 20px 0 0;
    }

    .CoveoFieldTable th {
        text-align: left;
        font-weight: normal;
        white-space: nowrap;
        padding: 10px 10px 0 20px;
    }

    .CoveoFieldTable .coveo-clickable {
        color: #004990;
        text-decoration: none;
        cursor: pointer;
    }

        .CoveoFieldTable .coveo-clickable:visited,
        .CoveoFieldTable .coveo-clickable:visited:hover {
            color: #609;
        }

        .CoveoFieldTable .coveo-clickable:hover,
        .CoveoFieldTable .coveo-clickable:hover a {
            text-decoration: underline;
        }

        .CoveoFieldTable .coveo-clickable.coveo-selected * {
            color: #004990;
        }

        .CoveoFieldTable .coveo-clickable.coveo-selected {
            font-weight: bold;
        }

.coveo-field-table-toggle {
    color: #004990;
    text-decoration: none;
    cursor: pointer;
    margin: 0 5px 5px 0;
}

    .coveo-field-table-toggle:visited,
    .coveo-field-table-toggle:visited:hover {
        color: #609;
    }

    .coveo-field-table-toggle:hover,
    .coveo-field-table-toggle:hover a {
        text-decoration: underline;
    }

    .coveo-field-table-toggle.coveo-selected * {
        color: #004990;
    }

    .coveo-field-table-toggle .coveo-field-table-toggle-caption {
        margin-right: 5px;
    }

.coveo-field-table-toggle-container {
    position: relative;
    overflow: hidden;
    height: 0;
    transition: height 0.5s ease-in-out;
}

    .coveo-field-table-toggle-container.coveo-no-transition {
        transition: none;
    }

.coveo-field-table-toggle-down {
    position: relative;
    top: 2px;
}

.coveo-field-table-toggle-down-svg {
    color: #1d4f76;
    width: 10px;
    height: 6px;
    transition: fill-opacity 0.5s;
    fill-opacity: 1;
}

    .coveo-field-table-toggle-down-svg.coveo-opened {
        fill-opacity: 0;
    }

.coveo-field-table-toggle-up {
    position: absolute;
    bottom: 44px;
    right: 10px;
    margin: 0;
    height: 0;
}

.coveo-field-table-toggle-up-svg {
    color: #1d4f76;
    width: 10px;
    height: 6px;
    transition: fill-opacity 0s;
    fill-opacity: 0;
}

    .coveo-field-table-toggle-up-svg.coveo-opened {
        fill-opacity: 1;
        height: 13px;
        transition: fill-opacity cubic-bezier(1, 0, 1, 0) 0.4s;
    }

.CoveoFieldValue .coveo-clickable {
    color: #004990;
    text-decoration: none;
    cursor: pointer;
}

    .CoveoFieldValue .coveo-clickable:visited,
    .CoveoFieldValue .coveo-clickable:visited:hover {
        color: #609;
    }

    .CoveoFieldValue .coveo-clickable:hover,
    .CoveoFieldValue .coveo-clickable:hover a {
        text-decoration: underline;
    }

    .CoveoFieldValue .coveo-clickable.coveo-selected * {
        color: #004990;
    }

    .CoveoFieldValue .coveo-clickable.coveo-selected {
        font-weight: bold;
    }

.CoveoFieldValue.coveo-with-label {
    display: inline-block;
}

.CoveoFieldValue .coveo-field-caption {
    color: #67768b;
    margin-right: 10px;
}

.coveo-card-overlay .CoveoFieldTable {
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 10px 0 0;
}

    .coveo-card-overlay .CoveoFieldTable th {
        color: #bcc3ca;
    }

.coveo-card-overlay .coveo-clickable {
    color: #004990;
    text-decoration: none;
    cursor: pointer;
    color: #f7f8f9;
    text-decoration: underline;
}

    .coveo-card-overlay .coveo-clickable:visited,
    .coveo-card-overlay .coveo-clickable:visited:hover {
        color: #609;
        color: #f7f8f9;
    }

    .coveo-card-overlay .coveo-clickable:hover,
    .coveo-card-overlay .coveo-clickable:hover a {
        text-decoration: underline;
    }

    .coveo-card-overlay .coveo-clickable.coveo-selected * {
        color: #004990;
        color: #f7f8f9;
    }

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.coveo-hidden-query-breadcrumb-title {
    color: #67768b;
    margin-right: 14px;
    display: inline-block;
    vertical-align: middle;
}

.coveo-hidden-query-breadcrumb-values {
    display: inline-block;
    vertical-align: middle;
}

.coveo-hidden-query-breadcrumb-value {
    color: #004990;
    text-decoration: none;
    cursor: pointer;
}

    .coveo-hidden-query-breadcrumb-value:visited,
    .coveo-hidden-query-breadcrumb-value:visited:hover {
        color: #609;
    }

    .coveo-hidden-query-breadcrumb-value:hover,
    .coveo-hidden-query-breadcrumb-value:hover a {
        text-decoration: underline;
    }

    .coveo-hidden-query-breadcrumb-value.coveo-selected * {
        color: #004990;
    }

.coveo-hidden-query-breadcrumb-clear {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    cursor: pointer;
    color: #1d4f76;
}

    .coveo-hidden-query-breadcrumb-clear .coveo-exclusion-svg {
        fill: #1d4f76;
    }

    .coveo-hidden-query-breadcrumb-clear svg {
        width: 12px;
        height: 12px;
    }

    .coveo-hidden-query-breadcrumb-clear:hover {
        color: #cc0d00;
    }

        .coveo-hidden-query-breadcrumb-clear:hover .coveo-exclusion-svg {
            fill: #cc0d00;
        }

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.CoveoHierarchicalFacet ul.coveo-facet-values {
    overflow-x: auto;
}

    .CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value {
        padding-left: 30px;
        position: relative;
    }

        .CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value.coveo-has-childs.coveo-has-childs-selected:not(.coveo-selected) .coveo-facet-value-checkbox-svg {
            width: 12px;
            height: 14px;
            visibility: visible;
            position: relative;
            bottom: 2px;
            left: 0;
        }

        .CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value.coveo-has-childs.coveo-has-childs-selected:not(.coveo-selected) .coveo-line-svg {
            fill: rgba(188, 195, 202, 0.74);
        }

        .CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value.coveo-has-childs .coveo-has-childs-toggle {
            position: absolute;
            display: inline-block;
            top: 8px;
            left: 7px;
        }

            .CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value.coveo-has-childs .coveo-has-childs-toggle .coveo-hierarchical-facet-expand-svg,
            .CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value.coveo-has-childs .coveo-has-childs-toggle .coveo-hierarchical-facet-collapse-svg {
                width: 16px;
                height: 16px;
                color: #1d4f76;
            }

            .CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value.coveo-has-childs .coveo-has-childs-toggle .coveo-hierarchical-facet-collapse-svg {
                display: none;
            }

            .CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value.coveo-has-childs .coveo-has-childs-toggle:hover {
                cursor: pointer;
            }

        .CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value.coveo-has-childs.coveo-open .coveo-hierarchical-facet-collapse-svg {
            display: inline-block;
        }

        .CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value.coveo-has-childs.coveo-open .coveo-hierarchical-facet-expand-svg {
            display: none;
        }

        .CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value.coveo-inactive {
            display: none;
        }

.coveo-hierarchical-breadcrumb-separator {
    content: '';
    display: inline-block;
    top: 2px;
    left: 3px;
    position: relative;
    margin-left: 2px;
    margin-right: 2px;
    height: 0;
    width: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px;
    border-left-color: #b0b3ae;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.CoveoMatrix {
    margin: 10px 5px;
}

.coveo-matrix-title {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    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 {
    font-weight: bold;
    color: #1d4f76;
    font-weight: bold;
    height: 45px;
    background-color: #f7f8f9;
}

.matrix-total-row {
    font-weight: bold;
}

.coveo-matrix-cell {
    display: table-cell;
    padding: 5px;
    text-align: right;
    overflow: hidden;
    vertical-align: middle;
    border: thin solid #bcc3ca;
}

    .coveo-matrix-cell:hover {
        cursor: pointer;
    }

.coveo-matrix-unimportant {
    color: lightgrey;
}

.matrix-results-preview-container {
    position: absolute;
    z-index: 1;
    border: thin solid #bcc3ca;
    border-radius: 2px;
    background-color: white;
}

    .matrix-results-preview-container .coveo-result-frame {
        border-bottom: thin solid #bcc3ca;
        text-align: left;
        overflow: hidden;
        padding: 5px;
    }

    .matrix-results-preview-container .coveo-result-cell {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.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 49px 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;
            box-sizing: border-box;
            display: block;
        }

        .magic-box .magic-box-input input {
            background: none;
            border: none;
            resize: none;
            outline: 0;
        }

            .magic-box .magic-box-input input::-ms-clear {
                width: 0;
                height: 0;
            }

        .magic-box .magic-box-input .magic-box-underlay {
            color: transparent;
            overflow: hidden;
        }

            .magic-box .magic-box-input .magic-box-underlay > span {
                text-indent: 0;
            }

            .magic-box .magic-box-input .magic-box-underlay span {
                display: inline-block;
                vertical-align: top;
            }

                .magic-box .magic-box-input .magic-box-underlay span[data-value=''] {
                    height: 24px;
                }

            .magic-box .magic-box-input .magic-box-underlay .magic-box-ghost-text {
                visibility: hidden;
                color: #bdbdbd;
            }

            .magic-box .magic-box-input .magic-box-underlay .magic-box-error {
                border-bottom: solid #f44336 2px;
            }

                .magic-box .magic-box-input .magic-box-underlay .magic-box-error.magic-box-error-empty {
                    position: relative;
                }

                    .magic-box .magic-box-input .magic-box-underlay .magic-box-error.magic-box-error-empty:before {
                        content: ' ';
                        border-bottom: solid #f44336 2px;
                        position: absolute;
                    }

            .magic-box .magic-box-input .magic-box-underlay:after {
                content: '';
                display: inline-block;
            }

    .magic-box .magic-box-clear {
        position: relative;
        float: right;
        height: 48px;
        line-height: 48px;
        text-align: center;
        font-size: 24px;
        transition: width 0.3s;
        cursor: pointer;
        background: #fff;
        width: 0;
        overflow: hidden;
    }

        .magic-box .magic-box-clear .magic-box-icon:before {
            color: #9e9e9e;
            font-family: arial, sans-serif;
            content: 'X';
            font-size: 24px;
        }

        .magic-box .magic-box-clear:before {
            content: '';
            border-left: #e0e0e0 1px solid;
            position: absolute;
            top: 15%;
            bottom: 15%;
            left: 0;
        }

    .magic-box.magic-box-notEmpty .magic-box-clear {
        width: 48px;
    }

    .magic-box.magic-box-hasFocus .magic-box-underlay .magic-box-ghost-text {
        visibility: visible;
    }

    .magic-box.magic-box-hasFocus .magic-box-suggestions.magic-box-hasSuggestion {
        display: block;
    }

    .magic-box .magic-box-suggestions {
        clear: both;
        position: absolute;
        top: 100%;
        left: -1px;
        right: -1px;
        overflow: hidden;
        background: #fff;
        z-index: 1;
        display: none;
        font-family: arial, sans-serif;
        border: 1px solid #9e9e9e;
    }

        .magic-box .magic-box-suggestions .magic-box-suggestion-seperator,
        .magic-box .magic-box-suggestions .magic-box-suggestion {
            opacity: 1;
            transition: opacity 0.3s;
        }

        .magic-box .magic-box-suggestions.magic-box-suggestions-loading .magic-box-suggestion-seperator,
        .magic-box .magic-box-suggestions.magic-box-suggestions-loading .magic-box-suggestion {
            opacity: 0;
        }

        .magic-box .magic-box-suggestions .magic-box-suggestion-seperator {
            padding: 12px 12px 0;
            line-height: 24px;
            font-size: 16px;
            font-weight: bold;
            background: #fff;
            overflow: hidden;
            height: 36px;
            border-top: 1px solid #e0e0e0;
            color: #9e9e9e;
        }

            .magic-box .magic-box-suggestions .magic-box-suggestion-seperator:first-child {
                border-top: none;
            }

            .magic-box .magic-box-suggestions .magic-box-suggestion-seperator .magic-box-suggestion-seperator-label {
                float: left;
                margin-right: 12px;
                max-width: 75%;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

            .magic-box .magic-box-suggestions .magic-box-suggestion-seperator:after {
                content: '';
                display: block;
                position: relative;
                top: 50%;
                height: 1px;
                overflow: hidden;
                background-color: #e0e0e0;
            }

            .magic-box .magic-box-suggestions .magic-box-suggestion-seperator + .magic-box-suggestion {
                border-top: none;
            }

        .magic-box .magic-box-suggestions .magic-box-suggestion {
            cursor: pointer;
            line-height: 24px;
            padding: 12px;
            font-size: 16px;
            background: #fff;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            border-top: 1px solid #fafafa;
            color: #212121;
        }

            .magic-box .magic-box-suggestions .magic-box-suggestion .magic-box-hightlight {
                font-weight: bold;
                color: #000;
            }

            .magic-box .magic-box-suggestions .magic-box-suggestion:first-child {
                border-top: none;
            }

            .magic-box .magic-box-suggestions .magic-box-suggestion.magic-box-selected {
                background: #e0f7fa !important;
            }

            .magic-box .magic-box-suggestions .magic-box-suggestion:hover {
                background: #f5f5f5;
            }

    .magic-box.magic-box-inline {
        overflow: hidden;
    }

        .magic-box.magic-box-inline .magic-box-suggestions.magic-box-hasSuggestion {
            position: relative;
            display: block;
            top: 0;
            left: 0;
            right: 0;
            border: none;
            border-top: 1px solid #9e9e9e;
        }

.coveo-waiting-for-first-query .coveo-omnibox {
    z-index: 0;
}

.CoveoOmnibox.magic-box .coveo-omnibox-hightlight {
    font-weight: bold;
    color: #000;
}

.CoveoOmnibox.magic-box .magic-box-suggestions {
    z-index: 3;
}

.CoveoOmnibox.magic-box .coveo-omnibox-hightlight2 {
    font-weight: bold;
    font-style: italic;
    color: #000;
}

.CoveoOmnibox.magic-box .magic-box-underlay [data-id='FieldQuery'][data-success='true'],
.CoveoOmnibox.magic-box .magic-box-underlay [data-id='FieldSimpleQuery'][data-success='true'] {
    position: relative;
}

    .CoveoOmnibox.magic-box .magic-box-underlay [data-id='FieldQuery'][data-success='true']:before,
    .CoveoOmnibox.magic-box .magic-box-underlay [data-id='FieldSimpleQuery'][data-success='true']:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #c8e6c9;
    }

    .CoveoOmnibox.magic-box .magic-box-underlay [data-id='FieldQuery'][data-success='true']:before,
    .CoveoOmnibox.magic-box .magic-box-underlay [data-id='FieldSimpleQuery'][data-success='true']:before {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        left: -1px;
    }

    .CoveoOmnibox.magic-box .magic-box-underlay [data-id='FieldQuery'][data-success='true']:before,
    .CoveoOmnibox.magic-box .magic-box-underlay [data-id='FieldSimpleQuery'][data-success='true']:before {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        right: -1px;
    }

.CoveoOmnibox.magic-box .magic-box-underlay [data-id='FieldQuery'][data-success='false'] > [data-success='true'],
.CoveoOmnibox.magic-box .magic-box-underlay [data-id='FieldSimpleQuery'][data-success='false'] > [data-success='true'] {
    position: relative;
}

    .CoveoOmnibox.magic-box .magic-box-underlay [data-id='FieldQuery'][data-success='false'] > [data-success='true']:before,
    .CoveoOmnibox.magic-box .magic-box-underlay [data-id='FieldSimpleQuery'][data-success='false'] > [data-success='true']:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #ffecb3;
    }

    .CoveoOmnibox.magic-box .magic-box-underlay [data-id='FieldQuery'][data-success='false'] > [data-success='true'][data-id='FieldQuery_0'],
    .CoveoOmnibox.magic-box .magic-box-underlay [data-id='FieldSimpleQuery'][data-success='false'] > [data-success='true'][data-id='FieldQuery_0'] {
        position: relative;
    }

        .CoveoOmnibox.magic-box .magic-box-underlay [data-id='FieldQuery'][data-success='false'] > [data-success='true'][data-id='FieldQuery_0']:before,
        .CoveoOmnibox.magic-box .magic-box-underlay [data-id='FieldSimpleQuery'][data-success='false'] > [data-success='true'][data-id='FieldQuery_0']:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: #ffecb3;
        }

        .CoveoOmnibox.magic-box .magic-box-underlay [data-id='FieldQuery'][data-success='false'] > [data-success='true'][data-id='FieldQuery_0']:before,
        .CoveoOmnibox.magic-box .magic-box-underlay [data-id='FieldSimpleQuery'][data-success='false'] > [data-success='true'][data-id='FieldQuery_0']:before {
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
            left: -1px;
        }

.CoveoOmnibox.magic-box.coveo-search-as-you-type .magic-box-ghost-text {
    display: none;
}

.CoveoOmnibox.magic-box .coveo-omnibox-selectable {
    cursor: pointer;
}

    .CoveoOmnibox.magic-box .coveo-omnibox-selectable.coveo-omnibox-selected {
        background-color: #e6ecf0;
    }

.CoveoOmnibox.magic-box .coveo-omnibox-facet-value {
    width: 100%;
    display: inline-block;
    float: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px 10px;
    margin: 0;
}

    .CoveoOmnibox.magic-box .coveo-omnibox-facet-value li.coveo-facet-value {
        list-style-type: none;
    }

    .CoveoOmnibox.magic-box .coveo-omnibox-facet-value .coveo-facet-value-label-wrapper > * {
        vertical-align: middle;
    }

.CoveoOmnibox.magic-box .coveo-omnibox-facet-header {
    float: left;
    width: 100%;
    padding: 5px;
    height: 26px;
    color: #2c5985;
}

    .CoveoOmnibox.magic-box .coveo-omnibox-facet-header .coveo-icon {
        margin-right: 6px;
        vertical-align: text-bottom;
    }

.CoveoOmnibox.magic-box .coveo-omnibox-section {
    vertical-align: middle;
    margin-bottom: 2px;
}

.CoveoOmnibox.magic-box .coveo-omnibox-header {
    height: 26px;
    color: #0065cb;
    margin-top: 4px;
    margin-bottom: 2px;
}

    .CoveoOmnibox.magic-box .coveo-omnibox-header .coveo-text {
        padding: 6px 15px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.CoveoResult.coveo-omnibox-selectable {
    padding: 10px 10px 10px 15px;
    margin: 0;
}

.CoveoResult .coveo-no-thumbnail {
    display: none;
}

.CoveoResult .coveo-date {
    float: right;
    font-size: 13px;
    margin-left: 10px;
    padding-top: 3px;
}

.CoveoResult .coveo-title {
    display: block;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 24px;
}

    .CoveoResult .coveo-title > * {
        vertical-align: middle;
    }

    .CoveoResult .coveo-title .CoveoResultLink {
        margin-right: 5px;
        display: inline;
        overflow: hidden;
        white-space: normal;
    }

        .CoveoResult .coveo-title .CoveoResultLink:after {
            content: '\A0';
            white-space: nowrap;
            visibility: hidden;
        }

.CoveoResult .coveo-excerpt {
    max-width: 600px;
    font-size: 14px;
    padding: 5px 0 8px;
}

.CoveoResult a {
    color: #004990;
    text-decoration: none;
    cursor: pointer;
}

    .CoveoResult a:visited,
    .CoveoResult a:visited:hover {
        color: #609;
    }

    .CoveoResult a:hover,
    .CoveoResult a:hover a {
        text-decoration: underline;
    }

    .CoveoResult a.coveo-selected * {
        color: #004990;
    }

.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: #004990;
        text-decoration: none;
        cursor: pointer;
    }

        .CoveoResult .CoveoBadge .coveo-value.coveo-clickable:visited,
        .CoveoResult .CoveoBadge .coveo-value.coveo-clickable:visited:hover {
            color: #609;
        }

        .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: #004990;
        }

    .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;
            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;
            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;
            box-sizing: border-box;
        }

    .CoveoResult .CoveoBadge .coveo-value .coveo-badge-label {
        vertical-align: middle;
    }

.CoveoResult .coveo-selectable-link {
    color: #004990;
    text-decoration: none;
    cursor: pointer;
}

    .CoveoResult .coveo-selectable-link:visited,
    .CoveoResult .coveo-selectable-link:visited:hover {
        color: #609;
    }

    .CoveoResult .coveo-selectable-link:hover,
    .CoveoResult .coveo-selectable-link:hover a {
        text-decoration: underline;
    }

    .CoveoResult .coveo-selectable-link.coveo-selected * {
        color: #004990;
    }

.CoveoResult .coveo-field .coveo-label {
    font-weight: normal;
}

.CoveoResult .CoveoResultFolding .coveo-child-result .CoveoQuickview {
    margin-left: 5px;
}

.CoveoResult.coveo-is-recommendation {
    box-shadow: 0 0 1px 1px #263e55;
}

.coveo-list-layout.CoveoResult {
    border-bottom: thin solid #bcc3ca;
    padding: 16px 0 16px 16px;
}

.coveo-card-layout {
    margin-right: -20px;
}

    .coveo-card-layout.CoveoResult {
        overflow: hidden;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        font-size: 0.9em;
        width: 300px;
        -moz-flex-grow: 1;
        flex-grow: 1;
        -ms-flex-positive: 1;
        margin: 0 20px 20px 0;
        border: thin solid #bcc3ca;
        border-radius: 2px;
    }

        .coveo-card-layout.CoveoResult .coveo-media-max-width-480 {
            margin: 0 0 20px;
        }

@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 {
        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: -ms-flexbox;
    display: flex;
    padding: 20px;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: auto;
}

.coveo-card-layout.CoveoResult .CoveoResultLink {
    font-size: 16px;
    line-height: 21px;
}

.coveo-card-layout:empty {
    width: 300px;
    height: 0;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    margin-right: 20px;
}

.coveo-card-layout.coveo-with-inline-ranking-info {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.coveo-table-layout {
    display: table-row;
}

    .coveo-table-layout td {
        display: table-cell;
        padding: 9px 15px;
        white-space: nowrap;
        border-bottom: thin solid #bcc3ca;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .coveo-table-layout th {
        text-align: left;
        font-size: 12px;
        color: #1d4f76;
        font-weight: bold;
        border-bottom: thin solid #bcc3ca;
        padding: 7px 15px;
    }

    .coveo-table-layout:hover td {
        background-color: #e6ecf0;
    }

    .coveo-table-layout .coveo-relevance-inspector-inline-ranking {
        display: table-cell;
        overflow: auto;
    }

.coveo-card-overlay a {
    color: #004990;
    text-decoration: none;
    cursor: pointer;
    color: #f7f8f9;
    text-decoration: underline;
}

    .coveo-card-overlay a:visited,
    .coveo-card-overlay a:visited:hover {
        color: #609;
        color: #f7f8f9;
    }

    .coveo-card-overlay a:hover,
    .coveo-card-overlay a:hover a {
        text-decoration: underline;
    }

    .coveo-card-overlay a.coveo-selected * {
        color: #004990;
        color: #f7f8f9;
    }

.coveo-result-frame,
.CoveoResult.coveo-result-frame {
    margin-left: 0;
    display: block;
    width: 100%;
    height: 100%;
}

    .coveo-result-frame .coveo-icon.coveo-icon-with-caption-overlay,
    .CoveoResult.coveo-result-frame .coveo-icon.coveo-icon-with-caption-overlay {
        overflow: visible;
        position: relative;
    }

    .coveo-result-frame .coveo-result-row,
    .CoveoResult.coveo-result-frame .coveo-result-row {
        width: 100%;
        display: table;
        table-layout: fixed;
        margin: 0.25em 0;
    }

    .coveo-result-frame .coveo-result-cell,
    .CoveoResult.coveo-result-frame .coveo-result-cell {
        line-height: 1.25em;
        display: table-cell;
        vertical-align: top;
    }

        .coveo-result-frame .coveo-result-cell > *,
        .CoveoResult.coveo-result-frame .coveo-result-cell > * {
            vertical-align: middle;
        }

        .coveo-result-frame .coveo-result-cell .CoveoTemplateLoader,
        .CoveoResult.coveo-result-frame .coveo-result-cell .CoveoTemplateLoader {
            display: inline-block;
        }

        .coveo-result-frame .coveo-result-cell.coveo-no-wrap,
        .CoveoResult.coveo-result-frame .coveo-result-cell.coveo-no-wrap {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

    .coveo-result-frame .CoveoThumbnail,
    .CoveoResult.coveo-result-frame .CoveoThumbnail {
        max-width: 100%;
    }

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.CoveoResultList.coveo-faded {
    opacity: 0.5;
}

.CoveoResultList {
    margin-top: 15px;
    margin-bottom: 15px;
}

    .CoveoResultList .coveo-fade-out {
        opacity: 0.5;
        transition: opacity 0.5s;
    }

    .CoveoResultList .coveo-wait-animation {
        display: block;
        margin: 10px auto;
    }

    .CoveoResultList.coveo-hidden {
        display: none;
    }

    .CoveoResultList[data-layout='table'] {
        overflow-x: auto;
        margin-bottom: 20px;
    }

.coveo-card-layout-container {
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -20px;
}

    .coveo-card-layout-container .coveo-media-max-width-480 {
        margin-right: 0;
    }

@media (max-width: 480px) {
    .coveo-card-layout-container {
        margin-right: 0;
    }
}

.coveo-table-layout-container {
    display: table;
    white-space: nowrap;
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
}

.coveo-result-list-table-footer {
    border-bottom: none;
}

.coveo-media-max-width-800 .CoveoResultList {
    margin-left: 10px;
    margin-right: 10px;
}

.coveo-media-max-width-800 .coveo-table-layout-container {
    table-layout: auto;
}

    .coveo-media-max-width-800 .coveo-table-layout-container td {
        max-width: 300px;
    }

@media (max-width: 800px) {
    .CoveoResultList {
        margin-left: 10px;
        margin-right: 10px;
    }

    .coveo-table-layout-container {
        table-layout: auto;
    }

        .coveo-table-layout-container td {
            max-width: 300px;
        }
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.coveo-list-layout.CoveoResult.coveo-omnibox-selectable,
.coveo-card-layout.CoveoResult.coveo-omnibox-selectable,
.coveo-table-layout.CoveoResult.coveo-omnibox-selectable {
    padding: 10px 10px 10px 36px;
    margin: 0;
    box-sizing: border-box;
}

.coveo-list-layout.CoveoResult.coveo-omnibox-result-list-element.coveo-omnibox-selectable.coveo-omnibox-selected,
.coveo-card-layout.CoveoResult.coveo-omnibox-result-list-element.coveo-omnibox-selectable.coveo-omnibox-selected,
.coveo-table-layout.CoveoResult.coveo-omnibox-result-list-element.coveo-omnibox-selectable.coveo-omnibox-selected {
    padding: 7px 7px 8px 33px;
    background-color: white;
    border: thin solid #bcc3ca;
    border-width: 3px;
}

.CoveoResult.coveo-omnibox-selectable {
    padding: 10px 10px 10px 36px;
    margin: 0;
    box-sizing: border-box;
}

.CoveoResult.coveo-omnibox-result-list-element.coveo-omnibox-selectable.coveo-omnibox-selected {
    padding: 7px 7px 8px 33px;
    background-color: white;
    border: thin solid #bcc3ca;
    border-width: 3px;
}

.magic-box-suggestions .coveo-card-layout-container {
    margin-right: 0;
}

.coveo-omnibox-result-list-header {
    width: 100%;
    padding: 10px;
    color: #1d4f76;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.coveo-pager-list {
    padding-left: 0;
    margin: 0;
    display: inline-block;
}

.coveo-pager-list-item {
    border: thin solid #bcc3ca;
    border-radius: 2px;
    margin: 5px 6px;
    padding: 4px 8px;
    list-style: none;
    display: inline-block;
    vertical-align: baseline;
    color: #004990;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    cursor: pointer;
}

    .coveo-pager-list-item:visited,
    .coveo-pager-list-item:visited:hover {
        color: #609;
    }

    .coveo-pager-list-item:hover,
    .coveo-pager-list-item:hover a {
        text-decoration: underline;
    }

    .coveo-pager-list-item.coveo-selected * {
        color: #004990;
    }

    .coveo-pager-list-item.coveo-active,
    .coveo-pager-list-item:hover {
        color: #cddee9;
        background-color: #1d4f76;
    }

        .coveo-pager-list-item.coveo-active a,
        .coveo-pager-list-item:hover a {
            color: #cddee9;
        }

.coveo-pager-previous,
.coveo-pager-next {
    margin: 5px 6px;
    list-style: none;
    display: inline-block;
    vertical-align: baseline;
    cursor: pointer;
    border: none;
    padding: 0;
}

    .coveo-pager-previous:hover,
    .coveo-pager-next:hover {
        color: #009ddc;
        background-color: white;
    }

.CoveoPager {
    margin-top: 0;
    margin-left: 25px;
    display: inline-block;
}

.coveo-pager-next-icon-svg,
.coveo-pager-previous-icon-svg {
    width: 11px;
    height: 20px;
    color: #1d4f76;
    vertical-align: middle;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.CoveoPreferencesPanel {
    display: none;
}

.CoveoResultsPreferences + .CoveoResultsFiltersPreferences {
    margin-top: 20px;
}

.preferences-panel-item-label {
    vertical-align: middle;
}

    .preferences-panel-item-label:hover {
        cursor: pointer;
    }

.coveo-preferences-panel-svg {
    width: 16px;
    height: 16px;
    color: #1d4f76;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.CoveoPrintableUri {
    box-pack: start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    margin: 2px 0 5px;
    font-size: 12px;
    padding: 0 2px;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

    .CoveoPrintableUri.CoveoResultLink:hover {
        text-decoration: none;
        color: #296896;
    }

        .CoveoPrintableUri.CoveoResultLink:hover a {
            text-decoration: none;
        }

    .CoveoPrintableUri .coveo-printable-uri-separator {
        font-size: 12px;
        margin: 0 3px;
    }

    .CoveoPrintableUri .coveo-hidden {
        display: none;
    }

    .CoveoPrintableUri .coveo-printable-uri-part:nth-of-type(1) {
        flex-shrink: 1;
        -ms-flex-negative: 1;
        min-width: 15px;
    }

    .CoveoPrintableUri .coveo-printable-uri-part:last-of-type {
        flex-shrink: 1;
        -ms-flex-negative: 1;
        min-width: 15px;
    }

    .CoveoPrintableUri .coveo-printable-uri-part {
        color: #009ddc;
        margin: 0;
        -ms-flex: 0 15 auto;
        flex: 0 15 auto;
        min-width: 10px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 0;
    }

.coveo-card-layout .CoveoPrintableUri {
    line-height: 24px;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.CoveoQueryDuration {
    color: #67768b;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.CoveoQuerySummary {
    color: #67768b;
    text-align: left;
}

    .CoveoQuerySummary div {
        margin-bottom: 5px;
    }

    .CoveoQuerySummary ul {
        margin-top: 0;
    }

        .CoveoQuerySummary ul li {
            font-size: 14px;
        }

    .CoveoQuerySummary.coveo-hidden {
        display: none;
    }

    .CoveoQuerySummary .coveo-show-if-no-results {
        display: none;
    }

        .CoveoQuerySummary .coveo-show-if-no-results.coveo-no-results {
            display: block;
        }

.coveo-query-summary-no-results-string {
    font-size: 16px;
}

.coveo-query-summary-search-tips-info {
    font-size: 16px;
}

.coveo-query-summary-cancel-last {
    font-size: 14px;
    color: #004990;
    text-decoration: none;
    cursor: pointer;
}

    .coveo-query-summary-cancel-last:visited,
    .coveo-query-summary-cancel-last:visited:hover {
        color: #609;
    }

    .coveo-query-summary-cancel-last:hover,
    .coveo-query-summary-cancel-last:hover a {
        text-decoration: underline;
    }

    .coveo-query-summary-cancel-last.coveo-selected * {
        color: #004990;
    }

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.CoveoQuickview {
    color: #004990;
    text-decoration: none;
    cursor: pointer;
}

    .CoveoQuickview:visited,
    .CoveoQuickview:visited:hover {
        color: #609;
    }

    .CoveoQuickview:hover,
    .CoveoQuickview:hover a {
        text-decoration: underline;
    }

    .CoveoQuickview.coveo-selected * {
        color: #004990;
    }

    .CoveoQuickview > div {
        position: relative;
    }

.coveo-list-layout .CoveoQuickview:hover .coveo-caption-for-icon {
    display: inline;
}

.CoveoQuickview .coveo-caption-for-icon {
    font-size: 12px;
    display: none;
    background: #263e55;
    color: white;
    border-radius: 2px;
    padding: 6px 16px;
    position: absolute;
    white-space: nowrap;
    z-index: 1;
}

    .CoveoQuickview .coveo-caption-for-icon > div {
        border: solid;
        content: '';
        position: absolute;
        z-index: 99;
    }

    .CoveoQuickview .coveo-caption-for-icon[x-placement^='bottom'] > div {
        top: -6px;
        left: calc(50% - $arrow-width);
        border-width: 0 6px 7px;
        border-color: #263e55 transparent;
    }

    .CoveoQuickview .coveo-caption-for-icon[x-placement^='top'] > div {
        bottom: -6px;
        left: calc(50% - $arrow-width);
        border-width: 7px 6px 0;
        border-color: #263e55 transparent;
    }

    .CoveoQuickview .coveo-caption-for-icon[x-placement^='right'] > div {
        top: calc(50% - $arrow-width);
        left: -6px;
        border-width: 6px 7px 6px 0;
        border-color: transparent #263e55;
    }

    .CoveoQuickview .coveo-caption-for-icon[x-placement^='left'] > div {
        top: calc(50% - $arrow-width);
        right: -6px;
        left: auto;
        border-width: 6px 0 6px 7px;
        border-color: transparent #263e55;
    }

.CoveoCardActionBar .CoveoQuickview {
    color: #fff;
    text-decoration: none;
}

    .CoveoCardActionBar .CoveoQuickview > * {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }

    .CoveoCardActionBar .CoveoQuickview .coveo-caption-for-icon {
        position: relative;
        -ms-transform: none;
        transform: none;
        display: inline;
        padding: 0 5px;
        font-size: inherit;
    }

        .CoveoCardActionBar .CoveoQuickview .coveo-caption-for-icon:before {
            display: none;
        }

    .CoveoCardActionBar .CoveoQuickview .coveo-caption-for-quickview {
        margin-top: 0;
        margin-left: 3px;
        font-size: 11px;
    }

.CoveoQuickviewDocument {
    overflow: hidden;
}

    .CoveoQuickviewDocument .coveo-quickview-document {
        height: 100%;
        width: 100%;
        display: table;
    }

        .CoveoQuickviewDocument .coveo-quickview-document > * {
            display: table-row;
        }

        .CoveoQuickviewDocument .coveo-quickview-document .coveo-iframeWrapper {
            height: 100%;
            width: 100%;
        }

.coveo-term-for-quickview * {
    vertical-align: middle;
    box-sizing: border-box;
}

.coveo-term-for-quickview {
    margin: 2px 10px 10px 0;
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
    border-radius: 5px;
    border: 2px solid;
}

    .coveo-term-for-quickview .coveo-term-for-quickview-down-arrow {
        display: inline-block;
        padding: 5px;
        height: 26px;
        position: relative;
        width: 20px;
    }

        .coveo-term-for-quickview .coveo-term-for-quickview-down-arrow .coveo-term-for-quickview-down-arrow-icon {
            position: absolute;
            top: 11px;
            width: 0;
            height: 0;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-top: 5px solid black;
        }

    .coveo-term-for-quickview .coveo-term-for-quickview-up-arrow {
        display: inline-block;
        padding: 5px;
        height: 26px;
        position: relative;
        width: 20px;
    }

        .coveo-term-for-quickview .coveo-term-for-quickview-up-arrow .coveo-term-for-quickview-up-arrow-icon {
            position: absolute;
            top: 11px;
            width: 0;
            height: 0;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-bottom: 5px solid black;
        }

    .coveo-term-for-quickview .coveo-term-for-quickview-name {
        font-size: 14px;
        padding: 5px 0;
        margin-left: 5px;
    }

.coveo-quickview-left-header {
    overflow: hidden;
    padding-right: 16px;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.coveo-quickview-right-header {
    text-align: right;
    float: right;
}

.coveo-quickview-icon {
    margin-right: 10px;
    vertical-align: middle;
}

.coveo-quickview-pop-up-reminder {
    color: #0066cc;
    font-size: 16px;
    text-align: left;
}

.coveo-quickview-time {
    font-size: 12px;
    color: #b4b4b4;
    font-weight: normal;
    vertical-align: middle;
}

.coveo-modal-container.coveo-quick-view .coveo-modal-body {
    height: 90%;
}

    .coveo-modal-container.coveo-quick-view .coveo-modal-body > div,
    .coveo-modal-container.coveo-quick-view .coveo-modal-body .coveo-list-layout,
    .coveo-modal-container.coveo-quick-view .coveo-modal-body .CoveoQuickviewDocument,
    .coveo-modal-container.coveo-quick-view .coveo-modal-body .coveo-quick-view-full-height {
        height: 100%;
        width: 100%;
    }

    .coveo-modal-container.coveo-quick-view .coveo-modal-body .coveo-logo {
        height: 64px;
        width: 178px;
    }

    .coveo-modal-container.coveo-quick-view .coveo-modal-body .coveo-loading-dot {
        height: 8px;
        width: 8px;
    }

    .coveo-modal-container.coveo-quick-view .coveo-modal-body .coveo-quickview-header {
        height: auto;
    }

    .coveo-modal-container.coveo-quick-view .coveo-modal-body iframe {
        height: 100%;
        width: 100%;
        position: relative;
        border: thin solid #bcc3ca;
        border-radius: 2px;
        padding: 10px 0 0 10px;
    }

.coveo-icon-for-quickview {
    text-align: center;
}

.coveo-icon-for-quickview-svg {
    margin-top: 8px;
    width: 20px;
    height: 12px;
    color: #1d4f76;
}

.coveo-computed-modal-box-content > div {
    height: 100%;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.CoveoSearchInterface.coveo-small-recommendation .coveo-recommendation-dropdown-header {
    box-ordinal-group: 1;
    -moz-order: 1;
    order: 1;
    -ms-flex-order: 1;
    border: thin solid #bcc3ca;
    border-radius: 2px;
    background-color: white;
}

    .CoveoSearchInterface.coveo-small-recommendation .coveo-recommendation-dropdown-header.coveo-dropdown-header-active {
        background-color: #e6ecf0;
        border-color: #009ddc;
    }

.CoveoSearchInterface.coveo-small-recommendation .coveo-recommendation-dropdown-content {
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 300ms;
    overflow: hidden;
    max-height: 0;
    width: 100%;
    padding: 0;
    margin: 25px 0 15px;
    border-bottom: 0 solid #e6ecf0;
}

    .CoveoSearchInterface.coveo-small-recommendation .coveo-recommendation-dropdown-content .coveo-media-max-width-480 {
        transition: all cubic-bezier(0.4, 0, 0.2, 1) 400ms;
    }

@media (max-width: 480px) {
    .CoveoSearchInterface.coveo-small-recommendation .coveo-recommendation-dropdown-content {
        transition: all cubic-bezier(0.4, 0, 0.2, 1) 400ms;
    }
}

.CoveoSearchInterface.coveo-small-recommendation .coveo-recommendation-dropdown-content.coveo-recommendation-column,
.CoveoSearchInterface.coveo-small-recommendation .coveo-recommendation-dropdown-content.CoveoRecommendation {
    display: block;
}

.CoveoSearchInterface.coveo-small-recommendation .coveo-recommendation-dropdown-content.coveo-open-dropdown-content {
    max-height: 1000px;
    width: 100%;
    border-bottom: 5px solid #e6ecf0;
}

.CoveoSearchInterface.coveo-small-recommendation .CoveoRecommendation,
.CoveoSearchInterface.coveo-small-recommendation .coveo-recommendation-facet-column,
.CoveoSearchInterface.coveo-small-recommendation .coveo-recommendation-dropdown-container {
    padding: 0;
}

.CoveoSearchInterface.coveo-small-recommendation .CoveoRecommendation {
    border: none;
}

.CoveoSearchInterface.coveo-small-recommendation .CoveoResultlist .CoveoResult:first-child {
    border-top: thin solid #bcc3ca;
}

.CoveoSearchInterface.coveo-small-recommendation .coveo-recommendation-header {
    padding: 5px 0;
    background-color: #e6ecf0;
    border-bottom: thin solid #bcc3ca;
}

.CoveoSearchInterface.coveo-small-recommendation .coveo-recommendation-title {
    color: #67768b;
}

.CoveoSearchInterface.coveo-small-recommendation #coveo-recommendation-results-column,
.CoveoSearchInterface.coveo-small-recommendation .coveo-recommendation-results-column,
.CoveoSearchInterface.coveo-small-facets #coveo-recommendation-results-column,
.CoveoSearchInterface.coveo-small-facets .coveo-recommendation-results-column {
    width: auto;
    display: block;
}

.CoveoSearchInterface.coveo-small-recommendation .coveo-recommendation-facet-column,
.CoveoSearchInterface.coveo-small-facets .coveo-recommendation-facet-column {
    width: 30%;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.CoveoRecommendation {
    margin: 10px 0;
    padding: 0;
    position: relative;
    border: thin solid #bcc3ca;
    border-radius: 2px;
}

.coveo-recommendation-header {
    padding: 10px 0;
    background-color: #f7f8f9;
}

.coveo-recommendation-title {
    color: #1d4f76;
    text-align: left;
    font-size: 15px;
    line-height: 20px;
    padding-left: 20px;
}

.coveo-recommendation-body {
    background: white;
    margin-bottom: 1px;
}

    .coveo-recommendation-body .CoveoResultList {
        margin: 0;
    }

        .coveo-recommendation-body .CoveoResultList .CoveoResult:first-child {
            border-top: none;
        }

        .coveo-recommendation-body .CoveoResultList .CoveoResult {
            margin: 0;
            padding: 5px 15px;
            border-top: thin solid #bcc3ca;
            border-bottom: none;
        }

.coveo-recommendation-column {
    width: 15%;
    display: inline-block;
    vertical-align: top;
    padding: 5px 15px;
}

#coveo-recommendation-results-column,
.coveo-recommendation-results-column,
.CoveoSearchInterface .coveo-recommendation-results-column {
    width: 49%;
    display: inline-block;
}

    #coveo-recommendation-results-column.coveo-no-results,
    .coveo-recommendation-results-column.coveo-no-results,
    .CoveoSearchInterface .coveo-recommendation-results-column.coveo-no-results {
        width: inherit;
        display: block;
    }

#coveo-recommendation-facet-column,
.coveo-recommendation-facet-column,
.CoveoSearchInterface .coveo-recommendation-facet-column {
    display: inline-block;
    vertical-align: top;
}

    #coveo-recommendation-facet-column.coveo-no-results,
    .coveo-recommendation-facet-column.coveo-no-results,
    .CoveoSearchInterface .coveo-recommendation-facet-column.coveo-no-results {
        display: none;
    }

#coveo-recommendation-main-section,
.coveo-recommendation-main-section,
.CoveoSearchInterface .coveo-recommendation-main-section {
    max-width: 1450px;
}

    #coveo-recommendation-main-section.coveo-no-results .coveo-recommendation-column,
    .coveo-recommendation-main-section.coveo-no-results .coveo-recommendation-column,
    .CoveoSearchInterface .coveo-recommendation-main-section.coveo-no-results .coveo-recommendation-column {
        display: none;
    }

.CoveoRecommendationQuery,
script.CoveoRecommendationQuery[type='text/x-query-generic'] {
    display: none;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.CoveoResultActionsMenu {
    display: none;
    position: absolute;
    right: 0;
    border: thin solid #bcc3ca;
    border-radius: 2px;
    margin-top: -24px;
    background: white;
}

    .CoveoResultActionsMenu.coveo-menu-opened {
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        box-pack: end;
        -moz-justify-content: flex-end;
        -ms-justify-content: flex-end;
        -o-justify-content: flex-end;
        justify-content: flex-end;
        -ms-flex-pack: end;
        float: right;
    }

    .CoveoResultActionsMenu .coveo-result-actions-menu-menu-item {
        height: auto;
        padding: 0 8px;
    }

        .CoveoResultActionsMenu .coveo-result-actions-menu-menu-item:not(:first-child) {
            border-left: thin solid #bcc3ca;
        }

        .CoveoResultActionsMenu .coveo-result-actions-menu-menu-item .coveo-icon-for-quickview-svg {
            margin: 0;
        }

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.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;
}

.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;
    }

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.CoveoResultFolding .coveo-folding-results {
    margin-bottom: 6px;
}

    .CoveoResultFolding .coveo-folding-results > .coveo-result-frame > .coveo-result-row {
        margin: 0;
    }

.CoveoResultFolding .coveo-loading-animation {
    margin: auto;
    width: 84px;
    margin-bottom: 10px;
}

.coveo-list-layout .coveo-result-folding-child-result {
    border-left: thin solid #bcc3ca;
    padding: 0 0 0 6px;
}

    .coveo-list-layout .coveo-result-folding-child-result:hover {
        border-left: 1px solid #296896;
    }

.coveo-list-layout .coveo-folding-normal-caption,
.coveo-list-layout .coveo-folding-expanded-caption,
.coveo-list-layout .coveo-folding-oneresult-caption {
    color: #333333;
}

.coveo-folding-footer-section-for-less,
.coveo-folding-footer-section-for-more {
    display: inline-block;
}

.coveo-folding-normal-caption,
.coveo-folding-expanded-caption,
.coveo-folding-oneresult-caption {
    font-size: 11px;
    margin-bottom: 10px;
}

    .coveo-folding-normal-caption.coveo-hidden,
    .coveo-folding-expanded-caption.coveo-hidden,
    .coveo-folding-oneresult-caption.coveo-hidden {
        display: none;
    }

.coveo-folding-footer {
    margin-top: 12px;
    margin-bottom: 3px;
}

.coveo-folding-footer-icon {
    margin-left: 5px;
}

.coveo-folding-more {
    display: inline-block;
    vertical-align: middle;
}

    .coveo-folding-more:hover {
        cursor: pointer;
    }

    .coveo-folding-more .coveo-folding-footer-icon {
        position: relative;
        top: -2px;
    }

.coveo-folding-more-svg {
    width: 10px;
    height: 6px;
    color: #1d4f76;
}

.coveo-folding-less {
    display: inline-block;
}

    .coveo-folding-less:hover {
        cursor: pointer;
    }

    .coveo-folding-less .coveo-folding-footer-icon {
        position: relative;
        top: -1px;
    }

.coveo-folding-less-svg {
    width: 10px;
    height: 6px;
    color: #1d4f76;
}

a.coveo-folding-show-more,
a.coveo-folding-show-less {
    color: #004990;
    text-decoration: none;
    cursor: pointer;
}

    a.coveo-folding-show-more:visited,
    a.coveo-folding-show-more:visited:hover,
    a.coveo-folding-show-less:visited,
    a.coveo-folding-show-less:visited:hover {
        color: #609;
    }

    a.coveo-folding-show-more:hover,
    a.coveo-folding-show-more:hover a,
    a.coveo-folding-show-less:hover,
    a.coveo-folding-show-less:hover a {
        text-decoration: underline;
    }

    a.coveo-folding-show-more.coveo-selected *,
    a.coveo-folding-show-less.coveo-selected * {
        color: #004990;
    }

.coveo-card-layout a.coveo-folding-show-more,
.coveo-card-layout a.coveo-folding-show-less {
    color: #004990;
    text-decoration: none;
    cursor: pointer;
    color: #f7f8f9;
    text-decoration: underline;
}

    .coveo-card-layout a.coveo-folding-show-more:visited,
    .coveo-card-layout a.coveo-folding-show-more:visited:hover,
    .coveo-card-layout a.coveo-folding-show-less:visited,
    .coveo-card-layout a.coveo-folding-show-less:visited:hover {
        color: #609;
        color: #f7f8f9;
    }

    .coveo-card-layout a.coveo-folding-show-more:hover,
    .coveo-card-layout a.coveo-folding-show-more:hover a,
    .coveo-card-layout a.coveo-folding-show-less:hover,
    .coveo-card-layout a.coveo-folding-show-less:hover a {
        text-decoration: underline;
    }

    .coveo-card-layout a.coveo-folding-show-more.coveo-selected *,
    .coveo-card-layout a.coveo-folding-show-less.coveo-selected * {
        color: #004990;
        color: #f7f8f9;
    }

.coveo-child-result {
    margin-bottom: 5px;
}

    .coveo-child-result * {
        vertical-align: middle;
    }

.coveo-card-overlay .coveo-folding-header,
.coveo-card-overlay .coveo-folding-results,
.coveo-card-overlay .coveo-folding-footer {
    padding-left: 20px;
    padding-right: 20px;
}

.coveo-card-overlay .coveo-folding-header {
    margin-top: 10px;
}

.coveo-card-overlay .coveo-result-folding-child-result:not(:last-child) {
    border-bottom: 1px solid #bcc3ca;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.CoveoResultLayout,
.CoveoResultLayoutSelector {
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

    .CoveoResultLayout.coveo-result-layout-hidden,
    .CoveoResultLayoutSelector.coveo-result-layout-hidden {
        display: none;
    }

.coveo-result-layout-selector {
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    box-align: 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: bold;
    padding: 0 5px 10px;
    border-bottom: thin solid #bcc3ca;
    text-transform: uppercase;
    border-bottom: 2px solid #bcc3ca;
}

    .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;
        min-width: 14px;
    }

    .coveo-result-layout-selector.coveo-hidden {
        display: none;
    }

.coveo-card-layout-icon {
    width: 16px;
    height: 16px;
    fill: black;
}

.coveo-list-layout-icon {
    width: 19px;
    height: 14px;
    fill: black;
}

.coveo-table-layout-icon {
    width: 18px;
    height: 13px;
    fill: black;
}

.coveo-result-rating-star + .coveo-result-rating-star {
    margin-left: 2px;
}

.coveo-result-rating-star-svg {
    width: 16px;
    height: 16px;
    color: #E1E1E1;
}

.coveo-result-rating-star-active .coveo-result-rating-star-svg {
    color: #D9AF00;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.CoveoResultsFiltersPreferences .coveo-title {
    display: inline-block;
}

.CoveoResultsFiltersPreferences .coveo-choice-container {
    margin-bottom: 2px;
    padding: 0;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    width: 100%;
}

    .CoveoResultsFiltersPreferences .coveo-choice-container .coveo-checkbox-span-label {
        -moz-flex-grow: 1;
        flex-grow: 1;
        -ms-flex-positive: 1;
    }

    .CoveoResultsFiltersPreferences .coveo-choice-container .coveo-section {
        display: inline-block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-left: 10px;
        line-height: 30px;
        height: 30px;
    }

    .CoveoResultsFiltersPreferences .coveo-choice-container .coveo-section-tab,
    .CoveoResultsFiltersPreferences .coveo-choice-container .coveo-section-expression {
        padding-top: 2px;
    }

    .CoveoResultsFiltersPreferences .coveo-choice-container .coveo-section-input {
        width: 20%;
    }

    .CoveoResultsFiltersPreferences .coveo-choice-container .coveo-section-tab {
        width: 20%;
    }

    .CoveoResultsFiltersPreferences .coveo-choice-container .coveo-section-expression {
        width: 45%;
    }

    .CoveoResultsFiltersPreferences .coveo-choice-container .coveo-section.coveo-section-input .coveo-input-icon.coveo-selected:before {
        bottom: 7px;
    }

.CoveoResultsFiltersPreferences .coveo-advanced-filters {
    border: thin solid #bcc3ca;
    border-radius: 2px;
    display: inline-block;
    margin-bottom: 10px;
    padding: 6px 5px;
}

    .CoveoResultsFiltersPreferences .coveo-advanced-filters:hover {
        cursor: pointer;
    }

.CoveoResultsFiltersPreferences .coveo-online-help {
    color: #004990;
    text-decoration: none;
    cursor: pointer;
    float: right;
    width: 30px;
    height: 30px;
    text-align: right;
    font-weight: bold;
}

    .CoveoResultsFiltersPreferences .coveo-online-help:visited,
    .CoveoResultsFiltersPreferences .coveo-online-help:visited:hover {
        color: #609;
    }

    .CoveoResultsFiltersPreferences .coveo-online-help:hover,
    .CoveoResultsFiltersPreferences .coveo-online-help:hover a {
        text-decoration: underline;
    }

    .CoveoResultsFiltersPreferences .coveo-online-help.coveo-selected * {
        color: #004990;
    }

.CoveoResultsFiltersPreferences .coveo-delete {
    margin-left: 10px;
}

    .CoveoResultsFiltersPreferences .coveo-delete:hover {
        cursor: pointer;
    }

.CoveoResultsFiltersPreferences .coveo-delete-svg {
    width: 12px;
    height: 12px;
}

    .CoveoResultsFiltersPreferences .coveo-delete-svg .coveo-exclusion-svg {
        fill: #cc0d00;
    }

.CoveoResultsFiltersPreferences .coveo-edit:hover {
    cursor: pointer;
}

.CoveoResultsFiltersPreferences .coveo-edit-svg {
    width: 13px;
    height: 13px;
    color: #1d4f76;
}

.CoveoResultsFiltersPreferences .coveo-advanced-filters-builder {
    display: none;
    position: relative;
}

    .CoveoResultsFiltersPreferences .coveo-advanced-filters-builder.coveo-active {
        display: block;
    }

    .CoveoResultsFiltersPreferences .coveo-advanced-filters-builder form {
        overflow: hidden;
        padding: 10px;
        border: thin solid #bcc3ca;
        border-radius: 2px;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        box-lines: multiple;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-input {
        width: 100%;
        margin-bottom: 10px;
    }

    .CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-expression {
        -moz-flex-grow: 2;
        flex-grow: 2;
        -ms-flex-positive: 2;
    }

        .CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-caption > div,
        .CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-expression > div {
            height: 100%;
            width: 100%;
        }

    .CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-close-and-save .coveo-save {
        color: #004990;
        text-decoration: none;
        cursor: pointer;
        position: absolute;
        top: 6px;
        right: 30px;
    }

        .CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-close-and-save .coveo-save:visited,
        .CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-close-and-save .coveo-save:visited:hover {
            color: #609;
        }

        .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: #004990;
        }

    .CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-close-and-save .coveo-close {
        cursor: pointer;
        color: #1d4f76;
        position: absolute;
        top: 6px;
        right: 10px;
    }

        .CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-close-and-save .coveo-close .coveo-exclusion-svg {
            fill: #1d4f76;
        }

        .CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-close-and-save .coveo-close svg {
            width: 12px;
            height: 12px;
        }

        .CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-close-and-save .coveo-close:hover {
            color: #cc0d00;
        }

            .CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-close-and-save .coveo-close:hover .coveo-exclusion-svg {
                fill: #cc0d00;
            }

    .CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-save-svg {
        width: 14px;
        height: 12px;
    }

        .CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-save-svg .coveo-hook-svg {
            fill: #1d4f76;
        }

    .CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-tab {
        min-height: 100px;
        width: 100%;
    }

        .CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-tab optgroup {
            padding-left: 10px;
        }

    .CoveoResultsFiltersPreferences .coveo-advanced-filters-builder input[type='submit'] {
        display: none;
    }

.coveo-results-filter-preferences-breadcrumb .coveo-title {
    color: #67768b;
    margin-right: 14px;
}

.coveo-results-filter-preferences-breadcrumb .coveo-value {
    font-size: 14px;
    display: inline-block;
    cursor: pointer;
    color: #1d4f76;
    color: #004990;
    text-decoration: none;
    cursor: pointer;
}

    .coveo-results-filter-preferences-breadcrumb .coveo-value .coveo-exclusion-svg {
        fill: #1d4f76;
    }

    .coveo-results-filter-preferences-breadcrumb .coveo-value .coveo-clear svg {
        width: 12px;
        height: 12px;
    }

    .coveo-results-filter-preferences-breadcrumb .coveo-value:hover .coveo-clear {
        color: #cc0d00;
    }

        .coveo-results-filter-preferences-breadcrumb .coveo-value:hover .coveo-clear .coveo-exclusion-svg {
            fill: #cc0d00;
        }

    .coveo-results-filter-preferences-breadcrumb .coveo-value:visited,
    .coveo-results-filter-preferences-breadcrumb .coveo-value:visited:hover {
        color: #609;
    }

    .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: #004990;
    }

    .coveo-results-filter-preferences-breadcrumb .coveo-value + .coveo-value {
        margin-left: 10px;
    }

    .coveo-results-filter-preferences-breadcrumb .coveo-value .coveo-clear {
        display: inline-block;
        vertical-align: middle;
        margin-left: 5px;
    }

/*!
 Material Components for the web
 Copyright (c) 2017 Google Inc.
 License: Apache-2.0
*/
.mdc-select {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .04em;
    line-height: 1.75rem;
    text-decoration: inherit;
    text-transform: inherit;
    color: rgba(0, 0, 0, 0.87);
    color: var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87));
    padding-left: 0;
    padding-right: 24px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='5' viewBox='7 10 10 5' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%230' fill-rule='evenodd' opacity='.54' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: calc(100% - 24px);
    height: 32px;
    transition: border-bottom-color 0.15s cubic-bezier(0.4, 0, 0.6, 1) 0ms, background-color 0.15s cubic-bezier(0.4, 0, 0.6, 1) 0ms;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 0;
    background-repeat: no-repeat;
    background-position: 100%;
    font-family: Roboto,sans-serif;
    font-size: .936rem;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .mdc-select[dir=rtl], [dir=rtl] .mdc-select {
        padding-left: 24px;
        padding-right: 0;
    }

    .mdc-select::-ms-expand {
        display: none;
    }

    .mdc-select:focus {
        border-bottom-color: #3f51b5;
        border-bottom-color: var(--mdc-theme-primary, #3f51b5);
        outline: none;
        background-color: rgba(0, 0, 0, 0.06);
    }

    .mdc-select[dir=rtl], [dir=rtl] .mdc-select {
        background-position: 0;
    }

.mdc-select--theme-dark, .mdc-theme--dark .mdc-select {
    color: #fff;
    color: var(--mdc-theme-text-primary-on-dark, #fff);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='5' viewBox='7 10 10 5' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff' fill-rule='evenodd' opacity='.54' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

    .mdc-select--theme-dark:focus, .mdc-theme--dark .mdc-select:focus {
        border-bottom-color: #3f51b5;
        border-bottom-color: var(--mdc-theme-primary, #3f51b5);
        background-color: rgba(255, 255, 255, 0.09);
    }

.mdc-select__menu {
    position: fixed;
    top: 0;
    left: 0;
    max-height: 100%;
    -ms-transform-origin: center center;
    transform-origin: center center;
    z-index: 4;
}

.mdc-select__selected-text {
    transition: opacity 125ms cubic-bezier(0.4, 0, 0.6, 1) 0ms, transform 125ms cubic-bezier(0.4, 0, 0.6, 1) 0ms;
    white-space: nowrap;
    overflow: hidden;
}

.mdc-select--open .mdc-select__selected-text {
    -ms-transform: translateY(8px);
    transform: translateY(8px);
    transition: opacity 125ms cubic-bezier(0, 0, 0.2, 1) 125ms, transform 125ms cubic-bezier(0, 0, 0.2, 1) 125ms;
    opacity: 0;
}

.mdc-select--disabled, .mdc-select[disabled] {
    color: rgba(0, 0, 0, 0.38);
    color: var(--mdc-theme-text-disabled-on-light, rgba(0, 0, 0, 0.38));
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='5' viewBox='7 10 10 5' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%230' fill-rule='evenodd' opacity='.38' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    border-bottom-style: dotted;
    cursor: default;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mdc-select--theme-dark.mdc-select--disabled, .mdc-select--theme-dark.mdc-select[disabled], .mdc-theme--dark .mdc-select--disabled, .mdc-theme--dark .mdc-select[disabled] {
    color: rgba(255, 255, 255, 0.5);
    color: var(--mdc-theme-text-disabled-on-dark, rgba(255, 255, 255, 0.5));
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='5' viewBox='7 10 10 5' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff' fill-rule='evenodd' opacity='.38' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    border-bottom: 1px dotted rgba(255, 255, 255, 0.38);
}

.mdc-select__menu .mdc-list-item {
    font-family: Roboto,sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .04em;
    line-height: 1.75rem;
    text-decoration: inherit;
    text-transform: inherit;
    color: rgba(0, 0, 0, 0.54);
    color: var(--mdc-theme-text-secondary-on-light, rgba(0, 0, 0, 0.54));
}

    .mdc-select__menu .mdc-list-item[aria-selected=true] {
        color: rgba(0, 0, 0, 0.87);
        color: var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87));
    }

.mdc-select--theme-dark .mdc-select__menu .mdc-list-item, .mdc-theme--dark .mdc-select__menu .mdc-list-item {
    color: rgba(255, 255, 255, 0.7);
    color: var(--mdc-theme-text-secondary-on-dark, rgba(255, 255, 255, 0.7));
}

    .mdc-select--theme-dark .mdc-select__menu .mdc-list-item[aria-selected=true], .mdc-theme--dark .mdc-select__menu .mdc-list-item[aria-selected=true] {
        color: #fff;
        color: var(--mdc-theme-text-primary-on-dark, #fff);
    }

.mdc-select__menu .mdc-list-group, .mdc-select__menu .mdc-list-group > .mdc-list-item:first-child {
    margin-top: 12px;
}

.mdc-select__menu .mdc-list-group {
    color: rgba(0, 0, 0, 0.38);
    color: var(--mdc-theme-text-hint-on-light, rgba(0, 0, 0, 0.38));
    font-weight: 400;
}

    .mdc-select__menu .mdc-list-group .mdc-list-item {
        color: rgba(0, 0, 0, 0.87);
        color: var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87));
    }

.mdc-select--theme-dark .mdc-select__menu .mdc-list-group, .mdc-theme--dark .mdc-select__menu .mdc-list-group {
    color: rgba(255, 255, 255, 0.5);
    color: var(--mdc-theme-text-hint-on-dark, rgba(255, 255, 255, 0.5));
}

    .mdc-select--theme-dark .mdc-select__menu .mdc-list-group .mdc-list-item, .mdc-theme--dark .mdc-select__menu .mdc-list-group .mdc-list-item {
        color: #fff;
        color: var(--mdc-theme-text-primary-on-dark, #fff);
    }

.mdc-multi-select {
    border-color: rgba(0, 0, 0, 0.38);
    border: 1px solid var(--mdc-theme-text-hint-on-light, rgba(0, 0, 0, 0.38));
    width: 250px;
    padding: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.mdc-multi-select--theme-dark, .mdc-theme--dark .mdc-multi-select {
    border-color: rgba(255, 255, 255, 0.5);
    border-color: var(--mdc-theme-text-hint-on-dark, rgba(255, 255, 255, 0.5));
}

.mdc-multi-select .mdc-list-group {
    color: rgba(0, 0, 0, 0.38);
    color: var(--mdc-theme-text-hint-on-light, rgba(0, 0, 0, 0.38));
    margin: 16px 0 0;
    padding: 0 0 0 16px;
    font-weight: 400;
}

.mdc-multi-select .mdc-list-group--theme-dark, .mdc-theme--dark .mdc-multi-select .mdc-list-group {
    color: rgba(255, 255, 255, 0.5);
    color: var(--mdc-theme-text-hint-on-dark, rgba(255, 255, 255, 0.5));
}

.mdc-multi-select .mdc-list-group:last-child {
    margin-bottom: 16px;
}

.mdc-multi-select .mdc-list-group .mdc-list-divider {
    margin-left: -16px;
}

.mdc-multi-select .mdc-list-item {
    color: rgba(0, 0, 0, 0.87);
    color: var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87));
    margin: 0 0 0 -16px;
    padding: 0 16px;
}

.mdc-multi-select .mdc-list-item--theme-dark, .mdc-theme--dark .mdc-multi-select .mdc-list-item {
    color: #fff;
    color: var(--mdc-theme-text-primary-on-dark, #fff);
}

.mdc-multi-select .mdc-list-item:first-child {
    margin-top: 12px;
}

.mdc-multi-select .mdc-list-item:last-child {
    margin-bottom: 8px;
}

.mdc-multi-select .mdc-list-item:checked {
    background-color: #fff;
    background-color: var(--mdc-theme-background, #fff);
}

.mdc-multi-select .mdc-list-item:checked--theme-dark, .mdc-theme--dark .mdc-multi-select .mdc-list-item:checked {
    background-color: #fff;
    background-color: var(--mdc-theme-text-primary-on-dark, #fff);
}

.mdc-multi-select .mdc-list-divider {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 0;
}

.mdc-multi-select:focus .mdc-list-item:checked {
    background-color: #3f51b5;
    background-color: var(--mdc-theme-primary, #3f51b5);
}

.mdc-multi-select:focus .mdc-list-item:checked--theme-dark, .mdc-theme--dark .mdc-multi-select:focus .mdc-list-item:checked {
    background-color: #fff;
    background-color: var(--mdc-theme-text-primary-on-dark, #fff);
}

.mdc-list-item {
    height: 30px;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.coveo-form-group {
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
}

    .coveo-form-group + .coveo-form-group {
        margin-top: 30px;
    }

.coveo-form-group-label {
    color: #1d4f76;
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.CoveoResultsPerPage {
    margin: 0 0 0 15px;
    float: right;
}

.coveo-results-per-page-text {
    padding-left: 0;
}

.coveo-results-per-page-list {
    padding-left: 0;
    margin: 0;
    display: inline-block;
}

.coveo-results-per-page-list-item {
    border: thin solid #bcc3ca;
    border-radius: 2px;
    margin: 5px 6px;
    padding: 4px 8px;
    list-style: none;
    display: inline-block;
    vertical-align: baseline;
    color: #004990;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    cursor: pointer;
    padding: 4px;
}

    .coveo-results-per-page-list-item:visited,
    .coveo-results-per-page-list-item:visited:hover {
        color: #609;
    }

    .coveo-results-per-page-list-item:hover,
    .coveo-results-per-page-list-item:hover a {
        text-decoration: underline;
    }

    .coveo-results-per-page-list-item.coveo-selected * {
        color: #004990;
    }

    .coveo-results-per-page-list-item.coveo-active,
    .coveo-results-per-page-list-item:hover {
        color: #cddee9;
        background-color: #1d4f76;
    }

        .coveo-results-per-page-list-item.coveo-active a,
        .coveo-results-per-page-list-item:hover a {
            color: #cddee9;
        }

.coveo-results-per-page-no-results {
    display: none;
}

.CoveoResultsPreferences .coveo-checkbox-label {
    display: block;
    margin: 5px 0;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.coveo-result-tagging-add-tag {
    display: inline-block;
    margin: 1px 2px;
}

.coveo-result-tagging-add-tag-text {
    color: #ddd;
    font-size: 11px;
}

.coveo-result-tagging-auto-complete-zone {
    display: none;
    position: relative;
}

.CoveoResult .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;
}

    .CoveoResult .coveo-result-tagging-coveo-tag span {
        line-height: 14px;
        vertical-align: middle;
    }

    .CoveoResult .coveo-result-tagging-coveo-tag a {
        color: white;
    }

        .CoveoResult .coveo-result-tagging-coveo-tag a:hover {
            color: #ddd;
        }

.coveo-result-tagging-add-tag-tick-icon {
    display: inline-block;
    background: #b0b3ae;
    padding: 0 5px;
    line-height: 22px;
    height: 22px;
}

    .coveo-result-tagging-add-tag-tick-icon span {
        cursor: pointer;
    }

.coveo-result-tagging-add-tag-tick-icon-svg {
    width: 9px;
    height: 7px;
    color: rgba(255, 255, 255, 0.5);
}

.coveo-result-tagging-clear-icon {
    display: inline-block;
    background: #b0b3ae;
    padding: 0 6px 0 5px;
    height: 22px;
    line-height: 22px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

    .coveo-result-tagging-clear-icon span {
        cursor: pointer;
    }

.coveo-result-tagging-clear-icon-svg {
    width: 8px;
    height: 8px;
}

    .coveo-result-tagging-clear-icon-svg .coveo-exclusion-svg {
        fill: rgba(255, 255, 255, 0.5);
    }

.coveo-result-tagging-add-tag-textbox {
    margin: 0;
    border: 1px solid #b0b3ae;
    background: transparent;
    padding: 3px;
    z-index: 10;
    font-size: 10px;
    position: relative;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    outline: none;
}

    .coveo-result-tagging-add-tag-textbox:focus {
        border-color: #9ecaed;
        box-shadow: inset 0 0 3px #9ecaed;
    }

.coveo-result-tagging-tag-zone {
    display: inline-block;
}

.coveo-result-tagging-delete-icon {
    cursor: pointer;
    margin-left: 2px;
}

.coveo-result-tagging-delete-icon-svg {
    width: 8px;
    height: 8px;
}

    .coveo-result-tagging-delete-icon-svg .coveo-exclusion-svg {
        fill: rgba(255, 255, 255, 0.5);
    }

.coveo-result-tagging-auto-complete {
    position: absolute;
    padding-top: 1px;
    top: 18px;
    left: 0;
    background-color: white;
    border-left: 1px solid #b0b3ae;
    border-bottom: 1px solid #b0b3ae;
    border-right: 1px solid #b0b3ae;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    z-index: 5;
}

    .coveo-result-tagging-auto-complete .coveo-selectable {
        padding: 5px 10px 5px 16px;
        background-color: white;
        font-size: 10px;
        cursor: pointer;
    }

        .coveo-result-tagging-auto-complete .coveo-selected,
        .coveo-result-tagging-auto-complete .coveo-selectable:hover {
            background-color: #d7ebff;
        }

.CoveoResultTagging {
    margin: 0 3px;
    font-size: 12px;
}

    .CoveoResultTagging * {
        vertical-align: middle;
    }

.CoveoResultTagging {
    display: inline-block;
}

    .CoveoResultTagging.coveo-opened .coveo-result-tagging-add-tag {
        display: none;
    }

    .CoveoResultTagging.coveo-opened .coveo-result-tagging-auto-complete-zone {
        display: inline-block;
    }

        .CoveoResultTagging.coveo-opened .coveo-result-tagging-auto-complete-zone .coveo-add-tag-textbox {
            font-size: 11px;
            line-height: 16px;
        }

    .CoveoResultTagging.coveo-opened .coveo-result-tagging-coveo-tag {
        background-color: #1d4f76;
    }

    .CoveoResultTagging .CoveoResultTagging.coveo-error input {
        border-color: #c33;
    }

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.CoveoSearchbox {
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

    .CoveoSearchbox.coveo-inline {
        overflow: hidden;
    }

        .CoveoSearchbox.coveo-inline .magic-box {
            overflow: visible;
        }

    .CoveoSearchbox .CoveoSearchButton {
        z-index: 2;
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
    }

    .CoveoSearchbox .magic-box {
        -moz-flex-grow: 1;
        flex-grow: 1;
        -ms-flex-positive: 1;
        border: thin solid #bcc3ca;
        border-radius: 2px;
    }

        .CoveoSearchbox .magic-box .magic-box-clear-svg {
            width: 15px;
            height: 15px;
            color: #1d4f76;
        }

        .CoveoSearchbox .magic-box .magic-box-clear:before {
            border-left: none;
        }

        .CoveoSearchbox .magic-box .magic-box-clear .magic-box-icon:before {
            content: '';
        }

        .CoveoSearchbox .magic-box .magic-box-input {
            border-radius: 2px;
        }

            .CoveoSearchbox .magic-box .magic-box-input > input {
                color: #67768b;
            }

.CoveoSettings ~ .CoveoSearchbox {
    margin-right: 76px;
}

.CoveoSearchInterface.coveo-waiting-for-query .CoveoSearchbox {
    margin: 0;
}

    .CoveoSearchInterface.coveo-waiting-for-query .CoveoSearchbox .coveo-media-max-width-480 {
        margin: 0 20px;
    }

@media (max-width: 480px) {
    .CoveoSearchInterface.coveo-waiting-for-query .CoveoSearchbox {
        margin: 0 20px;
    }
}

.magic-box .magic-box-input .magic-box-underlay .magic-box-ghost-text,
.magic-box.magic-box-hasFocus .magic-box-input .magic-box-underlay .magic-box-ghost-text {
    display: none;
}

.coveo-query-syntax-disabled.magic-box .magic-box-input .magic-box-underlay span,
.coveo-query-syntax-disabled .magic-box-highlight-container {
    display: none;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.CoveoSettings {
    float: right;
    margin: 0 0 0 36px;
    border-radius: 50%;
    border: thin solid #bcc3ca;
    width: 40px;
    height: 40px;
    top: 5px;
    position: relative;
    cursor: pointer;
}

.coveo-settings-squares {
    width: 100%;
    display: inline-block;
    line-height: 4px;
    height: 4px;
    position: absolute;
    top: 50%;
    -ms-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: thin solid #bcc3ca;
    border-radius: 2px;
    min-width: 160px;
    z-index: 11;
}

    .coveo-settings-advanced-menu:before {
        content: '';
        position: absolute;
        top: -13px;
        right: 10px;
        height: 0;
        width: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 6px;
        border-bottom-color: #bcc3ca;
    }

.coveo-settings-item {
    clear: both;
    overflow: hidden;
    color: #004990;
    text-decoration: none;
    cursor: pointer;
    cursor: pointer;
}

    .coveo-settings-item .coveo-icon {
        min-width: 18px;
        display: inline-block;
        margin: 0 10px;
        vertical-align: middle;
    }

    .coveo-settings-item:visited,
    .coveo-settings-item:visited:hover {
        color: #609;
    }

    .coveo-settings-item:hover,
    .coveo-settings-item:hover a {
        text-decoration: underline;
    }

    .coveo-settings-item.coveo-selected * {
        color: #004990;
    }

.coveo-settings-item {
    background: white;
}

    .coveo-settings-item:hover {
        background: #e6ecf0;
    }

    .coveo-settings-item .coveo-settings-text {
        overflow: hidden;
        display: inline-block;
        vertical-align: middle;
        padding: 8px;
    }

    .coveo-settings-item:first-child {
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
    }

    .coveo-settings-item:last-child {
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px;
    }

    .coveo-settings-item.coveo-share-query .coveo-share-query-svg {
        float: none;
    }

    .coveo-settings-item.coveo-share-query:hover .coveo-active-shape-svg {
        fill: #ecad00;
    }

    .coveo-settings-item.coveo-share-query:hover.coveo-disabled .coveo-active-shape-svg {
        fill: currentColor;
    }

    .coveo-settings-item.coveo-advanced-search .coveo-advanced-search-svg {
        float: none;
    }

    .coveo-settings-item.coveo-advanced-search:hover .coveo-active-shape-svg {
        fill: #ecad00;
    }

    .coveo-settings-item.coveo-advanced-search:hover.coveo-disabled .coveo-active-shape-svg {
        fill: currentColor;
    }

    .coveo-settings-item.coveo-preferences-panel .coveo-preferences-panel-svg {
        float: none;
    }

    .coveo-settings-item.coveo-preferences-panel:hover .coveo-active-shape-svg {
        fill: #ecad00;
    }

    .coveo-settings-item.coveo-preferences-panel:hover.coveo-disabled .coveo-active-shape-svg {
        fill: currentColor;
    }

    .coveo-settings-item.coveo-authentication-provider .coveo-icon {
        margin-left: 12px;
        margin-right: 8px;
    }

    .coveo-settings-item.coveo-authentication-provider .coveo-authentication-provider-svg {
        float: none;
    }

    .coveo-settings-item.coveo-authentication-provider:hover .coveo-active-shape-svg {
        fill: #ecad00;
    }

    .coveo-settings-item.coveo-authentication-provider:hover.coveo-disabled .coveo-active-shape-svg {
        fill: currentColor;
    }

    .coveo-settings-item.coveo-export-to-excel .coveo-icon {
        margin-left: 12px;
        margin-right: 8px;
    }

    .coveo-settings-item.coveo-export-to-excel .coveo-export-to-excel-svg {
        float: none;
    }

    .coveo-settings-item.coveo-export-to-excel:hover .coveo-active-shape-svg {
        fill: #ecad00;
    }

    .coveo-settings-item.coveo-export-to-excel:hover.coveo-disabled .coveo-active-shape-svg {
        fill: currentColor;
    }

    .coveo-settings-item.coveo-subscriptions-panel .coveo-subscription-panel-svg {
        float: none;
    }

    .coveo-settings-item.coveo-subscriptions-panel:hover .coveo-active-shape-svg {
        fill: #ecad00;
    }

    .coveo-settings-item.coveo-subscriptions-panel:hover.coveo-disabled .coveo-active-shape-svg {
        fill: currentColor;
    }

    .coveo-settings-item.coveo-follow-query .coveo-follow-query-svg {
        float: none;
    }

    .coveo-settings-item.coveo-follow-query:hover .coveo-active-shape-svg {
        fill: #ecad00;
    }

    .coveo-settings-item.coveo-follow-query:hover.coveo-disabled .coveo-active-shape-svg {
        fill: currentColor;
    }

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.coveo-share-query-summary-info-label {
    display: block;
    font-size: 13px;
    margin-bottom: 5px;
    font-weight: initial;
}

.coveo-share-query-summary-info-input {
    width: 100%;
    margin-bottom: 5px;
    border: thin solid #bcc3ca;
    border-radius: 2px;
    padding: 5px;
    height: 35px;
    font-size: 14px;
}

.coveo-share-query-svg {
    width: 18px;
    height: 14px;
    color: #1d4f76;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.coveo-sort-section {
    text-align: right;
    font-size: 0;
}

.coveo-sort-icon-descending-svg {
    width: 10px;
    height: 6px;
    color: #1d4f76;
}

.coveo-sort-icon-ascending-svg {
    display: none;
}

.CoveoSort {
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    box-align: 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: bold;
    padding: 0 5px 10px;
    border-bottom: thin solid #bcc3ca;
    text-transform: uppercase;
    border-bottom: 2px solid #bcc3ca;
}

    .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-icon.coveo-hidden {
            visibility: hidden;
        }

    .CoveoSort.coveo-ascending .coveo-sort-icon-ascending-svg {
        display: inline-block;
        width: 10px;
        height: 6px;
        color: #1d4f76;
    }

    .CoveoSort.coveo-ascending .coveo-sort-icon-descending-svg {
        display: none;
    }

    .CoveoSort.coveo-sort-hidden {
        display: none;
    }

    .CoveoSort.coveo-table-header-sort {
        text-transform: inherit;
        padding-top: inherit;
        padding-bottom: inherit;
        display: table-cell;
    }

.coveo-result-list-table-header .CoveoSort:not(.coveo-selected) .coveo-icon {
    visibility: hidden;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.CoveoTab {
    color: #67768b;
    text-decoration: none;
    cursor: pointer;
    height: 52px;
    display: inline-block;
    font-size: 15px;
    padding: 0 10px 2px;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: normal;
}

    .CoveoTab * {
        display: inline-block;
        vertical-align: middle;
        line-height: 52px;
        margin: 0;
    }

    .CoveoTab > .coveo-icon {
        margin-right: 5px;
    }

    .CoveoTab p {
        height: 100%;
        color: #004990;
    }

    .CoveoTab.coveo-selected,
    .CoveoTab.coveo-selected:hover {
        border-bottom: 2px solid #263e55;
        padding-bottom: 0;
    }

    .CoveoTab:hover {
        color: #263e55;
    }

.coveo-tab-section {
    width: 100%;
    min-height: 52px;
    background-color: #f7f8f9;
    text-align: center;
    border-bottom: 1px solid #bcc3ca;
    font-size: 0;
    white-space: nowrap;
}

.coveo-media-max-width-480 .coveo-tab-section {
    min-height: 40px;
}

.coveo-media-max-width-480 .CoveoTab {
    height: 40px;
}

    .coveo-media-max-width-480 .CoveoTab * {
        line-height: 40px;
    }

@media (max-width: 480px) {
    .coveo-tab-section {
        min-height: 40px;
    }

    .CoveoTab {
        height: 40px;
    }

        .CoveoTab * {
            line-height: 40px;
        }
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.coveo-small-tabs.coveo-tab-section .coveo-tab-dropdown-header {
    margin-left: auto;
    line-height: 22px;
}

.coveo-small-tabs .CoveoTab {
    transition-property: opacity;
    transition-duration: 0.25s;
    transition-timing-function: ease;
    font-size: 12px;
    color: #1d4f76;
    font-weight: 400;
    letter-spacing: 0.25px;
}

    .coveo-small-tabs .CoveoTab.coveo-selected,
    .coveo-small-tabs .CoveoTab.coveo-selected:hover {
        font-weight: 700;
    }

        .coveo-small-tabs .CoveoTab.coveo-selected,
        .coveo-small-tabs .CoveoTab.coveo-selected:hover {
            border-bottom: 0;
        }

            .coveo-small-tabs .CoveoTab.coveo-selected p,
            .coveo-small-tabs .CoveoTab.coveo-selected:hover p {
                border-bottom: 2px solid #263e55;
            }

    .coveo-small-tabs .CoveoTab p {
        max-width: 240px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.coveo-small-tabs .coveo-tab-list {
    text-align: left;
    list-style: none;
    background-color: white;
    border: thin solid #bcc3ca;
    border-radius: 2px;
    padding: 0;
    white-space: nowrap;
}

    .coveo-small-tabs .coveo-tab-list * {
        height: 30px;
        line-height: 30px;
        clear: both;
        white-space: nowrap;
    }

    .coveo-small-tabs .coveo-tab-list li:first-child {
        margin-top: 6px;
    }

    .coveo-small-tabs .coveo-tab-list li:last-child {
        margin-bottom: 6px;
    }

    .coveo-small-tabs .coveo-tab-list li:hover {
        background-color: #e6ecf0;
    }

.coveo-tab-list-container {
    max-width: 80%;
    z-index: 11;
}

    .coveo-tab-list-container ol {
        margin: 0;
    }

        .coveo-tab-list-container ol a {
            width: 100%;
        }

            .coveo-tab-list-container ol a p {
                width: 100%;
                overflow: hidden;
                text-overflow: ellipsis;
            }

.coveo-more-tabs-svg {
    width: 7px;
    height: 4px;
    color: #1d4f76;
}

.CoveoText {
    word-wrap: break-word;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.CoveoTriggers .coveo-trigger-notify {
    padding: 10px 0;
}

.CoveoTriggers a {
    color: #004990;
    text-decoration: none;
    cursor: pointer;
}

    .CoveoTriggers a:visited,
    .CoveoTriggers a:visited:hover {
        color: #609;
    }

    .CoveoTriggers a:hover,
    .CoveoTriggers a:hover a {
        text-decoration: underline;
    }

    .CoveoTriggers a.coveo-selected * {
        color: #004990;
    }

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.coveo-simplefilter-header-wrapper {
    width: 100%;
    margin: auto;
    max-width: 1200px;
    position: relative;
    display: block;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    box-pack: start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
}

    .coveo-simplefilter-header-wrapper .coveo-media-max-width-800.coveo-no-results {
        max-width: 100%;
    }

@media (max-width: 800px) {
    .coveo-simplefilter-header-wrapper.coveo-no-results {
        max-width: 100%;
    }
}

.coveo-simplefilter-header-wrapper.coveo-no-results {
    max-width: 75%;
    margin: auto;
}

.coveo-results-column .coveo-simplefilter-header-wrapper.coveo-no-results {
    margin: 0;
    padding-left: 0;
    text-align: left;
}

.coveo-dropdown-background {
    display: none;
}

.coveo-dropdown-background-active {
    opacity: 0.9;
    display: block;
}

.CoveoSimpleFilter {
    cursor: pointer;
    padding: 5px 0;
    box-sizing: content-box;
    display: inline-block;
    position: relative;
    border: thin solid #bcc3ca;
    background-color: white;
    max-width: 250px;
    min-width: 150px;
}

    .CoveoSimpleFilter:hover {
        background-color: #e6ecf0;
    }

.coveo-simplefilter-selecttext {
    margin-left: 5px;
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    pointer-events: none;
    box-pack: start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
}

.coveo-simplefilter-select {
    color: #1d4f76;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    box-pack: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    overflow: hidden;
    width: inherit;
    pointer-events: none;
    text-overflow: ellipsis;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    height: 20px;
}

.coveo-simplefilter-toggle-svg-container {
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 2px;
}

.coveo-simplefilter-circle {
    display: inline-block;
    letter-spacing: 0.4px;
    background-color: white;
    border: 2px solid #1d4f76;
    border-radius: 50%;
    color: #1d4f76;
    font-size: 13px;
    font-weight: bold;
    min-height: 20px;
    min-width: 20px;
    line-height: 16px;
    padding: 0 3px;
    text-align: center;
    margin: 0 3px;
    pointer-events: none;
}

.coveo-simplefilter-circle-hidden {
    display: none;
}

.coveo-simplefilter-value-container {
    display: none;
    border: thin solid #bcc3ca;
    position: absolute;
    right: -1px;
    box-sizing: content-box;
    background-color: white;
    top: 28px;
    width: 100%;
    text-align: left;
}

    .coveo-simplefilter-value-container .coveo-checkbox-button {
        border: thin solid #bcc3ca;
        border-radius: 2px;
    }

    .coveo-simplefilter-value-container .coveo-checkbox-span-label {
        white-space: nowrap;
        vertical-align: middle;
        text-overflow: ellipsis;
        display: inline-block;
        overflow: hidden;
        width: 75%;
        margin-left: 6px;
    }

    .coveo-simplefilter-value-container .coveo-checkbox-button {
        vertical-align: middle;
    }

    .coveo-simplefilter-value-container .coveo-checkbox-label {
        white-space: nowrap;
        width: 100%;
        padding: 5px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .coveo-simplefilter-value-container label {
        display: inline-block;
    }

.coveo-simplefilter-value-container-expanded {
    display: inline-block;
    z-index: 20;
}

.coveo-simplefilter-value-container label:hover {
    background-color: #e6ecf0;
}

.coveo-simplefilter-breadcrumb-title {
    color: #67768b;
    margin-right: 14px;
}

.coveo-simplefilter-breadcrumb-value {
    cursor: pointer;
    color: #1d4f76;
    color: #004990;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    margin-right: 20px;
}

    .coveo-simplefilter-breadcrumb-value .coveo-exclusion-svg {
        fill: #1d4f76;
    }

    .coveo-simplefilter-breadcrumb-value .coveo-simplefilter-breadcrumb-clear svg {
        width: 12px;
        height: 12px;
    }

    .coveo-simplefilter-breadcrumb-value:hover .coveo-simplefilter-breadcrumb-clear {
        color: #cc0d00;
    }

        .coveo-simplefilter-breadcrumb-value:hover .coveo-simplefilter-breadcrumb-clear .coveo-exclusion-svg {
            fill: #cc0d00;
        }

    .coveo-simplefilter-breadcrumb-value:visited,
    .coveo-simplefilter-breadcrumb-value:visited:hover {
        color: #609;
    }

    .coveo-simplefilter-breadcrumb-value:hover,
    .coveo-simplefilter-breadcrumb-value:hover a {
        text-decoration: underline;
    }

    .coveo-simplefilter-breadcrumb-value.coveo-selected * {
        color: #004990;
    }

.coveo-simplefilter-breadcrumb-clear {
    display: inline-block;
    margin-left: 5px;
    position: relative;
    top: 5px;
    cursor: pointer;
    color: #1d4f76;
}

    .coveo-simplefilter-breadcrumb-clear .coveo-exclusion-svg {
        fill: #1d4f76;
    }

    .coveo-simplefilter-breadcrumb-clear .coveo-breadcrumb-clear-all-icon svg {
        width: 12px;
        height: 12px;
    }

    .coveo-simplefilter-breadcrumb-clear:hover .coveo-breadcrumb-clear-all-icon {
        color: #cc0d00;
    }

        .coveo-simplefilter-breadcrumb-clear:hover .coveo-breadcrumb-clear-all-icon .coveo-exclusion-svg {
            fill: #cc0d00;
        }

.coveo-simplefilter-breadcrumb-clear-svg {
    position: absolute;
    top: -15px;
}

.coveo-simplefilter-toggle-down-svg {
    margin: 0 5px;
    box-pack: end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
    color: #1d4f76;
    width: 10px;
    height: 6px;
}

.coveo-simplefilter-empty {
    display: none;
}

.coveo-main-section .CoveoSimpleFilter {
    margin-left: 15px;
}

.coveo-facet-column .CoveoSimpleFilter {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
}

.coveo-results-column .CoveoSimpleFilter {
    margin-left: 0;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.CoveoResult.coveo-omnibox-selectable {
    padding: 10px 10px 10px 15px;
    margin: 0;
}

.CoveoResult .coveo-no-thumbnail {
    display: none;
}

.CoveoResult .coveo-date {
    float: right;
    font-size: 13px;
    margin-left: 10px;
    padding-top: 3px;
}

.CoveoResult .coveo-title {
    display: block;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 24px;
}

    .CoveoResult .coveo-title > * {
        vertical-align: middle;
    }

    .CoveoResult .coveo-title .CoveoResultLink {
        margin-right: 5px;
        display: inline;
        overflow: hidden;
        white-space: normal;
    }

        .CoveoResult .coveo-title .CoveoResultLink:after {
            content: '\A0';
            white-space: nowrap;
            visibility: hidden;
        }

.CoveoResult .coveo-excerpt {
    max-width: 600px;
    font-size: 14px;
    padding: 5px 0 8px;
}

.CoveoResult a {
    color: #004990;
    text-decoration: none;
    cursor: pointer;
}

    .CoveoResult a:visited,
    .CoveoResult a:visited:hover {
        color: #609;
    }

    .CoveoResult a:hover,
    .CoveoResult a:hover a {
        text-decoration: underline;
    }

    .CoveoResult a.coveo-selected * {
        color: #004990;
    }

.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: #004990;
        text-decoration: none;
        cursor: pointer;
    }

        .CoveoResult .CoveoBadge .coveo-value.coveo-clickable:visited,
        .CoveoResult .CoveoBadge .coveo-value.coveo-clickable:visited:hover {
            color: #609;
        }

        .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: #004990;
        }

    .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;
            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;
            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;
            box-sizing: border-box;
        }

    .CoveoResult .CoveoBadge .coveo-value .coveo-badge-label {
        vertical-align: middle;
    }

.CoveoResult .coveo-selectable-link {
    color: #004990;
    text-decoration: none;
    cursor: pointer;
}

    .CoveoResult .coveo-selectable-link:visited,
    .CoveoResult .coveo-selectable-link:visited:hover {
        color: #609;
    }

    .CoveoResult .coveo-selectable-link:hover,
    .CoveoResult .coveo-selectable-link:hover a {
        text-decoration: underline;
    }

    .CoveoResult .coveo-selectable-link.coveo-selected * {
        color: #004990;
    }

.CoveoResult .coveo-field .coveo-label {
    font-weight: normal;
}

.CoveoResult .CoveoResultFolding .coveo-child-result .CoveoQuickview {
    margin-left: 5px;
}

.CoveoResult.coveo-is-recommendation {
    box-shadow: 0 0 1px 1px #263e55;
}

.coveo-list-layout.CoveoResult {
    border-bottom: thin solid #bcc3ca;
    padding: 16px 0 16px 16px;
}

.coveo-card-layout {
    margin-right: -20px;
}

    .coveo-card-layout.CoveoResult {
        overflow: hidden;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        font-size: 0.9em;
        width: 300px;
        -moz-flex-grow: 1;
        flex-grow: 1;
        -ms-flex-positive: 1;
        margin: 0 20px 20px 0;
        border: thin solid #bcc3ca;
        border-radius: 2px;
    }

        .coveo-card-layout.CoveoResult .coveo-media-max-width-480 {
            margin: 0 0 20px;
        }

@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 {
        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: -ms-flexbox;
    display: flex;
    padding: 20px;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: auto;
}

.coveo-card-layout.CoveoResult .CoveoResultLink {
    font-size: 16px;
    line-height: 21px;
}

.coveo-card-layout:empty {
    width: 300px;
    height: 0;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    margin-right: 20px;
}

.coveo-card-layout.coveo-with-inline-ranking-info {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.coveo-table-layout {
    display: table-row;
}

    .coveo-table-layout td {
        display: table-cell;
        padding: 9px 15px;
        white-space: nowrap;
        border-bottom: thin solid #bcc3ca;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .coveo-table-layout th {
        text-align: left;
        font-size: 12px;
        color: #1d4f76;
        font-weight: bold;
        border-bottom: thin solid #bcc3ca;
        padding: 7px 15px;
    }

    .coveo-table-layout:hover td {
        background-color: #e6ecf0;
    }

    .coveo-table-layout .coveo-relevance-inspector-inline-ranking {
        display: table-cell;
        overflow: auto;
    }

.coveo-card-overlay a {
    color: #004990;
    text-decoration: none;
    cursor: pointer;
    color: #f7f8f9;
    text-decoration: underline;
}

    .coveo-card-overlay a:visited,
    .coveo-card-overlay a:visited:hover {
        color: #609;
        color: #f7f8f9;
    }

    .coveo-card-overlay a:hover,
    .coveo-card-overlay a:hover a {
        text-decoration: underline;
    }

    .coveo-card-overlay a.coveo-selected * {
        color: #004990;
        color: #f7f8f9;
    }

.coveo-promoted-result-badge {
    text-transform: uppercase;
    display: inline-block;
    margin: 0 0 10px;
    padding: 5px 10px;
    color: white;
    border-radius: 2px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
}

.coveo-card-layout-container {
    position: relative;
}

    .coveo-card-layout-container .coveo-promoted-result-badge {
        position: absolute;
        -ms-transform: translate(-10px, -10px);
        transform: translate(-10px, -10px);
        z-index: 2;
    }

        .coveo-card-layout-container .coveo-promoted-result-badge + .coveo-promoted-result-badge {
            z-index: 1;
            left: 79px;
        }

.coveo-promoted-result-badge-container-card-layout {
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -ms-flexbox;
    display: flex;
}

.coveo-featured-result-badge {
    background-color: #f58020;
}

.coveo-recommended-result-badge {
    background-color: #004990;
}

/*# sourceMappingURL=CoveoFullSearch.css.map*/
/* Slider */
.slick-slider {
    position: relative;
    display: block;
    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 {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

    .slick-track:before, .slick-track:after {
        content: "";
        display: table;
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/*
 *  External library overrides
 *
 */
.alert-coveo {
    background-color: rgba(104, 107, 107, 0.75);
    color: #ffffff;
    font-size: 0.875rem;
    margin-bottom: 0px;
    padding: 1rem;
    text-align: center;
}

.alert-gdpr {
    background-color: #ffffff;
    border-top: 4px solid #e4002b;
    bottom: 0px;
    font-size: 0.875rem;
    left: 0px;
    margin-bottom: 0px;
    max-width: 100%;
    position: fixed;
    right: 0px;
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    transition: all 0.35s;
    z-index: 500;
}

    .alert-gdpr.isActive {
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .alert-gdpr p:last-child {
        margin-bottom: 0px;
    }

@media print {
    .alert-gdpr {
        display: none;
    }
}

.badge {
    font-size: 50%;
    padding-bottom: 0.5625em;
    padding-left: 1.125em;
    padding-right: 1.125em;
    padding-top: 0.6875em;
    text-transform: uppercase;
    vertical-align: text-bottom;
}

    .badge.badge-pill {
        border-radius: 10rem;
    }

    .badge.badge-inContract {
        background-color: rgba(0, 56, 101, 0.75);
        color: #ffffff;
    }

    .badge.badge-new {
        background-color: rgba(115, 211, 221, 0.75);
        color: #ffffff;
    }

    .badge.badge-sold {
        background-color: #e4002b;
        border: 1px solid #a6192e;
        color: #ffffff;
    }

.breadcrumb {
    background-color: unset;
    color: #686b6b;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 0.75rem;
    margin-bottom: -1.5rem;
    padding: 0;
    position: relative;
}

.breadcrumb-item {
    white-space: nowrap;
}

    .breadcrumb-item.active {
        color: #232424;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .breadcrumb-item a {
        color: inherit;
        text-decoration: none;
    }

        .breadcrumb-item a:hover {
            text-decoration: underline;
        }

    .breadcrumb-item > .badge {
        color: #e4002b;
        cursor: pointer;
    }

    .breadcrumb-item.mix_noDivider::before {
        content: unset;
    }

.breadcrumb-menu {
    background-color: #ffffff;
    border: none;
    left: 0px;
    list-style-type: none;
    max-height: 0px;
    overflow: hidden;
    padding: 0px 12px;
    position: absolute;
    right: 0px;
    top: calc(1rem + 12px);
    transition: all 0.35s;
    z-index: 1;
}

    .breadcrumb-menu:after,
    .breadcrumb-menu:before {
        bottom: 100%;
        left: 3.438rem;
        border: solid transparent;
        content: " ";
        height: 0px;
        width: 0px;
        position: absolute;
        pointer-events: none;
    }

    .breadcrumb-menu:after {
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #ffffff;
        border-width: 8px;
        margin-left: -8px;
    }

    .breadcrumb-menu:before {
        border-color: rgba(226, 230, 232, 0);
        border-bottom-color: #E2E6E8;
        border-width: 9px;
        margin-left: -9px;
    }

    .breadcrumb-menu.isActive {
        border: 1px solid #e2e6e8;
        max-height: 250px;
        overflow: initial;
    }

    .breadcrumb-menu .breadcrumb-item {
        font-weight: 600;
        margin: 12px 0;
        overflow: initial;
        text-overflow: initial;
        white-space: initial;
    }

        .breadcrumb-menu .breadcrumb-item + .breadcrumb-item {
            padding-left: 0;
        }

        .breadcrumb-menu .breadcrumb-item a {
            color: #e4002b;
        }

.btn {
    border-radius: 0;
    text-transform: uppercase;
}

.btn-primary:hover {
    background-color: #a6192e;
}

.btn-secondary {
    background-color: transparent;
    border-color: #e4002b;
    color: #e4002b;
}

    .btn-secondary:hover {
        background-color: transparent;
        border-color: #a6192e;
        box-shadow: 0 0 0 1px #a6192e inset;
        color: #a6192e;
    }

.btn-cancel {
    background-color: #ffffff;
    border-color: #979797;
    color: #979797;
}

    .btn-cancel:hover {
        background-color: #ffffff;
        box-shadow: 0 0 0 1px #979797 inset;
        color: #979797;
    }

.btn-inline {
    color: #e4002b;
    font-size: inherit;
    padding: 0px;
}

    .btn-inline:focus {
        box-shadow: none;
        outline: 1px dotted;
        outline: 5px auto -webkit-focus-ring-color;
    }

    .btn-inline:hover {
        color: #a6192e;
    }

.btn-input {
    font-size: 1.25rem;
    padding: 0.5rem;
}

    .btn-input > .fa-search {
        font-size: 1rem;
        padding: 0 0.4375rem;
    }

.btn-light {
    background-color: #868989;
    color: #ffffff;
}

    .btn-light:hover {
        background-color: #686b6b;
        color: #ffffff;
    }

.btn-play {
    background-color: rgba(228, 0, 43, 0.8);
    border-radius: 50%;
    color: #ffffff;
    font-size: 1.5rem;
    height: 4rem;
    width: 4rem;
}

    .btn-play:focus {
        box-shadow: 0 0 0 0.2rem rgba(232, 38, 75, 0.5);
    }

    .btn-play:hover {
        background-color: #a6192e;
        color: #ffffff;
    }

.btn-print {
    border: none;
    color: #e4002b;
    font-size: 0.75rem;
    font-weight: 500;
    padding: 0px;
}

    .btn-print:hover {
        color: #a6192e;
    }

@media (min-width: 62em) {
    .btn-lg-inlineBlock {
        display: inline-block !important;
        width: auto !important;
    }

    .btn-play {
        font-size: 3rem;
        height: 8rem;
        width: 8rem;
    }
}

.btn.mix_browseJobs {
    border: none;
    border-bottom: 2px solid #c6c9cb;
    color: #c6c9cb;
    font-family: "ChronicleTextG2", "Gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1.5rem;
    font-weight: 400;
    padding: 12px 0px;
    text-align: left;
    text-transform: inherit;
}

    .btn.mix_browseJobs::after {
        border: none;
        color: #e4002b;
        content: "\f078";
        font-family: "Font Awesome 5 Pro";
        font-size: 1.125rem;
        font-weight: 400;
        line-height: 1.5rem;
        position: absolute;
        right: 0;
        transform: rotateX(0deg);
        transition: all calc(0.35s * 3);
    }

    .btn.mix_browseJobs:focus,
    .btn.mix_browseJobs:hover {
        border: none;
        border-bottom: 2px solid #c6c9cb;
        box-shadow: none;
    }

    .btn.mix_browseJobs .fa-globe {
        color: #e4002b;
        font-family: "Font Awesome 5 Pro";
    }

    .btn.mix_browseJobs + .dropdown-menu {
        width: 100%;
    }

        .btn.mix_browseJobs + .dropdown-menu .dropdown-item {
            color: #232424;
        }

.show > .btn.mix_browseJobs {
    background-color: transparent;
    color: #c6c9cb;
}

    .show > .btn.mix_browseJobs::after {
        transform: rotateX(180deg);
    }

    .show > .btn.mix_browseJobs:focus {
        box-shadow: none;
    }

.card {
    border: none;
    border-radius: 0;
    margin-bottom: 12px;
    height: auto;
    display: block;
    transition: all 0.35s;
}

    .card.cardsidebar .cta-generic-btn {
        width: 100%;
        margin-bottom: 10px;
        margin-left: 0 !important;
    }

    .card img {
        width: 100%;
    }

img.img-max-150 {
    width: 150px;
    max-width: 150px;
}

.card svg {
    width: 100%;
    position: absolute;
    margin: 0 auto;
    z-index: 2;
}

.card i {
    z-index: 2;
}

.card .btn.btn-play {
    height: 4rem;
    font-size: 1.25rem;
    left: 50%;
    margin-left: -2rem;
    margin-top: -2rem;
    position: absolute;
    top: 50%;
    width: 4rem;
}

    .card .btn.btn-play .fa-play {
        margin-left: 0.25rem;
        margin-top: 0.125rem;
    }

.image-overlay::before {
    content: "";
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background: #686b6b;
    mix-blend-mode: exclusion;
    z-index: 1;
}

.podcast-triangle::before, .podcast-triangle::after {
    content: "";
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background: rgba(166, 25, 46, 0.75);
    -ms-transform: skew(53deg) translateX(111%);
    transform: skew(53deg) translateX(111%);
    z-index: 1;
}

.podcast-triangle::before {
    -ms-transform: skew(-27.75deg) translateX(90%);
    transform: skew(-27.75deg) translateX(90%);
    background: #e4002b;
}

.insight-triangle::before, .insight-triangle::after {
    content: "";
    position: absolute;
    display: inline-block;
    left: 0;
    width: 100%;
    height: 100%;
}

.insight-triangle::after {
    height: 4px;
    width: 84.6%;
    bottom: 0;
    background: rgba(0, 147, 178, 0.75);
    -ms-transform: skew(-27.75deg) translateX(0%);
    transform: skew(-27.75deg) translateX(0%);
}

.insight-triangle::before {
    top: 0;
    background: rgba(0, 147, 178, 0.75);
    -ms-transform: skew(-27.75deg) translateX(100%);
    transform: skew(-27.75deg) translateX(100%);
    z-index: 1;
}

.image-overlay, .podcast-triangle, .insight-triangle {
    position: relative;
    overflow: hidden;
}

.fa-podcast {
    position: absolute;
    color: #e4002b;
    font-size: 1.875rem;
    background-color: #ffffff;
    padding: 1.063rem;
    right: 0.75rem;
    top: 0.75rem;
}

.card-body {
    border: 1px solid #c6c9cb;
    border-top: 4px solid #e4002b;
    padding: 2rem 1.25rem;
}

.card-category {
    font-weight: bold;
    text-transform: uppercase;
}

.card-footer {
    background-color: transparent;
    border: 1px solid #c6c9cb;
    border-radius: 0;
    border-top: none;
    color: #e4002b;
}

    .card-footer:last-child {
        border-radius: 0;
    }

    .card-footer > p {
        margin-bottom: 0.5rem;
    }

        .card-footer > p:last-child {
            margin-bottom: 0;
        }

.card-header {
    background-color: transparent;
    border: none;
    padding-top: 0px;
}

    .card-header h5 {
        font-size: 0.875rem;
    }

    .card-header p {
        font-size: 0.875rem;
    }

.card-img-top {
    border-radius: 0;
}

    .card-img-top + .card-body,
    .card-animation-container + .card-body {
        border-top: none;
        position: relative;
    }

        .card-img-top + .card-body::before,
        .card-animation-container + .card-body::before {
            background-color: #e4002b;
            content: '';
            height: 4px;
            left: 0;
            position: absolute;
            right: 0;
            top: -4px;
        }

.mix_person .card-body::before {
    height: 0px;
}

.card-img-wrapper {
    position: relative;
}

.card-animation-block {
    animation-delay: calc(0.35s * 1);
    animation-duration: calc(0.35s * 2);
    animation-fill-mode: forwards;
    height: 100%;
    left: 10%;
    opacity: 0;
    position: absolute;
    top: 0px;
    transition: all calc(0.35s * 2);
    width: 100%;
}

    .card-animation-block.mix_primary {
        background-color: rgba(104, 107, 107, 0.75);
        transform: rotate(-53deg) translate3d(89%, 40%, 0);
    }

.card.isOnScreen .card-animation-block.mix_primary {
    animation-name: cardOverlayPrimary;
}

.card-animation-block.mix_secondary {
    animation-delay: calc(0.35s * 2);
    background-color: #e4002b;
    transform: rotate(-65deg) translate3d(10%, 132%, 0);
}

.card.isOnScreen .card-animation-block.mix_secondary {
    animation-name: cardOverlaySecondary;
}

.card-animation-container {
    position: relative;
    overflow: hidden;
}

.card-icon {
    color: #e4002b;
    font-size: 1.5rem;
    line-height: 1.5rem;
    padding-bottom: 1.25rem;
}

.card-subtitle-alt {
    text-transform: uppercase;
    font-size: 0.75rem;
}

.card-property-img-top {
    border-radius: 0;
}

    .card-property-img-top + .card-body {
        border-top: none;
        position: relative;
    }

.card-insight-body {
    padding: 0rem 1.25rem 1.25rem 0;
    margin-top: 1.5rem;
}

    .card-insight-body.card-body-line-after {
        border-bottom: 1px solid #c6c9cb;
    }

    .card-insight-body + .card-footer {
        margin-bottom: 24px;
        margin-top: -24px;
    }

.card-career-external-body {
    padding: 1.25rem 0 1.25rem 0;
}

    .card-career-external-body h5 {
        text-transform: uppercase;
    }

    .card-career-external-body > i {
        text-align: right;
        margin-left: 3.75rem;
    }

    .card-person-body .card-text, .card-career-external-body .card-text {
        font-size: 0.875rem;
        color: #686b6b;
    }

.card-person-body hr {
    width: 2.5rem;
}

.person-contact {
    font-size: 0.875rem;
}

.card-person-body img {
    border-radius: 50%;
    width: 14rem;
    margin-bottom: 2rem;
}

.property-contact {
    line-height: 1.875rem;
}

.card-event-location {
    line-height: 2.625rem;
}

.property-contact h6 {
    margin-bottom: 0rem;
}

.property-contact > a {
    font-size: 0.875rem;
}

.js-slickCardImageCarousel .slick-arrow, .slick-prev, .slick-next {
    top: 50%;
    height: 26px;
    width: 14px;
    margin-top: -13px;
    position: absolute;
    cursor: pointer;
    background-color: transparent;
}

    .js-slickCardImageCarousel .slick-arrow::before, .js-slickCardImageCarousel .slick-arrow:hover, .js-slickCardImageCarousel .slick-arrow:active, .js-slickCardImageCarousel .slick-arrow:focus, .slick-prev::before, .slick-prev:hover, .slick-prev:active, .slick-prev:focus, .slick-next::before, .slick-next:hover, .slick-next:active, .slick-next:focus {
        background-color: transparent;
    }

.js-slickCardImageCarousel .slick-prev {
    right: unset;
    left: 0.5rem;
}

.js-slickCardImageCarousel .slick-next {
    right: 0.5rem;
}

.js-slickCardImageCarousel .slick-slide > * {
    margin: 0;
}

.js-slickCardImageCarousel.slick-slider {
    padding-bottom: 0px;
}

.js-slickCardImageCarousel .slick-list {
    margin: 0rem;
}

    .js-slickCardImageCarousel .slick-list .slick-track {
        left: none !important;
    }

.card-logo {
    margin-right: 2.25rem;
}

.card-staff-sm img {
    width: 76px;
}

.card-staff-sm p {
    display: inline;
    margin-left: 0.8125rem;
    color: #e4002b;
}

.card-staff-sm::after, .card-staff-sm::before {
    border-bottom: 1px solid #c6c9cb;
    border-radius: 0;
    border-top: none;
    content: "";
    display: block;
}

.card-staff-sm::after {
    padding-bottom: 1.25rem;
}

.card-staff-sm::before {
    margin-bottom: 1.25rem;
}

.card-text.card-text-collegeRuled {
    margin-bottom: 0.5rem;
}

.card .badge {
    position: absolute;
    left: 0.5rem;
    top: 0.5rem;
    z-index: 2;
}

.card .badge-secondary {
    background-color: #e4002b;
    border: 1px solid #a6192e;
    z-index: 2;
}

.card .article-foot {
    display: block;
    font-size: 0.75rem;
    margin-top: 1rem;
}

.property.card {
    height: initial !important;
}

.property-a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 10px;
}

.card.mix_centered .card-body {
    text-align: center;
    padding: 2rem 2.5rem 3.75rem 2.5rem;
}

@media (max-width: 47.98em) {
    .card-career-external-body .btn {
        width: 100%;
    }

    .cta-generic-btn {
        display: block;
    }

    .btn-primary.cta-generic-btn {
        margin-bottom: 1.25rem;
    }
}

@media (min-width: 48em) {
    .btn-secondary.cta-generic-btn {
        margin-left: 1.25rem;
    }
}

@media (min-width: 62em) {
    .card-header {
        display: none;
    }

    .card.mix_hero {
        position: relative;
    }

        .card.mix_hero::after {
            background-color: rgba(104, 107, 107, 0.75);
            bottom: 0px;
            content: '';
            left: 0px;
            opacity: 0.8;
            position: absolute;
            top: 0px;
            width: 10%;
        }

        .card.mix_hero .btn-block {
            display: inline-block;
            width: auto;
        }

        .card.mix_hero .card-body {
            background-color: rgba(255, 255, 255, 0.95);
            left: 15%;
            padding: 3.75rem 2.5rem;
            position: absolute;
            right: 50%;
            top: 50%;
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .card.mix_hero .card-footer {
            padding: 0.75rem 2.5rem;
        }

        .card.mix_hero .card-img-top {
            height: 100%;
            position: relative;
            width: 100%;
        }

    .card-career-external-body .btn-secondary {
        display: inline-block;
    }

    .card.mix_padded .card-body {
        padding: 3.75rem 2.5rem;
    }

    .card.mix_padded .card-footer {
        padding: 0.75rem 2.5rem;
    }
}

.theme-lightblue .card-body,
:not(html) > .theme-lightblue .card-body {
    border-top: 4px solid rgba(115, 211, 221, 0.75);
}

.theme-lightblue .card-footer,
:not(html) > .theme-lightblue .card-footer {
    color: rgba(115, 211, 221, 0.75);
}

.theme-lightblue .card-img-top + .card-body::before,
:not(html) > .theme-lightblue .card-img-top + .card-body::before {
    background-color: rgba(115, 211, 221, 0.75);
}

.theme-lightblue .card-animation-block.mix_primary,
:not(html) > .theme-lightblue .card-animation-block.mix_primary {
    background-color: rgba(115, 211, 221, 0.75);
}

.theme-lightblue .card-animation-block.mix_secondary,
:not(html) > .theme-lightblue .card-animation-block.mix_secondary {
    background-color: rgba(0, 147, 178, 0.75);
}

@media (min-width: 62em) {
    .theme-lightblue .card.mix_hero::after,
    :not(html) > .theme-lightblue .card.mix_hero::after {
        background-color: rgba(115, 211, 221, 0.75);
    }
}

.theme-midblue .card-body,
:not(html) > .theme-midblue .card-body {
    border-top: 4px solid rgba(0, 147, 178, 0.75);
}

.theme-midblue .card-footer,
:not(html) > .theme-midblue .card-footer {
    color: rgba(0, 147, 178, 0.75);
}

.theme-midblue .card-img-top + .card-body::before,
:not(html) > .theme-midblue .card-img-top + .card-body::before {
    background-color: rgba(0, 147, 178, 0.75);
}

.theme-midblue .card-animation-block.mix_primary,
:not(html) > .theme-midblue .card-animation-block.mix_primary {
    background-color: rgba(0, 147, 178, 0.75);
}

.theme-midblue .card-animation-block.mix_secondary,
:not(html) > .theme-midblue .card-animation-block.mix_secondary {
    background-color: rgba(181, 189, 0, 0.75);
}

@media (min-width: 62em) {
    .theme-midblue .card.mix_hero::after,
    :not(html) > .theme-midblue .card.mix_hero::after {
        background-color: rgba(0, 147, 178, 0.75);
    }
}

.theme-darkblue .card-body,
:not(html) > .theme-darkblue .card-body {
    border-top: 4px solid rgba(0, 56, 101, 0.75);
}

.theme-darkblue .card-footer,
:not(html) > .theme-darkblue .card-footer {
    color: rgba(0, 56, 101, 0.75);
}

.theme-darkblue .card-img-top + .card-body::before,
:not(html) > .theme-darkblue .card-img-top + .card-body::before {
    background-color: rgba(0, 56, 101, 0.75);
}

.theme-darkblue .card-animation-block.mix_primary,
:not(html) > .theme-darkblue .card-animation-block.mix_primary {
    background-color: rgba(0, 56, 101, 0.75);
}

.theme-darkblue .card-animation-block.mix_secondary,
:not(html) > .theme-darkblue .card-animation-block.mix_secondary {
    background-color: rgba(0, 147, 178, 0.75);
}

@media (min-width: 62em) {
    .theme-darkblue .card.mix_hero::after,
    :not(html) > .theme-darkblue .card.mix_hero::after {
        background-color: rgba(0, 56, 101, 0.75);
    }
}

.theme-red .card-body,
:not(html) > .theme-red .card-body {
    border-top: 4px solid rgba(228, 0, 43, 0.75);
}

.theme-red .card-footer,
:not(html) > .theme-red .card-footer {
    color: rgba(228, 0, 43, 0.75);
}

.theme-red .card-img-top + .card-body::before,
:not(html) > .theme-red .card-img-top + .card-body::before {
    background-color: rgba(228, 0, 43, 0.75);
}

.theme-red .card-animation-block.mix_primary,
:not(html) > .theme-red .card-animation-block.mix_primary {
    background-color: rgba(228, 0, 43, 0.75);
}

.theme-red .card-animation-block.mix_secondary,
:not(html) > .theme-red .card-animation-block.mix_secondary {
    background-color: rgba(166, 25, 46, 0.75);
}

@media (min-width: 62em) {
    .theme-red .card.mix_hero::after,
    :not(html) > .theme-red .card.mix_hero::after {
        background-color: rgba(228, 0, 43, 0.75);
    }
}

.theme-darkgray .card-body,
:not(html) > .theme-darkgray .card-body {
    border-top: 4px solid rgba(104, 107, 107, 0.75);
}

.theme-darkgray .card-footer,
:not(html) > .theme-darkgray .card-footer {
    color: rgba(104, 107, 107, 0.75);
}

.theme-darkgray .card-img-top + .card-body::before,
:not(html) > .theme-darkgray .card-img-top + .card-body::before {
    background-color: rgba(104, 107, 107, 0.75);
}

.theme-darkgray .card-animation-block.mix_primary,
:not(html) > .theme-darkgray .card-animation-block.mix_primary {
    background-color: rgba(104, 107, 107, 0.75);
}

.theme-darkgray .card-animation-block.mix_secondary,
:not(html) > .theme-darkgray .card-animation-block.mix_secondary {
    background-color: rgba(167, 168, 170, 0.75);
}

@media (min-width: 62em) {
    .theme-darkgray .card.mix_hero::after,
    :not(html) > .theme-darkgray .card.mix_hero::after {
        background-color: rgba(104, 107, 107, 0.75);
    }
}

.theme-lime .card-body,
:not(html) > .theme-lime .card-body {
    border-top: 4px solid rgba(181, 189, 0, 0.75);
}

.theme-lime .card-footer,
:not(html) > .theme-lime .card-footer {
    color: rgba(181, 189, 0, 0.75);
}

.theme-lime .card-img-top + .card-body::before,
:not(html) > .theme-lime .card-img-top + .card-body::before {
    background-color: rgba(181, 189, 0, 0.75);
}

.theme-lime .card-animation-block.mix_primary,
:not(html) > .theme-lime .card-animation-block.mix_primary {
    background-color: rgba(181, 189, 0, 0.75);
}

.theme-lime .card-animation-block.mix_secondary,
:not(html) > .theme-lime .card-animation-block.mix_secondary {
    background-color: rgba(167, 168, 170, 0.75);
}

@media (min-width: 62em) {
    .theme-lime .card.mix_hero::after,
    :not(html) > .theme-lime .card.mix_hero::after {
        background-color: rgba(181, 189, 0, 0.75);
    }
}

.card.mix_article .card-body {
    border: none;
    border-bottom: 1px solid #c6c9cb;
    border-radius: 0;
    font-size: 0.875rem;
    padding: 0rem 1.25rem 1.25rem 0;
    margin-top: 1.5rem;
}

    .card.mix_article .card-body + .card.mix_article .card-footer {
        margin-bottom: 24px;
        margin-top: -24px;
    }

.card.mix_article .card-text {
    color: #686b6b;
}

.card.mix_article .card-subtitle {
    font-size: 0.75rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
}

.card.mix_article .card-title {
    font-size: 1rem;
    font-weight: bold;
}

.card.mix_basic .card-body {
    border-top: 4px solid #e4002b;
}

.card.mix_basic .card-footer {
    color: #e4002b;
}

.card.mix_centered .card-body {
    border-top: 4px solid #e4002b;
}

.card.featureRelatedContentVariant-hero .card-body {
    border: none;
    position: relative;
    padding: 0rem;
}

    .card.featureRelatedContentVariant-hero .card-body .card-category {
        margin-bottom: 0.375rem;
        text-transform: uppercase;
        font-size: 0.75rem;
        font-weight: bold;
    }

    .card.featureRelatedContentVariant-hero .card-body .card-title {
        font-size: 1.25rem;
        font-weight: bolder;
        margin-bottom: 0.625rem;
    }

    .card.featureRelatedContentVariant-hero .card-body .card-text a {
        margin-top: 1rem;
    }

.card.featureRelatedContentVariant-hero .card-img-top + .card-body::before,
.card.featureRelatedContentVariant-hero .card-animation-container + .card-body::before {
    content: initial;
}

.card.featureRelatedContentVariant-hero .card-animation-block.mix_primary {
    transform: rotate(17deg) translate3d(-20%, 99%, 0);
}

.card.featureRelatedContentVariant-hero .card-animation-block.mix_primary, .card.featureRelatedContentVariant-hero .card-img-top + .card-body::before, .card.featureRelatedContentVariant-hero .card-animation-container + .card-body::before {
    background-color: rgba(115, 211, 221, 0.75);
}

.card.featureRelatedContentVariant-hero > .card-animation-container svg {
    border-bottom: 4px solid rgba(115, 211, 221, 0.8);
}

@media (min-width: 62em) {
    .card.featureRelatedContentVariant-hero {
        margin-bottom: calc(32px / 2);
        position: relative;
    }

        .card.featureRelatedContentVariant-hero .btn-block {
            display: inline-block;
            width: auto;
        }

        .card.featureRelatedContentVariant-hero .card-body {
            background-color: initial;
        }

            .card.featureRelatedContentVariant-hero .card-body::after {
                content: initial;
            }

        .card.featureRelatedContentVariant-hero .card-img-top + .card-body,
        .card.featureRelatedContentVariant-hero .card-animation-container + .card-body {
            border-top: 4px solid rgba(115, 211, 221, 0.75);
        }

            .card.featureRelatedContentVariant-hero .card-img-top + .card-body::before,
            .card.featureRelatedContentVariant-hero .card-animation-container + .card-body::before {
                content: '';
            }

        .card.featureRelatedContentVariant-hero .card-body {
            animation-delay: calc(0.35s * 3);
            animation-duration: calc(0.35s * 3);
            animation-fill-mode: forwards;
            background-color: rgba(255, 255, 255, 0.95);
            left: 13%;
            opacity: 0;
            padding: 2.875rem;
            position: absolute;
            right: 25%;
            top: 50%;
            -ms-transform: translateY(-40%);
            transform: translateY(-40%);
        }

        .card.featureRelatedContentVariant-hero.isOffScreen .card-body {
            opacity: 0;
            -ms-transform: translateY(-40%);
            transform: translateY(-40%);
        }

        .card.featureRelatedContentVariant-hero.isOnScreen .card-body {
            animation-name: cardBody;
        }

        .card.featureRelatedContentVariant-hero .card-footer {
            padding: 0.75rem 2.5rem;
        }

        .card.featureRelatedContentVariant-hero .card-img-top {
            height: 100%;
            position: relative;
            width: 100%;
        }
}

@media (max-width: 61.98em) {
    .card.featureRelatedContentVariant-hero .card-body {
        margin-top: 1.25rem;
    }

        .card.featureRelatedContentVariant-hero .card-body .card-category {
            margin-bottom: 0.5rem;
        }

        .card.featureRelatedContentVariant-hero .card-body .card-title {
            margin-bottom: unset;
        }

        .card.featureRelatedContentVariant-hero .card-body .card-text {
            margin-top: 0.5rem;
        }

    .card.featureRelatedContentVariant-hero .card-animation-block.mix_primary, .card.featureRelatedContentVariant-hero .card-img-top + .card-body::before, .card.featureRelatedContentVariant-hero .card-animation-container + .card-body::before {
        background-color: transparent;
    }
}

.featuredContent.container-headline::after {
    display: none;
}

@keyframes cardBody {
    0% {
        opacity: 0;
        transform: translateY(-40%);
    }

    100% {
        opacity: 1;
        transform: translateY(-50%);
    }
}

.card.mix_hero {
    height: auto !important;
}

    .card.mix_hero .btn.btn-play {
        left: 50%;
        margin-left: -2rem;
        margin-top: -2rem;
        position: absolute;
        top: 50%;
    }

    .card.mix_hero .card-body .slick-nav-arrows {
        margin-top: 1rem;
    }

    .card.mix_hero .card-body .slick-next,
    .card.mix_hero .card-body .slick-prev {
        margin-top: 0px;
        position: relative;
    }

    .card.mix_hero .card-body .slick-next {
        float: right;
    }

@media (min-width: 62em) {
    .card.mix_hero {
        position: relative;
    }

        .card.mix_hero::after {
            background-color: #e4002b;
            bottom: 0px;
            content: '';
            left: 0px;
            opacity: 0.8;
            position: absolute;
            top: 0px;
            width: 10%;
        }

        .card.mix_hero .btn-block {
            display: inline-block;
            width: auto;
        }

        .card.mix_hero .btn.btn-play {
            height: 5rem;
            font-size: 2.25rem;
            left: 75%;
            margin-left: -4rem;
            margin-top: -4rem;
            top: 50%;
            width: 5rem;
        }

            .card.mix_hero .btn.btn-play .fa-play {
                margin-left: 0.5rem;
                margin-top: 0.375rem;
            }

        .card.mix_hero .card-body {
            background-color: rgba(255, 255, 255, 0.95);
            left: 15%;
            padding: 3.75rem 2.5rem;
            position: absolute;
            right: 50%;
            top: 50%;
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

            .card.mix_hero .card-body .slick-next,
            .card.mix_hero .card-body .slick-prev {
                left: auto;
                right: auto;
                top: auto;
            }

            .card.mix_hero .card-body .slick-next {
                float: unset;
            }

            .card.mix_hero .card-body .slick-prev::before {
                content: none;
            }

        .card.mix_hero .card-footer {
            padding: 0.75rem 2.5rem;
        }

        .card.mix_hero .card-img-top {
            height: 100%;
            position: relative;
            width: 100%;
        }

        .card.mix_hero.slick-slide > * {
            margin: 0px;
        }
}

.card.mix_hero-pageTitle .card-body {
    background-color: #f2f4f5;
    border: none;
    padding: 3.75rem 1.5rem;
    position: relative;
}

    .card.mix_hero-pageTitle .card-body::after {
        background-color: transparent;
        top: calc(0px - (32px / 2));
        content: url("../images/card_mix_hero-pageTitle-hr.png");
        height: 32px;
        left: 0px;
        overflow: hidden;
        position: absolute;
        right: 0px;
    }

.card.mix_hero-pageTitle .card-img-top + .card-body::before,
.card.mix_hero-pageTitle .card-animation-container + .card-body::before {
    content: initial;
}

.card.mix_hero-pageTitle .card-title {
    font-size: 1.75rem;
    margin-bottom: 0.25rem;
}

.card.mix_hero-pageTitle .container {
    margin-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.card.mix_hero-pageTitle .card-animation-block.mix_secondary {
    transform: rotate(-65deg) translate3d(10%, 99%, 0);
}

@media (min-width: 62em) {
    .card.mix_hero-pageTitle {
        margin-bottom: calc(32px / 2);
        position: relative;
    }

        .card.mix_hero-pageTitle::after {
            bottom: 0px;
            content: url("../images/card_mix_hero-pageTitle-hr.png");
            display: block;
            height: 32px;
            left: 0px;
            margin-top: -16px;
            overflow: hidden;
            position: relative;
            right: 0px;
        }

        .card.mix_hero-pageTitle .btn-block {
            display: inline-block;
            width: auto;
        }

        .card.mix_hero-pageTitle .card-body {
            background-color: initial;
            border-top: 4px solid #e4002b;
        }

            .card.mix_hero-pageTitle .card-body::after {
                content: initial;
            }

        .card.mix_hero-pageTitle .card-img-top + .card-body,
        .card.mix_hero-pageTitle .card-animation-container + .card-body {
            border-top: 4px solid #e4002b;
        }

            .card.mix_hero-pageTitle .card-img-top + .card-body::before .card.mix_hero-pageTitle .card-animation-container + .card-body::before {
                content: '';
            }

        .card.mix_hero-pageTitle .card-body {
            animation-delay: calc(0.35s * 3);
            animation-duration: calc(0.35s * 3);
            animation-fill-mode: forwards;
            background-color: rgba(255, 255, 255, 0.95);
            left: 10%;
            opacity: 0;
            padding: 3.75rem 2.5rem;
            position: absolute;
            right: 25%;
            top: 50%;
            -ms-transform: translateY(-40%);
            transform: translateY(-40%);
        }

        .card.mix_hero-pageTitle.isOffScreen .card-body {
            opacity: 0;
            -ms-transform: translateY(-40%);
            transform: translateY(-40%);
        }

        .card.mix_hero-pageTitle.isOnScreen .card-body {
            animation-name: cardBody;
        }

        .card.mix_hero-pageTitle .card-footer {
            padding: 0.75rem 2.5rem;
        }

        .card.mix_hero-pageTitle .card-img-top {
            height: 100%;
            position: relative;
            width: 100%;
        }

        .card.mix_hero-pageTitle .card-title {
            font-size: 2.5rem;
        }

        .card.mix_hero-pageTitle .container {
            padding-left: 12px;
            padding-right: 12px;
        }

        .card.mix_hero-pageTitle .card-animation-block.mix_secondary {
            transform: rotate(-62.25deg) translate3d(10%, 128%, 0);
        }
}

@media (min-width: 62em) {
    .theme-lightblue .card.mix_hero-pageTitle .card-img-top + .card-body,
    .theme-lightblue .card.mix_hero-pageTitle .card-animation-container + .card-body,
    :not(html) > .theme-lightblue .card.mix_hero-pageTitle .card-img-top + .card-body,
    :not(html) > .theme-lightblue .card.mix_hero-pageTitle .card-animation-container + .card-body {
        border-top: 4px solid rgba(115, 211, 221, 0.75);
    }
}

@media (min-width: 62em) {
    .theme-midblue .card.mix_hero-pageTitle .card-img-top + .card-body,
    .theme-midblue .card.mix_hero-pageTitle .card-animation-container + .card-body,
    :not(html) > .theme-midblue .card.mix_hero-pageTitle .card-img-top + .card-body,
    :not(html) > .theme-midblue .card.mix_hero-pageTitle .card-animation-container + .card-body {
        border-top: 4px solid rgba(0, 147, 178, 0.75);
    }
}

@media (min-width: 62em) {
    .theme-darkblue .card.mix_hero-pageTitle .card-img-top + .card-body,
    .theme-darkblue .card.mix_hero-pageTitle .card-animation-container + .card-body,
    :not(html) > .theme-darkblue .card.mix_hero-pageTitle .card-img-top + .card-body,
    :not(html) > .theme-darkblue .card.mix_hero-pageTitle .card-animation-container + .card-body {
        border-top: 4px solid rgba(0, 56, 101, 0.75);
    }
}

@media (min-width: 62em) {
    .theme-red .card.mix_hero-pageTitle .card-img-top + .card-body,
    .theme-red .card.mix_hero-pageTitle .card-animation-container + .card-body,
    :not(html) > .theme-red .card.mix_hero-pageTitle .card-img-top + .card-body,
    :not(html) > .theme-red .card.mix_hero-pageTitle .card-animation-container + .card-body {
        border-top: 4px solid rgba(228, 0, 43, 0.75);
    }
}

@media (min-width: 62em) {
    .theme-darkgray .card.mix_hero-pageTitle .card-img-top + .card-body,
    .theme-darkgray .card.mix_hero-pageTitle .card-animation-container + .card-body,
    :not(html) > .theme-darkgray .card.mix_hero-pageTitle .card-img-top + .card-body,
    :not(html) > .theme-darkgray .card.mix_hero-pageTitle .card-animation-container + .card-body {
        border-top: 4px solid rgba(104, 107, 107, 0.75);
    }
}

@media (min-width: 62em) {
    .theme-lime .card.mix_hero-pageTitle .card-img-top + .card-body,
    .theme-lime .card.mix_hero-pageTitle .card-animation-container + .card-body,
    :not(html) > .theme-lime .card.mix_hero-pageTitle .card-img-top + .card-body,
    :not(html) > .theme-lime .card.mix_hero-pageTitle .card-animation-container + .card-body {
        border-top: 4px solid rgba(181, 189, 0, 0.75);
    }
}

@keyframes cardBody {
    0% {
        opacity: 0;
        transform: translateY(-40%);
    }

    100% {
        opacity: 1;
        transform: translateY(-50%);
    }
}

.card.mix_heroHomepage {
    padding-bottom: 1.25rem;
}

    .card.mix_heroHomepage .btn {
        border: 1px solid #858585;
    }

    .card.mix_heroHomepage .card-animation-container::after,
    .card.mix_heroHomepage .card-animation-container::before {
        content: "";
        position: absolute;
        display: inline-block;
        height: 100%;
        left: 0px;
        opacity: 0;
        top: 0px;
        transition: all 0.7s;
        width: 100%;
        z-index: 1;
    }

    .card.mix_heroHomepage .card-animation-container::after {
        background-color: rgba(228, 0, 43, 0.75);
        -ms-transform: skew(-24deg) translateX(-70%);
        transform: skew(-24deg) translateX(-70%);
    }

    .card.mix_heroHomepage .card-animation-container::before {
        background-color: rgba(104, 107, 107, 0.75);
        -ms-transform: skew(65deg) translateX(-160%);
        transform: skew(65deg) translateX(-160%);
    }

    .card.mix_heroHomepage .card-body {
        background-color: #f2f4f5;
        border: none;
        padding: 3.75rem 1.5rem;
        z-index: 1;
    }

        .card.mix_heroHomepage .card-body::before {
            background: none;
            content: url(https://cw-gbl-gws-prod.azureedge.net/assets/images/dots.png);
            height: 2.5rem;
            left: 0px;
            overflow: hidden;
            position: absolute;
            top: -20px;
            width: 100%;
        }

    .card.mix_heroHomepage .card-subtitle {
        margin-bottom: 0.75rem;
    }

    .card.mix_heroHomepage.isOnScreen .card-animation-container::after,
    .card.mix_heroHomepage.isOnScreen .card-animation-container::before {
        opacity: 1;
    }

    .card.mix_heroHomepage.isOnScreen .card-animation-container::after {
        -ms-transform: skew(-24deg) translateX(-60%);
        transform: skew(-24deg) translateX(-60%);
    }

    .card.mix_heroHomepage.isOnScreen .card-animation-container::before {
        -ms-transform: skew(65deg) translateX(-150%);
        transform: skew(65deg) translateX(-150%);
    }

@media (min-width: 62em) {
    .card.mix_heroHomepage {
        border: none;
        position: relative;
    }

        .card.mix_heroHomepage::after {
            bottom: 0px;
            content: url(https://cw-gbl-gws-prod.azureedge.net/assets/images/dots.png);
            height: 2.5rem;
            left: 0px;
            overflow: hidden;
            position: absolute;
            width: 100%;
        }

        .card.mix_heroHomepage::before {
            content: none;
        }

        .card.mix_heroHomepage .card-animation-container::after {
            -ms-transform: skew(-24deg) translateX(-55%);
            transform: skew(-24deg) translateX(-55%);
        }

        .card.mix_heroHomepage .card-animation-container::before {
            -ms-transform: skew(77deg) translateX(-120%);
            transform: skew(77deg) translateX(-120%);
        }

        .card.mix_heroHomepage h1,
        .card.mix_heroHomepage h6 {
            color: #ffffff;
        }

        .card.mix_heroHomepage .card-body {
            background-color: transparent;
            color: #ffffff;
            left: 8.25rem;
            padding: 0;
            position: absolute;
            right: 50%;
            top: 50%;
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

            .card.mix_heroHomepage .card-body::before {
                content: none;
            }

        .card.mix_heroHomepage .card-img-top {
            height: 100%;
            position: relative;
            width: 100%;
        }

        .card.mix_heroHomepage.isOnScreen .card-animation-container::after {
            -ms-transform: skew(-24deg) translateX(-45%);
            transform: skew(-24deg) translateX(-45%);
        }

        .card.mix_heroHomepage.isOnScreen .card-animation-container::before {
            -ms-transform: skew(77deg) translateX(-110%);
            transform: skew(77deg) translateX(-110%);
        }
}

.theme-lightblue .card.mix_heroHomepage .card-animation-container::after,
:not(html) > .theme-lightblue .card.mix_heroHomepage .card-animation-container::after {
    background-color: rgba(115, 211, 221, 0.75);
}

.theme-lightblue .card.mix_heroHomepage .card-animation-container::before,
:not(html) > .theme-lightblue .card.mix_heroHomepage .card-animation-container::before {
    background-color: rgba(0, 147, 178, 0.75);
}

.theme-midblue .card.mix_heroHomepage .card-animation-container::after,
:not(html) > .theme-midblue .card.mix_heroHomepage .card-animation-container::after {
    background-color: rgba(0, 147, 178, 0.75);
}

.theme-midblue .card.mix_heroHomepage .card-animation-container::before,
:not(html) > .theme-midblue .card.mix_heroHomepage .card-animation-container::before {
    background-color: rgba(181, 189, 0, 0.75);
}

.theme-darkblue .card.mix_heroHomepage .card-animation-container::after,
:not(html) > .theme-darkblue .card.mix_heroHomepage .card-animation-container::after {
    background-color: rgba(0, 56, 101, 0.75);
}

.theme-darkblue .card.mix_heroHomepage .card-animation-container::before,
:not(html) > .theme-darkblue .card.mix_heroHomepage .card-animation-container::before {
    background-color: rgba(0, 147, 178, 0.75);
}

.theme-red .card.mix_heroHomepage .card-animation-container::after,
:not(html) > .theme-red .card.mix_heroHomepage .card-animation-container::after {
    background-color: rgba(228, 0, 43, 0.75);
}

.theme-red .card.mix_heroHomepage .card-animation-container::before,
:not(html) > .theme-red .card.mix_heroHomepage .card-animation-container::before {
    background-color: rgba(166, 25, 46, 0.75);
}

.theme-darkgray .card.mix_heroHomepage .card-animation-container::after,
:not(html) > .theme-darkgray .card.mix_heroHomepage .card-animation-container::after {
    background-color: rgba(104, 107, 107, 0.75);
}

.theme-darkgray .card.mix_heroHomepage .card-animation-container::before,
:not(html) > .theme-darkgray .card.mix_heroHomepage .card-animation-container::before {
    background-color: rgba(167, 168, 170, 0.75);
}

.theme-lime .card.mix_heroHomepage .card-animation-container::after,
:not(html) > .theme-lime .card.mix_heroHomepage .card-animation-container::after {
    background-color: rgba(181, 189, 0, 0.75);
}

.theme-lime .card.mix_heroHomepage .card-animation-container::before,
:not(html) > .theme-lime .card.mix_heroHomepage .card-animation-container::before {
    background-color: rgba(167, 168, 170, 0.75);
}

.card.mix_infoWindow {
    border: 1px solid #c6c9cb;
    margin-bottom: 0px;
    max-width: 265px;
}

    .card.mix_infoWindow .card-body {
        border: none;
        padding: 1.25rem;
    }

        .card.mix_infoWindow .card-body::before {
            content: none;
        }

    .card.mix_infoWindow .card-subtitle {
        font-size: 0.75rem;
        font-weight: 300;
    }

    .card.mix_infoWindow .card-title {
        color: #e4002b;
        font-size: 0.75rem;
        font-weight: 500;
    }

.slick-slide .card.mix_office {
    border-bottom: none;
}

.card.mix_office .card-footer {
    border-left: none;
    border-right: none;
    border-top: 1px solid #c6c9cb;
    padding: 12px 0 12px 0;
}

    .card.mix_office .card-footer .card {
        border-bottom: none;
        margin-bottom: 0;
    }

    .card.mix_office .card-footer h6 {
        margin: 0;
    }

.card.mix_office .card-property-body {
    padding: 0rem 1.25rem 1.25rem 0;
    margin-top: 1.5rem;
}

.card.mix_office .slick-slide .card {
    border-bottom: none;
}

.card.mix_padded .card-body {
    border-top: 4px solid #e4002b;
}

.card.mix_person {
    font-size: 0.875rem;
    text-align: center;
}

    .card.mix_person .card-body {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        border: none;
        padding: 0px;
    }

        .card.mix_person .card-body hr {
            width: 2.5rem;
        }

        .card.mix_person .card-body::before {
            content: initial;
        }

    .card.mix_person .card-img-top {
        border-radius: 100%;
        height: 14rem;
        margin: 0 auto;
        margin-bottom: 2rem;
        width: 14rem;
    }

.card.mix_personDetail {
    text-align: center;
}

    .card.mix_personDetail .card-body {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        border: none;
        font-size: 0.875rem;
        max-width: 20rem;
        padding: 0px;
        text-align: left;
        width: 100%;
    }

        .card.mix_personDetail .card-body hr {
            width: 2.5rem;
        }

        .card.mix_personDetail .card-body::before {
            content: initial;
        }

    .card.mix_personDetail .card-img-top {
        border-radius: 50%;
        height: auto;
        margin: 0 auto;
        margin-bottom: 2rem;
        max-height: 20rem;
        max-width: 20rem;
        width: 100%;
    }

    .card.mix_personDetail .card-socialMediaList {
        font-size: 1.5rem;
    }

.card.mix_personFullWidth {
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #c6c9cb;
    border-top: 4px solid rgba(0, 147, 178, 0.75);
}

    .card.mix_personFullWidth .card-body {
        padding: 2rem;
    }

        .card.mix_personFullWidth .card-body > *:last-child {
            margin-bottom: 0px;
        }

        .card.mix_personFullWidth .card-body .list-inline-item {
            text-align: center;
            display: block;
            margin-bottom: 1rem;
        }

            .card.mix_personFullWidth .card-body .list-inline-item:last-child {
                margin-bottom: 0px;
            }

    .card.mix_personFullWidth .card-header {
        background-color: transparent;
        border-bottom: 1px solid #c6c9cb;
        display: block;
        padding: 1.25rem;
    }

        .card.mix_personFullWidth .card-header > * {
            margin: 0px;
        }

    .card.mix_personFullWidth .card-img-top {
        height: 9rem;
        margin: 2rem 2rem 0px 2rem;
        width: 9rem;
    }

@media (min-width: 62em) {
    .card.mix_personFullWidth {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .card.mix_personFullWidth .card-body {
            -ms-flex: 1;
            flex: 1;
            text-align: left;
        }

            .card.mix_personFullWidth .card-body .list-inline-item {
                text-align: left;
                display: inline-block;
                margin-bottom: 0px;
            }

        .card.mix_personFullWidth .card-header {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            padding: 1.75rem;
        }

        .card.mix_personFullWidth .card-img-top {
            margin: 0px 2rem;
        }
}

.card.mix_podcast .card-body {
    border: none;
    border-bottom: 1px solid #c6c9cb;
    border-radius: 0;
    padding: 0rem 1.25rem 1.25rem 0;
    position: relative;
    margin-top: 1.5rem;
}

.card.mix_property .card-img-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    overflow: hidden;
    height: 60vw;
}

@media (min-width: 36em) {
    .card.mix_property .card-img-link {
        height: 40vw;
    }
}

@media (min-width: 62em) {
    .card.mix_property .card-img-link {
        height: 230px;
    }
}

.card.mix_property .card-img-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.card.mix_property .card-body {
    border: none;
    border-bottom: 1px solid #c6c9cb;
    border-radius: 0;
    font-size: 0.875rem;
    padding: 0rem 1.25rem 1.25rem 0;
    margin-top: 1.5rem;
}

    .card.mix_property .card-body + .card.mix_property .card-footer {
        margin-bottom: 24px;
        margin-top: -24px;
    }

.card.mix_property .card-text {
    color: #686b6b;
}

.card.mix_property .card-subtitle {
    font-size: 0.75rem;
    font-weight: 700;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
}

.card.mix_property .card-title {
    font-size: 1rem;
    font-weight: bold;
}

.card.mix_row .card-body {
    border: none;
    padding-bottom: 0px;
}

    .card.mix_row .card-body .card {
        margin-bottom: 0px;
    }

.card.mix_row .card-body {
    margin: 0px;
    padding: 0px;
}

.card.mix_row .card-footer {
    border: none;
    padding: 0.75rem 0px;
}

@media (min-width: 62em) {
    .card.mix_row {
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .card.mix_row .card-body {
            -ms-flex: 1;
            flex: 1;
            margin: 0px;
            padding: 0px;
        }

        .card.mix_row .js-slickCardImageCarousel {
            -ms-flex: 0 0 375px;
            flex: 0 0 375px;
            margin-right: 1.563rem;
            min-width: 0;
            min-height: 0;
        }
}

.card.mix_service {
    border-top: 3px solid rgba(0, 56, 101, 0.75);
}

    .card.mix_service .card-body {
        border: 1px solid #C6C9Cb !important;
        padding: 2rem 1.25rem;
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .card.mix_service .card-body .btn-secondary {
            margin-top: auto;
        }

.card.mix_small {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: left;
}

    .card.mix_small .card-body hr {
        display: none;
    }

    .card.mix_small .card-img-top {
        -ms-flex: none;
        flex: none;
        float: left;
        height: 4.75rem;
        margin-bottom: 0px;
        margin-right: 1rem;
        width: 4.75rem;
    }

.card.mix_socialMedia {
    border-top: 4px solid #e4002b;
    font-size: 0.875rem;
    min-width: 100%;
}

    .card.mix_socialMedia .card-body {
        border: none;
        border-bottom: 1px solid #c6c9cb;
        border-left: 1px solid #c6c9cb;
        border-right: 1px solid #c6c9cb;
    }

        .card.mix_socialMedia .card-body::before {
            content: none;
        }

    .card.mix_socialMedia .card-img-top {
        border-left: 1px solid #c6c9cb;
        border-right: 1px solid #c6c9cb;
    }

    .card.mix_socialMedia .collapse {
        display: block;
        max-height: calc(0.875rem * 1.5 * 8);
        overflow: hidden;
    }

        .card.mix_socialMedia .collapse.show {
            max-height: none;
        }

    .card.mix_socialMedia .collapsing {
        max-height: calc(0.875rem * 1.5 * 5);
    }

.isOffScreen .card.mix_socialMedia,
.isOnScreen .card.mix_socialMedia {
    opacity: 0;
    -ms-transform: translateY(10%);
    transform: translateY(10%);
}

.experience-editor .card.mix_socialMedia {
    opacity: 1;
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}

@media (min-width: 62em) {
    .card.mix_socialMedia {
        margin-bottom: 24px;
    }
}

@media print {
    .isOffScreen .card.mix_socialMedia,
    .isOnScreen .card.mix_socialMedia {
        opacity: 1;
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
}

.card.mix_story .card-body {
    border: none;
    border-bottom: 1px solid #c6c9cb;
    border-radius: 0;
    padding: 0rem 1.25rem 1.25rem 0;
    position: relative;
    margin-top: 1.5rem;
}

    .card.mix_story .card-body::before {
        background-color: rgba(115, 211, 221, 0.75);
        content: '';
        height: 0.25rem;
        left: 0px;
        position: absolute;
        top: -1.75rem;
        width: 100%;
    }

    .card.mix_story .card-body > * {
        font-weight: 700;
    }

.card.mix_story .card-subtitle {
    font-size: 0.75rem;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
}

.card.mix_video {
    height: auto !important;
    margin-bottom: 2.5rem;
}

    .card.mix_video .card-body {
        border: none;
        border-bottom: 1px solid #c6c9cb;
        border-radius: 0;
        padding: 0rem 1.25rem 1.25rem 0;
        position: relative;
        margin-top: 1.5rem;
    }

    .card.mix_video .card-img-wrapper {
        cursor: pointer;
    }

        .card.mix_video .card-img-wrapper::after {
            background-color: #686b6b;
            bottom: 0px;
            content: '';
            left: 0px;
            mix-blend-mode: exclusion;
            opacity: 0.8;
            position: absolute;
            right: 0px;
            top: 0px;
        }

.card.mix_podcast .card-img-wrapper {
    cursor: pointer;
}

.card.mix_video .card-img-wrapper .btn.btn-play {
    z-index: 1;
}

.card.mix_large .card-body .btn {
    display: none;
}

.card.mix_large .card-text {
    display: none;
    font-weight: 400;
}

@media (min-width: 62em) {
    .card.mix_large {
        position: relative;
    }

        .card.mix_large .btn-block {
            display: inline-block;
            width: auto;
        }

        .card.mix_large .card-body {
            background-color: rgba(255, 255, 255, 0.95);
            left: 10%;
            margin: 0px;
            padding: 3.75rem 2.5rem;
            position: absolute;
            right: 50%;
            top: 50%;
            -ms-transform: translateY(calc(-50% - 0.75rem));
            transform: translateY(calc(-50% - 0.75rem));
        }

            .card.mix_large .card-body::before {
                top: 0px;
            }

            .card.mix_large .card-body .btn {
                display: inline-block;
            }

        .card.mix_large .card-footer {
            padding: 0.75rem 2.5rem;
        }

        .card.mix_large .card-img-top {
            height: auto;
            position: relative;
            width: 100%;
        }

        .card.mix_large .card-text {
            display: block;
        }
}

@keyframes cardOverlayPrimary {
    0% {
        left: 10%;
        opacity: 0;
    }

    100% {
        left: 0%;
        opacity: 0.8;
    }
}

@keyframes cardOverlaySecondary {
    0% {
        left: 10%;
        opacity: 0;
    }

    100% {
        left: 0%;
        opacity: 0.8;
    }
}

@keyframes cardOverlayPrimaryInverse {
    0% {
        left: -10%;
        opacity: 0;
    }

    100% {
        left: 0%;
        opacity: 0.8;
    }
}

@keyframes cardOverlaySecondaryInverse {
    0% {
        left: -10%;
        opacity: 0;
    }

    100% {
        left: 0%;
        opacity: 0.8;
    }
}

@keyframes cardOverlaySecondaryTop {
    0% {
        top: -10%;
        opacity: 0;
    }

    100% {
        top: 0%;
        opacity: 0.8;
    }
}

@keyframes cardOverlayPrimaryBottom {
    0% {
        bottom: -10%;
        opacity: 0;
    }

    100% {
        bottom: 0%;
        opacity: 0.8;
    }
}

@keyframes cardOverlaySecondaryBottom {
    0% {
        bottom: 10%;
        opacity: 0;
    }

    100% {
        bottom: 0%;
        opacity: 0.8;
    }
}

.collapse-toggle {
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
}

.collapse.mix_tease {
    overflow: hidden;
    position: relative;
}

    .collapse.mix_tease:not(.show) {
        display: block;
        height: 22.5rem;
        overflow: hidden;
    }

.collapsing.mix_tease {
    height: 22.5rem;
}

    .collapse.mix_tease > *:last-child,
    .collapsing.mix_tease > *:last-child {
        margin-bottom: 0px;
    }

    .collapse.mix_tease::after,
    .collapsing.mix_tease::after {
        background-image: linear-gradient(top, white 0%, white 100%);
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
        bottom: -3rem;
        content: '';
        height: 3rem;
        position: absolute;
        transition: bottom 0.35s ease;
        width: 100%;
    }

.collapse.mix_tease:not(.show)::after {
    bottom: 0px;
}

.collapse.mix_tease.disabled {
    height: auto !important;
}

    .collapse.mix_tease.disabled::after {
        content: none;
    }

@media print {
    .collapse.mix_tease:not(.show) {
        height: auto;
    }

    .collapse.mix_tease::after,
    .collapsing.mix_tease::after {
        content: none;
    }
}

.collapse.mix_tease.mix_propertyStatistics {
    margin: 3rem 0px 0px;
}

    .collapse.mix_tease.mix_propertyStatistics:not(.show) {
        height: 12.75rem;
    }

    .collapse.mix_tease.mix_propertyStatistics + p {
        margin-bottom: 3rem;
    }

.collapsing.mix_tease.mix_propertyStatistics {
    height: 12.75rem;
}

@media (min-width: 62em) {
    .collapse.mix_tease.mix_propertyStatistics {
        margin: 2.5rem 0px 0px;
    }

        .collapse.mix_tease.mix_propertyStatistics + p {
            margin-bottom: 2.5rem;
        }
}

label {
    font-size: 0.875rem;
    font-weight: 500;
}

.custom-file-label {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
}

    .custom-file-label::after {
        -ms-flex-align: center;
        align-items: center;
        background-color: #ffffff;
        border: 1px solid #e4002b;
        color: #e4002b;
        cursor: pointer;
        display: -ms-flexbox;
        display: flex;
        font-weight: 700;
        height: calc(100% + 2px);
        margin: -1px -1px -1px 0px;
        padding: 1.625rem 1.625rem;
    }

    .custom-file-label:hover::after {
        background-color: transparent;
        border-color: #a6192e;
        box-shadow: 0 0 0 1px #a6192e inset;
        color: #a6192e;
    }

.custom-file-label {
    cursor: pointer;
}

.form-control.form-control-lg + .input-group-append > .btn-input > .fa-search {
    padding: 0 0.9375rem;
}

.field-label-required::after {
    content: '*';
}

.field-validation-error {
    color: #980000;
    display: block;
    font-size: 0.875rem;
    margin-top: 1rem;
}

    .field-validation-error > * {
        display: block;
    }

.form-group input[type='checkbox'],
.form-group input[type='radio'] {
    margin-right: 1em;
}

.form-group label {
    display: block;
}

.form-check-input {
    margin-top: 0px;
}

.input-validation-error {
    border-color: #980000;
}

@media (min-width: 62em) {
    .form-radio-inline label {
        display: table;
        margin-right: 2em;
    }

        .form-radio-inline label.field-label-required {
            display: block;
            margin-right: 0;
        }
}

.form-inline-below {
    position: relative;
    border: 1px solid #ced4da;
    padding: 1em;
    border-top: none;
}

    .form-inline-below.form-inline-below--broker .g-recaptcha {
        -ms-transform: scale(0.96);
        transform: scale(0.96);
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
    }

@media (min-width: 62em) {
    .form-inline-below.form-inline-below--broker .g-recaptcha {
        -ms-transform: scale(0.64);
        transform: scale(0.64);
    }
}

@media (min-width: 75em) {
    .form-inline-below.form-inline-below--broker .g-recaptcha {
        -ms-transform: scale(0.82);
        transform: scale(0.82);
    }
}

.form-text-small p {
    font-size: 0.7rem;
    line-height: 1.3;
    margin-bottom: 0.5rem;
}

.rc-anchor {
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #ced4da;
    background: white;
}

.form-thank-you {
    position: relative;
    text-align: center;
    font-size: 0.875rem;
    background-color: #F2F4F5;
    padding: 1rem;
    margin-bottom: 1.5rem;
}

    .form-thank-you p {
        margin: 0;
    }

.btn-toggle {
    padding: 1.063rem 0.8rem;
}

    .btn-toggle::before {
        font-family: "Font Awesome 5 Pro";
        font-weight: 600;
        content: "\f078";
        padding-right: 1rem;
    }

    .btn-toggle::after {
        font-family: "Font Awesome 5 Pro";
        font-weight: 600;
        content: "\f078";
        padding-left: 1rem;
    }

    .btn-toggle.open::before {
        content: "\f077";
    }

    .btn-toggle.open::after {
        content: "\f077";
    }

.col-lg-3_5 {
    padding-right: 12px;
    padding-left: 12px;
    width: 100%;
}

.row.mix_bordered,
.row > .mix_bordered {
    border: 1px solid #c6c9cb;
    padding: 2.5rem;
}

.row > * > .card {
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin-bottom: 24px;
}

    .row > * > .card > .card-body {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        margin-bottom: 24px;
    }

@media (min-width: 62em) {
    .col-lg-3_5 {
        -ms-flex: 0 0 29.16667%;
        flex: 0 0 29.16667%;
        max-width: 29.16667%;
    }

    .offset-lg-0_5 {
        margin-left: 4.16667%;
    }
}

@media (min-width: 62em) {
    .row.mix_divided > * + * {
        border-left: 1px solid #c6c9cb;
    }
}

.modal-body-video {
    padding-bottom: 50%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    position: relative;
}

    .modal-body-video div,
    .modal-body-video embed,
    .modal-body-video iframe,
    .modal-body-video img .modal-body-video object {
        height: 100%;
        left: 0px;
        position: absolute;
        top: 0px;
        width: 100%;
    }

.modal-header {
    padding: 1rem 1rem 0.5rem 1rem;
}

@media (min-width: 62em) {
    .modal-body-video {
        padding-bottom: 52%;
    }
}

@media (min-width: 75em) {
    .modal-body-video {
        padding-bottom: 54%;
    }
}

.nav-tabs {
    border-bottom: none;
    display: block;
    margin-bottom: 1.25rem;
    overflow: -moz-scrollbars-none;
    overflow-x: scroll;
    position: relative;
    white-space: nowrap;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
}

    .nav-tabs::-webkit-scrollbar {
        width: 0 !important;
    }

    .nav-tabs .nav-item {
        display: inline-block;
        margin: 0 2rem 0.5rem 0;
    }

        .nav-tabs .nav-item:last-child {
            margin-right: 0px;
        }

    .nav-tabs .nav-link {
        border: none;
        border-bottom: 2px solid transparent;
        color: #686b6b;
        font-size: 0.875rem;
        font-weight: 500;
        padding: 0px 0px 0.5rem 0px;
        transition: all 0.35s;
    }

        .nav-tabs .nav-link .fab {
            font-size: 1.5rem;
            vertical-align: middle;
        }

        .nav-tabs .nav-link:hover {
            border-bottom-color: transparent;
            color: #232424;
        }

        .nav-tabs .nav-link.active {
            background-color: transparent;
            border-bottom: 2px solid #e4002b;
            color: #232424;
        }

.tab-content {
    margin-bottom: 1rem;
}

    .tab-content > .tab-pane > *:last-child {
        margin-bottom: 0px;
    }

    .tab-content > .tab-pane > .tab-pane-placeholder {
        height: 10rem;
    }

@media (min-width: 62em) {
    .nav-tabs {
        display: -ms-flexbox;
        display: flex;
        overflow-x: initial;
        white-space: initial;
    }
}

h1,
.h1 {
    text-transform: uppercase;
}

.hSub {
    font-size: 0.875rem;
    font-weight: 500 !important;
    margin-bottom: 0.5rem;
}

.font-weight-medium {
    font-weight: 500 !important;
}

.subhead {
    font-size: 0.875rem;
}

@media (max-width: 61.98em) {
    h1,
    .h1 {
        font-size: 1.75rem;
    }

    h2,
    .h2 {
        font-size: 1.5rem;
    }

    h3,
    .h3 {
        font-size: 1.25rem;
    }

    h4,
    .h4,
    h5,
    .h5,
    h6,
    .h6 {
        font-size: 1rem;
    }
}

.list-inline.mix_list-inline-decorated {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2rem;
}

    .list-inline.mix_list-inline-decorated > li {
        color: #686b6b;
        display: inherit;
        font-size: 0.875rem;
        font-weight: 500;
        margin-right: 2rem;
        padding-right: 2rem;
        position: relative;
    }

        .list-inline.mix_list-inline-decorated > li::after {
            content: "|";
            font-weight: 400;
            position: absolute;
            right: 0px;
        }

        .list-inline.mix_list-inline-decorated > li:last-child::after {
            content: none;
        }

        .list-inline.mix_list-inline-decorated > li > a {
            border-bottom: 2px solid transparent;
            color: inherit;
            padding-bottom: 0.5rem;
            text-decoration: none;
            transition: all 0.35s;
        }

        .list-inline.mix_list-inline-decorated > li:hover > a {
            border-bottom: 2px solid #e4002b;
        }

        .list-inline.mix_list-inline-decorated > li.isActive {
            color: #232424;
        }

            .list-inline.mix_list-inline-decorated > li.isActive > a,
            .list-inline.mix_list-inline-decorated > li.isActive:hover > a {
                border-bottom: 2px solid #e4002b;
            }

.search-tabs-wrapper.hero.mix_hero-header {
    background-color: #f2f4f5;
}

    .search-tabs-wrapper.hero.mix_hero-header > .container {
        padding: 3.75rem 12px 3.7rem 12px;
    }

@media (min-width: 75em) {
    .search-tabs-wrapper.hero.mix_hero-header > .container {
        padding: 4.75rem 8rem 4.7rem 5rem;
    }
}

.search-tabs .list-inline.mix_list-inline-decorated {
    z-index: 20;
    position: relative;
    margin: 0;
    display: inline-block;
    position: relative;
    bottom: -12px;
    left: 1px;
}

    .search-tabs .list-inline.mix_list-inline-decorated > li {
        padding-right: 0;
        margin: 0;
        float: left;
    }

        .search-tabs .list-inline.mix_list-inline-decorated > li > a {
            border: 1px solid #ced4da;
            padding-left: 1rem;
            padding-right: 1rem;
            padding: 0.25rem 1rem;
            font-size: 1rem;
            border-bottom: none;
            margin: 0 -1px;
        }

        .search-tabs .list-inline.mix_list-inline-decorated > li::after {
            display: none;
        }

        .search-tabs .list-inline.mix_list-inline-decorated > li.isActive > a {
            font-size: 1.25rem;
            padding-top: 0.3rem;
            position: relative;
            top: -5px;
        }

        .search-tabs .list-inline.mix_list-inline-decorated > li.isActive > a,
        .search-tabs .list-inline.mix_list-inline-decorated > li.isActive:hover > a {
            background-color: #e4002b;
            color: #ffffff;
            border: none;
            position: relative;
            z-index: 3;
            top: -7px;
            padding-bottom: 0.3rem;
        }

@media (min-width: 62em) {
    .border-lg-right {
        border-right: 1px solid #c6c9cb;
    }
}

.mb-5 {
    margin-bottom: 3rem;
}

@media (min-width: 62em) {
    .mb-5 {
        margin-bottom: 2.5rem;
    }
}

@media (min-width: 62em) {
    .w-lg-25 {
        display: inline-block !important;
        width: 25% !important;
    }

    .w-lg-50 {
        display: inline-block !important;
        width: 50% !important;
    }
}

.CoveoBreadcrumb {
    border-bottom: none;
    display: inline;
    padding: 10px 0;
}

.CoveoBreadcrumbLabel {
    display: inline;
    font-size: 0.875rem;
    margin-right: 12px;
}

.coveo-breadcrumb-item {
    display: inline-block;
}

    .coveo-breadcrumb-item:first-child {
        margin-right: 12px;
    }

    .coveo-breadcrumb-item + .coveo-breadcrumb-item {
        margin-left: 0;
        margin-right: 12px;
    }

.coveo-facet-breadcrumb-title {
    display: none;
}

.coveo-simplefilter-breadcrumb-clear {
    font-weight: 400;
}

    .coveo-simplefilter-breadcrumb-clear .coveo-exclusion-svg {
        fill: #686b6b;
    }

.coveo-breadcrumb-clear-all {
    border-color: transparent;
    color: #e4002b;
    font-size: 0.75rem;
    font-weight: 500;
    margin-left: 7px;
}

    .coveo-breadcrumb-clear-all > .coveo-breadcrumb-clear-all-icon {
        display: none;
    }

.coveo-simplefilter-breadcrumb-value:hover .coveo-simplefilter-breadcrumb-clear .coveo-exclusion-svg {
    fill: #e4002b;
}

.coveo-simplefilter-breadcrumb-clear-svg {
    position: relative;
    top: -6px;
}

.coveo-simplefilter-breadcrumb-title {
    display: none;
}

.coveo-simplefilter-breadcrumb-value {
    margin-right: 0px;
}

.coveo-simplefilter-breadcrumb-value,
.coveo-facet-breadcrumb-value {
    background-color: #e2e6e8;
    color: #686b6b;
    font-size: 0.75rem;
    font-weight: 500;
    padding: 0.5rem 0.4375rem 0.375rem 0.4375rem;
}

    .coveo-facet-breadcrumb-value.coveo-selected *,
    .coveo-facet-slider-breadcrumb-value.coveo-selected * {
        color: #686b6b;
        font-size: 0.75rem;
        font-weight: 500;
    }

    .coveo-facet-breadcrumb-value .coveo-exclusion-svg,
    .coveo-facet-slider-breadcrumb-value .coveo-exclusion-svg {
        fill: #686b6b;
        margin-top: -1px;
    }

    .coveo-facet-breadcrumb-value + .coveo-facet-breadcrumb-value,
    .coveo-facet-slider-breadcrumb-value + .coveo-facet-breadcrumb-value,
    .coveo-facet-breadcrumb-value + .coveo-facet-slider-breadcrumb-value,
    .coveo-facet-slider-breadcrumb-value + .coveo-facet-slider-breadcrumb-value,
    .coveo-simplefilter-breadcrumb-value + .coveo-simplefilter-breadcrumb-value {
        margin-left: 12px;
    }

@media (min-width: 62em) {
    .CoveoBreadcrumbWrapper {
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        height: 2rem;
    }

    .coveo-facets-heading {
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        height: 2rem;
    }
}

.CoveoFacet,
.CoveoFacetRange {
    border: 1px solid #e1e6e8;
    margin: 0 0 12px 0;
    min-width: 150px;
    padding: 12px 0px;
}

    .CoveoFacet .coveo-facet-collapsed .coveo-facet-values {
        padding: 5px 0 0;
    }

.CoveoSearchInterface .coveo-facet-column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    float: none;
    margin: 0px;
    padding: 0;
    width: 100%;
}

.coveo-breadcrumb-items {
    padding-bottom: 0px;
}

.coveo-facet-footer {
    display: none;
}

.coveo-facet-header {
    background-color: transparent;
    padding: 0 20px;
}

    .coveo-facet-header svg {
        color: #e4002b;
        height: 0.875rem;
        width: 0.875rem;
    }

.coveo-facet-header-eraser {
    display: none;
}

.coveo-facet-header-operator {
    padding-top: 3px;
}

.coveo-facet-header-settings {
    padding-top: 3px;
}

.coveo-facet-header-title {
    color: #686b6b;
    font-weight: 500;
    padding: 6px 0 4px 0;
}

.coveo-facet-header-wait-animation {
    padding-top: 3px;
}

    .coveo-facet-header-wait-animation .coveo-facet-header-wait-animation-svg {
        color: #e4002b;
    }

.coveo-facet-value.coveo-selected {
    font-weight: 500;
}

.coveo-facet-value-caption {
    color: #686b6b;
    font-size: 0.875rem;
}

.coveo-facet-value-count {
    color: #686b6b;
    font-size: 0.875rem;
    margin: 0 0 0 15px;
}

.coveo-facet-value:hover {
    background-color: #f2f4f5;
}

.coveo-facet-value:last-child .coveo-facet-value-label {
    margin-bottom: 0;
}

.coveo-facet-value .coveo-facet-value-checkbox {
    border: 1px solid #e1e6e8;
}

.coveo-facet-value.coveo-selected .coveo-facet-value-checkbox svg .coveo-hook-svg {
    fill: #e4002b;
}

.coveo-facet-value:hover:not(.coveo-facet-search-button):not(.coveo-excluded):not(.coveo-facet-value-will-exclude):not(.coveo-has-childs-selected) .coveo-facet-value-checkbox svg .coveo-hook-svg {
    fill: #e4002b;
}

.coveo-facet-value-caption {
    -ms-flex-order: 2;
    order: 2;
}

.coveo-facet-value-checkbox {
    -ms-flex-order: 1;
    order: 1;
}

.coveo-facet-value-count {
    font-size: 0.75rem;
    font-weight: normal;
    -ms-flex-order: 3;
    order: 3;
}

    .coveo-facet-value-count::after {
        content: ")";
    }

    .coveo-facet-value-count::before {
        content: "(";
    }

.coveo-facet-value-label-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
}

.coveo-facet-values {
    padding: 0;
}

.coveo-facets-heading {
    font-size: 0.875rem;
    font-weight: bold;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

*:not([data-pipeline='Properties']) .coveo-small-facets .coveo-facet-column {
    display: block;
}

    *:not([data-pipeline='Properties']) .coveo-small-facets .coveo-facet-column > div + div {
        margin: 0;
    }

*:not([data-pipeline='Properties']) .coveo-small-facets .coveo-dropdown-header-wrapper a {
    margin-right: 0;
    color: #686B6B;
}

*:not([data-pipeline='Properties']) .CoveoFacet {
    padding: 0;
}

*:not([data-pipeline='Properties']) .coveo-facet-header {
    padding-top: 10px;
}

*:not([data-pipeline='Properties']) .coveo-facet-values {
    padding-bottom: 10px;
}

@media (min-width: 48em) {
    *:not([data-pipeline='Properties']) .coveo-facet-column .coveo-topSpace, *:not([data-pipeline='Properties']) .coveo-facet-column .coveo-bottomSpace {
        display: none;
    }

    *:not([data-pipeline='Properties']) .coveo-facet-column {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        float: none;
        margin: 0px;
        padding: 0;
        width: 100%;
    }

        *:not([data-pipeline='Properties']) .coveo-facet-column > div + div {
            margin-left: 12px;
            -ms-flex-positive: 1;
            flex-grow: 1;
            -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center;
        }

        *:not([data-pipeline='Properties']) .coveo-facet-column > div:nth-of-type(4) {
            margin-left: 0;
        }
}

@media (min-width: 48em) {
    *[data-pipeline='Properties'] .coveo-facet-column {
        -ms-flex-direction: column;
        flex-direction: column;
    }

        *[data-pipeline='Properties'] .coveo-facet-column > div + div {
            margin-left: 0;
            width: 100%;
        }
}

.CoveoSearchInterface.coveo-small-facets .coveo-dropdown-header-wrapper a {
    border: 1px solid #E1E6E8;
    padding: 7px;
    font-size: 1rem;
    text-transform: capitalize;
    height: auto;
    min-width: 100px;
    text-align: center;
}

.magic-box {
    color: #686b6b;
}

    .magic-box .magic-box-input {
        height: calc(3.5rem - 2px);
    }

        .magic-box .magic-box-input .magic-box-underlay {
            height: calc(3.5rem - 2px);
        }

.coveo-pager-list-item {
    border: 1px solid transparent;
    border-radius: 1rem;
    color: #e4002b;
    font-size: 0.875rem;
    font-weight: 500;
    height: 2rem;
    margin: 0.3125rem;
    padding: 0.375rem 0.5rem 0.125rem 0.5rem;
    text-align: center;
    width: 2rem;
    transition: all 0.35s;
}

    .coveo-pager-list-item:hover {
        background-color: transparent;
        border: 1px solid #e4002b;
    }

        .coveo-pager-list-item:hover,
        .coveo-pager-list-item:hover a {
            text-decoration: none;
        }

            .coveo-pager-list-item:hover a,
            .coveo-pager-list-item a:hover,
            .coveo-pager-list-item:hover a:hover {
                color: #e4002b;
            }

    .coveo-pager-list-item.coveo-active {
        background-color: #e4002b;
        color: #ffffff;
    }

        .coveo-pager-list-item.coveo-active a,
        .coveo-pager-list-item.coveo-active a:hover {
            color: #ffffff;
        }

.coveo-pager-next-icon-svg,
.coveo-pager-previous-icon-svg {
    color: #e4002b;
    width: 0.375rem;
}

.CoveoQuerySummary {
    color: inherit;
    font-size: 0.875rem;
    text-align: inherit;
}

    .CoveoQuerySummary .coveo-highlight {
        font-weight: 500;
    }

.coveo-results-column.coveo-no-results {
    display: none;
}

.CoveoLogo {
    display: none;
}

.CoveoResult a,
.CoveoResultLink,
a.CoveoResultLink,
.CoveoResult a.CoveoResultLink {
    color: #e4002b;
}

    .CoveoResultLink:visited,
    .CoveoResultLink:visited:hover,
    a.CoveoResultLink:visited,
    a.CoveoResultLink:visited:hover,
    .CoveoResult a.CoveoResultLink:visited,
    .CoveoResult a.CoveoResultLink:visited:hover {
        color: #e4002b;
    }

    .CoveoResult a:visited,
    .CoveoResult a:visited:hover {
        color: #e4002b;
    }

    .CoveoResult a.btn.btn-primary {
        color: #ffffff;
    }

    .CoveoResult a.btn:hover {
        text-decoration: none;
    }

.CoveoResult .card {
    margin-bottom: 0px;
    width: 100%;
}

.coveo-card-layout.CoveoResult {
    border: none;
    border-radius: 0px;
    margin: 0px 24px 24px 0px;
    width: 100%;
}

.coveo-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-direction: row;
    flex-direction: row;
}

    .coveo-footer .CoveoPager {
        margin-left: auto;
    }

    .coveo-footer .CoveoQuerySummary, .coveo-footer .CoveoPager {
        margin-bottom: 0.5rem;
    }

.coveo-list-layout.CoveoResult {
    border-top: none;
    border-bottom: none;
    padding: inherit;
}

    .coveo-list-layout.CoveoResult:last-child .rowItem-line-after {
        border-bottom: none;
        padding-bottom: 0px;
    }

.coveo-list-layout-container {
    border-bottom: 1px solid #c6c9cb;
}

.coveo-query-summary-cancel-last {
    color: #e4002b;
}

@media (min-width: 62em) {
    .coveo-card-layout.CoveoResult {
        width: 300px;
    }

    .coveo-footer {
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.CoveoSearchbox {
    height: 3.5rem;
}

    .CoveoSearchbox .CoveoSearchButton {
        border-bottom-right-radius: 0px;
        border-top-right-radius: 0px;
    }

    .CoveoSearchbox .magic-box {
        border-radius: 0px;
    }

        .CoveoSearchbox .magic-box .magic-box-clear-svg {
            color: #e4002b;
        }

        .CoveoSearchbox .magic-box .magic-box-input > input {
            height: 3.5rem;
        }

.CoveoSearchButton {
    background-color: #e4002b;
    border: none;
    height: 3.5rem;
}

    .CoveoSearchButton:hover {
        background-color: #a6192e;
    }

        .CoveoSearchButton:hover .coveo-magnifier-circle-svg {
            fill: #ffffff;
        }

.coveo-search-button-svg {
    color: #ffffff;
}

.CoveoSearchInterface {
    font-family: "Gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #686b6b;
}

    .CoveoSearchInterface.coveo-after-initialization {
        z-index: unset;
    }

    .CoveoSearchInterface input[type='text'],
    .CoveoSearchInterface textarea {
        font-size: 1.125rem;
    }

    .CoveoSearchInterface script {
        display: none !important;
    }

@media (max-width: 480px) {
    .CoveoSearchInterface .CoveoSearchbox {
        margin-right: 0px;
    }
}

.CoveoSimpleFilter {
    border: 1px solid #e1e6e8;
    font-size: 0.875rem;
    margin-bottom: 1rem;
    max-width: initial;
    width: 100%;
}

    .CoveoSimpleFilter:hover {
        background-color: #ffffff;
        border: 1px solid #e1e6e8;
    }

.CoveoSimpleFilterLabel {
    font-size: 0.75rem;
    font-weight: bold;
    margin-right: 12px;
    text-transform: uppercase;
}

.coveo-checkbox-button,
input[type='checkbox'].coveo-checkbox + button {
    border: 2px solid #c6c9cb;
}

input[type='checkbox'].coveo-checkbox:checked + button {
    background-color: #e4002b;
    border-color: #e4002b;
}

.coveo-checkbox-label:last-child {
    margin-bottom: 0px;
}

.coveo-simplefilter-circle {
    background-color: transparent;
    border-color: #e4002b;
    color: #e4002b;
    line-height: 0.875rem;
    padding: 0.125rem 0.1875rem 0px 0.1875rem;
}

.coveo-simplefilter-header-wrapper {
    margin: 1rem 0px;
}

.coveo-simplefilter-select {
    color: inherit;
}

.coveo-simplefilter-selecttext {
    font-weight: 500;
}

.coveo-simplefilter-toggle-svg-container {
    color: inherit;
    margin-top: -0.0625rem;
    padding-top: 0px;
}

.coveo-simplefilter-toggle-down-svg {
    color: #e4002b;
}

.coveo-simplefilter-value-container label:hover {
    background-color: #ffffff;
}

.coveo-simplefilter-value-container-expanded {
    border: 1px solid #e1e6e8;
}

.coveo-simplefilter-value-container .coveo-checkbox-label {
    padding: 5px 18px;
}

.coveo-simplefilter-value-container .coveo-checkbox-span-label {
    margin-top: 0.1875rem;
}

input[type='checkbox'].coveo-checkbox + button:focus:after {
    background-color: transparent;
    border-radius: 0px;
}

.coveo-checkbox-label button + .coveo-checkbox-span-label, .coveo-checkbox-label .coveo-checkbox-span-label + .coveo-checkbox + button {
    margin-left: 5px;
}

.coveo-dropdown-background {
    background-color: rgba(35, 36, 36, 0.5);
    transition: all 0.35s;
}

.coveo-dropdown-background-active {
    opacity: 1;
}

@media (min-width: 62em) {
    .CoveoSimpleFilter {
        margin-bottom: 0px;
        width: auto;
    }

        .CoveoSimpleFilter + .CoveoSimpleFilter {
            margin-left: 12px;
        }

    .coveo-simplefilter-header-wrapper {
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        width: auto;
    }
}

.CoveoSort {
    font-size: 0.875rem;
    font-weight: 500;
    text-transform: capitalize;
}

    .CoveoSort:hover {
        color: #686b6b;
    }

.CoveoSortLabel {
    font-size: 0.75rem;
    font-weight: bold;
    margin-right: 12px;
    text-transform: uppercase;
}

.CoveoSort.coveo-selected,
.CoveoSort.coveo-selected:hover {
    border-bottom: 2px solid #e4002b;
}

.CoveoSort svg {
    color: #e4002b !important;
}

.coveo-sort-container {
    margin: 1rem 0px;
    padding: 5px 20px;
    background: #fff;
}

    .coveo-sort-container span {
        display: inline-block;
        width: 100%;
        padding-left: 0;
    }

        .coveo-sort-container span.coveo-icon {
            width: auto;
        }

@media (min-width: 62em) {
    .coveo-sort-container {
        padding: 0;
        margin: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

        .coveo-sort-container span {
            padding-left: 5px;
            width: auto;
        }

            .coveo-sort-container span.coveo-icon {
                line-height: 0;
            }
}

#coveo0106ac23 .coveo-header {
    margin-bottom: 20px;
    float: left;
}

@media (min-width: 62em) {
    #coveo0106ac23 .coveo-header {
        float: none;
    }
}

#coveo0106ac23 .CoveoQuerySummary {
    margin-bottom: 20px;
    display: inline-block;
}

#coveo0106ac23 .coveo-sort-container {
    float: right;
    margin: 0 0 0 0;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
}

@media (min-width: 62em) {
    #coveo0106ac23 .coveo-sort-container {
        margin-top: 0;
        width: auto;
        margin-left: 15px !important;
    }
}

#coveo0106ac23 .coveo-sort-container span {
    display: inline;
}

#coveo0106ac23 .coveo-results-column {
    clear: both;
}

#coveob5a54b40 {
    display: none;
}

/* Slider */
.slick-slider {
    padding-bottom: 2.25rem;
}

.slick-loading .slick-list {
    background: #fff url("./../images/ajax-loader.gif") center center no-repeat;
}

.slick-track {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: row;
    flex-direction: row;
}

/* Icons */
@font-face {
    font-family: "slick";
    src: url("https://cw-gbl-gws-prod.azureedge.net/assets/fonts/slick.eot");
    src: url("https://cw-gbl-gws-prod.azureedge.net/assets/fonts/slick.eot?#iefix") format("embedded-opentype"), url("https://cw-gbl-gws-prod.azureedge.net/assets/fonts/slick.woff") format("woff"), url("https://cw-gbl-gws-prod.azureedge.net/assets/fonts/slick.ttf") format("truetype"), url("https://cw-gbl-gws-prod.azureedge.net/assets/fonts/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
    background: #a7a8aa;
    border: none;
    bottom: 0px;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-size: 1.75rem;
    height: 2.25rem;
    line-height: 1rem;
    margin-top: -10px\9;
    /*lte IE 8*/
    outline: none;
    padding: 0;
    position: absolute;
    top: auto;
    transition: all 0.35s;
    width: 3rem;
    z-index: 1;
}

    .slick-prev:hover, .slick-prev:focus,
    .slick-next:hover,
    .slick-next:focus {
        outline: none;
        background: #979797;
        color: #ffffff;
    }

        .slick-prev:hover:before, .slick-prev:focus:before,
        .slick-next:hover:before,
        .slick-next:focus:before {
            opacity: 1;
        }

    .slick-prev.slick-disabled,
    .slick-next.slick-disabled {
        color: transparent;
    }

        .slick-prev.slick-disabled:hover, .slick-prev.slick-disabled:focus,
        .slick-next.slick-disabled:hover,
        .slick-next.slick-disabled:focus {
            background-color: #a7a8aa;
            cursor: default;
        }

.slick-prev {
    left: 0px;
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}

.slick-next {
    right: 0px;
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}

.slick-slide {
    animation-duration: calc(0.35s * 2);
    animation-delay: 0s;
    animation-fill-mode: forwards;
    height: inherit !important;
    margin: 0 1px;
}

    .slick-slide img {
        display: inline-block;
    }

    .slick-slide .card {
        border-bottom: 1px solid #e1e6e8;
        width: 100%;
    }

    .slick-slide .card-body {
        border-bottom: none !important;
        border-left: none;
        border-right: none;
        padding: 1.25rem 0 0 0;
    }

    .slick-slide .card-insight-body.card-body-line-after {
        border-bottom: none !important;
    }

    .slick-slide .d-block,
    .slick-slide .d-md-block {
        display: inline-block;
    }

    .slick-slide .d-md-none {
        display: none;
    }

    .slick-slide:nth-child(2) {
        animation-delay: 0.1s;
    }

    .slick-slide:nth-child(3) {
        animation-delay: 0.2s;
    }

/* Dots */
.slick-dots {
    -ms-flex-align: center;
    align-items: center;
    bottom: 0px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 2.25rem;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    margin: 0 auto;
    margin-left: 3rem;
    margin-right: 3rem;
    text-align: center;
    padding: 0;
    position: absolute;
    width: calc(100% - 3rem - 3rem);
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        height: 20px;
        width: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }

        .slick-dots li button {
            border: 0;
            background: transparent;
            display: block;
            height: 20px;
            width: 20px;
            outline: none;
            line-height: 0px;
            font-size: 0px;
            color: transparent;
            padding: 4px;
            cursor: pointer;
        }

            .slick-dots li button:hover, .slick-dots li button:focus {
                outline: none;
            }

                .slick-dots li button:hover:before, .slick-dots li button:focus:before {
                    opacity: 1;
                }

            .slick-dots li button:before {
                position: absolute;
                top: 0;
                left: 0;
                content: "•";
                width: 20px;
                height: 20px;
                font-family: "slick";
                font-size: 8px;
                line-height: 20px;
                text-align: center;
                color: #e2e6e8;
                opacity: 1;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

        .slick-dots li.slick-active button:before {
            color: #686b6b;
            opacity: 1;
        }

        .slick-dots li button::before {
            color: #e2e6e8;
        }

        .slick-dots li.slick-active button::before {
            color: #979797;
        }

.slick-slide.isOffScreen {
    opacity: 0.2;
    -ms-transform: translateY(10%);
    transform: translateY(10%);
}

.slick-slide.isOnScreen {
    animation-name: slickSlideIn;
}

@media (min-width: 48em) {
    .slick-list {
        margin: 0;
    }

    .slick-slide {
        margin: 0px;
    }

        .slick-slide > * {
            margin: 0.75rem;
        }
}

@media (min-width: 62em) {
    .slick-prev,
    .slick-next {
        bottom: auto;
        left: auto;
        top: -2.875rem;
    }

        .slick-prev:before,
        .slick-next:before {
            background-color: #ffffff;
            bottom: 0px;
            content: "";
            left: -0.25rem;
            position: absolute;
            top: 0px;
            width: 0.25rem;
        }

    .slick-next {
        right: 0px;
    }

    .slick-prev {
        right: calc(3rem + 0.25rem);
    }

        .slick-prev:before {
            left: calc(-12px * 2);
            width: calc(12px * 2);
        }
}

@media print {
    .slick-next,
    .slick-prev {
        display: none !important;
    }

    .slick-slide.isOffScreen {
        opacity: 1;
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@keyframes slickSlideIn {
    0% {
        opacity: 0;
        transform: translateY(10%);
    }

    100% {
        opacity: 1;
        transform: translateX(0%) translateY(0%);
    }
}

/*
 *  Layout
 *
 */
.flag-icon {
    background: url(https://cw-gbl-gws-prod.azureedge.net/assets/images/flags.png) no-repeat;
    display: inline-block;
    height: 16px;
    margin-bottom: 2px;
    vertical-align: middle;
    width: 16px;
}

    .flag-icon.flag-icon-ad {
        background-position: 0 0;
    }

    .flag-icon.flag-icon-ae {
        background-position: -16px 0;
    }

    .flag-icon.flag-icon-af {
        background-position: -32px 0;
    }

    .flag-icon.flag-icon-ag {
        background-position: -48px 0;
    }

    .flag-icon.flag-icon-ai {
        background-position: -64px 0;
    }

    .flag-icon.flag-icon-al {
        background-position: -80px 0;
    }

    .flag-icon.flag-icon-am {
        background-position: -96px 0;
    }

    .flag-icon.flag-icon-an {
        background-position: -112px 0;
    }

    .flag-icon.flag-icon-ao {
        background-position: -128px 0;
    }

    .flag-icon.flag-icon-aq {
        background-position: -144px 0;
    }

    .flag-icon.flag-icon-ar {
        background-position: -160px 0;
    }

    .flag-icon.flag-icon-as {
        background-position: -176px 0;
    }

    .flag-icon.flag-icon-at {
        background-position: -192px 0;
    }

    .flag-icon.flag-icon-au {
        background-position: -208px 0;
    }

    .flag-icon.flag-icon-aw {
        background-position: -224px 0;
    }

    .flag-icon.flag-icon-ax {
        background-position: -240px 0;
    }

    .flag-icon.flag-icon-az {
        background-position: 0 -16px;
    }

    .flag-icon.flag-icon-ba {
        background-position: -16px -16px;
    }

    .flag-icon.flag-icon-bb {
        background-position: -32px -16px;
    }

    .flag-icon.flag-icon-bd {
        background-position: -48px -16px;
    }

    .flag-icon.flag-icon-be {
        background-position: -64px -16px;
    }

    .flag-icon.flag-icon-bf {
        background-position: -80px -16px;
    }

    .flag-icon.flag-icon-bg {
        background-position: -96px -16px;
    }

    .flag-icon.flag-icon-bh {
        background-position: -112px -16px;
    }

    .flag-icon.flag-icon-bi {
        background-position: -128px -16px;
    }

    .flag-icon.flag-icon-bj {
        background-position: -144px -16px;
    }

    .flag-icon.flag-icon-bl {
        background-position: -160px -16px;
    }

    .flag-icon.flag-icon-bm {
        background-position: -176px -16px;
    }

    .flag-icon.flag-icon-bn {
        background-position: -192px -16px;
    }

    .flag-icon.flag-icon-bo {
        background-position: -208px -16px;
    }

    .flag-icon.flag-icon-br {
        background-position: -224px -16px;
    }

    .flag-icon.flag-icon-bs {
        background-position: -240px -16px;
    }

    .flag-icon.flag-icon-bt {
        background-position: 0 -32px;
    }

    .flag-icon.flag-icon-bw {
        background-position: -16px -32px;
    }

    .flag-icon.flag-icon-by {
        background-position: -32px -32px;
    }

    .flag-icon.flag-icon-bz {
        background-position: -48px -32px;
    }

    .flag-icon.flag-icon-ca {
        background-position: -64px -32px;
    }

    .flag-icon.flag-icon-cc {
        background-position: -80px -32px;
    }

    .flag-icon.flag-icon-cd {
        background-position: -96px -32px;
    }

    .flag-icon.flag-icon-cf {
        background-position: -112px -32px;
    }

    .flag-icon.flag-icon-cg {
        background-position: -128px -32px;
    }

    .flag-icon.flag-icon-ch {
        background-position: -144px -32px;
    }

    .flag-icon.flag-icon-ci {
        background-position: -160px -32px;
    }

    .flag-icon.flag-icon-ck {
        background-position: -176px -32px;
    }

    .flag-icon.flag-icon-cl {
        background-position: -192px -32px;
    }

    .flag-icon.flag-icon-cm {
        background-position: -208px -32px;
    }

    .flag-icon.flag-icon-cn {
        background-position: -224px -32px;
    }

    .flag-icon.flag-icon-co {
        background-position: -240px -32px;
    }

    .flag-icon.flag-icon-cr {
        background-position: 0 -48px;
    }

    .flag-icon.flag-icon-cu {
        background-position: -16px -48px;
    }

    .flag-icon.flag-icon-cv {
        background-position: -32px -48px;
    }

    .flag-icon.flag-icon-cw {
        background-position: -48px -48px;
    }

    .flag-icon.flag-icon-cx {
        background-position: -64px -48px;
    }

    .flag-icon.flag-icon-cy {
        background-position: -80px -48px;
    }

    .flag-icon.flag-icon-cz {
        background-position: -96px -48px;
    }

    .flag-icon.flag-icon-de {
        background-position: -112px -48px;
    }

    .flag-icon.flag-icon-dj {
        background-position: -128px -48px;
    }

    .flag-icon.flag-icon-dk {
        background-position: -144px -48px;
    }

    .flag-icon.flag-icon-dm {
        background-position: -160px -48px;
    }

    .flag-icon.flag-icon-do {
        background-position: -176px -48px;
    }

    .flag-icon.flag-icon-dz {
        background-position: -192px -48px;
    }

    .flag-icon.flag-icon-ec {
        background-position: -208px -48px;
    }

    .flag-icon.flag-icon-ee {
        background-position: -224px -48px;
    }

    .flag-icon.flag-icon-eg {
        background-position: -240px -48px;
    }

    .flag-icon.flag-icon-eh {
        background-position: 0 -64px;
    }

    .flag-icon.flag-icon-er {
        background-position: -16px -64px;
    }

    .flag-icon.flag-icon-es {
        background-position: -32px -64px;
    }

    .flag-icon.flag-icon-et {
        background-position: -48px -64px;
    }

    .flag-icon.flag-icon-eu {
        background-position: -64px -64px;
    }

    .flag-icon.flag-icon-fi {
        background-position: -80px -64px;
    }

    .flag-icon.flag-icon-fj {
        background-position: -96px -64px;
    }

    .flag-icon.flag-icon-fk {
        background-position: -112px -64px;
    }

    .flag-icon.flag-icon-fm {
        background-position: -128px -64px;
    }

    .flag-icon.flag-icon-fo {
        background-position: -144px -64px;
    }

    .flag-icon.flag-icon-fr {
        background-position: -160px -64px;
    }

    .flag-icon.flag-icon-ga {
        background-position: -176px -64px;
    }

    .flag-icon.flag-icon-gb {
        background-position: -192px -64px;
    }

    .flag-icon.flag-icon-gd {
        background-position: -208px -64px;
    }

    .flag-icon.flag-icon-ge {
        background-position: -224px -64px;
    }

    .flag-icon.flag-icon-gg {
        background-position: -240px -64px;
    }

    .flag-icon.flag-icon-gh {
        background-position: 0 -80px;
    }

    .flag-icon.flag-icon-gi {
        background-position: -16px -80px;
    }

    .flag-icon.flag-icon-gl {
        background-position: -32px -80px;
    }

    .flag-icon.flag-icon-gm {
        background-position: -48px -80px;
    }

    .flag-icon.flag-icon-gn {
        background-position: -64px -80px;
    }

    .flag-icon.flag-icon-gq {
        background-position: -80px -80px;
    }

    .flag-icon.flag-icon-gr {
        background-position: -96px -80px;
    }

    .flag-icon.flag-icon-gs {
        background-position: -112px -80px;
    }

    .flag-icon.flag-icon-gt {
        background-position: -128px -80px;
    }

    .flag-icon.flag-icon-gu {
        background-position: -144px -80px;
    }

    .flag-icon.flag-icon-gw {
        background-position: -160px -80px;
    }

    .flag-icon.flag-icon-gy {
        background-position: -176px -80px;
    }

    .flag-icon.flag-icon-hk {
        background-position: -192px -80px;
    }

    .flag-icon.flag-icon-hn {
        background-position: -208px -80px;
    }

    .flag-icon.flag-icon-hr {
        background-position: -224px -80px;
    }

    .flag-icon.flag-icon-ht {
        background-position: -240px -80px;
    }

    .flag-icon.flag-icon-hu {
        background-position: 0 -96px;
    }

    .flag-icon.flag-icon-ic {
        background-position: -16px -96px;
    }

    .flag-icon.flag-icon-id {
        background-position: -32px -96px;
    }

    .flag-icon.flag-icon-ie {
        background-position: -48px -96px;
    }

    .flag-icon.flag-icon-il {
        background-position: -64px -96px;
    }

    .flag-icon.flag-icon-im {
        background-position: -80px -96px;
    }

    .flag-icon.flag-icon-in {
        background-position: -96px -96px;
    }

    .flag-icon.flag-icon-iq {
        background-position: -112px -96px;
    }

    .flag-icon.flag-icon-ir {
        background-position: -128px -96px;
    }

    .flag-icon.flag-icon-is {
        background-position: -144px -96px;
    }

    .flag-icon.flag-icon-it {
        background-position: -160px -96px;
    }

    .flag-icon.flag-icon-je {
        background-position: -176px -96px;
    }

    .flag-icon.flag-icon-jm {
        background-position: -192px -96px;
    }

    .flag-icon.flag-icon-jo {
        background-position: -208px -96px;
    }

    .flag-icon.flag-icon-jp {
        background-position: -224px -96px;
    }

    .flag-icon.flag-icon-ke {
        background-position: -240px -96px;
    }

    .flag-icon.flag-icon-kg {
        background-position: 0 -112px;
    }

    .flag-icon.flag-icon-kh {
        background-position: -16px -112px;
    }

    .flag-icon.flag-icon-ki {
        background-position: -32px -112px;
    }

    .flag-icon.flag-icon-km {
        background-position: -48px -112px;
    }

    .flag-icon.flag-icon-kn {
        background-position: -64px -112px;
    }

    .flag-icon.flag-icon-kp {
        background-position: -80px -112px;
    }

    .flag-icon.flag-icon-kr {
        background-position: -96px -112px;
    }

    .flag-icon.flag-icon-kw {
        background-position: -112px -112px;
    }

    .flag-icon.flag-icon-ky {
        background-position: -128px -112px;
    }

    .flag-icon.flag-icon-kz {
        background-position: -144px -112px;
    }

    .flag-icon.flag-icon-la {
        background-position: -160px -112px;
    }

    .flag-icon.flag-icon-lb {
        background-position: -176px -112px;
    }

    .flag-icon.flag-icon-lc {
        background-position: -192px -112px;
    }

    .flag-icon.flag-icon-li {
        background-position: -208px -112px;
    }

    .flag-icon.flag-icon-lk {
        background-position: -224px -112px;
    }

    .flag-icon.flag-icon-lr {
        background-position: -240px -112px;
    }

    .flag-icon.flag-icon-ls {
        background-position: 0 -128px;
    }

    .flag-icon.flag-icon-lt {
        background-position: -16px -128px;
    }

    .flag-icon.flag-icon-lu {
        background-position: -32px -128px;
    }

    .flag-icon.flag-icon-lv {
        background-position: -48px -128px;
    }

    .flag-icon.flag-icon-ly {
        background-position: -64px -128px;
    }

    .flag-icon.flag-icon-ma {
        background-position: -80px -128px;
    }

    .flag-icon.flag-icon-mc {
        background-position: -96px -128px;
    }

    .flag-icon.flag-icon-md {
        background-position: -112px -128px;
    }

    .flag-icon.flag-icon-me {
        background-position: -128px -128px;
    }

    .flag-icon.flag-icon-mf {
        background-position: -144px -128px;
    }

    .flag-icon.flag-icon-mg {
        background-position: -160px -128px;
    }

    .flag-icon.flag-icon-mh {
        background-position: -176px -128px;
    }

    .flag-icon.flag-icon-mk {
        background-position: -192px -128px;
    }

    .flag-icon.flag-icon-ml {
        background-position: -208px -128px;
    }

    .flag-icon.flag-icon-mm {
        background-position: -224px -128px;
    }

    .flag-icon.flag-icon-mn {
        background-position: -240px -128px;
    }

    .flag-icon.flag-icon-mo {
        background-position: 0 -144px;
    }

    .flag-icon.flag-icon-mp {
        background-position: -16px -144px;
    }

    .flag-icon.flag-icon-mq {
        background-position: -32px -144px;
    }

    .flag-icon.flag-icon-mr {
        background-position: -48px -144px;
    }

    .flag-icon.flag-icon-ms {
        background-position: -64px -144px;
    }

    .flag-icon.flag-icon-mt {
        background-position: -80px -144px;
    }

    .flag-icon.flag-icon-mu {
        background-position: -96px -144px;
    }

    .flag-icon.flag-icon-mv {
        background-position: -112px -144px;
    }

    .flag-icon.flag-icon-mw {
        background-position: -128px -144px;
    }

    .flag-icon.flag-icon-mx {
        background-position: -144px -144px;
    }

    .flag-icon.flag-icon-my {
        background-position: -160px -144px;
    }

    .flag-icon.flag-icon-mz {
        background-position: -176px -144px;
    }

    .flag-icon.flag-icon-na {
        background-position: -192px -144px;
    }

    .flag-icon.flag-icon-nc {
        background-position: -208px -144px;
    }

    .flag-icon.flag-icon-ne {
        background-position: -224px -144px;
    }

    .flag-icon.flag-icon-nf {
        background-position: -240px -144px;
    }

    .flag-icon.flag-icon-ng {
        background-position: 0 -160px;
    }

    .flag-icon.flag-icon-ni {
        background-position: -16px -160px;
    }

    .flag-icon.flag-icon-nl {
        background-position: -32px -160px;
    }

    .flag-icon.flag-icon-no {
        background-position: -48px -160px;
    }

    .flag-icon.flag-icon-np {
        background-position: -64px -160px;
    }

    .flag-icon.flag-icon-nr {
        background-position: -80px -160px;
    }

    .flag-icon.flag-icon-nu {
        background-position: -96px -160px;
    }

    .flag-icon.flag-icon-nz {
        background-position: -112px -160px;
    }

    .flag-icon.flag-icon-om {
        background-position: -128px -160px;
    }

    .flag-icon.flag-icon-pa {
        background-position: -144px -160px;
    }

    .flag-icon.flag-icon-pe {
        background-position: -160px -160px;
    }

    .flag-icon.flag-icon-pf {
        background-position: -176px -160px;
    }

    .flag-icon.flag-icon-pg {
        background-position: -192px -160px;
    }

    .flag-icon.flag-icon-ph {
        background-position: -208px -160px;
    }

    .flag-icon.flag-icon-pk {
        background-position: -224px -160px;
    }

    .flag-icon.flag-icon-pl {
        background-position: -240px -160px;
    }

    .flag-icon.flag-icon-pn {
        background-position: 0 -176px;
    }

    .flag-icon.flag-icon-pr {
        background-position: -16px -176px;
    }

    .flag-icon.flag-icon-ps {
        background-position: -32px -176px;
    }

    .flag-icon.flag-icon-pt {
        background-position: -48px -176px;
    }

    .flag-icon.flag-icon-pw {
        background-position: -64px -176px;
    }

    .flag-icon.flag-icon-py {
        background-position: -80px -176px;
    }

    .flag-icon.flag-icon-qa {
        background-position: -96px -176px;
    }

    .flag-icon.flag-icon-ro {
        background-position: -112px -176px;
    }

    .flag-icon.flag-icon-rs {
        background-position: -128px -176px;
    }

    .flag-icon.flag-icon-ru {
        background-position: -144px -176px;
    }

    .flag-icon.flag-icon-rw {
        background-position: -160px -176px;
    }

    .flag-icon.flag-icon-sa {
        background-position: -176px -176px;
    }

    .flag-icon.flag-icon-sb {
        background-position: -192px -176px;
    }

    .flag-icon.flag-icon-sc {
        background-position: -208px -176px;
    }

    .flag-icon.flag-icon-sd {
        background-position: -224px -176px;
    }

    .flag-icon.flag-icon-se {
        background-position: -240px -176px;
    }

    .flag-icon.flag-icon-sg {
        background-position: 0 -192px;
    }

    .flag-icon.flag-icon-sh {
        background-position: -16px -192px;
    }

    .flag-icon.flag-icon-si {
        background-position: -32px -192px;
    }

    .flag-icon.flag-icon-sk {
        background-position: -48px -192px;
    }

    .flag-icon.flag-icon-sl {
        background-position: -64px -192px;
    }

    .flag-icon.flag-icon-sm {
        background-position: -80px -192px;
    }

    .flag-icon.flag-icon-sn {
        background-position: -96px -192px;
    }

    .flag-icon.flag-icon-so {
        background-position: -112px -192px;
    }

    .flag-icon.flag-icon-sr {
        background-position: -128px -192px;
    }

    .flag-icon.flag-icon-ss {
        background-position: -144px -192px;
    }

    .flag-icon.flag-icon-st {
        background-position: -160px -192px;
    }

    .flag-icon.flag-icon-sv {
        background-position: -176px -192px;
    }

    .flag-icon.flag-icon-sy {
        background-position: -192px -192px;
    }

    .flag-icon.flag-icon-sz {
        background-position: -208px -192px;
    }

    .flag-icon.flag-icon-tc {
        background-position: -224px -192px;
    }

    .flag-icon.flag-icon-td {
        background-position: -240px -192px;
    }

    .flag-icon.flag-icon-tf {
        background-position: 0 -208px;
    }

    .flag-icon.flag-icon-tg {
        background-position: -16px -208px;
    }

    .flag-icon.flag-icon-th {
        background-position: -32px -208px;
    }

    .flag-icon.flag-icon-tj {
        background-position: -48px -208px;
    }

    .flag-icon.flag-icon-tk {
        background-position: -64px -208px;
    }

    .flag-icon.flag-icon-tl {
        background-position: -80px -208px;
    }

    .flag-icon.flag-icon-tm {
        background-position: -96px -208px;
    }

    .flag-icon.flag-icon-tn {
        background-position: -112px -208px;
    }

    .flag-icon.flag-icon-to {
        background-position: -128px -208px;
    }

    .flag-icon.flag-icon-tr {
        background-position: -144px -208px;
    }

    .flag-icon.flag-icon-tt {
        background-position: -160px -208px;
    }

    .flag-icon.flag-icon-tv {
        background-position: -176px -208px;
    }

    .flag-icon.flag-icon-tw {
        background-position: -192px -208px;
    }

    .flag-icon.flag-icon-tz {
        background-position: -208px -208px;
    }

    .flag-icon.flag-icon-ua {
        background-position: -224px -208px;
    }

    .flag-icon.flag-icon-ug {
        background-position: -240px -208px;
    }

    .flag-icon.flag-icon-us {
        background-position: 0 -224px;
    }

    .flag-icon.flag-icon-uy {
        background-position: -16px -224px;
    }

    .flag-icon.flag-icon-uz {
        background-position: -32px -224px;
    }

    .flag-icon.flag-icon-va {
        background-position: -48px -224px;
    }

    .flag-icon.flag-icon-vc {
        background-position: -64px -224px;
    }

    .flag-icon.flag-icon-ve {
        background-position: -80px -224px;
    }

    .flag-icon.flag-icon-vg {
        background-position: -96px -224px;
    }

    .flag-icon.flag-icon-vi {
        background-position: -112px -224px;
    }

    .flag-icon.flag-icon-vn {
        background-position: -128px -224px;
    }

    .flag-icon.flag-icon-vu {
        background-position: -144px -224px;
    }

    .flag-icon.flag-icon-wf {
        background-position: -160px -224px;
    }

    .flag-icon.flag-icon-ws {
        background-position: -176px -224px;
    }

    .flag-icon.flag-icon-ye {
        background-position: -192px -224px;
    }

    .flag-icon.flag-icon-yt {
        background-position: -208px -224px;
    }

    .flag-icon.flag-icon-za {
        background-position: -224px -224px;
    }

    .flag-icon.flag-icon-zm {
        background-position: -240px -224px;
    }

    .flag-icon.flag-icon-zw {
        background-position: 0 -240px;
    }

body {
    overscroll-behavior: none;
}

a {
    transition: all 0.35s;
}

.flag-icon {
    vertical-align: middle;
}

.loader {
    animation: loaderAnimation 2s linear infinite;
    color: #e4002b;
    font-size: 2rem;
    height: 2rem;
    width: 2rem;
}

.mask {
    background-color: rgba(35, 36, 36, 0.5);
    bottom: 0;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 2.75rem;
    transition: all 0.35s;
    z-index: -1;
}

@media (min-width: 62em) {
    .curtain {
        top: 5rem;
    }
}

body.isMasked {
    overflow: hidden;
    cursor: pointer;
}

    body.isMasked .mask {
        opacity: 1;
        z-index: 100;
        cursor: pointer;
    }

body.isMinHeight > main {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

    body.isMinHeight > main > a {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: 300px;
    }

@keyframes loaderAnimation {
    100% {
        transform: rotate(360deg);
    }
}

.hero.mix_hero-header,
.valueProp.mix_keyValue,
.carousel.mix_image {
    margin-bottom: 3rem !important;
}

.valueProp.mix_keyValue {
    margin-top: 8rem !important;
}

.slick-initialized .slick-slide {
    display: -ms-flexbox;
    display: flex;
}

@media (min-width: 62em) {
    .slick-initialized .slick-slide {
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.slick-initialized .slick-slide > div > div:not(.testimonial) {
    display: -ms-flexbox !important;
    display: flex !important;
    height: 100%;
}

    .slick-initialized .slick-slide > div > div:not(.testimonial) .mix_service {
        display: -ms-flexbox;
        display: flex;
        border-bottom: none;
        height: 100%;
    }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .slick-initialized .slick-slide > div {
        display: -ms-flexbox;
        display: flex;
    }
}

.mix_simple.slick-initialized .slick-slide {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: end;
}

@media (min-width: 48em) {
    .mix_simple.slick-initialized .slick-slide {
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.mix_simple.slick-initialized .slick-slide > div {
    display: -ms-flexbox;
    display: flex;
    margin-left: -1px !important;
}

@media (min-width: 48em) {
    .mix_simple.slick-initialized .slick-slide > div {
        margin-left: 0 !important;
    }
}

b, strong {
    font-weight: 700;
}

dl {
    border-top: 1px solid #c6c9cb;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    dl dd {
        -ms-flex-line-pack: center;
        align-content: center;
        border-bottom: 1px solid #c6c9cb;
        line-height: 1.5rem;
        margin-bottom: 0px;
        padding: 1rem 0;
        width: 50%;
    }

    dl dt {
        -ms-flex-line-pack: center;
        align-content: center;
        border-bottom: 1px solid #c6c9cb;
        font-size: 0.75rem;
        font-weight: 700;
        line-height: 1.5rem;
        padding: 1rem 0;
        width: 50%;
    }

.list-2col {
    columns: 2;
}

.page-summary {
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: #686b6b;
}

.page-content-heading {
    font-size: 0.875rem;
    line-height: 1.375rem;
    color: #686b6b;
}

.page-content-body {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #686b6b;
}

footer {
    border-top: 1px solid #e1e6e8;
    font-size: 0.875rem;
    margin-top: -3rem;
}

    footer .container {
        margin-bottom: auto;
        margin-top: auto;
        padding-bottom: calc(1rem * 2);
        padding-top: calc(1rem * 2);
    }

.footerCopyright {
    font-weight: lighter;
    margin-bottom: 0;
}

.footerLogo {
    height: 36px;
    margin: 10px 0;
    width: auto;
}

.footerNav {
    font-weight: normal;
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0;
}

    .footerNav li {
        line-height: 1;
        margin-bottom: 26px;
    }

    .footerNav a {
        color: #686b6b;
        transition: all 0.35s;
    }

        .footerNav a:hover {
            color: #232424;
        }

    .footerNav li.isActive a {
        color: #232424;
    }

.footerPrivacy {
    background-color: #686b6b;
    font-size: 0.75rem;
    color: #ffffff;
}

.footerPrivacyNav {
    font-weight: normal;
    list-style-type: none;
    padding-left: 0;
}

    .footerPrivacyNav li {
        line-height: 2rem;
    }

    .footerPrivacyNav a {
        border-bottom: 2px solid transparent;
        color: #ffffff;
        padding-bottom: 0.25rem;
        transition: all 0.35s;
    }

        .footerPrivacyNav a:hover {
            border-bottom: 2px solid #ffffff;
            color: #ffffff;
        }

    .footerPrivacyNav li.isActive a {
        border-bottom: 2px solid #ffffff;
        color: #ffffff;
    }

.footerSocialNav {
    font-size: 1rem;
    list-style-type: none;
    padding-left: 0;
}

    .footerSocialNav li {
        display: inline;
        margin-right: 1rem;
    }

        .footerSocialNav li a:hover {
            text-decoration: none;
        }

@media (min-width: 62em) {
    footer {
        margin-top: -2.5rem;
    }

    .footerNav {
        columns: 2;
    }

    .footerPrivacyNav li {
        display: inline;
        line-height: 1.5rem;
        margin-right: 0.45rem;
    }
}

header {
    background-color: #ffffff;
    border-bottom: 1px solid #e1e6e8;
    border-top: 1px solid #e1e6e8;
    color: #686b6b;
    height: 2.75rem;
    left: 0;
    margin-top: 2.75rem;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 200;
}

    header > .container {
        margin-bottom: 0px;
        position: relative;
    }

.header-hamburgerButton {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    color: #686b6b;
    cursor: pointer;
    height: 2.75rem;
    float: right;
    font-size: 1.375rem;
    margin-right: -12px;
    outline-offset: -5px;
    padding-left: 12px;
    padding-right: 12px;
    position: relative;
}

.header-hamburgerButton-icon {
    box-sizing: initial;
    height: 1.375rem;
    opacity: 1;
    padding: 0;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: all 0.35s;
    vertical-align: middle;
    width: 1.375rem;
}

    .header-hamburgerButton-icon.fa-times {
        color: #e4002b;
        left: 50%;
        margin-left: -0.6875rem;
        margin-top: -0.6875rem;
        opacity: 0;
        position: absolute;
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 50%;
    }

.header-hamburgerButton.isActive .header-hamburgerButton-icon.fa-bars {
    opacity: 0;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header-hamburgerButton.isActive .header-hamburgerButton-icon.fa-times {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.header-hr {
    border-top: 1px solid #e1e6e8;
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    top: -1px;
    z-index: 3;
}

.header-logo {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
    float: left;
    height: 2.75rem;
    margin-left: -12px;
    padding-left: 12px;
    padding-right: 12px;
}

.header-logo-img {
    height: 24px;
    width: auto;
}

.header-mask {
    background-color: rgba(35, 36, 36, 0.5);
    bottom: -1px;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.35s;
    z-index: -1;
}

    .header-mask.isActive {
        opacity: 1;
        z-index: 0;
        cursor: pointer;
    }

.header-nav {
    display: none;
    float: left;
    font-size: 0.875rem;
    list-style-type: none;
    margin: 0px 0px 0px 0.5rem;
    padding: 0px;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

    .header-nav::-webkit-scrollbar {
        display: none;
    }

    .header-nav > * {
        display: table-cell;
        font-weight: 500;
        height: 5rem;
        vertical-align: middle;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        padding-top: 0.75rem;
    }

        .header-nav > * > a {
            color: inherit;
            padding-bottom: 0.25rem;
            transition: all 0.35s;
            display: block;
            width: -webkit-max-content;
            width: -moz-max-content;
            width: max-content;
        }

            .header-nav > * > a:hover {
                color: #232424;
            }

        .header-nav > *.isActive > a {
            color: #232424;
            border-bottom: 2px solid #e4002b;
        }

.header-searchMenu {
    background-color: #ffffff;
    border-bottom: 1px solid #e1e6e8;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: -1px;
    -ms-transform: translateY(-99%);
    transform: translateY(-99%);
    transition: all 0.35s;
    z-index: 2;
}

    .header-searchMenu.isActive {
        -ms-transform: translateY(1px);
        transform: translateY(1px);
    }

    .header-searchMenu > .container {
        margin-bottom: 0px;
    }

    .header-searchMenu .CoveoSearchbox {
        margin: 1rem 0px;
    }

.header-utilityNav {
    background-color: #ffffff;
    border-bottom: 1px solid #e1e6e8;
    font-size: 0;
    height: calc(2.75rem + 1px);
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: -2.813rem;
    z-index: 3;
}

    .header-utilityNav::after {
        background-color: #ffffff;
        content: '';
        height: 100%;
        left: 0px;
        position: absolute;
        top: 0px;
        width: 100%;
        z-index: 1;
    }

    .header-utilityNav > li {
        display: inline-block;
    }

.header-utilityNav-button {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
    background-color: #ffffff;
    color: #686b6b;
    font-size: 1.125rem;
    height: 2.75rem;
    outline-offset: -5px;
    padding: 0 calc(2.75rem / 2 / 2);
    position: relative;
    z-index: 2;
}

    .header-utilityNav-button.isDisabled {
        cursor: default;
        pointer-events: none;
    }

        .header-utilityNav-button.isDisabled > .fal {
            opacity: 0.25;
        }

    .header-utilityNav-button > .fal {
        font-size: 0.875rem;
        transform: rotateX(0deg);
        transition: all calc(0.35s * 3);
    }

    .header-utilityNav-button.isActive > .fal {
        transform: rotateX(180deg);
    }

    .header-utilityNav-button.mix_language .header-utilityNav-button-label {
        font-size: 0.75rem;
    }

    .header-utilityNav-button.mix_search {
        background: none;
        border: none;
        margin: 0;
        padding: 0;
        cursor: pointer;
        font-size: 1.125rem;
        position: relative;
        width: 3.125rem;
    }

        .header-utilityNav-button.mix_search .fal {
            box-sizing: initial;
            font-size: 1.125rem;
            height: 1.375rem;
            opacity: 1;
            padding: 0;
            -ms-transform: rotate(0deg);
            transform: rotate(0deg);
            transition: all 0.35s;
            vertical-align: middle;
            width: 1.375rem;
        }

        .header-utilityNav-button.mix_search .fa-search {
            padding: 0.25rem 0 0 0;
        }

        .header-utilityNav-button.mix_search .fa-times {
            color: #e4002b;
            left: 50%;
            margin-left: -0.6875rem;
            margin-top: -0.6875rem;
            opacity: 0;
            position: absolute;
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
            top: 50%;
        }

        .header-utilityNav-button.mix_search.isActive .fa-search {
            opacity: 0;
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .header-utilityNav-button.mix_search.isActive .fa-times {
            opacity: 1;
            -ms-transform: rotate(0deg);
            transform: rotate(0deg);
        }

.header-utilityNav-menu {
    background-color: #ffffff;
    border: 1px solid #e1e6e8;
    font-size: 0.875rem;
    left: 0;
    margin: 0;
    max-height: 353px;
    overflow: hidden;
    overflow-y: scroll;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: left;
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: all 0.35s;
    z-index: 1;
    -webkit-overflow-scrolling: touch;
}

    .header-utilityNav-menu.isActive {
        -ms-transform: translateY(0px);
        transform: translateY(0px);
        padding: 0.5625rem 1.125rem;
    }

    .header-utilityNav-menu.mix_language {
        min-width: 150px;
    }

.header-utilityNav-menuList {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .header-utilityNav-menuList a {
        color: inherit;
        display: inline-block;
        margin: 0 calc(-12px / 2);
        padding: calc(12px / 2) calc(12px / 2);
        text-decoration: none;
        transition: all 0.35s;
        width: calc(100% + 12px);
    }

        .header-utilityNav-menuList a:hover {
            background-color: #f2f4f5;
        }

        .header-utilityNav-menuList a:hover {
            background-color: #f2f4f5;
        }

    .header-utilityNav-menuList li {
        display: block;
        margin: 0;
        max-height: 200px;
        padding: 0;
        transition: all 0.35s;
    }

        .header-utilityNav-menuList li.isHidden {
            font-size: 0;
            line-height: 0;
            max-height: 0;
            opacity: 0;
            display: none;
        }

            .header-utilityNav-menuList li.isHidden a {
                padding: 0;
            }

    .header-utilityNav-menuList ul {
        list-style-type: none;
        padding: 0;
    }

        .header-utilityNav-menuList ul > li > a {
            padding-left: 40px;
        }

    .header-utilityNav-menuList .far.fa-globe {
        color: #e4002b;
        margin-right: 1rem;
        text-align: center;
        width: 1.33333em;
    }

    .header-utilityNav-menuList .flag-icon {
        margin-right: 1rem;
    }

.header-utilityNav-pipe {
    border-right: 1px solid #c6c9cb;
    font-size: 1.25rem;
    margin-left: 0.625rem;
    margin-right: 0.25rem;
}

@media (min-width: 48em) {
    .header-utilityNav-menu {
        min-width: 300px;
    }
}

@media (min-width: 62em) {
    header {
        border-top: none;
        height: 5rem;
        margin-top: 0;
    }

        header > .container {
            background-color: #ffffff;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: row;
            flex-direction: row;
            margin-top: -2px;
            z-index: 4;
        }

    .header-logo {
        height: 5rem;
    }

    .header-logo-img {
        height: 2.25rem;
    }

    .header-hamburgerButton {
        height: 5rem;
        -ms-flex-order: 4;
        order: 4;
        z-index: 5;
    }

    .header-mask {
        display: none;
    }

    .header-nav {
        display: inline-block;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-order: 2;
        order: 2;
    }

    .header-searchMenu {
        opacity: 0;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

        .header-searchMenu.isActive {
            opacity: 1;
            top: calc(5rem - 1px);
        }

        .header-searchMenu > .container {
            max-width: 960px;
        }

    .header-utilityNav {
        background: none;
        border-bottom: none;
        float: right;
        height: auto;
        left: inherit;
        -ms-flex-order: 3;
        order: 3;
        position: relative;
        right: inherit;
        top: inherit;
        width: 30%;
    }

        .header-utilityNav::after {
            content: none;
        }

        .header-utilityNav > li {
            -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 500px 100%, 500px 500px, 0 500px, 0 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 500px 100%, 500px 500px, 0 500px, 0 100%, 0 100%);
        }

        .header-utilityNav > * {
            position: relative;
        }

    .header-utilityNav-button {
        height: 5rem;
    }

    .header-utilityNav-menu.isActive {
        -ms-transform: translateY(1px);
        transform: translateY(1px);
    }

    .header-utilityNav-pipe {
        margin-left: 1.875rem;
        margin-right: 1.5rem;
    }
}

@media print {
    header {
        border-bottom: none;
        position: relative;
    }

        header > .container {
            border-bottom: 1px solid #e1e6e8;
            margin-bottom: 0px;
        }

    .header-hamburgerButton {
        display: none;
    }

    .header-nav {
        display: none;
    }

    .header-searchMenu {
        display: none;
    }

    .header-utilityNav {
        display: none;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .header-utilityNav-menu {
        border: none;
        max-height: 0;
        -ms-transform: none;
        transform: none;
    }

        .header-utilityNav-menu.isActive {
            border: 1px solid #e1e6e8;
            max-height: 341px;
            -ms-transform: none;
            transform: none;
        }
}

@supports (-ms-ime-align: auto) {
    .header-utilityNav-menu {
        border: none;
        max-height: 0;
        -ms-transform: none;
        transform: none;
    }

        .header-utilityNav-menu.isActive {
            border: 1px solid #e1e6e8;
            max-height: 341px;
            -ms-transform: none;
            transform: none;
        }
}

main {
    margin-top: calc(44px + 44px + 15px);
}

section {
    margin: 0 auto;
    max-width: 1440px;
}

@media (min-width: 62em) {
    main {
        margin-top: calc(80px + 15px);
    }
}

@media print {
    main {
        margin-top: 2.5rem;
    }
}

.hamburgerNav {
    background-color: #ffffff;
    border-left: 1px solid #e1e6e8;
    bottom: 0px;
    font-size: 0.875rem;
    min-width: 300px;
    position: fixed;
    right: 0;
    top: 88px;
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    transition: all 0.35s;
    z-index: 1;
}

    .hamburgerNav.isActive {
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }

        .hamburgerNav.isActive .hamburgerNav-items {
            opacity: 1;
            -ms-transform: translateX(0%);
            transform: translateX(0%);
        }

.hamburgerNav-items {
    bottom: 0;
    list-style-type: none;
    margin-bottom: 0;
    min-width: 300px;
    padding: 40px;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    -ms-transform: translateX(25%);
    transform: translateX(25%);
    transition: all calc(0.35s * 2);
}

    .hamburgerNav-items li {
        margin-bottom: 26px;
    }

        .hamburgerNav-items li:last-child {
            margin-bottom: 0;
        }

        .hamburgerNav-items li a {
            color: #686b6b;
            padding-bottom: 0.25rem;
            transition: all 0.35s;
        }

            .hamburgerNav-items li a:hover {
                color: #232424;
            }

        .hamburgerNav-items li.isActive a {
            border-bottom: 2px solid #e4002b;
            color: #232424;
            font-weight: 600;
        }

.hamburgerNav-items-hr {
    border-bottom: 1px solid #c6c9cb;
    width: 50%;
}

@media (min-width: 62em) {
    .hamburgerNav {
        top: 5rem;
    }

    .hamburgerNav-items-primary {
        display: none;
    }
}

@media print {
    .hamburgerNav {
        display: none;
    }
}

/*
 *  remove blue background on ie10/ie11 when selected
 *
 */
select::-ms-value {
    background: none;
    color: inherit;
}

/*
 *  Components
 *
 */
.container {
    margin-bottom: 3rem;
}

.container-fluid {
    margin-bottom: 3rem;
}

    .container-fluid > .container {
        margin-bottom: 0px;
    }

.container.mix_bordered {
    border: 1px solid #c6c9cb;
    padding: 2.5rem;
}

.container-fluid.mix_bordered {
    border-bottom: 1px solid #e2e6e8;
    border-top: 1px solid #e2e6e8;
}

.container.mix_extraLightGrey {
    background-color: #f2f4f5;
    padding: 1.875rem 1.25rem;
}

.container-fluid.mix_extraLightGrey {
    background-color: #f2f4f5;
    padding: 2.5rem 0 calc(2.5rem - 1rem) 0;
}

    .container-fluid.mix_extraLightGrey > .container {
        border-bottom: 1px solid #c6c9cb;
        border-top: 1px solid #c6c9cb;
        padding: 1.25rem 0px calc(1.25rem - 1rem) 0;
        width: calc(100% - (12px * 2));
    }

.container.mix_sticky,
.container-fluid.mix_sticky {
    background-color: #ffffff;
    z-index: 3;
}

@media (min-width: 36em) {
    .container-fluid.mix_extraLightGrey > .container {
        max-width: calc(576px - (12px * 2));
    }
}

@media (min-width: 48em) {
    .container-fluid.mix_extraLightGrey > .container {
        max-width: calc(768px - (12px * 2));
    }
}

@media (min-width: 62em) {
    .container {
        margin-bottom: 2.5rem;
    }

        .container .indented {
            margin-left: -12px;
            margin-right: -12px;
            padding-left: calc((8.33333% * 2) + calc(12px * 2));
            padding-right: calc((8.33333% * 2) + calc(12px * 2));
        }

            .container .indented .hChapter {
                margin-left: calc(0px - (8.33333% + 12px));
            }

    .container-fluid {
        margin-bottom: 2.5rem;
    }

        .container-fluid.mix_extraLightGrey {
            padding: 3.75rem 0;
        }

            .container-fluid.mix_extraLightGrey > .container {
                max-width: calc(992px - (12px * 2));
                padding: 2.5rem 0px calc(2.5rem - 1rem) 0;
            }

        .container.mix_lined,
        .container-fluid.mix_lined {
            background-image: url("../images/container-lined@2,0x.png");
            background-position: 100% 100%;
            background-repeat: no-repeat;
            background-size: auto 100%;
            overflow: hidden;
        }

        .container.mix_sticky,
        .container-fluid.mix_sticky {
            top: calc(5rem - 1px);
        }
}

@media (min-width: 75em) {
    .container-fluid.mix_extraLightGrey > .container {
        max-width: calc(1200px - (12px * 2));
    }
}

@media print {
    .container-fluid.mix_bordered {
        border: none;
    }
}

@media (min-width: 48em) {
    .carousel.mix_hero .slick-slide > * {
        margin: 0;
    }
}

.carousel.mix_hero .slick-next,
.carousel.mix_hero .slick-prev {
    bottom: 0px;
    top: auto;
}

@media (min-width: 62em) {
    .carousel.mix_hero .slick-prev {
        right: auto;
    }
}

.carousel.mix_image {
    padding-bottom: 0px;
}

    .carousel.mix_image::after {
        background-color: rgba(0, 147, 178, 0.75);
        content: '';
        display: block;
        height: 4rem;
        margin: 0 auto;
        max-width: calc(1200px - calc((8.33333% + 12px) * 2));
        opacity: 0;
        -ms-transform: translateY(10%);
        transform: translateY(10%);
        transition: all 0.35s;
    }

    .carousel.mix_image::before {
        background-image: url("../images/dotAccent-hr.png");
        background-repeat: no-repeat;
        background-size: 876px 100%;
        bottom: 4rem;
        content: '';
        height: 2rem;
        left: 0px;
        margin: 0 auto;
        max-width: calc(1200px - calc((8.33333% + 12px) * 2));
        opacity: 0;
        overflow: hidden;
        position: absolute;
        right: 0px;
        -ms-transform: translateY(60%);
        transform: translateY(60%);
        transition: all 0.35s;
        z-index: 1;
    }

    .carousel.mix_image.isOnScreen {
        opacity: 1;
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }

        .carousel.mix_image.isOnScreen::after {
            opacity: 0.8;
            -ms-transform: translateY(0%);
            transform: translateY(0%);
        }

        .carousel.mix_image.isOnScreen::before {
            opacity: 1;
            -ms-transform: translateY(50%);
            transform: translateY(50%);
        }

    .carousel.mix_image .slick-dots {
        top: 1rem;
    }

        .carousel.mix_image .slick-dots li button::before {
            color: #ffffff;
            width: 40px;
            height: 40px;
            font-size: 16px;
        }

        .carousel.mix_image .slick-dots li.slick-active button::before {
            color: #979797;
        }

    .carousel.mix_image .slick-slide > * {
        height: auto;
        margin: 0px;
        width: 100%;
    }

@media (min-width: 804px) {
    .carousel.mix_image .slick-slide {
        margin: 0px 6px;
    }

    .carousel.mix_image .slick-dots {
        top: auto;
        bottom: 5rem;
    }

        .carousel.mix_image .slick-dots li button::before {
            width: 20px;
            height: 20px;
            font-size: 8px;
        }
}

@media (min-width: 62em) {
    .carousel.mix_image {
        margin-bottom: -4.625rem;
    }
}

.theme-darkblue .carousel.mix_image::after,
:not(html) > .theme-darkblue .carousel.mix_image::after {
    background-color: rgba(0, 147, 178, 0.75);
}

.theme-darkgray .carousel.mix_image::after,
:not(html) > .theme-darkgray .carousel.mix_image::after {
    background-color: rgba(167, 168, 170, 0.75);
}

.theme-lightblue .carousel.mix_image::after,
:not(html) > .theme-lightblue .carousel.mix_image::after {
    background-color: rgba(0, 147, 178, 0.75);
}

.theme-lime .carousel.mix_image::after,
:not(html) > .theme-lime .carousel.mix_image::after {
    background-color: rgba(167, 168, 170, 0.75);
}

.theme-midblue .carousel.mix_image::after,
:not(html) > .theme-midblue .carousel.mix_image::after {
    background-color: rgba(181, 189, 0, 0.75);
}

.theme-red .carousel.mix_image::after,
:not(html) > .theme-red .carousel.mix_image::after {
    background-color: rgba(166, 25, 46, 0.75);
}

.carousel.mix_partners {
    padding-bottom: 0px;
}

    .carousel.mix_partners .slick-arrow {
        top: 50%;
        color: #e4002b;
        background-color: transparent;
    }

        .carousel.mix_partners .slick-arrow::before {
            content: none;
        }

    .carousel.mix_partners .slick-dots {
        bottom: auto;
        position: relative;
    }

        .carousel.mix_partners .slick-dots li button::before {
            color: #E2E6E8;
        }

        .carousel.mix_partners .slick-dots li.slick-active button::before {
            color: #979797;
        }

    .carousel.mix_partners .slick-list {
        margin: 0.75rem 0;
    }

    .carousel.mix_partners .slick-next,
    .carousel.mix_partners .slick-prev {
        cursor: pointer;
        margin-top: 0px;
        width: auto;
    }

        .carousel.mix_partners .slick-next:hover,
        .carousel.mix_partners .slick-prev:hover {
            color: rgba(104, 107, 107, 0.75);
        }

        .carousel.mix_partners .slick-next.slick-disabled,
        .carousel.mix_partners .slick-prev.slick-disabled {
            opacity: 0.5;
        }

            .carousel.mix_partners .slick-next.slick-disabled:hover,
            .carousel.mix_partners .slick-next.slick-disabled:focus,
            .carousel.mix_partners .slick-next.slick-disabled:hover,
            .carousel.mix_partners .slick-next.slick-disabled:focus,
            .carousel.mix_partners .slick-prev.slick-disabled:hover,
            .carousel.mix_partners .slick-prev.slick-disabled:focus,
            .carousel.mix_partners .slick-next.slick-disabled:hover,
            .carousel.mix_partners .slick-next.slick-disabled:focus {
                background-color: transparent;
            }

    .carousel.mix_partners .slick-next {
        -ms-transform: translateX(100%) translateY(-50%);
        transform: translateX(100%) translateY(-50%);
    }

    .carousel.mix_partners .slick-prev {
        right: auto;
        -ms-transform: translateX(-100%) translateY(-50%);
        transform: translateX(-100%) translateY(-50%);
    }

    .carousel.mix_partners .slick-slide {
        text-align: center;
    }

        .carousel.mix_partners .slick-slide img {
            display: inline-block;
        }

    .carousel.mix_partners .slick-track {
        margin-bottom: 0px;
    }

.carousel.mix_simple {
    max-width: 1176px;
    overflow: hidden;
    padding-bottom: 0px;
}

    .carousel.mix_simple::after {
        content: url("../images/dotAccent-hr.png");
        display: block;
        height: 32px;
        width: 100%;
    }

    .carousel.mix_simple .btn.btn-play,
    .carousel .btn.btn-play {
        font-size: 1.5rem;
        height: 4rem;
        left: 50%;
        position: absolute;
        top: 50%;
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        width: 4rem;
    }

    .carousel.mix_simple .slick-dots {
        top: 1rem;
    }

        .carousel.mix_simple .slick-dots li button::before {
            color: #ffffff;
            width: 40px;
            height: 40px;
            font-size: 16px;
        }

    .carousel.mix_simple .slick-slide {
        transition: all calc(0.35s * 2);
    }

        .carousel.mix_simple .slick-slide.isOffScreen {
            opacity: 0;
            -ms-transform: translateY(10%);
            transform: translateY(10%);
        }

            .carousel.mix_simple .slick-slide.isOffScreen.isOnScreen {
                opacity: 1;
                -ms-transform: translateY(0%);
                transform: translateY(0%);
            }

        .carousel.mix_simple .slick-slide > * {
            margin: 0px;
        }

    .carousel.mix_simple .slick-next,
    .carousel.mix_simple .slick-prev {
        background-color: transparent;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        .carousel.mix_simple .slick-next:hover,
        .carousel.mix_simple .slick-prev:hover {
            background-color: transparent;
        }

    .carousel.mix_simple .slick-next {
        right: 12px;
    }

        .carousel.mix_simple .slick-next::before {
            content: none;
        }

    .carousel.mix_simple .slick-prev {
        left: 12px;
    }

        .carousel.mix_simple .slick-prev::before {
            content: none;
        }

    .carousel.mix_simple .slick-track {
        margin-bottom: 0px;
    }

.propertyCarousel {
    margin: 0 auto;
}

    .propertyCarousel .slick-list {
        background-color: #686b6b;
    }

    .propertyCarousel .isOffScreen:not(.slick-active) {
        visibility: hidden;
    }

    .propertyCarousel .slick-dots li.slick-active button::before {
        color: #979797;
    }

    .propertyCarousel .slick-dots li button {
        height: 19px;
        width: 19px;
        border-radius: 50%;
        margin: 0px 10px;
        padding: 0px;
        background: #979797;
    }

@media (min-width: 62em) {
    .propertyCarousel .slick-dots li button {
        height: 8px;
        width: 8px;
        border-radius: 50%;
        margin: 4px 5px;
        padding: 5px;
        background: #979797;
    }
}

@media (min-width: 62em) {
    .carousel.mix_simple .slick-dots {
        top: auto;
        bottom: 3rem;
    }

        .carousel.mix_simple .slick-dots li button::before {
            width: 20px;
            height: 20px;
            font-size: 8px;
        }
}

.carousel-indicators li {
    height: 8px;
    width: 8px;
    border-radius: 50%;
    margin: 4px 10px;
    background: #ffffff;
    border: 1px solid #979797;
    opacity: 1;
}

    .carousel-indicators li:first-child:nth-last-child(n + 5),
    .carousel-indicators li:first-child:nth-last-child(n + 5) ~ li {
        margin: 4px 6px;
    }

.control-arrow span {
    opacity: 1;
    color: #ffffff;
    cursor: pointer;
    font-size: 1.75rem;
}

.carousel-control-prev,
.carousel-control-next {
    opacity: 1;
}

.carousel-indicators .active {
    background: #979797;
}

.property-carousel .carousel-control-prev,
.property-carousel .carousel-control-next {
    display: block;
    top: calc(50% - 15px);
    bottom: inherit;
}

@media (max-width: 47.98em) {
    .carousel-indicators {
        top: 15px;
    }

    .control-arrow {
        display: none;
    }
}

.carousel.mix_testimonials {
    text-align: center;
    padding-bottom: 0;
}

    .carousel.mix_testimonials .slick-arrow {
        top: 50%;
        color: #e4002b;
        background-color: transparent;
    }

        .carousel.mix_testimonials .slick-arrow::before {
            content: none;
        }

    .carousel.mix_testimonials .slick-prev {
        left: 8%;
    }

    .carousel.mix_testimonials .slick-next {
        right: 8%;
    }

    .carousel.mix_testimonials .slick-dots {
        bottom: -1.2rem;
    }

.testimonial {
    margin: 0 auto;
    text-align: center;
}

.testimonial-headline {
    color: #686b6b;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 3rem;
    text-transform: uppercase;
}

.testimonial-person {
    color: #686b6b;
    font-size: 1.125rem;
    font-weight: 700;
}

.testimonial-quote {
    color: #232424;
    font-family: "ChronicleTextG2", "Gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1.5rem;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 2.25rem;
}

.testimonial-person-job-title {
    font-size: 0.875rem;
}

@media (min-width: 62em) {
    .testimonial {
        max-width: 66.66667%;
    }
}

.featuredContent-container {
    border: none;
    border-radius: 0;
    margin-top: 12px;
    margin-bottom: 12px;
    height: auto;
    display: block;
    transition: all 0.35s;
    position: relative;
}

    .featuredContent-container.line-after {
        border-bottom: 1px solid #c6c9cb;
        border-radius: 0;
        border-top: none;
    }

    .featuredContent-container svg {
        width: 100%;
        position: absolute;
        margin: 0 auto;
        z-index: 100;
    }

.featuredContent-container-animation {
    animation-delay: calc(0.35s * 1);
    animation-duration: calc(0.35s * 2);
    animation-fill-mode: forwards;
    opacity: 0;
    transition: all calc(0.35s * 2);
    width: 100%;
}

.featuredContent-container img {
    width: 100%;
}

    .featuredContent-container img.img-max-150 {
        width: 150px;
    }

.featuredContent-body {
    padding-top: 2.125rem;
    padding-bottom: 1.875rem;
}

    .featuredContent-body h3 {
        color: #e4002b;
        line-height: 0.625rem;
    }

.featuredContent-container .featuredContent-image {
    border-bottom: 4px solid #e4002b;
}

.row > *:nth-child(1) > .featuredContent-container.isOnScreen {
    animation: cardFeaturePrimary .75s .125s ease 1 forwards;
}

.row > *:nth-child(2) > .featuredContent-container.isOnScreen {
    animation: cardFeaturePrimary .75s .5s ease 1 forwards;
}

.featuredContent-container.isOnScreen {
    animation: cardFeaturePrimary .75s .5s ease 1 forwards;
}

@keyframes cardFeaturePrimary {
    0% {
        top: 10%;
        opacity: 0;
    }

    100% {
        top: 0;
        opacity: 1;
    }
}

.hero {
    background-color: #f2f4f5;
    margin-bottom: 3rem;
    overflow: hidden;
    position: relative;
}

    .hero > .container {
        margin-bottom: 0px;
        padding: 3.75rem 12px 7.5rem 12px;
        position: relative;
        text-align: center;
    }

        .hero > .container .btn {
            width: 100%;
        }

.hero-background-image {
    height: auto;
    left: 50%;
    margin-left: -50%;
    min-height: 100%;
    min-width: 100%;
    opacity: 0.05;
    position: absolute;
    top: 0px;
    width: auto;
}

@media (min-width: 62em) {
    .hero > .container {
        padding: 3.75rem 12px;
        text-align: left;
    }

    .hero-background-image {
        display: block;
    }
}

.theme-lightblue .mix_hero-pageTitle .card-animation-block.mix_primary,
:not(html) > .theme-lightblue .mix_hero-pageTitle .card-animation-block.mix_primary {
    background-color: rgba(0, 147, 178, 0.75);
}

.theme-lightblue .mix_hero-pageTitle .card-animation-block.mix_secondary,
:not(html) > .theme-lightblue .mix_hero-pageTitle .card-animation-block.mix_secondary {
    background-color: rgba(115, 211, 221, 0.75);
}

.theme-lightblue .hero.mix_hero-pageTitle.isOnScreen .pageTitleSimple-triangle::after,
:not(html) > .theme-lightblue .hero.mix_hero-pageTitle.isOnScreen .pageTitleSimple-triangle::after {
    background-color: rgba(115, 211, 221, 0.75);
}

.theme-lightblue .hero.mix_hero-pageTitle.isOnScreen .pageTitleSimple-triangle::before,
:not(html) > .theme-lightblue .hero.mix_hero-pageTitle.isOnScreen .pageTitleSimple-triangle::before {
    background-color: rgba(0, 147, 178, 0.75);
}

.theme-midblue .mix_hero-pageTitle .card-animation-block.mix_primary,
:not(html) > .theme-midblue .mix_hero-pageTitle .card-animation-block.mix_primary {
    background-color: rgba(181, 189, 0, 0.75);
}

.theme-midblue .mix_hero-pageTitle .card-animation-block.mix_secondary,
:not(html) > .theme-midblue .mix_hero-pageTitle .card-animation-block.mix_secondary {
    background-color: rgba(0, 147, 178, 0.75);
}

.theme-midblue .hero.mix_hero-pageTitle.isOnScreen .pageTitleSimple-triangle::after,
:not(html) > .theme-midblue .hero.mix_hero-pageTitle.isOnScreen .pageTitleSimple-triangle::after {
    background-color: rgba(0, 147, 178, 0.75);
}

.theme-midblue .hero.mix_hero-pageTitle.isOnScreen .pageTitleSimple-triangle::before,
:not(html) > .theme-midblue .hero.mix_hero-pageTitle.isOnScreen .pageTitleSimple-triangle::before {
    background-color: rgba(181, 189, 0, 0.75);
}

.theme-darkblue .mix_hero-pageTitle .card-animation-block.mix_primary,
:not(html) > .theme-darkblue .mix_hero-pageTitle .card-animation-block.mix_primary {
    background-color: rgba(0, 147, 178, 0.75);
}

.theme-darkblue .mix_hero-pageTitle .card-animation-block.mix_secondary,
:not(html) > .theme-darkblue .mix_hero-pageTitle .card-animation-block.mix_secondary {
    background-color: rgba(0, 56, 101, 0.75);
}

.theme-darkblue .hero.mix_hero-pageTitle.isOnScreen .pageTitleSimple-triangle::after,
:not(html) > .theme-darkblue .hero.mix_hero-pageTitle.isOnScreen .pageTitleSimple-triangle::after {
    background-color: rgba(0, 56, 101, 0.75);
}

.theme-darkblue .hero.mix_hero-pageTitle.isOnScreen .pageTitleSimple-triangle::before,
:not(html) > .theme-darkblue .hero.mix_hero-pageTitle.isOnScreen .pageTitleSimple-triangle::before {
    background-color: rgba(0, 147, 178, 0.75);
}

.theme-red .mix_hero-pageTitle .card-animation-block.mix_primary,
:not(html) > .theme-red .mix_hero-pageTitle .card-animation-block.mix_primary {
    background-color: rgba(166, 25, 46, 0.75);
}

.theme-red .mix_hero-pageTitle .card-animation-block.mix_secondary,
:not(html) > .theme-red .mix_hero-pageTitle .card-animation-block.mix_secondary {
    background-color: rgba(228, 0, 43, 0.75);
}

.theme-red .hero.mix_hero-pageTitle.isOnScreen .pageTitleSimple-triangle::after,
:not(html) > .theme-red .hero.mix_hero-pageTitle.isOnScreen .pageTitleSimple-triangle::after {
    background-color: rgba(228, 0, 43, 0.75);
}

.theme-red .hero.mix_hero-pageTitle.isOnScreen .pageTitleSimple-triangle::before,
:not(html) > .theme-red .hero.mix_hero-pageTitle.isOnScreen .pageTitleSimple-triangle::before {
    background-color: rgba(166, 25, 46, 0.75);
}

.theme-darkgray .mix_hero-pageTitle .card-animation-block.mix_primary,
:not(html) > .theme-darkgray .mix_hero-pageTitle .card-animation-block.mix_primary {
    background-color: rgba(167, 168, 170, 0.75);
}

.theme-darkgray .mix_hero-pageTitle .card-animation-block.mix_secondary,
:not(html) > .theme-darkgray .mix_hero-pageTitle .card-animation-block.mix_secondary {
    background-color: rgba(104, 107, 107, 0.75);
}

.theme-darkgray .hero.mix_hero-pageTitle.isOnScreen .pageTitleSimple-triangle::after,
:not(html) > .theme-darkgray .hero.mix_hero-pageTitle.isOnScreen .pageTitleSimple-triangle::after {
    background-color: rgba(104, 107, 107, 0.75);
}

.theme-darkgray .hero.mix_hero-pageTitle.isOnScreen .pageTitleSimple-triangle::before,
:not(html) > .theme-darkgray .hero.mix_hero-pageTitle.isOnScreen .pageTitleSimple-triangle::before {
    background-color: rgba(167, 168, 170, 0.75);
}

.theme-lime .mix_hero-pageTitle .card-animation-block.mix_primary,
:not(html) > .theme-lime .mix_hero-pageTitle .card-animation-block.mix_primary {
    background-color: rgba(167, 168, 170, 0.75);
}

.theme-lime .mix_hero-pageTitle .card-animation-block.mix_secondary,
:not(html) > .theme-lime .mix_hero-pageTitle .card-animation-block.mix_secondary {
    background-color: rgba(181, 189, 0, 0.75);
}

.theme-lime .hero.mix_hero-pageTitle.isOnScreen .pageTitleSimple-triangle::after,
:not(html) > .theme-lime .hero.mix_hero-pageTitle.isOnScreen .pageTitleSimple-triangle::after {
    background-color: rgba(181, 189, 0, 0.75);
}

.theme-lime .hero.mix_hero-pageTitle.isOnScreen .pageTitleSimple-triangle::before,
:not(html) > .theme-lime .hero.mix_hero-pageTitle.isOnScreen .pageTitleSimple-triangle::before {
    background-color: rgba(167, 168, 170, 0.75);
}

.hero.mix_hero-header {
    background-color: #f2f4f5;
    margin: 0 auto;
    max-width: 1440px;
}

    .hero.mix_hero-header > .container {
        text-align: left;
    }

    .hero.mix_hero-header .hero-animation-block.mix_primary {
        transform: rotate(-53deg) translate3d(85%, 90%, 0);
    }

    .hero.mix_hero-header .hero-animation-block.mix_secondary {
        transform: rotate(-62.25deg) translate3d(50%, 163%, 0);
    }

@media (max-width: 61.98em) {
    .hero.mix_hero-header .hero-animation-block.mix_primary {
        background-color: #e3e5e6;
    }

    .hero.mix_hero-header .hero-animation-block.mix_secondary {
        background-color: #ebeeef;
    }
}

@media (min-width: 62em) {
    .hero.mix_hero-header {
        background-color: #ffffff;
    }
}

.hero.mix_hero-image {
    background-color: transparent;
    opacity: 0;
    -ms-transform: translateY(10%);
    transform: translateY(10%);
    transition: all 0.35s;
}

    .hero.mix_hero-image::after {
        background-color: #e4002b;
        bottom: 16px;
        content: '';
        height: 64px;
        left: 0px;
        opacity: 0;
        position: absolute;
        right: 0px;
        -ms-transform: translateY(50%);
        transform: translateY(50%);
        transition: all 0.35s;
    }

    .hero.mix_hero-image::before {
        bottom: 0px;
        content: url("../images/card_mix_hero-pageTitle-hr.png");
        height: 32px;
        left: 0px;
        opacity: 0;
        overflow: hidden;
        position: absolute;
        right: 0px;
        -ms-transform: translateY(50%);
        transform: translateY(50%);
        transition: all 0.35s;
    }

    .hero.mix_hero-image.isOnScreen {
        opacity: 1;
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }

        .hero.mix_hero-image.isOnScreen::after {
            opacity: 0.8;
            -ms-transform: translateY(0%);
            transform: translateY(0%);
        }

        .hero.mix_hero-image.isOnScreen::before {
            opacity: 1;
            -ms-transform: translateY(0%);
            transform: translateY(0%);
        }

    .hero.mix_hero-image img {
        margin-bottom: 48px;
        width: 100%;
    }

.theme-darkblue .hero.mix_hero-image::after,
:not(html) > .theme-darkblue .hero.mix_hero-image::after {
    background-color: rgba(0, 56, 101, 0.75);
}

.theme-lightblue .hero.mix_hero-image::after,
:not(html) > .theme-lightblue .hero.mix_hero-image::after {
    background-color: rgba(115, 211, 221, 0.75);
}

.theme-midblue .hero.mix_hero-image::after,
:not(html) > .theme-midblue .hero.mix_hero-image::after {
    background-color: rgba(0, 147, 178, 0.75);
}

.theme-darkgray .hero.mix_hero-image::after,
:not(html) > .theme-darkgray .hero.mix_hero-image::after {
    background-color: rgba(104, 107, 107, 0.75);
}

.theme-red .hero.mix_hero-image::after,
:not(html) > .theme-red .hero.mix_hero-image::after {
    background-color: rgba(228, 0, 43, 0.75);
}

.theme-lime .hero.mix_hero-image::after,
:not(html) > .theme-lime .hero.mix_hero-image::after {
    background-color: rgba(181, 189, 0, 0.75);
}

.hero.mix_hero-pageTitle {
    background-color: #f2f4f5;
    min-height: 310px;
}

    .hero.mix_hero-pageTitle > .container {
        padding: 5rem 12px 3.75rem 12px;
        text-align: left;
    }

        .hero.mix_hero-pageTitle > .container .btn {
            width: auto;
        }

.pageTitleSimple-triangle::before, .pageTitleSimple-triangle::after {
    content: "";
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero.mix_hero-pageTitle.isOnScreen .pageTitleSimple-triangle::after {
    -ms-transform: skew(-77deg) translateX(-203%);
    transform: skew(-77deg) translateX(-203%);
    z-index: 1;
    background: #e4002b;
    animation: cardOverlaySecondaryTop calc(0.35s * 2);
    transition-delay: 300ms;
}

.hero.mix_hero-pageTitle.isOnScreen .pageTitleSimple-triangle::before {
    -ms-transform: skew(53deg) translateX(127%);
    transform: skew(53deg) translateX(127%);
    background: rgba(104, 107, 107, 0.75);
    animation: cardOverlayPrimary 0.35s;
}

@media (min-width: 48em) {
    .hero.mix_hero-pageTitle.isOnScreen .pageTitleSimple-triangle::after {
        -ms-transform: skew(-27.75deg) translateX(97%);
        transform: skew(-27.75deg) translateX(97%);
        animation: cardOverlaySecondary calc(0.35s * 2);
    }

    .hero.mix_hero-pageTitle.isOnScreen .pageTitleSimple-triangle::before {
        -ms-transform: skew(53deg) translateX(112%);
        transform: skew(53deg) translateX(112%);
    }

    .hero.mix_hero-pageTitle {
        min-height: 300px;
    }
}

@media (min-width: 62em) {
    .hero.mix_hero-pageTitle.isOnScreen .pageTitleSimple-triangle::after {
        -ms-transform: skew(-27.75deg) translateX(94%);
        transform: skew(-27.75deg) translateX(94%);
    }

    .hero.mix_hero-pageTitle.isOnScreen .pageTitleSimple-triangle::before {
        -ms-transform: skew(53deg) translateX(104%);
        transform: skew(53deg) translateX(104%);
    }
}

@media (min-width: 75em) {
    .hero.mix_hero-pageTitle.isOnScreen .pageTitleSimple-triangle::after {
        -ms-transform: skew(-27.75deg) translateX(94%);
        transform: skew(-27.75deg) translateX(94%);
    }

    .hero.mix_hero-pageTitle.isOnScreen .pageTitleSimple-triangle::before {
        -ms-transform: skew(53deg) translateX(104%);
        transform: skew(53deg) translateX(104%);
    }
}

.hero.mix_hero-prefooter {
    font-size: 0.875rem;
    margin-bottom: 0px;
}

.contactUs-triangle::before, .contactUs-triangle::after {
    content: "";
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero.mix_hero-prefooter.isOnScreen .contactUs-triangle::after {
    -ms-transform: skew(53deg) translateX(-134%) translateY(0%);
    transform: skew(53deg) translateX(-134%) translateY(0%);
    z-index: 1;
    background: #e4002b;
    animation: cardOverlayPrimaryBottom 0.35s;
}

.hero.mix_hero-prefooter.isOnScreen .contactUs-triangle::before {
    -ms-transform: skew(-77deg) translateX(226%) translateY(0%);
    transform: skew(-77deg) translateX(226%) translateY(0%);
    background: rgba(104, 107, 107, 0.75);
    transition-delay: 300ms;
    animation: cardOverlaySecondaryBottom calc(0.35s * 2);
}

@media (min-width: 48em) and (min-width: 48em) {
    .hero.mix_hero-prefooter.isOnScreen .contactUs-triangle::after {
        -ms-transform: skew(53deg) translateX(-110%) translateY(0%);
        transform: skew(53deg) translateX(-110%) translateY(0%);
    }

    .hero.mix_hero-prefooter.isOnScreen .contactUs-triangle::before {
        -ms-transform: skew(-77deg) translateX(140%) translateY(0%);
        transform: skew(-77deg) translateX(140%) translateY(0%);
    }
}

@media (min-width: 62em) {
    .hero-prefooter-stripes {
        background-image: url("../images/hero_mix_prefooter_stripes@2,0x.png");
        background-position-x: 100%;
        background-repeat: no-repeat;
        background-size: auto 100%;
        position: absolute;
        right: -30px;
        top: 0px;
        height: 100%;
        width: 100%;
    }

    .hero.mix_hero-prefooter.isOnScreen .contactUs-triangle::after {
        -ms-transform: skew(53deg) translateX(-106%);
        transform: skew(53deg) translateX(-106%);
        animation: cardOverlayPrimaryInverse 0.35s;
    }

    .hero.mix_hero-prefooter.isOnScreen .contactUs-triangle::before {
        -ms-transform: skew(-27.75deg) translateX(-96%);
        transform: skew(-27.75deg) translateX(-96%);
        transition-delay: 300ms;
        animation: cardOverlaySecondaryInverse calc(0.35s * 2);
    }
}

@media (min-width: 75em) {
    .hero-prefooter-stripes {
        right: 20px;
    }

    .hero.mix_hero-prefooter.isOnScreen .contactUs-triangle::after {
        -ms-transform: skew(53deg) translateX(-104%);
        transform: skew(53deg) translateX(-104%);
    }

    .hero.mix_hero-prefooter.isOnScreen .contactUs-triangle::before {
        -ms-transform: skew(-27.75deg) translateX(-96.4%);
        transform: skew(-27.75deg) translateX(-96.4%);
    }
}

.theme-darkblue .hero.mix_hero-prefooter.isOnScreen .contactUs-triangle::after,
:not(html) > .theme-darkblue .hero.mix_hero-prefooter.isOnScreen .contactUs-triangle::after {
    background: rgba(0, 56, 101, 0.75);
}

.theme-darkblue .hero.mix_hero-prefooter.isOnScreen .contactUs-triangle::before,
:not(html) > .theme-darkblue .hero.mix_hero-prefooter.isOnScreen .contactUs-triangle::before {
    background: rgba(0, 147, 178, 0.75);
}

.theme-lightblue .hero.mix_hero-prefooter.isOnScreen .contactUs-triangle::after,
:not(html) > .theme-lightblue .hero.mix_hero-prefooter.isOnScreen .contactUs-triangle::after {
    background: rgba(115, 211, 221, 0.75);
}

.theme-lightblue .hero.mix_hero-prefooter.isOnScreen .contactUs-triangle::before,
:not(html) > .theme-lightblue .hero.mix_hero-prefooter.isOnScreen .contactUs-triangle::before {
    background: rgba(0, 147, 178, 0.75);
}

.theme-midblue .hero.mix_hero-prefooter.isOnScreen .contactUs-triangle::after,
:not(html) > .theme-midblue .hero.mix_hero-prefooter.isOnScreen .contactUs-triangle::after {
    background: rgba(0, 147, 178, 0.75);
}

.theme-midblue .hero.mix_hero-prefooter.isOnScreen .contactUs-triangle::before,
:not(html) > .theme-midblue .hero.mix_hero-prefooter.isOnScreen .contactUs-triangle::before {
    background: rgba(181, 189, 0, 0.75);
}

.theme-darkgray .hero.mix_hero-prefooter.isOnScreen .contactUs-triangle::after,
:not(html) > .theme-darkgray .hero.mix_hero-prefooter.isOnScreen .contactUs-triangle::after {
    background: rgba(104, 107, 107, 0.75);
}

.theme-darkgray .hero.mix_hero-prefooter.isOnScreen .contactUs-triangle::before,
:not(html) > .theme-darkgray .hero.mix_hero-prefooter.isOnScreen .contactUs-triangle::before {
    background: rgba(167, 168, 170, 0.75);
}

.theme-red .hero.mix_hero-prefooter.isOnScreen .contactUs-triangle::after,
:not(html) > .theme-red .hero.mix_hero-prefooter.isOnScreen .contactUs-triangle::after {
    background: rgba(228, 0, 43, 0.75);
}

.theme-red .hero.mix_hero-prefooter.isOnScreen .contactUs-triangle::before,
:not(html) > .theme-red .hero.mix_hero-prefooter.isOnScreen .contactUs-triangle::before {
    background: rgba(166, 25, 46, 0.75);
}

.theme-lime .hero.mix_hero-prefooter.isOnScreen .contactUs-triangle::after,
:not(html) > .theme-lime .hero.mix_hero-prefooter.isOnScreen .contactUs-triangle::after {
    background: rgba(181, 189, 0, 0.75);
}

.theme-lime .hero.mix_hero-prefooter.isOnScreen .contactUs-triangle::before,
:not(html) > .theme-lime .hero.mix_hero-prefooter.isOnScreen .contactUs-triangle::before {
    background: rgba(167, 168, 170, 0.75);
}

.search-triangle::before, .search-triangle::after {
    content: "";
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
}

.hero.mix_hero-search.isOnScreen .search-triangle::after {
    -ms-transform: skew(53deg) translateX(-150%);
    transform: skew(53deg) translateX(-150%);
    background: #e3e5e6;
    animation: cardOverlayPrimaryBottom 0.35s;
}

.hero.mix_hero-search.isOnScreen .search-triangle::before {
    -ms-transform: skew(-77deg) translateX(300%);
    transform: skew(-77deg) translateX(300%);
    z-index: 1;
    background: #ebeeef;
    animation: cardOverlaySecondaryBottom calc(0.35s * 2);
    transition-delay: 0.35s;
}

@media (min-width: 48em) {
    .hero.mix_hero-search.isOnScreen .search-triangle::after {
        -ms-transform: skew(53deg) translateX(-115%);
        transform: skew(53deg) translateX(-115%);
    }

    .hero.mix_hero-search.isOnScreen .search-triangle::before {
        -ms-transform: skew(-77deg) translateX(140%);
        transform: skew(-77deg) translateX(140%);
    }

    .hero.mix_hero-search .CoveoSearchbox {
        max-width: 1067px;
    }
}

@media (min-width: 62em) {
    .hero.mix_hero-search .input-group {
        width: calc(100% - 6.25rem);
    }

    .hero.mix_hero-search.isOnScreen .search-triangle::after {
        background: rgba(104, 107, 107, 0.75);
        -ms-transform: skew(53deg) translateX(108%);
        transform: skew(53deg) translateX(108%);
        animation: cardOverlayPrimary 0.35s;
    }

    .hero.mix_hero-search.isOnScreen .search-triangle::before {
        background: #e4002b;
        -ms-transform: skew(-27.75deg) translateX(90%);
        transform: skew(-27.75deg) translateX(90%);
        animation: cardOverlaySecondary calc(0.35s * 2);
    }
}

@media (min-width: 75em) {
    .hero.mix_hero-search.isOnScreen .search-triangle::after {
        -ms-transform: skew(53deg) translateX(104%);
        transform: skew(53deg) translateX(104%);
    }

    .hero.mix_hero-search.isOnScreen .search-triangle::before {
        -ms-transform: skew(-27.75deg) translateX(92.5%);
        transform: skew(-27.75deg) translateX(92.5%);
    }
}

@media (min-width: 62em) {
    .theme-darkblue .hero.mix_hero-subscribe.isOnScreen .subscribe-triangle::after,
    :not(html) > .theme-darkblue .hero.mix_hero-subscribe.isOnScreen .subscribe-triangle::after {
        background: rgba(0, 147, 178, 0.75);
    }

    .theme-darkblue .hero.mix_hero-subscribe.isOnScreen .subscribe-triangle::before,
    :not(html) > .theme-darkblue .hero.mix_hero-subscribe.isOnScreen .subscribe-triangle::before {
        background: rgba(0, 56, 101, 0.75);
    }
}

@media (min-width: 62em) {
    .theme-lightblue .hero.mix_hero-search.isOnScreen .search-triangle::after,
    :not(html) > .theme-lightblue .hero.mix_hero-search.isOnScreen .search-triangle::after {
        background-color: rgba(0, 147, 178, 0.75);
    }

    .theme-lightblue .hero.mix_hero-search.isOnScreen .search-triangle::before,
    :not(html) > .theme-lightblue .hero.mix_hero-search.isOnScreen .search-triangle::before {
        background-color: rgba(115, 211, 221, 0.75);
    }
}

@media (min-width: 62em) {
    .theme-midblue .hero.mix_hero-search.isOnScreen .search-triangle::after,
    :not(html) > .theme-midblue .hero.mix_hero-search.isOnScreen .search-triangle::after {
        background-color: rgba(0, 147, 178, 0.75);
    }

    .theme-midblue .hero.mix_hero-search.isOnScreen .search-triangle::before,
    :not(html) > .theme-midblue .hero.mix_hero-search.isOnScreen .search-triangle::before {
        background-color: rgba(181, 189, 0, 0.75);
    }
}

@media (min-width: 62em) {
    .theme-darkgray .hero.mix_hero-search.isOnScreen .search-triangle::after,
    :not(html) > .theme-darkgray .hero.mix_hero-search.isOnScreen .search-triangle::after {
        background-color: rgba(104, 107, 107, 0.75);
    }

    .theme-darkgray .hero.mix_hero-search.isOnScreen .search-triangle::before,
    :not(html) > .theme-darkgray .hero.mix_hero-search.isOnScreen .search-triangle::before {
        background-color: rgba(167, 168, 170, 0.75);
    }
}

@media (min-width: 62em) {
    .theme-red .hero.mix_hero-search.isOnScreen .search-triangle::after,
    :not(html) > .theme-red .hero.mix_hero-search.isOnScreen .search-triangle::after {
        background-color: rgba(228, 0, 43, 0.75);
    }

    .theme-red .hero.mix_hero-search.isOnScreen .search-triangle::before,
    :not(html) > .theme-red .hero.mix_hero-search.isOnScreen .search-triangle::before {
        background-color: rgba(166, 25, 46, 0.75);
    }
}

@media (min-width: 62em) {
    .theme-lime .hero.mix_hero-search.isOnScreen .search-triangle::after,
    :not(html) > .theme-lime .hero.mix_hero-search.isOnScreen .search-triangle::after {
        background-color: rgba(167, 168, 170, 0.75);
    }

    .theme-lime .hero.mix_hero-search.isOnScreen .search-triangle::before,
    :not(html) > .theme-lime .hero.mix_hero-search.isOnScreen .search-triangle::before {
        background-color: rgba(181, 189, 0, 0.75);
    }
}

.hero.mix_hero-subscribe .container {
    padding-bottom: 4.125rem;
    z-index: 1;
}

.subscribe-triangle::before, .subscribe-triangle::after {
    content: "";
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero.mix_hero-subscribe.isOnScreen .subscribe-triangle::after {
    -ms-transform: skew(53deg) translateX(-120%);
    transform: skew(53deg) translateX(-120%);
    z-index: 1;
    background-color: #e4002b;
    animation: cardOverlayPrimaryBottom 0.35s;
}

.hero.mix_hero-subscribe.isOnScreen .subscribe-triangle::before {
    -ms-transform: skew(-77deg) translateX(180%);
    transform: skew(-77deg) translateX(180%);
    background-color: rgba(104, 107, 107, 0.75);
    animation: cardOverlaySecondaryBottom calc(0.35s * 2);
    transition-delay: 300ms;
}

@media (max-width: 35.98em) {
    .hero.mix_hero-subscribe.isOnScreen .subscribe-triangle::after {
        -ms-transform: skew(-77deg) translateX(280%);
        transform: skew(-77deg) translateX(280%);
    }

    .hero.mix_hero-subscribe.isOnScreen .subscribe-triangle::before {
        -ms-transform: skew(53deg) translateX(-150%);
        transform: skew(53deg) translateX(-150%);
    }
}

@media (min-width: 48em) {
    .hero.mix_hero-subscribe.isOnScreen .subscribe-triangle::after {
        -ms-transform: skew(-77deg) translateX(140%);
        transform: skew(-77deg) translateX(140%);
    }

    .hero.mix_hero-subscribe.isOnScreen .subscribe-triangle::before {
        -ms-transform: skew(53deg) translateX(-110%);
        transform: skew(53deg) translateX(-110%);
    }
}

@media (min-width: 62em) {
    .hero.mix_hero-subscribe .hero-prefooter-stripes {
        right: -350px;
    }

    :not(.mix_hero-subscribe-narrow).hero.mix_hero-subscribe.isOnScreen .subscribe-triangle::after {
        -ms-transform: skew(53deg) translateX(-106%);
        transform: skew(53deg) translateX(-106%);
        animation: cardOverlayPrimaryInverse 0.35s;
    }

    :not(.mix_hero-subscribe-narrow).hero.mix_hero-subscribe.isOnScreen .subscribe-triangle::before {
        -ms-transform: skew(-27.75deg) translateX(-94%);
        transform: skew(-27.75deg) translateX(-94%);
        animation: cardOverlaySecondaryInverse calc(0.35s * 2);
        transition-delay: 300ms;
    }
}

@media (min-width: 75em) {
    .hero-subscribe-stripes {
        right: 20px;
    }

    :not(.mix_hero-subscribe-narrow).hero.mix_hero-subscribe.isOnScreen .subscribe-triangle::after {
        -ms-transform: skew(53deg) translateX(-104%);
        transform: skew(53deg) translateX(-104%);
    }

    :not(.mix_hero-subscribe-narrow).hero.mix_hero-subscribe.isOnScreen .subscribe-triangle::before {
        -ms-transform: skew(-27.75deg) translateX(-94.7%);
        transform: skew(-27.75deg) translateX(-94.7%);
    }
}

.hero.mix_hero-subscribe.mix_hero-subscribe-narrow {
    background-color: transparent;
    border: 1px solid #c6c9cb;
    border-top: 4px solid #e4002b;
}

    .hero.mix_hero-subscribe.mix_hero-subscribe-narrow .hero-animation-container {
        display: none;
    }

    .hero.mix_hero-subscribe.mix_hero-subscribe-narrow.isOnScreen .subscribe-triangle::after {
        background-color: #e3e5e6;
        -ms-transform: skew(53deg) translateX(-140%);
        transform: skew(53deg) translateX(-140%);
    }

    .hero.mix_hero-subscribe.mix_hero-subscribe-narrow.isOnScreen .subscribe-triangle::before {
        background-color: #ebeeef;
        -ms-transform: skew(-77deg) translateX(220%);
        transform: skew(-77deg) translateX(220%);
    }

.theme-lightblue .hero.mix_hero-subscribe.isOnScreen .subscribe-triangle::after,
:not(html) > .theme-lightblue .hero.mix_hero-subscribe.isOnScreen .subscribe-triangle::after {
    background: rgba(0, 147, 178, 0.75);
}

.theme-lightblue .hero.mix_hero-subscribe.isOnScreen .subscribe-triangle::before,
:not(html) > .theme-lightblue .hero.mix_hero-subscribe.isOnScreen .subscribe-triangle::before {
    background: rgba(115, 211, 221, 0.75);
}

.theme-lightblue .hero.mix_hero-subscribe.isOnScreen .subscribe-triangle::after,
:not(html) > .theme-lightblue .hero.mix_hero-subscribe.isOnScreen .subscribe-triangle::after {
    background: rgba(0, 147, 178, 0.75);
}

.theme-lightblue .hero.mix_hero-subscribe.isOnScreen .subscribe-triangle::before,
:not(html) > .theme-lightblue .hero.mix_hero-subscribe.isOnScreen .subscribe-triangle::before {
    background: rgba(115, 211, 221, 0.75);
}

.theme-midblue .hero.mix_hero-subscribe.isOnScreen .subscribe-triangle::after,
:not(html) > .theme-midblue .hero.mix_hero-subscribe.isOnScreen .subscribe-triangle::after {
    background: rgba(0, 147, 178, 0.75);
}

.theme-midblue .hero.mix_hero-subscribe.isOnScreen .subscribe-triangle::before,
:not(html) > .theme-midblue .hero.mix_hero-subscribe.isOnScreen .subscribe-triangle::before {
    background: rgba(181, 189, 0, 0.75);
}

.theme-darkgray .hero.mix_hero-subscribe.isOnScreen .subscribe-triangle::after,
:not(html) > .theme-darkgray .hero.mix_hero-subscribe.isOnScreen .subscribe-triangle::after {
    background: rgba(167, 168, 170, 0.75);
}

.theme-darkgray .hero.mix_hero-subscribe.isOnScreen .subscribe-triangle::before,
:not(html) > .theme-darkgray .hero.mix_hero-subscribe.isOnScreen .subscribe-triangle::before {
    background: rgba(104, 107, 107, 0.75);
}

.theme-red .hero.mix_hero-subscribe.isOnScreen .subscribe-triangle::after,
:not(html) > .theme-red .hero.mix_hero-subscribe.isOnScreen .subscribe-triangle::after {
    background: rgba(228, 0, 43, 0.75);
}

.theme-red .hero.mix_hero-subscribe.isOnScreen .subscribe-triangle::before,
:not(html) > .theme-red .hero.mix_hero-subscribe.isOnScreen .subscribe-triangle::before {
    background: rgba(166, 25, 46, 0.75);
}

.theme-lime .hero.mix_hero-subscribe.isOnScreen .subscribe-triangle::after,
:not(html) > .theme-lime .hero.mix_hero-subscribe.isOnScreen .subscribe-triangle::after {
    background: rgba(181, 189, 0, 0.75);
}

.theme-lime .hero.mix_hero-subscribe.isOnScreen .subscribe-triangle::before,
:not(html) > .theme-lime .hero.mix_hero-subscribe.isOnScreen .subscribe-triangle::before {
    background: rgba(167, 168, 170, 0.75);
}

.simple-image {
    position: relative;
}

    .simple-image::after {
        background-color: #e4002b;
        content: '';
        display: block;
        left: 0px;
        height: 64px;
        width: 100%;
        z-index: 1;
    }

    .simple-image::before {
        content: url("../images/dotAccent-hr.png");
        bottom: 64px;
        height: 32px;
        left: 0px;
        overflow: hidden;
        position: absolute;
        right: 0px;
        -ms-transform: translateY(50%);
        transform: translateY(50%);
        z-index: 2;
    }

    .simple-image img {
        height: auto;
        width: 100%;
    }

@media (min-width: 62em) {
    .simple-image::after {
        width: 83%;
    }

    .simple-image::before {
        right: 28%;
    }
}

.theme-lightblue .simple-image::after,
:not(html) > .theme-lightblue .simple-image::after {
    background-color: rgba(115, 211, 221, 0.75);
}

.theme-midblue .simple-image::after,
:not(html) > .theme-midblue .simple-image::after {
    background-color: rgba(0, 147, 178, 0.75);
}

.theme-darkblue .simple-image::after,
:not(html) > .theme-darkblue .simple-image::after {
    background-color: rgba(0, 56, 101, 0.75);
}

.theme-red .simple-image::after,
:not(html) > .theme-red .simple-image::after {
    background-color: rgba(228, 0, 43, 0.75);
}

.theme-darkgray .simple-image::after,
:not(html) > .theme-darkgray .simple-image::after {
    background-color: rgba(104, 107, 107, 0.75);
}

.theme-lime .simple-image::after,
:not(html) > .theme-lime .simple-image::after {
    background-color: rgba(181, 189, 0, 0.75);
}

.anchor-offset {
    display: block;
    position: relative;
    top: calc(0px - 2.75rem - 2.75rem - 3.75rem - 2px - 12px);
    visibility: hidden;
}

.anchorNav {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 3.75rem;
    margin: 0px calc(0px - 12px);
}

.anchorNav-menu {
    -ms-flex-line-pack: center;
    align-content: center;
    border-left: 1px solid #e2e6e8;
    -webkit-clip-path: inset(0px 0px -5000px 0px);
    clip-path: inset(0px 0px -5000px 0px);
    font-size: 0.875rem;
    height: 100%;
    position: relative;
    width: 50%;
}

    .anchorNav-menu.isActive .anchorNav-menuButton .fa-angle-down {
        transform: rotateX(180deg);
    }

    .anchorNav-menu.isActive .anchorNav-menuItems {
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

.anchorNav-menuButton {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    border-bottom: 1px solid #e2e6e8;
    cursor: pointer;
    height: calc(100% + 1px);
    outline-offset: -5px;
    padding: 0 1.25rem;
    position: relative;
    text-align: left;
    width: 100%;
    z-index: 2;
}

    .anchorNav-menuButton span {
        border-bottom: 2px solid #e4002b;
        padding: 20px 0;
    }

    .anchorNav-menuButton .fa-angle-down {
        color: #e4002b;
        font-size: 1rem;
        position: absolute;
        right: 0;
        transition: all calc(0.35s * 3);
    }

.anchorNav-menuItem {
    transition: all 0.35s;
}

    .anchorNav-menuItem a {
        color: inherit;
        display: inline-block;
        margin: 0 calc(-12px / 2);
        padding: calc(12px / 2) calc(12px / 2);
        text-decoration: none;
        transition: all 0.35s;
        width: calc(100% + 12px);
    }

        .anchorNav-menuItem a:hover {
            background-color: #f2f4f5;
            color: #232424;
        }

.anchorNav-menuItems {
    background-color: #ffffff;
    border: 1px solid #e2e6e8;
    left: -1px;
    list-style-type: none;
    margin-bottom: 0;
    padding: calc(12px / 2) 12px;
    position: absolute;
    top: 100%;
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: all 0.35s;
    width: 100%;
    z-index: 1;
}

.anchorNav-title {
    color: #686b6b;
    font-size: 0.75rem;
    padding-right: 1.25rem;
    width: 50%;
}

.anchor-offset-short {
    display: block;
    position: relative;
    top: calc(0px - 2.75rem - 2.75rem - 2px - 12px);
    visibility: hidden;
}

@media (min-width: 62em) {
    .anchor-offset {
        top: calc(0px - 5rem - 3.75rem - 2px - 12px);
    }

    .anchorNav {
        margin: 0px;
    }

    .anchorNav-menu {
        border-left: none;
        width: auto;
    }

        .anchorNav-menu.isActive .anchorNav-menuItems {
            border: none;
            padding: 0;
        }

    .anchorNav-menuItem {
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 2px solid transparent;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        margin-left: 1.25rem;
        padding-top: 2px;
    }

        .anchorNav-menuItem a {
            margin: 0;
            padding: 0;
            width: auto;
        }

        .anchorNav-menuItem.isActive {
            border-bottom: 2px solid #e4002b;
        }

        .anchorNav-menuItem a:hover {
            background-color: initial;
        }

    .anchorNav-menuItems {
        -ms-flex-align: center;
        align-items: center;
        background-color: transparent;
        border: none;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        left: initial;
        padding: 0;
        position: relative;
        top: initial;
        -ms-transform: initial;
        transform: initial;
        width: auto;
        z-index: initial;
    }

    .anchorNav-menuButton {
        display: none;
    }

    .anchorNav-title {
        border-right: 1px solid #e2e6e8;
        width: auto;
    }

    .anchor-offset-short {
        top: calc(0px - 5rem - 2px - 12px);
    }
}

@media print {
    .anchorNav {
        display: none;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .anchorNav-menu.isActive .anchorNav-menuItems {
        border: 1px solid #e2e6e8;
        max-height: 300px;
        padding: calc(12px / 2) 12px;
        -ms-transform: none;
        transform: none;
    }

    .anchorNav-menuItems {
        border: none;
        max-height: 0;
        overflow: hidden;
        padding: 0 12px;
        -ms-transform: none;
        transform: none;
    }
}

@media all and (-ms-high-contrast: none) and (min-width: 62em), (-ms-high-contrast: active) and (min-width: 62em) {
    .anchorNav-menuItems {
        max-height: 100%;
    }
}

@media all and (-ms-high-contrast: none) and (min-width: 62em), (-ms-high-contrast: active) and (min-width: 62em) {
    .anchorNav-menuItems {
        -ms-flex-align: center;
        align-items: center;
        background-color: transparent;
        border: none;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        left: inherit;
        padding: 0;
        position: relative;
        top: inherit;
        -ms-transform: inherit;
        transform: inherit;
        width: auto;
        z-index: inherit;
    }
}

@supports (-ms-ime-align: auto) {
    .anchorNav-menu.isActive .anchorNav-menuItems {
        border: 1px solid #e2e6e8;
        max-height: 300px;
        padding: calc(12px / 2) 12px;
        -ms-transform: none;
        transform: none;
    }

    .anchorNav-menuItems {
        border: none;
        max-height: 0;
        overflow: hidden;
        padding: 0 12px;
        -ms-transform: none;
        transform: none;
    }

    @media (min-width: 62em) {
        .anchorNav-menuItems {
            max-height: 100%;
        }
    }
}

.verticalTabs {
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffffff;
    border-bottom: 1px solid #e2e6e8;
    border-top: 1px solid #e2e6e8;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 3.75rem;
    margin-left: -12px;
    margin-right: -12px;
    padding-left: 12px;
    padding-right: 12px;
}

.verticalTabs-menu {
    border-left: 1px solid #e2e6e8;
    -webkit-clip-path: inset(0px 0px -5000px 0px);
    clip-path: inset(0px 0px -5000px 0px);
    height: 100%;
    position: relative;
    width: 66.6666%;
}

    .verticalTabs-menu.isActive .verticalTabs-menuButton .fa-angle-down {
        transform: rotateX(180deg);
    }

    .verticalTabs-menu.isActive .verticalTabs-menuItems {
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .verticalTabs-menu .nav-tabs.mix_vertical {
        position: absolute;
    }

.verticalTabs-menuButton {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    border-bottom: 1px solid #e2e6e8;
    cursor: pointer;
    font-size: 0.875rem;
    height: calc(100% + 1px);
    outline-offset: -5px;
    padding: 0 1.25rem;
    position: relative;
    text-align: left;
    width: 100%;
    z-index: 2;
}

    .verticalTabs-menuButton span {
        border-bottom: 2px solid #e4002b;
        padding: 20px 0;
    }

    .verticalTabs-menuButton .fa-angle-down {
        color: #e4002b;
        font-size: 1rem;
        position: absolute;
        right: 0;
        transition: all calc(0.35s * 3);
    }

.verticalTabs-menuItems {
    background-color: #ffffff;
    border: 1px solid #e2e6e8;
    left: -1px;
    margin-bottom: 0px;
    overflow-x: auto;
    padding: calc(12px / 2) 12px;
    position: absolute;
    top: 100%;
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: all 0.35s;
    width: 100%;
    z-index: 1;
}

    .verticalTabs-menuItems .nav-item {
        display: block;
        margin-right: 0px;
    }

    .verticalTabs-menuItems .nav-link {
        border-bottom: none;
        color: #686b6b;
        display: inline-block;
        font-weight: 400;
        margin: 0 calc(-12px / 2);
        padding: calc(12px / 2) calc(12px / 2);
        text-decoration: none;
        transition: all 0.35s;
        width: calc(100% + 12px);
    }

        .verticalTabs-menuItems .nav-link:hover {
            background-color: #f2f4f5;
            color: #232424;
        }

        .verticalTabs-menuItems .nav-link.active {
            border-bottom: none;
        }

.verticalTabs-title {
    color: #686b6b;
    font-size: 0.75rem;
    padding-right: 1.25rem;
    width: 33.3333%;
}

@media (min-width: 62em) {
    .verticalTabs {
        background-color: transparent;
        border-bottom: none;
        border-top: none;
        display: block;
        height: auto;
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .verticalTabs-menu {
        border-left: none;
        height: auto;
        width: auto;
    }

        .verticalTabs-menu .nav-tabs.mix_vertical {
            position: relative;
        }

    .verticalTabs-menuButton {
        display: none !important;
    }

    .verticalTabs-menuItems {
        background-color: transparent;
        border: none;
        display: block;
        left: auto;
        margin-bottom: 1.25rem;
        padding: 0px;
        position: relative;
        top: auto;
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        transition: none;
        width: auto;
        z-index: initial;
    }

        .verticalTabs-menuItems .nav-item {
            display: block;
        }

        .verticalTabs-menuItems .nav-link {
            color: #e4002b;
            font-size: 1rem;
            font-weight: 700;
            margin: 0px;
            padding: 0.625rem 0px;
            width: auto;
        }

            .verticalTabs-menuItems .nav-link:hover {
                background-color: transparent;
                color: #686b6b;
            }

            .verticalTabs-menuItems .nav-link.active {
                color: #686b6b;
            }

    .verticalTabs-title {
        font-size: 1.125rem;
        font-weight: 700;
        margin-bottom: 1rem;
        padding-right: 0px;
        text-transform: uppercase;
        width: auto;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .verticalTabs-menu.isActive .verticalTabs-menuItems {
        border: 1px solid #e2e6e8;
        max-height: 500px;
        padding: calc(12px / 2) 12px;
        -ms-transform: none;
        transform: none;
    }

    .verticalTabs-menuItems {
        border: none;
        max-height: 0;
        overflow: hidden;
        padding: 0 12px;
        -ms-transform: none;
        transform: none;
    }
}

@media all and (-ms-high-contrast: none) and (min-width: 62em), (-ms-high-contrast: active) and (min-width: 62em) {
    .verticalTabs-menuItems {
        max-height: 100%;
    }
}

@supports (-ms-ime-align: auto) {
    .verticalTabs-menu.isActive .verticalTabs-menuItems {
        border: 1px solid #e2e6e8;
        max-height: 500px;
        padding: calc(12px / 2) 12px;
        -ms-transform: none;
        transform: none;
    }

    .verticalTabs-menuItems {
        border: none;
        max-height: 0;
        overflow: hidden;
        padding: 0 12px;
        -ms-transform: none;
        transform: none;
    }

    @media (min-width: 62em) {
        .verticalTabs-menuItems {
            max-height: 100%;
        }
    }
}

.rich-text {
    margin-bottom: 1rem;
}

    .rich-text img {
        height: auto;
        max-width: 100%;
    }

        .rich-text img[align="left"] {
            margin-bottom: 1rem;
            margin-right: 1rem;
        }

        .rich-text img[align="right"] {
            margin-bottom: 1rem;
            margin-left: 1rem;
        }

    .rich-text table {
        border-collapse: collapse;
    }

        .rich-text table td {
            border: 1px solid #686b6b;
            padding: 0.25em;
        }

    .rich-text .mix_align-center {
        margin-top: 3rem;
    }

        .rich-text .mix_align-center p.indented:last-child {
            margin-bottom: 3rem;
        }

.sidebar {
    background-color: #f2f4f5;
    border-top: 4px solid #e4002b;
    overflow: hidden;
    padding: 2.25rem 2.5rem 1.875rem 2.5rem;
    position: relative;
    margin-bottom: 1.5rem;
}

    .sidebar .card {
        background-color: transparent;
    }

    .sidebar > .card {
        margin-bottom: 36px;
    }

        .sidebar > .card > .card-img-top {
            height: 9rem;
            width: 9rem;
        }

.sidebar-animation-block {
    height: 100%;
    opacity: 0;
    position: absolute;
    left: auto;
    bottom: auto;
    opacity: 0.8;
    transition: all 0.7s;
    width: 100%;
}

    .sidebar-animation-block.mix_primary {
        background-color: #e3e5e6;
        bottom: -110%;
        -ms-transform: skew(0, 35deg);
        transform: skew(0, 35deg);
    }

    .sidebar-animation-block.mix_secondary {
        background-color: #ebeeef;
        bottom: -50%;
        -ms-transform: skew(-77deg);
        transform: skew(-77deg);
        transition-delay: 0.7s;
    }

.sidebar-animation-container {
    height: 100%;
    left: 50%;
    margin-left: -50%;
    position: absolute;
    top: 0px;
    width: 100%;
}

.sidebar-body {
    font-size: 0.875rem;
    position: relative;
}

    .sidebar-body li i {
        color: #e4002b;
    }

    .sidebar-body ul.list-unstyled a:not(.btn) {
        color: #e4002b;
    }

        .sidebar-body ul.list-unstyled a:not(.btn):hover {
            color: #a6192e;
        }

.sidebar-foot {
    padding-top: 0.875rem;
    font-size: 0.75rem;
}

.sidebar-header {
    font-weight: bold;
    margin-bottom: 2.5rem;
    text-transform: uppercase;
}

    .sidebar-header.alt {
        margin-bottom: 1.875rem;
    }

.sidebar-secondaryContacts > ul {
    border-bottom: 1px solid #c6c9cb;
    border-top: 1px solid #c6c9cb;
    padding-top: 36px;
}

.sidebar-secondaryContacts .card-staff-sm:after,
.sidebar-secondaryContacts .card-staff-sm:before {
    border: none;
}

.sidebar-secondaryContacts > ul > li:first-child .card-staff-sm:before {
    border-top: 1px solid #c6c9cb;
}

.sidebar-secondaryContacts > ul > li:last-child .card-staff-sm:after {
    border-bottom: 1px solid #c6c9cb;
}

.sidebar.mix_author {
    border-top: 4px solid rgba(115, 211, 221, 0.75);
}

.sidebar.mix_keyFeatures {
    border-top: 4px solid rgba(0, 147, 178, 0.75);
}

    .sidebar.mix_keyFeatures ul {
        list-style: none;
        padding-left: 2em;
    }

    .sidebar.mix_keyFeatures li::before {
        color: #e4002b;
        content: "\2022";
        display: inline-block;
        font-weight: bold;
        margin-left: -1em;
        width: 1em;
    }

    .sidebar.mix_keyFeatures.mix_keyFeaturesAlt {
        background-color: transparent;
        border: 1px solid #c6c9cb;
        border-top: 4px solid rgba(115, 211, 221, 0.75);
    }

.sidebar.mix_nearbyOffices {
    border-top: 4px solid #e4002b;
    padding: 2.375rem 2.5rem 2.375rem 2.5rem;
}

    .sidebar.mix_nearbyOffices .sidebar-body li:first-of-type {
        padding-top: unset;
    }

    .sidebar.mix_nearbyOffices .sidebar-body li {
        padding-top: 1.188rem;
        padding-bottom: 1.188rem;
    }

        .sidebar.mix_nearbyOffices .sidebar-body li a {
            font-size: 0.75rem;
            display: block;
            width: 100%;
        }

        .sidebar.mix_nearbyOffices .sidebar-body li i {
            font-size: 0.875rem;
            float: right;
        }

    .sidebar.mix_nearbyOffices .sidebar-body a:not(.btn) {
        color: #686b6b;
    }

.sidebar.mix_officeInfo {
    border-top: 4px solid rgba(115, 211, 221, 0.75);
}

.sidebar.mix_supportedPositions {
    background-color: transparent;
    border: 1px solid #c6c9cb;
    border-top: 4px solid rgba(0, 56, 101, 0.75);
}

    .sidebar.mix_supportedPositions ul {
        list-style: none;
        padding-left: 2em;
    }

    .sidebar.mix_supportedPositions li::before {
        color: #e4002b;
        content: "\2022";
        display: inline-block;
        font-weight: bold;
        margin-left: -1em;
        width: 1em;
    }

    .sidebar.mix_supportedPositions a {
        color: #686b6b;
    }

.sidebar.mix_transparent {
    background-color: transparent;
    border: 1px solid #C6C9Cb;
    border-top: 4px solid #e4002b;
}

.sidebar.mix_wedged {
    background-color: transparent;
    border: 1px solid #c6c9cb;
    border-top: 4px solid rgba(0, 56, 101, 0.75);
    padding-bottom: 3.75rem;
}

.tabs-container-headline {
    border-bottom: 1px solid #c6c9cb;
    padding-bottom: 12px;
    margin-bottom: 24px;
}

.container-headline {
    margin-bottom: 3rem;
    overflow: hidden;
    position: relative;
    text-transform: uppercase;
}

    .container-headline::after {
        background-color: #c6c9cb;
        bottom: 0px;
        content: "";
        display: inline-block;
        height: 1px;
        left: 0px;
        position: absolute;
        width: 100%;
    }

    .container-headline + .slick-slider {
        margin-top: -3rem;
    }

@media (min-width: 62em) {
    .container-headline::after {
        bottom: auto;
        left: auto;
        margin-left: 24px;
        top: 1rem;
    }

    .container-headline + .slick-slider {
        margin-top: -1.625rem;
    }

    .container-headline.mix_align-center {
        text-align: center;
    }

        .container-headline.mix_align-center:after,
        .container-headline.mix_align-center:before {
            background-color: #c6c9cb;
            bottom: auto;
            content: "";
            display: inline-block;
            height: 1px;
            position: relative;
            top: auto;
            vertical-align: middle;
            width: 50%;
        }

        .container-headline.mix_align-center:after {
            margin-right: -50%;
        }

        .container-headline.mix_align-center:before {
            margin-left: -50%;
            margin-right: 24px;
        }
}

.hChapter {
    color: #232424;
    position: relative;
    text-transform: uppercase;
}

.hChapter-numeral {
    color: #e4002b;
    display: block;
    font-size: 4.75rem;
    font-weight: bold;
}

@media (min-width: 62em) {
    .hChapter-numeral {
        display: inline;
        font-size: 6.25rem;
        margin-right: 2.5rem;
        vertical-align: middle;
    }
}

.list-inline.mix_centered > * {
    margin-bottom: 1rem;
    text-align: center;
    width: 100%;
}

    .list-inline.mix_centered > * > .btn {
        width: 100%;
    }

@media (min-width: 62em) {
    .list-inline.mix_centered > * {
        margin-bottom: inherit;
        text-align: inherit;
        width: auto;
    }

        .list-inline.mix_centered > * > .btn {
            width: auto;
        }
}

.list-decorated > li {
    padding-bottom: 24px;
    padding-top: 24px;
    border-bottom: 1px solid #c6c9cb;
}

@media (min-width: 62em) {
    .list-lg-inline {
        list-style-type: none;
        padding: 0px;
    }

        .list-lg-inline > * {
            display: inline-block;
        }

            .list-lg-inline > * + *::before {
                content: '•';
                margin: 0 0.5rem;
            }
}

.valueProp.mix_3cards .card {
    margin-bottom: 0px;
}

.valueProp.mix_3cards .card-body {
    border-top-width: 0px;
    padding: 2rem 2.5rem;
}

.valueProp.mix_3cards .card-text {
    font-size: 0.875rem;
}

.valueProp.mix_3cards .row > *:first-child .card-body {
    border-top-color: #e4002b;
    border-top-width: 4px;
}

.valueProp.mix_3cards .row > *:last-child .card {
    margin-bottom: 12px;
}

.valueProp.mix_3cards .valueProp-hero-img {
    display: none;
    height: auto;
    width: 100%;
}

@media (min-width: 62em) {
    .valueProp.mix_3cards .card {
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-bottom: 12px;
    }

    .valueProp.mix_3cards .card-body {
        border-right-width: 0px;
        border-top: none;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .valueProp.mix_3cards .container {
        margin-top: -7.5rem;
        position: relative;
    }

    .valueProp.mix_3cards .row {
        border-top: 4px solid rgba(0, 56, 101, 0.75);
        margin: 0px;
    }

        .valueProp.mix_3cards .row > * {
            padding: 0px;
        }

            .valueProp.mix_3cards .row > *:last-child .card-body {
                border-right-width: 1px;
            }

    .valueProp.mix_3cards .valueProp-hero-img {
        display: block;
    }
}

.valueProp.mix_keyValue {
    position: relative;
}

    .valueProp.mix_keyValue .valueProp-img-top {
        height: auto;
        min-height: 340px;
        min-width: 100%;
    }

    .valueProp.mix_keyValue .valueProp-img-wrapper {
        margin-bottom: 3.75rem;
        overflow: hidden;
        position: relative;
    }

        .valueProp.mix_keyValue .valueProp-img-wrapper::after {
            content: "";
            background-image: url("https://cw-gbl-gws-prod.azureedge.net/assets/images/valueProp-keyValue/bg-dots@2,0x.png");
            background-size: auto 2.5rem;
            bottom: 0;
            height: 2.5rem;
            position: absolute;
            width: 100%;
            z-index: 1;
        }

        .valueProp.mix_keyValue .valueProp-img-wrapper::before {
            content: "";
            background-image: url("https://cw-gbl-gws-prod.azureedge.net/assets/images/valueProp-keyValue/bg-lines@2,0x.png");
            background-size: auto 100%;
            height: 100%;
            position: absolute;
            top: 0px;
            width: 100%;
        }

    .valueProp.mix_keyValue .valueProp-statList {
        list-style-type: none;
        margin-bottom: 3.75rem;
        padding: 0px;
    }

    .valueProp.mix_keyValue .valueProp-statList-item {
        margin-bottom: 1.875rem;
    }

    .valueProp.mix_keyValue .valueProp-statList-item-definition {
        color: #232424;
        display: block;
        font-size: 1.5rem;
        font-weight: bold;
        line-height: 1.2;
    }

    .valueProp.mix_keyValue .valueProp-statList-item-term {
        color: #e4002b;
        display: block;
        font-size: 4.75rem;
        font-weight: bold;
        line-height: 1.2;
        min-width: 10rem;
        opacity: 0.8;
    }

    .valueProp.mix_keyValue .valueProp-title {
        color: #ffffff;
        font-size: 1.75rem;
        font-weight: bold;
        min-height: 3.75rem;
        margin-bottom: -1.875rem;
        position: relative;
        text-transform: uppercase;
        z-index: 1;
    }

        .valueProp.mix_keyValue .valueProp-title::before {
            background-color: rgba(0, 147, 178, 0.75);
            bottom: 0px;
            content: "";
            left: 0px;
            position: absolute;
            top: 0px;
            width: calc(100% - 12px);
        }

        .valueProp.mix_keyValue .valueProp-title .container {
            padding-bottom: 1.25rem;
            padding-top: 1.25rem;
            position: relative;
        }

@media (max-width: 61.98em) {
    .valueProp.mix_keyValue .valueProp-title .container {
        margin-bottom: 0;
    }
}

@media (min-width: 62em) {
    .valueProp.mix_keyValue {
        margin-top: 3.125rem;
    }

        .valueProp.mix_keyValue > .container {
            left: 50%;
            position: absolute;
            top: 8rem;
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
        }

        .valueProp.mix_keyValue .valueProp-img-wrapper::before {
            background-size: 100% 100%;
        }

        .valueProp.mix_keyValue .valueProp-statList {
            margin-bottom: 0px;
        }

        .valueProp.mix_keyValue .valueProp-statList-item {
            margin-bottom: 0px;
        }

        .valueProp.mix_keyValue .valueProp-statList-item-definition {
            display: inline-block;
            font-size: 1.75rem;
        }

        .valueProp.mix_keyValue .valueProp-statList-item-term {
            display: inline-block;
            font-size: 6.25rem;
        }

        .valueProp.mix_keyValue .valueProp-title {
            left: 0px;
            top: -3.125rem;
            padding: 2.5rem 0;
            position: absolute;
            width: 100%;
        }

            .valueProp.mix_keyValue .valueProp-title::before {
                width: 70%;
            }
}

@media (min-width: 75em) {
    .valueProp.mix_keyValue {
        margin-top: 5rem;
    }

        .valueProp.mix_keyValue > .container {
            top: 12.5rem;
        }

        .valueProp.mix_keyValue .valueProp-title {
            padding: 3.75rem 0;
            top: -5rem;
        }
}

.valueProp.mix_keyValue.mix_keyValueCentered .valueProp-title::before {
    background-color: rgba(228, 0, 43, 0.8);
    left: auto;
    right: 0px;
    width: 100%;
}

@media (min-width: 62em) {
    .valueProp.mix_keyValue.mix_keyValueCentered {
        position: relative;
    }

        .valueProp.mix_keyValue.mix_keyValueCentered .valueProp-statList-item:first-child {
            -ms-flex-align: center;
            align-items: center;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .valueProp.mix_keyValue.mix_keyValueCentered .valueProp-statList-item:first-child .valueProp-statList-item-definition {
                margin-left: 1rem;
            }

        .valueProp.mix_keyValue.mix_keyValueCentered .valueProp-statList-item:nth-child(2) {
            margin-right: 8rem;
            text-align: right;
        }

            .valueProp.mix_keyValue.mix_keyValueCentered .valueProp-statList-item:nth-child(2) > * {
                display: block;
            }

        .valueProp.mix_keyValue.mix_keyValueCentered .valueProp-statList-item:nth-child(3) {
            margin-left: 8rem;
            margin-top: -5rem;
        }

            .valueProp.mix_keyValue.mix_keyValueCentered .valueProp-statList-item:nth-child(3) > * {
                display: block;
            }

        .valueProp.mix_keyValue.mix_keyValueCentered > .container {
            top: 12rem;
        }

        .valueProp.mix_keyValue.mix_keyValueCentered .valueProp-title::before {
            width: 70%;
        }

        .valueProp.mix_keyValue.mix_keyValueCentered .valueProp-title {
            min-height: 200px;
            text-align: right;
        }

            .valueProp.mix_keyValue.mix_keyValueCentered .valueProp-title > .container {
                padding-left: 30%;
            }
}

.valueProp.mix_keyValue.mix_keyValueCentered .valueProp-title::before {
    background-color: rgba(115, 211, 221, 0.75);
}

.actionsBar {
    font-size: 0.75rem;
    font-weight: 700;
    list-style: none;
    padding-left: 0;
    text-transform: uppercase;
    margin-top: 1rem;
}

@media (min-width: 62em) {
    .actionsBar > li {
        display: inline-block;
    }

        .actionsBar > li:not(:last-child) {
            margin-right: 24px;
        }
}

.guidedNav {
    font-family: "ChronicleTextG2", "Gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1.5rem;
    margin: 0 auto;
    text-align: center;
}

@media (min-width: 62em) {
    .guidedNav {
        background-image: url("https://cw-gbl-gws-prod.azureedge.net/assets/images/guided_nav_lines@2,0x.png");
        background-position-x: 100%;
        background-position-y: 100%;
        background-repeat: no-repeat;
        background-size: auto 100%;
    }
}

.guidedNav h2 {
    font-family: "Gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    width: 50%;
}

.guidedNav .btn-group {
    display: block;
}

.guidedNav .btn-primary {
    font-family: "Gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    transition: all 0.35s;
}

    .guidedNav .btn-primary.d-none {
        opacity: 0;
        -ms-transform: translateY(-10%);
        transform: translateY(-10%);
    }

.guidedNav .dropdown-item {
    border-bottom: 2px solid #979797;
    color: #979797;
    font-size: 1.5rem;
    font-style: italic;
    padding: 12px 0px;
    text-align: center;
}

.guidedNav .dropdown-menu {
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.guidedNav .dropdown-toggle {
    border: none;
    border-bottom: 2px solid #e4002b;
    color: #e4002b;
    font-family: "ChronicleTextG2", "Gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1.5rem;
    font-style: italic;
    font-weight: 400;
    margin-top: -0.1875rem;
    padding: 12px 0px;
    text-transform: inherit;
    width: 100%;
}

    .guidedNav .dropdown-toggle::after {
        border: none;
        color: #e4002b;
        content: "\f078";
        font-family: "Font Awesome 5 Pro";
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1.5rem;
        position: absolute;
        right: 0;
        transform: rotateX(0deg);
        transition: all calc(0.35s * 3);
    }

    .guidedNav .dropdown-toggle:focus,
    .guidedNav .dropdown-toggle:hover {
        box-shadow: none;
    }

    .guidedNav .dropdown-toggle:not(:disabled):not(.disabled):active,
    .guidedNav .dropdown-toggle:not(:disabled):not(.disabled).active,
    .guidedNav .show > .btn-secondary.dropdown-toggle {
        background-color: transparent;
        border-bottom: 2px solid #e4002b;
        color: #e4002b;
    }

    .guidedNav .dropdown-toggle:not(:disabled):not(.disabled):focus {
        box-shadow: none;
    }

.guidedNav .form-group {
    transition: all 0.35s;
}

    .guidedNav .form-group.d-none {
        display: block !important;
        height: 0px;
        opacity: 0;
        -ms-transform: translateY(-10%);
        transform: translateY(-10%);
    }

.guidedNav-title {
    text-transform: uppercase;
}

@media (min-width: 48em) {
    .guidedNav .dropdown-toggle {
        width: 25rem;
    }

    .guidedNav .dropdown-menu {
        width: 25rem;
    }
}

.imageWithCaption-caption {
    background-color: rgba(228, 0, 43, 0.8);
    color: #ffffff;
    font-family: "ChronicleTextG2", "Gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1.25rem;
    font-style: italic;
    margin-left: -12px;
    margin-right: -12px;
    margin-top: calc(0px - 2.5rem - 1em);
    margin-bottom: 4rem;
    padding: 1.25rem 12px;
    position: relative;
    z-index: 1;
}

.imageWithCaption-caption-attribution {
    font-family: "Gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1.125rem;
    font-style: normal;
    font-weight: bold;
}

.imageWithCaption-img {
    height: auto;
    width: 100%;
}

@media (min-width: 62em) {
    .imageWithCaption {
        padding-left: 1.25rem;
    }

    .imageWithCaption-caption {
        font-size: 1.5rem;
        margin-top: calc(0px - 2.5rem - 3em);
        padding: 1.25rem 1.875rem;
    }
}

.gm-style .gm-style-iw-c {
    border-radius: 0px;
    box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.06);
    padding: 0px;
}

    .gm-style .gm-style-iw-c button > img {
        background-color: #ffffff;
    }

.map {
    background-color: #f2f4f5;
    margin: 3rem 0px;
}

    .map.mix_interactive {
        height: 480px;
        width: 100%;
    }

    .map.mix_static {
        height: 612px;
    }

    .map > a > img {
        height: auto;
        width: 100%;
    }

    .map > .card {
        display: none;
    }

.map-infoWindow {
    border-radius: 0px;
}

@media (min-width: 62em) {
    .map {
        margin: 2.5rem 0px;
    }

        .map.mix_static {
            height: 276px;
        }
}

.page-title-link {
    font-size: 0.875rem;
    font-weight: bold;
}

.page-title-main {
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.page-title-news {
    font-size: 2.25rem;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.page-title-sub {
    font-weight: normal;
    margin-bottom: 1.5rem;
    line-height: 1.5;
}

.page-title-tags {
    font-weight: 500;
    text-transform: uppercase;
}

.relatedTerms {
    border-bottom: 1px solid #c6c9cb;
    border-top: 1px solid #c6c9cb;
    margin-bottom: 2.5rem;
    padding: 1rem 0;
}

.relatedTerms-label {
    font-size: 0.75rem;
    font-weight: bold;
    margin-right: 1rem;
    text-transform: uppercase;
}

.relatedTerms-list {
    display: inline-block;
    margin-bottom: 0px;
}

@media (min-width: 62em) {
    .relatedTerms-label {
        display: inline-block;
    }
}

.shareWidget {
    background-color: #ffffff;
    border: 1px solid #c6c9cb;
    display: table;
    margin: 0 auto;
    margin-bottom: 1rem;
    margin-top: 1rem;
    max-width: 552px;
    padding: 0 0.75rem;
    text-align: center;
    width: calc(100% - 12px - 12px);
    z-index: 1;
}

    .shareWidget .btn-shareThis {
        font-size: 1rem;
        padding: 1.25rem 0.75rem;
    }

        .shareWidget .btn-shareThis:hover {
            box-shadow: none;
            color: #232424;
        }

        .shareWidget .btn-shareThis:focus {
            box-shadow: none;
            color: #232424;
            outline: 1px dotted;
            outline: 5px auto -webkit-focus-ring-color;
        }

.shareWidget-label {
    font-weight: bold;
    padding: 1.25rem 0.75rem;
    text-transform: uppercase;
}

@media (min-width: 36em) {
    .shareWidget {
        width: 100%;
    }
}

@media (min-width: 48em) {
    .shareWidget {
        max-width: 744px;
    }
}

@media (min-width: 62em) {
    .shareWidget {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 0px;
        margin-top: 0px;
        max-width: auto;
        padding: 0.5rem 0;
        position: fixed;
        right: -1px;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: auto;
    }

        .shareWidget .btn-shareThis {
            padding: 0.75rem 0.75rem;
        }

    .shareWidget-label {
        display: none;
    }
}

.timeline {
    background-color: #f2f4f5;
    margin-top: 1rem;
    padding: 4rem 1.25rem 1.25rem 2rem;
    position: relative;
}

    .timeline::after {
        content: url(https://cw-gbl-gws-prod.azureedge.net/assets/images/dots.png);
        height: 2rem;
        left: 0px;
        overflow: hidden;
        position: absolute;
        top: -1rem;
        width: 100%;
    }

.timeline-headline {
    margin-bottom: 2rem;
    text-transform: uppercase;
}

.timeline-item {
    background-color: #ffffff;
    margin-bottom: 24px;
    margin-left: 1.375rem;
    position: relative;
}

    .timeline-item:last-child {
        margin-bottom: 0px;
    }

    .timeline-item::before {
        background-color: #ffffff;
        border: 2px solid #c6c9cb;
        border-radius: 50%;
        content: "";
        height: 0.75rem;
        left: -1.75rem;
        position: absolute;
        top: 0.625rem;
        width: 0.75rem;
    }

.timeline-item-body {
    font-size: 0.875rem;
    padding: 1.25rem;
}

    .timeline-item-body > :last-child {
        margin-bottom: 0px;
    }

.timeline-item-date {
    background-color: #9bd3dd;
    color: #686b6b;
    font-weight: 700;
    padding: 0.25rem 1.25rem;
    position: relative;
}

    .timeline-item-date::after {
        border: solid transparent;
        border-color: transparent;
        border-right-color: #9bd3dd;
        border-width: 0.75rem;
        content: "";
        height: 0px;
        margin-top: -0.75rem;
        pointer-events: none;
        position: absolute;
        right: 100%;
        top: 50%;
        width: 0px;
    }

.timeline-item-headline {
    text-transform: uppercase;
}

.timeline-item-image {
    height: auto;
    width: 150px;
}

.timeline-item-imageWrapper {
    display: inline-block;
    margin-bottom: 1rem;
    position: relative;
}

    .timeline-item-imageWrapper .btn.btn-play {
        height: 3rem;
        font-size: 1rem;
        left: 50%;
        margin-left: -1.5rem;
        margin-top: -1.5rem;
        position: absolute;
        top: 50%;
        width: 3rem;
    }

.timeline-item-subhead {
    text-transform: uppercase;
}

.timeline-items {
    border-left: 1px solid #c6c9cb;
    list-style-type: none;
    margin-bottom: 1rem;
    padding: 3.5rem 0px;
    position: relative;
}

    .timeline-items::before {
        border: solid transparent;
        border-color: transparent;
        border-top-color: #c6c9cb;
        border-width: 12px;
        content: "";
        height: 0;
        left: 0%;
        margin-left: -12px;
        pointer-events: none;
        position: absolute;
        top: 0%;
        width: 0;
    }

.timeline-item.mix_center {
    margin-bottom: calc(12px * 2 + 0.75rem);
    padding-bottom: 0.75rem;
}

    .timeline-item.mix_center::after {
        bottom: -0.75rem;
        content: url(https://cw-gbl-gws-prod.azureedge.net/assets/images/dots.png);
        height: 1.5rem;
        left: 0px;
        overflow: hidden;
        position: absolute;
        width: 100%;
    }

    .timeline-item.mix_center::before {
        border-color: #e4002b;
    }

    .timeline-item.mix_center .timeline-item-date {
        background-color: #e4002b;
        color: #ffffff;
    }

        .timeline-item.mix_center .timeline-item-date::after {
            border-right-color: #e4002b;
        }

    .timeline-item.mix_center .timeline-item-headline {
        text-transform: initial;
    }

@media (min-width: 62em) {
    .timeline-headline {
        text-align: center;
    }

    .timeline-item {
        -ms-flex-item-align: end;
        align-self: flex-end;
        margin-left: 0px;
        width: calc(50% - 1.375rem);
        z-index: 1;
    }

        .timeline-item:nth-child(even) {
            -ms-flex-item-align: start;
            align-self: flex-start;
        }

            .timeline-item:nth-child(even)::before {
                left: auto;
                right: -1.75rem;
            }

            .timeline-item:nth-child(even) .timeline-item-date {
                text-align: right;
            }

                .timeline-item:nth-child(even) .timeline-item-date::after {
                    border-left-color: #9bd3dd;
                    border-right-color: transparent;
                    left: 100%;
                    right: auto;
                }

    .timeline-item-imageWrapper {
        float: left;
        margin-bottom: 0px;
        margin-right: 1rem;
    }

    .timeline-items {
        border-left: none;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 auto;
        margin-bottom: 1rem;
        max-width: 1180px;
    }

        .timeline-items::after {
            background-color: #c6c9cb;
            content: "";
            height: 100%;
            left: 50%;
            position: absolute;
            top: 0px;
            width: 1px;
        }

        .timeline-items::before {
            left: 50%;
        }

    .timeline-item.mix_center {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        margin-top: 1.75rem;
    }

        .timeline-item.mix_center::before {
            left: calc(50% - 0.375rem);
            top: -1.75rem;
        }

        .timeline-item.mix_center .timeline-item-body {
            text-align: center;
        }

        .timeline-item.mix_center .timeline-item-date {
            text-align: center;
        }

            .timeline-item.mix_center .timeline-item-date::after {
                border-color: transparent;
                border-bottom-color: #e4002b;
                left: auto;
                right: calc(50% - 0.75rem);
                top: -0.75rem;
            }
}

.videoPlaylist {
    border: 1px solid #c6c9cb;
}

.videoPlaylist-body {
    padding: 2.5rem;
}

.videoPlaylist-playlist {
    border-top: 1px solid #c6c9cb;
    column-gap: 24px;
    columns: 2;
    list-style-type: none;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 24px;
    padding: 0px;
}

.videoPlaylist-playlistItem {
    border-bottom: 1px solid #c6c9cb;
    display: block;
    font-size: 0.75rem;
    font-weight: 700;
    height: 100%;
    margin-left: -12px;
    margin-right: -12px;
    padding-bottom: 1rem;
    padding-top: 1rem;
    text-transform: uppercase;
}

.videoPlaylist-posterImage {
    position: relative;
}

    .videoPlaylist-posterImage::after {
        background-color: #686b6b;
        bottom: 0px;
        content: '';
        left: 0px;
        mix-blend-mode: exclusion;
        opacity: 0.8;
        position: absolute;
        right: 0px;
        top: 0px;
    }

    .videoPlaylist-posterImage .btn.btn-play {
        height: 5rem;
        font-size: 2.25rem;
        left: 50%;
        margin-left: -4rem;
        margin-top: -4rem;
        position: absolute;
        top: 50%;
        width: 5rem;
        z-index: 1;
    }

        .videoPlaylist-posterImage .btn.btn-play .fa-play {
            margin-left: 0.5rem;
            margin-top: 0.375rem;
        }

@media (min-width: 62em) {
    .videoPlaylist-playlist > *:nth-child(odd) > .videoPlaylist-playlistItem {
        margin-right: 0px;
    }

    .videoPlaylist-playlist > *:nth-child(even) > .videoPlaylist-playlistItem {
        margin-left: 0px;
    }
}

.rowItem {
    border: none;
    border-radius: 0;
    margin-bottom: 12px;
    height: auto;
    display: block;
    transition: all 0.35s;
}

.rowItem-body > *:last-child {
    margin-bottom: 0px;
}

.rowItem-line-after {
    border-bottom: 1px solid #c6c9cb;
    border-radius: 0;
    border-top: none;
    padding-bottom: 1rem;
}

.rowItem-title {
    font-size: 1.25rem;
    font-weight: bolder;
    margin-bottom: 0.625rem;
}

.rowItem-subtitle-alt {
    text-transform: uppercase;
    font-size: 0.75rem;
}

.rowItem-foot {
    display: block;
    font-size: 0.75rem;
    margin-top: 1rem;
    margin-bottom: unset;
}