﻿@charset "UTF-8";
/*! * 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: #fff;
    --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
}

*, :after, :before {
    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;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #686b6b;
    text-align: left;
    background-color: #fff
}

[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: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title], abbr[title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none
}

address {
    font-style: normal;
    line-height: inherit
}

address, dl, ol, ul {
    margin-bottom: 1rem
}

dl, ol, ul {
    margin-top: 0
}

    ol ol, ol ul, ul ol, ul ul {
        margin-bottom: 0
    }

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b, strong {
    font-weight: 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;
    background-color: transparent
}

    a, a:hover {
        text-decoration: none
    }

        a:hover {
            color: #a6192e
        }

        a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
            color: inherit;
            text-decoration: none
        }

            a:not([href]):not([tabindex]):focus {
                outline: 0
            }

code, kbd, pre, 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 {
    border-style: none
}

img, svg {
    vertical-align: middle
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: list-item;
    list-style-type: none;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

    button:focus {
        outline: 1px dotted;
        outline: 5px auto -webkit-focus-ring-color
    }

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

    [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
        padding: 0;
        border-style: none
    }

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    -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: .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
}

.display-1, .display-2 {
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem
}

.display-3 {
    font-size: 4.5rem
}

.display-3, .display-4 {
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1)
}

.small, small {
    font-size: 80%;
    font-weight: 400
}

.mark, mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-inline, .list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

    .list-inline-item:not(:last-child) {
        margin-right: .5rem
    }

.initialism {
    font-size: 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, .img-thumbnail {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .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: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    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, .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-auto, .col-lg, .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-auto, .col-md, .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-auto, .col-sm, .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-auto, .col-xl, .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-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 td, .table th {
        padding: .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: #fff
    }

.table-sm td, .table-sm th {
    padding: .3rem
}

.table-bordered, .table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6
}

    .table-bordered thead td, .table-bordered thead th {
        border-bottom-width: 2px
    }

.table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05)
}

.table-hover tbody tr:hover {
    background-color: rgba(0,0,0,.075)
}

.table-primary, .table-primary > td, .table-primary > th {
    background-color: #f7b8c4
}

    .table-primary tbody + tbody, .table-primary td, .table-primary th, .table-primary thead th {
        border-color: #f17a91
    }

.table-hover .table-primary:hover, .table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
    background-color: #f4a1b1
}

.table-secondary, .table-secondary > td, .table-secondary > th {
    background-color: #d5d6d6
}

    .table-secondary tbody + tbody, .table-secondary td, .table-secondary th, .table-secondary thead th {
        border-color: #b0b2b2
    }

.table-hover .table-secondary:hover, .table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
    background-color: #c8c9c9
}

.table-success, .table-success > td, .table-success > th {
    background-color: #cad8b9
}

    .table-success tbody + tbody, .table-success td, .table-success th, .table-success thead th {
        border-color: #9cb77d
    }

.table-hover .table-success:hover, .table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
    background-color: #becfa9
}

.table-info, .table-info > td, .table-info > th {
    background-color: #bee5eb
}

    .table-info tbody + tbody, .table-info td, .table-info th, .table-info thead th {
        border-color: #86cfda
    }

.table-hover .table-info:hover, .table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
    background-color: #abdde5
}

.table-warning, .table-warning > td, .table-warning > th {
    background-color: #ffeeba
}

    .table-warning tbody + tbody, .table-warning td, .table-warning th, .table-warning thead th {
        border-color: #ffdf7e
    }

.table-hover .table-warning:hover, .table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
    background-color: #ffe8a1
}

.table-danger, .table-danger > td, .table-danger > th {
    background-color: #f7b8c4
}

    .table-danger tbody + tbody, .table-danger td, .table-danger th, .table-danger thead th {
        border-color: #f17a91
    }

.table-hover .table-danger:hover, .table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
    background-color: #f4a1b1
}

.table-light, .table-light > td, .table-light > th {
    background-color: #f7f8f9
}

    .table-light tbody + tbody, .table-light td, .table-light th, .table-light thead th {
        border-color: #f0f2f3
    }

.table-hover .table-light:hover, .table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
    background-color: #e8ebee
}

.table-dark, .table-dark > td, .table-dark > th {
    background-color: #c1c2c2
}

    .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
        border-color: #8d8d8d
    }

.table-hover .table-dark:hover, .table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
    background-color: #b4b5b5
}

.table-active, .table-active > td, .table-active > th, .table-hover .table-active:hover, .table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
    background-color: rgba(0,0,0,.075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #212529
}

    .table-dark td, .table-dark th, .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: hsla(0,0%,100%,.05)
    }

    .table-dark.table-hover tbody tr:hover {
        background-color: hsla(0,0%,100%,.075)
    }

@media (max-width:35.98em) {
    .modal {
        width: 104% !important;
        margin-left: -8px !important;
        padding-right: 2px !important;
    }

    .modal-backdrop {
        background-color: transparent !important;
    }

    .modal-content {
        position: relative !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        width: 100% !important;
        pointer-events: auto !important;
        background-color: #FFFFFF !important;
        background-clip: padding-box !important;
        outline: 0 !important;
        bottom: -184px;
        margin: 0px auto;
    }

    .subtBTN {
        line-height: 3px !important;
        width: 60px !important;
        height: 27px !important;
    }

    .saveBtn {
        max-width: 162px !important;
    }

    .btn {
        padding: 0px 10px !important;
        height: 31px !important;
        font-size: 10px !important;
    }

    .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;
        }

    .modal-body {
        position: relative !important;
        flex: 1 1 auto !important;
        padding: 1rem !important;
        background-color: #e2e2e2 !important;
    }

    .align-center-btn {
        margin-left: 70px !important;
    }

    .btn-lineheight {
        line-height: 14px !important;
    }
}

@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: .5rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .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: #fff;
    border-color: #ff6582;
    outline: 0;
    box-shadow: inset 0 0 0 .2rem rgba(228,0,43,.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: #fff
}

.form-control-file, .form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1
}

.col-form-label, .col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px)
}

.col-form-label-lg {
    font-size: 1.125rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.6875rem + 1px);
    padding-bottom: calc(.6875rem + 1px);
    font-size: .875rem;
    line-height: 1
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .5rem;
    padding-bottom: .5rem;
    margin-bottom: 0;
    line-height: 1;
    color: #686b6b;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

    .form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
        padding-right: 0;
        padding-left: 0
    }

.form-control-sm {
    height: 3rem;
    padding: .6875rem;
    font-size: .875rem;
    line-height: 1
}

.form-control-lg {
    height: 4rem;
    padding: .5rem 1rem;
    font-size: 1.125rem;
    line-height: 1.5
}

select.form-control[multiple], select.form-control[size], textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .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: .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: .75rem
}

    .form-check-inline .form-check-input {
        position: static;
        margin-top: 0;
        margin-right: .3125rem;
        margin-left: 0
    }

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #417505
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(65,117,5,.9)
}

.form-control.is-valid, .was-validated .form-control:valid {
    border-color: #417505;
    padding-right: 2.876rem;
    background-repeat: no-repeat;
    background-position: center right 0.719rem;
    background-size: 1.438rem 1.438rem;
    background-image: url("data:image/svg+xml; charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%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")
}

    .form-control.is-valid:focus, .was-validated .form-control:valid:focus {
        border-color: #417505;
        box-shadow: 0 0 0 .2rem rgba(65,117,5,.25)
    }

    .form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip, .was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip {
        display: block
    }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
    padding-right: 2.876rem;
    background-position: top 0.719rem right 0.719rem
}

.custom-select.is-valid, .was-validated .custom-select:valid {
    border-color: #417505;
    padding-right: 4.22rem;
    background: url("data:image/svg+xml; charset=utf-8,%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; charset =utf-8,%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
}

    .custom-select.is-valid:focus, .was-validated .custom-select:valid:focus {
        border-color: #417505;
        box-shadow: 0 0 0 .2rem rgba(65,117,5,.25)
    }

    .custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback, .form-control-file.is-valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip, .was-validated .form-control-file:valid ~ .valid-feedback, .was-validated .form-control-file:valid ~ .valid-tooltip {
        display: block
    }

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
    color: #417505
}

.form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip, .was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip {
    display: block
}

.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
    color: #417505
}

    .custom-control-input.is-valid ~ .custom-control-label:before, .was-validated .custom-control-input:valid ~ .custom-control-label:before {
        border-color: #417505
    }

.custom-control-input.is-valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip, .was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip {
    display: block
}

.custom-control-input.is-valid:checked ~ .custom-control-label:before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label:before {
    border-color: #5ca607;
    background-color: #5ca607
}

.custom-control-input.is-valid:focus ~ .custom-control-label:before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(65,117,5,.25)
}

.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label:before, .custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label:before, .was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #417505
}

.custom-file-input.is-valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip, .was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip {
    display: block
}

.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    border-color: #417505;
    box-shadow: 0 0 0 .2rem rgba(65,117,5,.25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #e4002b
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(228,0,43,.9)
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #e4002b;
    padding-right: 2.876rem;
    background-repeat: no-repeat;
    background-position: center right 0.719rem;
    background-size: 1.438rem 1.438rem;
    background-image: url("data:image/svg+xml; charset=utf-8,%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")
}

    .form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
        border-color: #e4002b;
        box-shadow: 0 0 0 .2rem rgba(228,0,43,.25)
    }

    .form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip {
        display: block
    }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
    padding-right: 2.876rem;
    background-position: top 0.719rem right 0.719rem
}

.custom-select.is-invalid, .was-validated .custom-select:invalid {
    border-color: #e4002b;
    padding-right: 4.22rem;
    background: url("data:image/svg+xml; charset=utf-8,%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; charset =utf-8,%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
}

    .custom-select.is-invalid:focus, .was-validated .custom-select:invalid:focus {
        border-color: #e4002b;
        box-shadow: 0 0 0 .2rem rgba(228,0,43,.25)
    }

    .custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback, .form-control-file.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip, .was-validated .form-control-file:invalid ~ .invalid-feedback, .was-validated .form-control-file:invalid ~ .invalid-tooltip {
        display: block
    }

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
    color: #e4002b
}

.form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip, .was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label {
    color: #e4002b
}

    .custom-control-input.is-invalid ~ .custom-control-label:before, .was-validated .custom-control-input:invalid ~ .custom-control-label:before {
        border-color: #e4002b
    }

.custom-control-input.is-invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid:checked ~ .custom-control-label:before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label:before {
    border-color: #ff1844;
    background-color: #ff1844
}

.custom-control-input.is-invalid:focus ~ .custom-control-label:before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(228,0,43,.25)
}

.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label:before, .custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label:before, .was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: #e4002b
}

.custom-file-input.is-invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    border-color: #e4002b;
    box-shadow: 0 0 0 .2rem rgba(228,0,43,.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 {
        -ms-flex-align: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .form-inline .form-group, .form-inline label {
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .custom-select, .form-inline .input-group {
        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: .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: 700;
    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;
    font-size: .75rem;
    line-height: 1;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .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 .2rem #a6192e
}

.btn.disabled, .btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

a.btn.disabled, fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #e4002b;
    border-color: #e4002b
}

    .btn-primary:hover {
        color: #fff;
        background-color: #be0024;
        border-color: #b10021
    }

    .btn-primary.focus, .btn-primary:focus {
        box-shadow: 0 0 0 .2rem rgba(232,38,75,.5)
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        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: #fff;
        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 .2rem rgba(232,38,75,.5)
        }

.btn-secondary {
    color: #fff;
    background-color: #686b6b;
    border-color: #686b6b
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #555858;
        border-color: #4f5151
    }

    .btn-secondary.focus, .btn-secondary:focus {
        box-shadow: 0 0 0 .2rem hsla(180,1%,50%,.5)
    }

    .btn-secondary.disabled, .btn-secondary:disabled {
        color: #fff;
        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: #fff;
        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 .2rem hsla(180,1%,50%,.5)
        }

.btn-success {
    color: #fff;
    background-color: #417505;
    border-color: #417505
}

    .btn-success:hover {
        color: #fff;
        background-color: #2d5003;
        border-color: #264403
    }

    .btn-success.focus, .btn-success:focus {
        box-shadow: 0 0 0 .2rem rgba(94,138,43,.5)
    }

    .btn-success.disabled, .btn-success:disabled {
        color: #fff;
        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: #fff;
        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 .2rem rgba(94,138,43,.5)
        }

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

    .btn-info:hover {
        color: #fff;
        background-color: #138496;
        border-color: #117a8b
    }

    .btn-info.focus, .btn-info:focus {
        box-shadow: 0 0 0 .2rem rgba(58,176,195,.5)
    }

    .btn-info.disabled, .btn-info:disabled {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8
    }

    .btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #117a8b;
        border-color: #10707f
    }

        .btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(58,176,195,.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 .2rem rgba(222,170,12,.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 .2rem rgba(222,170,12,.5)
        }

.btn-danger {
    color: #fff;
    background-color: #e4002b;
    border-color: #e4002b
}

    .btn-danger:hover {
        color: #fff;
        background-color: #be0024;
        border-color: #b10021
    }

    .btn-danger.focus, .btn-danger:focus {
        box-shadow: 0 0 0 .2rem rgba(232,38,75,.5)
    }

    .btn-danger.disabled, .btn-danger:disabled {
        color: #fff;
        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: #fff;
        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 .2rem rgba(232,38,75,.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 .2rem hsla(200,5%,78%,.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 .2rem hsla(200,5%,78%,.5)
        }

.btn-dark {
    color: #fff;
    background-color: #232424;
    border-color: #232424
}

    .btn-dark:hover {
        color: #fff;
        background-color: #101111;
        border-color: #0a0a0a
    }

    .btn-dark.focus, .btn-dark:focus {
        box-shadow: 0 0 0 .2rem rgba(68,69,69,.5)
    }

    .btn-dark.disabled, .btn-dark:disabled {
        color: #fff;
        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: #fff;
        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 .2rem rgba(68,69,69,.5)
        }

.btn-outline-primary {
    color: #e4002b;
    border-color: #e4002b
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #e4002b;
        border-color: #e4002b
    }

    .btn-outline-primary.focus, .btn-outline-primary:focus {
        box-shadow: 0 0 0 .2rem rgba(228,0,43,.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: #fff;
        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 .2rem rgba(228,0,43,.5)
        }

.btn-outline-secondary {
    color: #686b6b;
    border-color: #686b6b
}

    .btn-outline-secondary:hover {
        color: #fff;
        background-color: #686b6b;
        border-color: #686b6b
    }

    .btn-outline-secondary.focus, .btn-outline-secondary:focus {
        box-shadow: 0 0 0 .2rem hsla(180,1%,41%,.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: #fff;
        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 .2rem hsla(180,1%,41%,.5)
        }

.btn-outline-success {
    color: #417505;
    border-color: #417505
}

    .btn-outline-success:hover {
        color: #fff;
        background-color: #417505;
        border-color: #417505
    }

    .btn-outline-success.focus, .btn-outline-success:focus {
        box-shadow: 0 0 0 .2rem rgba(65,117,5,.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: #fff;
        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 .2rem rgba(65,117,5,.5)
        }

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8
}

    .btn-outline-info:hover {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8
    }

    .btn-outline-info.focus, .btn-outline-info:focus {
        box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
    }

    .btn-outline-info.disabled, .btn-outline-info:disabled {
        color: #17a2b8;
        background-color: transparent
    }

    .btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8
    }

        .btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(23,162,184,.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 .2rem rgba(255,193,7,.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 .2rem rgba(255,193,7,.5)
        }

.btn-outline-danger {
    color: #e4002b;
    border-color: #e4002b
}

    .btn-outline-danger:hover {
        color: #fff;
        background-color: #e4002b;
        border-color: #e4002b
    }

    .btn-outline-danger.focus, .btn-outline-danger:focus {
        box-shadow: 0 0 0 .2rem rgba(228,0,43,.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: #fff;
        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 .2rem rgba(228,0,43,.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 .2rem rgba(226,230,232,.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 .2rem rgba(226,230,232,.5)
        }

.btn-outline-dark {
    color: #232424;
    border-color: #232424
}

    .btn-outline-dark:hover {
        color: #fff;
        background-color: #232424;
        border-color: #232424
    }

    .btn-outline-dark.focus, .btn-outline-dark:focus {
        box-shadow: 0 0 0 .2rem rgba(35,36,36,.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: #fff;
        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 .2rem rgba(35,36,36,.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-group-lg > .btn, .btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0
}

.btn-group-sm > .btn, .btn-sm {
    padding: .6875rem;
    font-size: .75rem;
    line-height: 1;
    border-radius: 0
}

.btn-block {
    display: block;
    width: 100%
}

    .btn-block + .btn-block {
        margin-top: .5rem
    }

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%
}

.fade {
    transition: opacity .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 .35s ease
}

@media screen and (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.dropdown, .dropleft, .dropright, .dropup {
    position: relative
}

.dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .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: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #686b6b;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(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: .125rem
}

.dropup .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .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: .125rem
}

.dropright .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .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: .125rem
}

.dropleft .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    display: none
}

.dropleft .dropdown-toggle:before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropleft .dropdown-toggle:before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

    .dropdown-item:focus, .dropdown-item:hover {
        color: #16181b;
        text-decoration: none;
        background-color: #f8f9fa
    }

    .dropdown-item.active, .dropdown-item:active {
        color: #fff;
        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: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

    .btn-group-vertical > .btn, .btn-group > .btn {
        position: relative;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

        .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
            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-group:not(:first-child), .btn-group > .btn:not(:first-child) {
    margin-left: -1px
}

.dropdown-toggle-split {
    padding-right: .79725rem;
    padding-left: .79725rem
}

    .dropdown-toggle-split:after, .dropright .dropdown-toggle-split:after, .dropup .dropdown-toggle-split:after {
        margin-left: 0
    }

.dropleft .dropdown-toggle-split:before {
    margin-right: 0
}

.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
    padding-right: .51562rem;
    padding-left: .51562rem
}

.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .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-group:not(:first-child), .btn-group-vertical > .btn:not(:first-child) {
            margin-top: -1px
        }

.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0
}

    .btn-group-toggle > .btn-group > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio], .btn-group-toggle > .btn input[type=checkbox], .btn-group-toggle > .btn input[type=radio] {
        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 > .custom-file, .input-group > .custom-select, .input-group > .form-control, .input-group > .form-control-plaintext {
        position: relative;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 1%;
        margin-bottom: 0
    }

        .input-group > .custom-file + .custom-file, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .form-control, .input-group > .custom-select + .custom-file, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .form-control, .input-group > .form-control + .custom-file, .input-group > .form-control + .custom-select, .input-group > .form-control + .form-control, .input-group > .form-control-plaintext + .custom-file, .input-group > .form-control-plaintext + .custom-select, .input-group > .form-control-plaintext + .form-control {
            margin-left: -1px
        }

        .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label, .input-group > .custom-select:focus, .input-group > .form-control:focus {
            z-index: 3
        }

        .input-group > .custom-file .custom-file-input:focus {
            z-index: 4
        }

    .input-group > .custom-file {
        -ms-flex-align: center;
        align-items: center
    }

    .input-group-append, .input-group-prepend, .input-group > .custom-file {
        display: -ms-flexbox;
        display: flex
    }

        .input-group-append .btn, .input-group-prepend .btn {
            position: relative;
            z-index: 2
        }

            .input-group-append .btn:focus, .input-group-prepend .btn:focus {
                z-index: 3
            }

            .input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text {
                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: .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=checkbox], .input-group-text input[type=radio] {
        margin-top: 0
    }

.input-group-lg > .custom-select, .input-group-lg > .form-control:not(textarea) {
    height: 4rem
}

.input-group-lg > .custom-select, .input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .input-group-text {
    padding: .5rem 1rem;
    font-size: 1.125rem;
    line-height: 1.5
}

.input-group-sm > .custom-select, .input-group-sm > .form-control:not(textarea) {
    height: 3rem
}

.input-group-sm > .custom-select, .input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
    padding: .6875rem;
    font-size: .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: #fff;
        border-color: #e4002b;
        background-color: #e4002b
    }

    .custom-control-input:focus ~ .custom-control-label:before {
        box-shadow: 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: #fff;
        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 {
        pointer-events: none;
        background-color: #fff;
        border: 1px solid #adb5bd
    }

    .custom-control-label:after, .custom-control-label:before {
        position: absolute;
        top: .25rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        content: ""
    }

    .custom-control-label:after {
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 50% 50%
    }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml; charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:before {
    border-color: #e4002b;
    background-color: #e4002b
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml; charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label:before {
    background-color: rgba(228,0,43,.5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label:before {
    background-color: rgba(228,0,43,.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; charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label:before {
    background-color: rgba(228,0,43,.5)
}

.custom-switch {
    padding-left: 2.25rem
}

    .custom-switch .custom-control-label:before {
        left: -2.25rem;
        width: 1.75rem;
        pointer-events: all;
        border-radius: .5rem
    }

    .custom-switch .custom-control-label:after {
        top: calc(.25rem + 2px);
        left: calc(-2.25rem + 2px);
        width: calc(1rem - 4px);
        height: calc(1rem - 4px);
        background-color: #adb5bd;
        border-radius: .5rem;
        transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .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: #fff;
    -ms-transform: translateX(.75rem);
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label:before {
    background-color: rgba(228,0,43,.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; charset=utf-8,%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: #fff;
    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 .2rem rgba(255,101,130,.5)
    }

        .custom-select:focus::-ms-value {
            color: #495057;
            background-color: #fff
        }

    .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: .6875rem;
    padding-bottom: .6875rem;
    padding-left: .6875rem;
    font-size: .75rem
}

.custom-select-lg {
    height: 4rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.custom-file {
    display: inline-block;
    margin-bottom: 0
}

.custom-file, .custom-file-input {
    position: relative;
    width: 100%;
    height: 3.5rem
}

.custom-file-input {
    z-index: 2;
    margin: 0;
    opacity: 0
}

    .custom-file-input:focus ~ .custom-file-label {
        border-color: #ff6582;
        box-shadow: inset 0 0 0 .2rem rgba(228,0,43,.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 {
    left: 0;
    z-index: 1;
    height: 3.5rem;
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #ced4da
}

    .custom-file-label, .custom-file-label:after {
        position: absolute;
        top: 0;
        right: 0;
        padding: .5rem;
        line-height: 1;
        color: #495057
    }

        .custom-file-label:after {
            bottom: 0;
            z-index: 3;
            display: block;
            height: 2.876rem;
            content: "Browse";
            background-color: #e9ecef;
            border-left: inherit
        }

.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    .custom-range:focus {
        outline: none
    }

        .custom-range:focus::-webkit-slider-thumb {
            box-shadow: 0 0 0 1px #fff,inset 0 0 0 .2rem rgba(228,0,43,.25)
        }

        .custom-range:focus::-moz-range-thumb {
            box-shadow: 0 0 0 1px #fff,inset 0 0 0 .2rem rgba(228,0,43,.25)
        }

        .custom-range:focus::-ms-thumb {
            box-shadow: 0 0 0 1px #fff,inset 0 0 0 .2rem rgba(228,0,43,.25)
        }

    .custom-range::-moz-focus-outer {
        border: 0
    }

    .custom-range::-webkit-slider-thumb {
        width: 1rem;
        height: 1rem;
        margin-top: -.25rem;
        background-color: #e4002b;
        border: 0;
        transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .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: .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 .15s ease-in-out,border-color .15s ease-in-out,box-shadow .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: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #e4002b;
    border: 0;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .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: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .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 .15s ease-in-out,border-color .15s ease-in-out,box-shadow .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: .5rem 1rem
}

    .nav-link:focus, .nav-link:hover {
        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:focus, .nav-tabs .nav-link:hover {
            border-color: #e9ecef #e9ecef #dee2e6
        }

        .nav-tabs .nav-link.disabled {
            color: #6c757d;
            background-color: transparent;
            border-color: transparent
        }

        .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
            color: #495057;
            background-color: #fff;
            border-color: #dee2e6 #dee2e6 #fff
        }

    .nav-tabs .dropdown-menu {
        margin-top: -1px
    }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    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;
    padding: .5rem 1rem
}

    .navbar, .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: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

    .navbar-brand:focus, .navbar-brand:hover {
        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: .5rem;
    padding-bottom: .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: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent
}

    .navbar-toggler:focus, .navbar-toggler:hover {
        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 50%;
    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: .5rem;
                padding-left: .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: .5rem;
                padding-left: .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: .5rem;
                padding-left: .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: .5rem;
                padding-left: .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: .5rem;
            padding-left: .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, .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: rgba(0,0,0,.9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.5)
}

    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        color: rgba(0,0,0,.7)
    }

    .navbar-light .navbar-nav .nav-link.disabled {
        color: rgba(0,0,0,.3)
    }

    .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
        color: rgba(0,0,0,.9)
    }

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml; charset=utf-8,%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,.5)
}

    .navbar-light .navbar-text a, .navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
        color: rgba(0,0,0,.9)
    }

.navbar-dark .navbar-brand, .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: hsla(0,0%,100%,.5)
}

    .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
        color: hsla(0,0%,100%,.75)
    }

    .navbar-dark .navbar-nav .nav-link.disabled {
        color: hsla(0,0%,100%,.25)
    }

    .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
        color: #fff
    }

.navbar-dark .navbar-toggler {
    color: hsla(0,0%,100%,.5);
    border-color: hsla(0,0%,100%,.1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml; charset=utf-8,%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: hsla(0,0%,100%,.5)
}

    .navbar-dark .navbar-text a, .navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
        color: #fff
    }

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.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: .75rem
}

.card-subtitle {
    margin-top: -.375rem
}

.card-subtitle, .card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link + .card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    color: inherit;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125)
}

    .card-header + .list-group .list-group-item:first-child {
        border-top: 0
    }

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125)
}

.card-header-tabs {
    margin-bottom: -.75rem;
    border-bottom: 0
}

.card-header-pills, .card-header-tabs {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img, .card-img-bottom, .card-img-top {
    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: .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: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: .5rem
}

    .breadcrumb-item + .breadcrumb-item:before {
        display: inline-block;
        padding-right: .5rem;
        color: #6c757d;
        content: "|"
    }

    .breadcrumb-item + .breadcrumb-item:hover:before {
        text-decoration: underline;
        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: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #e4002b;
    background-color: #fff;
    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 .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: #fff;
    background-color: #e4002b;
    border-color: #e4002b
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline
}

a.badge:focus, a.badge:hover {
    text-decoration: none
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em
}

.badge-primary {
    color: #fff;
    background-color: #e4002b
}

a.badge-primary:focus, a.badge-primary:hover {
    color: #fff;
    background-color: #b10021
}

.badge-secondary {
    color: #fff;
    background-color: #686b6b
}

a.badge-secondary:focus, a.badge-secondary:hover {
    color: #fff;
    background-color: #4f5151
}

.badge-success {
    color: #fff;
    background-color: #417505
}

a.badge-success:focus, a.badge-success:hover {
    color: #fff;
    background-color: #264403
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

a.badge-info:focus, a.badge-info:hover {
    color: #fff;
    background-color: #117a8b
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

a.badge-warning:focus, a.badge-warning:hover {
    color: #212529;
    background-color: #d39e00
}

.badge-danger {
    color: #fff;
    background-color: #e4002b
}

a.badge-danger:focus, a.badge-danger:hover {
    color: #fff;
    background-color: #b10021
}

.badge-light {
    color: #212529;
    background-color: #e2e6e8
}

a.badge-light:focus, a.badge-light:hover {
    color: #212529;
    background-color: #c6cdd1
}

.badge-dark {
    color: #fff;
    background-color: #232424
}

a.badge-dark:focus, a.badge-dark:hover {
    color: #fff;
    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: .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: .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: #d3d3d3;
    border-color: #c1c2c2
}

    .alert-dark hr {
        border-top-color: #b4b5b5
    }

    .alert-dark .alert-link {
        color: #000
    }

@keyframes a {
    0% {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef
}

.progress, .progress-bar {
    display: -ms-flexbox;
    display: flex
}

.progress-bar {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #e4002b;
    transition: width .6s ease
}

@media screen and (prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    animation: a 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:focus, .list-group-item-action:hover {
        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: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125)
}

    .list-group-item:last-child {
        margin-bottom: 0
    }

    .list-group-item:focus, .list-group-item:hover {
        z-index: 1;
        text-decoration: none
    }

    .list-group-item.disabled, .list-group-item:disabled {
        color: #6c757d;
        pointer-events: none;
        background-color: #fff
    }

    .list-group-item.active {
        z-index: 2;
        color: #fff;
        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:focus, .list-group-item-primary.list-group-item-action:hover {
        color: #770016;
        background-color: #f4a1b1
    }

    .list-group-item-primary.list-group-item-action.active {
        color: #fff;
        background-color: #770016;
        border-color: #770016
    }

.list-group-item-secondary {
    color: #363838;
    background-color: #d5d6d6
}

    .list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
        color: #363838;
        background-color: #c8c9c9
    }

    .list-group-item-secondary.list-group-item-action.active {
        color: #fff;
        background-color: #363838;
        border-color: #363838
    }

.list-group-item-success {
    color: #223d03;
    background-color: #cad8b9
}

    .list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
        color: #223d03;
        background-color: #becfa9
    }

    .list-group-item-success.list-group-item-action.active {
        color: #fff;
        background-color: #223d03;
        border-color: #223d03
    }

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

    .list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
        color: #0c5460;
        background-color: #abdde5
    }

    .list-group-item-info.list-group-item-action.active {
        color: #fff;
        background-color: #0c5460;
        border-color: #0c5460
    }

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

    .list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
        color: #856404;
        background-color: #ffe8a1
    }

    .list-group-item-warning.list-group-item-action.active {
        color: #fff;
        background-color: #856404;
        border-color: #856404
    }

.list-group-item-danger {
    color: #770016;
    background-color: #f7b8c4
}

    .list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
        color: #770016;
        background-color: #f4a1b1
    }

    .list-group-item-danger.list-group-item-action.active {
        color: #fff;
        background-color: #770016;
        border-color: #770016
    }

.list-group-item-light {
    color: #767879;
    background-color: #f7f8f9
}

    .list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
        color: #767879;
        background-color: #e8ebee
    }

    .list-group-item-light.list-group-item-action.active {
        color: #fff;
        background-color: #767879;
        border-color: #767879
    }

.list-group-item-dark {
    color: #121313;
    background-color: #c1c2c2
}

    .list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
        color: #121313;
        background-color: #b4b5b5
    }

    .list-group-item-dark.list-group-item-action.active {
        color: #fff;
        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 #fff;
    opacity: .5
}

    .close:hover {
        color: #000;
        text-decoration: none
    }

    .close:not(:disabled):not(.disabled) {
        cursor: pointer
    }

        .close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
            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: .875rem;
    background-color: hsla(0,0%,100%,.85);
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: .25rem;
    box-shadow: 0 .25rem .75rem rgba(0,0,0,.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0
}

    .toast:not(:last-child) {
        margin-bottom: .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: .25rem .75rem;
    color: #6c757d;
    background-color: hsla(0,0%,100%,.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0,0,0,.05)
}

.toast-body {
    padding: .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: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    -ms-transform: translateY(-50px);
    transform: translateY(-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% - 1rem)
}

    .modal-dialog-centered:before {
        display: block;
        height: calc(100vh - 1rem);
        content: ""
    }

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.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: .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;
    border-bottom: 1px solid #e9ecef
}

    .modal-header .close {
        padding: 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% - 3.5rem)
    }

        .modal-dialog-centered:before {
            height: calc(100vh - 3.5rem)
        }

    .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;
    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: .875rem;
    word-wrap: break-word;
    opacity: 0
}

    .tooltip.show {
        opacity: .9
    }

    .tooltip .arrow {
        position: absolute;
        display: block;
        width: .8rem;
        height: .4rem
    }

        .tooltip .arrow:before {
            position: absolute;
            content: "";
            border-color: transparent;
            border-style: solid
        }

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
    padding: .4rem 0
}

    .bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
        bottom: 0
    }

        .bs-tooltip-auto[x-placement^=top] .arrow:before, .bs-tooltip-top .arrow:before {
            top: 0;
            border-width: .4rem .4rem 0;
            border-top-color: #000
        }

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
    padding: 0 .4rem
}

    .bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
        left: 0;
        width: .4rem;
        height: .8rem
    }

        .bs-tooltip-auto[x-placement^=right] .arrow:before, .bs-tooltip-right .arrow:before {
            right: 0;
            border-width: .4rem .4rem .4rem 0;
            border-right-color: #000
        }

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
    padding: .4rem 0
}

    .bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
        top: 0
    }

        .bs-tooltip-auto[x-placement^=bottom] .arrow:before, .bs-tooltip-bottom .arrow:before {
            bottom: 0;
            border-width: 0 .4rem .4rem;
            border-bottom-color: #000
        }

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
    padding: 0 .4rem
}

    .bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
        right: 0;
        width: .4rem;
        height: .8rem
    }

        .bs-tooltip-auto[x-placement^=left] .arrow:before, .bs-tooltip-left .arrow:before {
            left: 0;
            border-width: .4rem 0 .4rem .4rem;
            border-left-color: #000
        }

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000
}

.popover {
    top: 0;
    left: 0;
    z-index: 1060;
    max-width: 276px;
    font-family: Gotham,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
    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: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2)
}

    .popover, .popover .arrow {
        position: absolute;
        display: block
    }

        .popover .arrow {
            width: 1rem;
            height: .5rem;
            margin: 0 .3rem
        }

            .popover .arrow:after, .popover .arrow:before {
                position: absolute;
                display: block;
                content: "";
                border-color: transparent;
                border-style: solid
            }

.bs-popover-auto[x-placement^=top], .bs-popover-top {
    margin-bottom: .5rem
}

    .bs-popover-auto[x-placement^=top] .arrow, .bs-popover-top .arrow {
        bottom: calc((.5rem + 1px) * -1)
    }

        .bs-popover-auto[x-placement^=top] .arrow:after, .bs-popover-auto[x-placement^=top] .arrow:before, .bs-popover-top .arrow:after, .bs-popover-top .arrow:before {
            border-width: .5rem .5rem 0
        }

        .bs-popover-auto[x-placement^=top] .arrow:before, .bs-popover-top .arrow:before {
            bottom: 0;
            border-top-color: rgba(0,0,0,.25)
        }

        .bs-popover-auto[x-placement^=top] .arrow:after, .bs-popover-top .arrow:after {
            bottom: 1px;
            border-top-color: #fff
        }

.bs-popover-auto[x-placement^=right], .bs-popover-right {
    margin-left: .5rem
}

    .bs-popover-auto[x-placement^=right] .arrow, .bs-popover-right .arrow {
        left: calc((.5rem + 1px) * -1);
        width: .5rem;
        height: 1rem;
        margin: .3rem 0
    }

        .bs-popover-auto[x-placement^=right] .arrow:after, .bs-popover-auto[x-placement^=right] .arrow:before, .bs-popover-right .arrow:after, .bs-popover-right .arrow:before {
            border-width: .5rem .5rem .5rem 0
        }

        .bs-popover-auto[x-placement^=right] .arrow:before, .bs-popover-right .arrow:before {
            left: 0;
            border-right-color: rgba(0,0,0,.25)
        }

        .bs-popover-auto[x-placement^=right] .arrow:after, .bs-popover-right .arrow:after {
            left: 1px;
            border-right-color: #fff
        }

.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
    margin-top: .5rem
}

    .bs-popover-auto[x-placement^=bottom] .arrow, .bs-popover-bottom .arrow {
        top: calc((.5rem + 1px) * -1)
    }

        .bs-popover-auto[x-placement^=bottom] .arrow:after, .bs-popover-auto[x-placement^=bottom] .arrow:before, .bs-popover-bottom .arrow:after, .bs-popover-bottom .arrow:before {
            border-width: 0 .5rem .5rem
        }

        .bs-popover-auto[x-placement^=bottom] .arrow:before, .bs-popover-bottom .arrow:before {
            top: 0;
            border-bottom-color: rgba(0,0,0,.25)
        }

        .bs-popover-auto[x-placement^=bottom] .arrow:after, .bs-popover-bottom .arrow:after {
            top: 1px;
            border-bottom-color: #fff
        }

    .bs-popover-auto[x-placement^=bottom] .popover-header:before, .bs-popover-bottom .popover-header:before {
        position: absolute;
        top: 0;
        left: 50%;
        display: block;
        width: 1rem;
        margin-left: -.5rem;
        content: "";
        border-bottom: 1px solid #f7f7f7
    }

.bs-popover-auto[x-placement^=left], .bs-popover-left {
    margin-right: .5rem
}

    .bs-popover-auto[x-placement^=left] .arrow, .bs-popover-left .arrow {
        right: calc((.5rem + 1px) * -1);
        width: .5rem;
        height: 1rem;
        margin: .3rem 0
    }

        .bs-popover-auto[x-placement^=left] .arrow:after, .bs-popover-auto[x-placement^=left] .arrow:before, .bs-popover-left .arrow:after, .bs-popover-left .arrow:before {
            border-width: .5rem 0 .5rem .5rem
        }

        .bs-popover-auto[x-placement^=left] .arrow:before, .bs-popover-left .arrow:before {
            right: 0;
            border-left-color: rgba(0,0,0,.25)
        }

        .bs-popover-auto[x-placement^=left] .arrow:after, .bs-popover-left .arrow:after {
            right: 1px;
            border-left-color: #fff
        }

.popover-header {
    padding: .5rem .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: .5rem .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 .6s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block
}

    .active.carousel-item-right, .carousel-item-next:not(.carousel-item-left) {
        -ms-transform: translateX(100%);
        transform: translateX(100%)
    }

    .active.carousel-item-left, .carousel-item-prev:not(.carousel-item-right) {
        -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-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
        z-index: 1;
        opacity: 1
    }

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media screen and (prefers-reduced-motion:reduce) {
    .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
        transition: none
    }
}

.carousel-control-next, .carousel-control-prev {
    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: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease
}

@media screen and (prefers-reduced-motion:reduce) {
    .carousel-control-next, .carousel-control-prev {
        transition: none
    }
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat 50%;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml; charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml; charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -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: #fff;
        background-clip: padding-box;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: .5;
        transition: opacity .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: #fff;
    text-align: center
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: q .75s linear infinite
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@keyframes b {
    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: b .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:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: #b10021 !important
}

.bg-secondary {
    background-color: #686b6b !important
}

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
    background-color: #4f5151 !important
}

.bg-success {
    background-color: #417505 !important
}

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
    background-color: #264403 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #e4002b !important
}

a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
    background-color: #b10021 !important
}

.bg-light {
    background-color: #e2e6e8 !important
}

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
    background-color: #c6cdd1 !important
}

.bg-dark {
    background-color: #232424 !important
}

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
    background-color: #0a0a0a !important
}

.bg-white {
    background-color: #fff !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: #fff !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important
}

.rounded-right, .rounded-top {
    border-top-right-radius: .25rem !important
}

.rounded-bottom, .rounded-right {
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom, .rounded-left {
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .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 embed, .embed-responsive iframe, .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 {
    top: 0
}

.fixed-bottom, .fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    bottom: 0
}

@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 .125rem .25rem rgba(0,0,0,.075) !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(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: .25rem !important
}

.mt-1, .my-1 {
    margin-top: .25rem !important
}

.mr-1, .mx-1 {
    margin-right: .25rem !important
}

.mb-1, .my-1 {
    margin-bottom: .25rem !important
}

.ml-1, .mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2, .my-2 {
    margin-top: .5rem !important
}

.mr-2, .mx-2 {
    margin-right: .5rem !important
}

.mb-2, .my-2 {
    margin-bottom: .5rem !important
}

.ml-2, .mx-2 {
    margin-left: .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: .25rem !important
}

.pt-1, .py-1 {
    padding-top: .25rem !important
}

.pr-1, .px-1 {
    padding-right: .25rem !important
}

.pb-1, .py-1 {
    padding-bottom: .25rem !important
}

.pl-1, .px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2, .py-2 {
    padding-top: .5rem !important
}

.pr-2, .px-2 {
    padding-right: .5rem !important
}

.pb-2, .py-2 {
    padding-bottom: .5rem !important
}

.pl-2, .px-2 {
    padding-left: .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: -.25rem !important
}

.mt-n1, .my-n1 {
    margin-top: -.25rem !important
}

.mr-n1, .mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1, .my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1, .mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2, .my-n2 {
    margin-top: -.5rem !important
}

.mr-n2, .mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2, .my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2, .mx-n2 {
    margin-left: -.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: .25rem !important
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: .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: .25rem !important
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1, .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2, .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2, .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: .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: -.25rem !important
    }

    .mt-sm-n1, .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1, .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1, .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1, .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2, .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2, .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2, .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2, .mx-sm-n2 {
        margin-left: -.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: .25rem !important
    }

    .mt-md-1, .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1, .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1, .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2, .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2, .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2, .mx-md-2 {
        margin-left: .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: .25rem !important
    }

    .pt-md-1, .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1, .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1, .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2, .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2, .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2, .px-md-2 {
        padding-left: .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: -.25rem !important
    }

    .mt-md-n1, .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1, .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1, .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1, .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2, .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2, .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2, .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2, .mx-md-n2 {
        margin-left: -.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: .25rem !important
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: .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: .25rem !important
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: .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: -.25rem !important
    }

    .mt-lg-n1, .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1, .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1, .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1, .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2, .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2, .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2, .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2, .mx-lg-n2 {
        margin-left: -.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: .25rem !important
    }

    .mt-xl-1, .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2, .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: .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: .25rem !important
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2, .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2, .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: .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: -.25rem !important
    }

    .mt-xl-n1, .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1, .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1, .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1, .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2, .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2, .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2, .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2, .mx-xl-n2 {
        margin-left: -.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: #fff !important
}

.text-primary {
    color: #e4002b !important
}

a.text-primary:focus, a.text-primary:hover {
    color: #98001d !important
}

.text-secondary {
    color: #686b6b !important
}

a.text-secondary:focus, a.text-secondary:hover {
    color: #424444 !important
}

.text-success {
    color: #417505 !important
}

a.text-success:focus, a.text-success:hover {
    color: #182c02 !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus, a.text-info:hover {
    color: #0f6674 !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus, a.text-warning:hover {
    color: #ba8b00 !important
}

.text-danger {
    color: #e4002b !important
}

a.text-danger:focus, a.text-danger:hover {
    color: #98001d !important
}

.text-light {
    color: #e2e6e8 !important
}

a.text-light:focus, a.text-light:hover {
    color: #b7c1c6 !important
}

.text-dark {
    color: #232424 !important
}

a.text-dark:focus, a.text-dark:hover {
    color: #000 !important
}

.text-body {
    color: #686b6b !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0,0,0,.5) !important
}

.text-white-50 {
    color: hsla(0,0%,100%,.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 {
    *, :after, :before {
        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
    }

    blockquote, pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    .container, body {
        min-width: 62em !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

        .table td, .table th {
            background-color: #fff !important
        }

    .table-bordered td, .table-bordered th {
        border: 1px solid #dee2e6 !important
    }

    .table-dark {
        color: inherit
    }

        .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
            border-color: #dee2e6
        }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

.CoveoSearchInterface.coveo-small-facets .coveo-dropdown-content, .CoveoSearchInterface.coveo-small-recommendation .coveo-dropdown-content, .CoveoSearchInterface.coveo-small-tabs .coveo-dropdown-content {
    padding: 0
}

.CoveoSearchInterface.coveo-small-facets .coveo-dropdown-header, .CoveoSearchInterface.coveo-small-recommendation .coveo-dropdown-header, .CoveoSearchInterface.coveo-small-tabs .coveo-dropdown-header {
    font-size: 12px;
    display: inline-block;
    padding: 0 7px;
    height: 22px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: .09px;
    vertical-align: middle;
    white-space: normal;
    color: #1d4f76;
    cursor: pointer;
    text-transform: uppercase
}

    .CoveoSearchInterface.coveo-small-facets .coveo-dropdown-header *, .CoveoSearchInterface.coveo-small-recommendation .coveo-dropdown-header *, .CoveoSearchInterface.coveo-small-tabs .coveo-dropdown-header * {
        display: inline-block;
        margin: 0
    }

    .CoveoSearchInterface.coveo-small-facets .coveo-dropdown-header li, .CoveoSearchInterface.coveo-small-recommendation .coveo-dropdown-header li, .CoveoSearchInterface.coveo-small-tabs .coveo-dropdown-header li {
        display: list-item
    }

    .CoveoSearchInterface.coveo-small-facets .coveo-dropdown-header p, .CoveoSearchInterface.coveo-small-recommendation .coveo-dropdown-header p, .CoveoSearchInterface.coveo-small-tabs .coveo-dropdown-header p {
        line-height: 16px
    }

    .CoveoSearchInterface.coveo-small-facets .coveo-dropdown-header .coveo-more-tabs, .CoveoSearchInterface.coveo-small-recommendation .coveo-dropdown-header .coveo-more-tabs, .CoveoSearchInterface.coveo-small-tabs .coveo-dropdown-header .coveo-more-tabs {
        margin-left: 10px
    }

    .CoveoSearchInterface.coveo-small-facets .coveo-dropdown-header.coveo-hidden, .CoveoSearchInterface.coveo-small-recommendation .coveo-dropdown-header.coveo-hidden, .CoveoSearchInterface.coveo-small-tabs .coveo-dropdown-header.coveo-hidden {
        display: none
    }

.CoveoSearchInterface.coveo-small-facets .coveo-tab-section > a:last-of-type, .CoveoSearchInterface.coveo-small-recommendation .coveo-tab-section > a:last-of-type, .CoveoSearchInterface.coveo-small-tabs .coveo-tab-section > a:last-of-type {
    margin-right: 20px
}

.CoveoSearchInterface.coveo-small-facets .coveo-dropdown-header-wrapper, .CoveoSearchInterface.coveo-small-recommendation .coveo-dropdown-header-wrapper, .CoveoSearchInterface.coveo-small-tabs .coveo-dropdown-header-wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: inline-box;
    display: -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-facets .coveo-dropdown-header-wrapper a, .CoveoSearchInterface.coveo-small-recommendation .coveo-dropdown-header-wrapper a, .CoveoSearchInterface.coveo-small-tabs .coveo-dropdown-header-wrapper a {
        margin-right: 10px
    }

.coveo-dropdown-background {
    transition-property: opacity;
    transition-duration: .3s;
    background: hsla(0,0%,100%,.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
        }
}

.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;
    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:after, .CoveoSearchInterface .coveo-main-section:before {
        content: " ";
        display: table
    }

    .CoveoSearchInterface .coveo-main-section:after {
        clear: both
    }

.CoveoSearchInterface .coveo-facet-column {
    display: block;
    float: left;
    margin-right: 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 *, .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 button, .coveo-after-initialization input, .coveo-after-initialization keygen, .coveo-after-initialization meter, .coveo-after-initialization progress, .coveo-after-initialization select, .coveo-after-initialization textarea {
    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: inset 0 -1px 0 0 #bcc3ca
}

    .coveo-results-header.coveo-no-results, .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 #ccc;
    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: .7em solid hsla(0,0%,50%,.2);
    border-left-color: gray;
    animation: c 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 c {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.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: translateZ(0);
        transform: translateZ(0);
        -ms-transform: rotatex(0);
        transform: rotatex(0)
    }

        .coveo-first-loading-animation .coveo-loading-container .coveo-loading-dot {
            background-color: hsla(0,0%,8%,.9);
            background: hsla(0,0%,8%,.9);
            border-radius: 5px;
            box-shadow: inset 0 0 5px #000,0 1px 1px hsla(0,0%,100%,.1);
            display: inline-block;
            width: 8px;
            height: 8px;
            margin: 0 4px;
            border-radius: 50%;
            opacity: 0;
            box-shadow: 0 0 2px #000;
            animation: e 1s infinite
        }

            .coveo-first-loading-animation .coveo-loading-container .coveo-loading-dot:first-child {
                animation-delay: .1s
            }

            .coveo-first-loading-animation .coveo-loading-container .coveo-loading-dot:nth-child(2) {
                animation-delay: .2s
            }

            .coveo-first-loading-animation .coveo-loading-container .coveo-loading-dot:nth-child(3) {
                animation-delay: .3s
            }

            .coveo-first-loading-animation .coveo-loading-container .coveo-loading-dot:nth-child(4) {
                animation-delay: .4s
            }

    .coveo-first-loading-animation .coveo-loading-container {
        margin-top: 15px
    }

.coveo-generic-loading-animation .coveo-loading-container {
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -ms-transform: rotatex(0);
    transform: rotatex(0)
}

    .coveo-generic-loading-animation .coveo-loading-container .coveo-loading-dot {
        background-color: hsla(0,0%,8%,.9);
        background: hsla(0,0%,8%,.9);
        border-radius: 5px;
        box-shadow: inset 0 0 5px #000,0 1px 1px hsla(0,0%,100%,.1);
        display: inline-block;
        width: 8px;
        height: 8px;
        margin: 0 4px;
        border-radius: 50%;
        opacity: 0;
        box-shadow: 0 0 2px #000;
        animation: e 1s infinite
    }

        .coveo-generic-loading-animation .coveo-loading-container .coveo-loading-dot:first-child {
            animation-delay: .1s
        }

        .coveo-generic-loading-animation .coveo-loading-container .coveo-loading-dot:nth-child(2) {
            animation-delay: .2s
        }

        .coveo-generic-loading-animation .coveo-loading-container .coveo-loading-dot:nth-child(3) {
            animation-delay: .3s
        }

        .coveo-generic-loading-animation .coveo-loading-container .coveo-loading-dot:nth-child(4) {
            animation-delay: .4s
        }

.coveo-filetype-attachment, .coveo-filetype-calendar, .coveo-filetype-case, .coveo-filetype-custom, .coveo-filetype-document, .coveo-filetype-file, .coveo-filetype-folder, .coveo-filetype-images, .coveo-filetype-kb, .coveo-filetype-link, .coveo-filetype-mail, .coveo-filetype-salesforce-standard-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, .coveo-filetype-salesforce-standard-apps-admin, .coveo-filetype-salesforce-standard-article, .coveo-filetype-salesforce-standard-asset-relationship, .coveo-filetype-salesforce-standard-assigned-resource, .coveo-filetype-salesforce-standard-avatar, .coveo-filetype-salesforce-standard-avatar-loading, .coveo-filetype-salesforce-standard-bot, .coveo-filetype-salesforce-standard-business-hours, .coveo-filetype-salesforce-standard-calibration, .coveo-filetype-salesforce-standard-call, .coveo-filetype-salesforce-standard-call-history, .coveo-filetype-salesforce-standard-campaign, .coveo-filetype-salesforce-standard-campaign-members, .coveo-filetype-salesforce-standard-canvas, .coveo-filetype-salesforce-standard-carousel, .coveo-filetype-salesforce-standard-case, .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-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, .coveo-filetype-salesforce-standard-contact-list, .coveo-filetype-salesforce-standard-contract, .coveo-filetype-salesforce-standard-contract-line-item, .coveo-filetype-salesforce-standard-custom, .coveo-filetype-salesforce-standard-custom-notification, .coveo-filetype-salesforce-standard-customers, .coveo-filetype-salesforce-standard-dashboard, .coveo-filetype-salesforce-standard-data-integration-hub, .coveo-filetype-salesforce-standard-default, .coveo-filetype-salesforce-standard-document, .coveo-filetype-salesforce-standard-drafts, .coveo-filetype-salesforce-standard-email, .coveo-filetype-salesforce-standard-email-chatter, .coveo-filetype-salesforce-standard-empty, .coveo-filetype-salesforce-standard-endorsement, .coveo-filetype-salesforce-standard-entitlement, .coveo-filetype-salesforce-standard-entitlement-process, .coveo-filetype-salesforce-standard-entitlement-template, .coveo-filetype-salesforce-standard-entity, .coveo-filetype-salesforce-standard-entity-milestone, .coveo-filetype-salesforce-standard-environment-hub, .coveo-filetype-salesforce-standard-event, .coveo-filetype-salesforce-standard-feed, .coveo-filetype-salesforce-standard-feedback, .coveo-filetype-salesforce-standard-file, .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-filetype-salesforce-standard-group-loading, .coveo-filetype-salesforce-standard-groups, .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-filetype-salesforce-standard-investment-account, .coveo-filetype-salesforce-standard-iot-orchestrations, .coveo-filetype-salesforce-standard-knowledge, .coveo-filetype-salesforce-standard-lead, .coveo-filetype-salesforce-standard-lead-insights, .coveo-filetype-salesforce-standard-lead-list, .coveo-filetype-salesforce-standard-link, .coveo-filetype-salesforce-standard-list-email, .coveo-filetype-salesforce-standard-live-chat, .coveo-filetype-salesforce-standard-live-chat-visitor, .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-filetype-salesforce-standard-omni-supervisor, .coveo-filetype-salesforce-standard-operating-hours, .coveo-filetype-salesforce-standard-opportunity, .coveo-filetype-salesforce-standard-opportunity-splits, .coveo-filetype-salesforce-standard-orders, .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-filetype-salesforce-standard-pricebook, .coveo-filetype-salesforce-standard-process, .coveo-filetype-salesforce-standard-product, .coveo-filetype-salesforce-standard-product-consumed, .coveo-filetype-salesforce-standard-product-item, .coveo-filetype-salesforce-standard-product-item-transaction, .coveo-filetype-salesforce-standard-product-request, .coveo-filetype-salesforce-standard-product-request-line-item, .coveo-filetype-salesforce-standard-product-required, .coveo-filetype-salesforce-standard-product-transfer, .coveo-filetype-salesforce-standard-question-best, .coveo-filetype-salesforce-standard-question-feed, .coveo-filetype-salesforce-standard-quick-text, .coveo-filetype-salesforce-standard-quip, .coveo-filetype-salesforce-standard-quip-sheet, .coveo-filetype-salesforce-standard-quotes, .coveo-filetype-salesforce-standard-read-receipts, .coveo-filetype-salesforce-standard-recent, .coveo-filetype-salesforce-standard-record, .coveo-filetype-salesforce-standard-related-list, .coveo-filetype-salesforce-standard-relationship, .coveo-filetype-salesforce-standard-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, .coveo-filetype-salesforce-standard-return-order-line-item, .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-filetype-salesforce-standard-service-contract, .coveo-filetype-salesforce-standard-service-crew, .coveo-filetype-salesforce-standard-service-crew-member, .coveo-filetype-salesforce-standard-service-report, .coveo-filetype-salesforce-standard-service-resource, .coveo-filetype-salesforce-standard-service-territory, .coveo-filetype-salesforce-standard-service-territory-location, .coveo-filetype-salesforce-standard-service-territory-member, .coveo-filetype-salesforce-standard-shipment, .coveo-filetype-salesforce-standard-skill, .coveo-filetype-salesforce-standard-skill-entity, .coveo-filetype-salesforce-standard-skill-requirement, .coveo-filetype-salesforce-standard-social, .coveo-filetype-salesforce-standard-solution, .coveo-filetype-salesforce-standard-sossession, .coveo-filetype-salesforce-standard-stage, .coveo-filetype-salesforce-standard-stage-collection, .coveo-filetype-salesforce-standard-survey, .coveo-filetype-salesforce-standard-task, .coveo-filetype-salesforce-standard-task2, .coveo-filetype-salesforce-standard-team-member, .coveo-filetype-salesforce-standard-template, .coveo-filetype-salesforce-standard-thanks, .coveo-filetype-salesforce-standard-thanks-loading, .coveo-filetype-salesforce-standard-timesheet, .coveo-filetype-salesforce-standard-timesheet-entry, .coveo-filetype-salesforce-standard-timeslot, .coveo-filetype-salesforce-standard-today, .coveo-filetype-salesforce-standard-topic, .coveo-filetype-salesforce-standard-topic2, .coveo-filetype-salesforce-standard-unmatched, .coveo-filetype-salesforce-standard-user, .coveo-filetype-salesforce-standard-work-order, .coveo-filetype-salesforce-standard-work-order-item, .coveo-filetype-salesforce-standard-work-type, .coveo-filetype-user, .coveo-filetype-video, .coveo-filetype-webpage, .coveo-icon.filetype, .coveo-icon.filetype.activedirperson, .coveo-icon.filetype.Activedirperson, .coveo-icon.filetype.Box, .coveo-icon.filetype.box, .coveo-icon.filetype.Box-user, .coveo-icon.filetype.box user, .coveo-icon.filetype.Cfblogentry, .coveo-icon.filetype.cfblogentry, .coveo-icon.filetype.cfcomment, .coveo-icon.filetype.Cfcomment, .coveo-icon.filetype.cfpage, .coveo-icon.filetype.Cfpage, .coveo-icon.filetype.Cfspace, .coveo-icon.filetype.cfspace, .coveo-icon.filetype.confluencespace, .coveo-icon.filetype.Confluencespace, .coveo-icon.filetype.Dynamicscrmitem, .coveo-icon.filetype.dynamicscrmitem, .coveo-icon.filetype.Exchangeappointment, .coveo-icon.filetype.exchangeappointment, .coveo-icon.filetype.exchangecalendarmessage, .coveo-icon.filetype.Exchangecalendarmessage, .coveo-icon.filetype.Exchangedocument, .coveo-icon.filetype.exchangedocument, .coveo-icon.filetype.Exchangedsn, .coveo-icon.filetype.exchangedsn, .coveo-icon.filetype.exchangefreebusy, .coveo-icon.filetype.Exchangefreebusy, .coveo-icon.filetype.Exchangegroup, .coveo-icon.filetype.exchangegroup, .coveo-icon.filetype.Exchangejunkmessage, .coveo-icon.filetype.exchangejunkmessage, .coveo-icon.filetype.exchangemdn, .coveo-icon.filetype.Exchangemdn, .coveo-icon.filetype.exchangemessage, .coveo-icon.filetype.Exchangemessage, .coveo-icon.filetype.Exchangeobject, .coveo-icon.filetype.exchangeobject, .coveo-icon.filetype.Exchangeperson, .coveo-icon.filetype.exchangeperson, .coveo-icon.filetype.Exchangerecallmessage, .coveo-icon.filetype.exchangerecallmessage, .coveo-icon.filetype.Exchangerecallreport, .coveo-icon.filetype.exchangerecallreport, .coveo-icon.filetype.exchangetask, .coveo-icon.filetype.Exchangetask, .coveo-icon.filetype.Folder, .coveo-icon.filetype.folder, .coveo-icon.filetype.Gmailmessage, .coveo-icon.filetype.gmailmessage, .coveo-icon.filetype.Jiraissue, .coveo-icon.filetype.jiraissue, .coveo-icon.filetype.Lithiumboard, .coveo-icon.filetype.lithiumboard, .coveo-icon.filetype.Lithiumcategory, .coveo-icon.filetype.lithiumcategory, .coveo-icon.filetype.lithiumcommunity, .coveo-icon.filetype.Lithiumcommunity, .coveo-icon.filetype.lithiummessage, .coveo-icon.filetype.Lithiummessage, .coveo-icon.filetype.lithiumthread, .coveo-icon.filetype.Lithiumthread, .coveo-icon.filetype.Odt, .coveo-icon.filetype.odt, .coveo-icon.filetype.OleFile, .coveo-icon.filetype.olefile, .coveo-icon.filetype.Rssitem, .coveo-icon.filetype.rssitem, .coveo-icon.filetype.Saleforceitem, .coveo-icon.filetype.saleforceitem, .coveo-icon.filetype.salesforceitem, .coveo-icon.filetype.Salesforceitem, .coveo-icon.filetype.spadministratortask, .coveo-icon.filetype.Spadministratortask, .coveo-icon.filetype.spadministratortasklist, .coveo-icon.filetype.Spadministratortasklist, .coveo-icon.filetype.spagenda, .coveo-icon.filetype.Spagenda, .coveo-icon.filetype.Spagendalist, .coveo-icon.filetype.spagendalist, .coveo-icon.filetype.sparea, .coveo-icon.filetype.Sparea, .coveo-icon.filetype.spareadocumentlibrarylist, .coveo-icon.filetype.Spareadocumentlibrarylist, .coveo-icon.filetype.sparealisting, .coveo-icon.filetype.Sparealisting, .coveo-icon.filetype.spattendee, .coveo-icon.filetype.Spattendee, .coveo-icon.filetype.spattendeelist, .coveo-icon.filetype.Spattendeelist, .coveo-icon.filetype.spcirculation, .coveo-icon.filetype.Spcirculation, .coveo-icon.filetype.spcirculationlist, .coveo-icon.filetype.Spcirculationlist, .coveo-icon.filetype.Spcontact, .coveo-icon.filetype.spcontact, .coveo-icon.filetype.spcontactlist, .coveo-icon.filetype.Spcontactlist, .coveo-icon.filetype.Spcustomgridlist, .coveo-icon.filetype.spcustomgridlist, .coveo-icon.filetype.Spcustomlist, .coveo-icon.filetype.spcustomlist, .coveo-icon.filetype.Spdashboardslibrarylist, .coveo-icon.filetype.spdashboardslibrarylist, .coveo-icon.filetype.spdataconnectionforperformancepointlibrarylist, .coveo-icon.filetype.Spdataconnectionforperformancepointlibrarylist, .coveo-icon.filetype.spdataconnectionlibrarylist, .coveo-icon.filetype.Spdataconnectionlibrarylist, .coveo-icon.filetype.Spdatasource, .coveo-icon.filetype.spdatasource, .coveo-icon.filetype.spdatasourcelist, .coveo-icon.filetype.Spdatasourcelist, .coveo-icon.filetype.Spdecision, .coveo-icon.filetype.spdecision, .coveo-icon.filetype.Spdecisionlist, .coveo-icon.filetype.spdecisionlist, .coveo-icon.filetype.spdistributiongroup, .coveo-icon.filetype.Spdistributiongroup, .coveo-icon.filetype.Spdistributiongrouplist, .coveo-icon.filetype.spdistributiongrouplist, .coveo-icon.filetype.Spdocumentlibrarylist, .coveo-icon.filetype.spdocumentlibrarylist, .coveo-icon.filetype.spdocumentlink, .coveo-icon.filetype.Spdocumentlink, .coveo-icon.filetype.spdocumentset, .coveo-icon.filetype.Spdocumentset, .coveo-icon.filetype.spevent, .coveo-icon.filetype.Spevent, .coveo-icon.filetype.speventlist, .coveo-icon.filetype.Speventlist, .coveo-icon.filetype.Spformlibrarylist, .coveo-icon.filetype.spformlibrarylist, .coveo-icon.filetype.spimedictionary, .coveo-icon.filetype.Spimedictionary, .coveo-icon.filetype.Spimedictionarylist, .coveo-icon.filetype.spimedictionarylist, .coveo-icon.filetype.Spipfslist, .coveo-icon.filetype.spipfslist, .coveo-icon.filetype.spissue, .coveo-icon.filetype.Spissue, .coveo-icon.filetype.Spissuelist, .coveo-icon.filetype.spissuelist, .coveo-icon.filetype.Spkeyperformanceindicator, .coveo-icon.filetype.spkeyperformanceindicator, .coveo-icon.filetype.Spkeyperformanceindicatorlist, .coveo-icon.filetype.spkeyperformanceindicatorlist, .coveo-icon.filetype.Splink, .coveo-icon.filetype.splink, .coveo-icon.filetype.Splinklist, .coveo-icon.filetype.splinklist, .coveo-icon.filetype.splistfolder, .coveo-icon.filetype.Splistfolder, .coveo-icon.filetype.Splisttemplatecataloglist, .coveo-icon.filetype.splisttemplatecataloglist, .coveo-icon.filetype.Spmasterpagescataloglist, .coveo-icon.filetype.spmasterpagescataloglist, .coveo-icon.filetype.Spmeetingserie, .coveo-icon.filetype.spmeetingserie, .coveo-icon.filetype.Spmeetingserielist, .coveo-icon.filetype.spmeetingserielist, .coveo-icon.filetype.Spnocodeworkflowlibrarylist, .coveo-icon.filetype.spnocodeworkflowlibrarylist, .coveo-icon.filetype.Spobjective, .coveo-icon.filetype.spobjective, .coveo-icon.filetype.Spobjectivelist, .coveo-icon.filetype.spobjectivelist, .coveo-icon.filetype.Sppicturelibrarylist, .coveo-icon.filetype.sppicturelibrarylist, .coveo-icon.filetype.spportal, .coveo-icon.filetype.Spportal, .coveo-icon.filetype.Spprocessdiagramslibrarylist, .coveo-icon.filetype.spprocessdiagramslibrarylist, .coveo-icon.filetype.spprojecttask, .coveo-icon.filetype.Spprojecttask, .coveo-icon.filetype.Spprojecttasklist, .coveo-icon.filetype.spprojecttasklist, .coveo-icon.filetype.sppublishingimageslibrarylist, .coveo-icon.filetype.Sppublishingimageslibrarylist, .coveo-icon.filetype.Sppublishingpageslibrarylist, .coveo-icon.filetype.sppublishingpageslibrarylist, .coveo-icon.filetype.Sprecordlibrarylist, .coveo-icon.filetype.sprecordlibrarylist, .coveo-icon.filetype.spreportdocumentlibrarylist, .coveo-icon.filetype.Spreportdocumentlibrarylist, .coveo-icon.filetype.spreportlibrarylist, .coveo-icon.filetype.Spreportlibrarylist, .coveo-icon.filetype.Spresource, .coveo-icon.filetype.spresource, .coveo-icon.filetype.Spresourcelist, .coveo-icon.filetype.spresourcelist, .coveo-icon.filetype.spsite, .coveo-icon.filetype.Spsite, .coveo-icon.filetype.spsitedirectory, .coveo-icon.filetype.Spsitedirectory, .coveo-icon.filetype.spsitedirectorylist, .coveo-icon.filetype.Spsitedirectorylist, .coveo-icon.filetype.Spsitethemeslibrarylist, .coveo-icon.filetype.spsitethemeslibrarylist, .coveo-icon.filetype.Spslidelibrarylist, .coveo-icon.filetype.spslidelibrarylist, .coveo-icon.filetype.spsolutionslibrarylist, .coveo-icon.filetype.Spsolutionslibrarylist, .coveo-icon.filetype.Spsurvey, .coveo-icon.filetype.spsurvey, .coveo-icon.filetype.spsurveylist, .coveo-icon.filetype.Spsurveylist, .coveo-icon.filetype.Sptab, .coveo-icon.filetype.sptab, .coveo-icon.filetype.sptablist, .coveo-icon.filetype.Sptablist, .coveo-icon.filetype.sptask, .coveo-icon.filetype.Sptask, .coveo-icon.filetype.Sptasklist, .coveo-icon.filetype.sptasklist, .coveo-icon.filetype.Spthingstobring, .coveo-icon.filetype.spthingstobring, .coveo-icon.filetype.spthingstobringlist, .coveo-icon.filetype.Spthingstobringlist, .coveo-icon.filetype.Sptranslationmanagementlibrarylist, .coveo-icon.filetype.sptranslationmanagementlibrarylist, .coveo-icon.filetype.spunknownlist, .coveo-icon.filetype.Spunknownlist, .coveo-icon.filetype.spuserinformation, .coveo-icon.filetype.Spuserinformation, .coveo-icon.filetype.Spuserinformationlist, .coveo-icon.filetype.spuserinformationlist, .coveo-icon.filetype.spuserprofile, .coveo-icon.filetype.Spuserprofile, .coveo-icon.filetype.spwebpartcataloglist, .coveo-icon.filetype.Spwebpartcataloglist, .coveo-icon.filetype.spwebtemplatecataloglist, .coveo-icon.filetype.Spwebtemplatecataloglist, .coveo-icon.filetype.Spwfpublibrarylist, .coveo-icon.filetype.spwfpublibrarylist, .coveo-icon.filetype.spwhereabout, .coveo-icon.filetype.Spwhereabout, .coveo-icon.filetype.spwhereaboutlist, .coveo-icon.filetype.Spwhereaboutlist, .coveo-icon.filetype.Spwikipagelibrarylist, .coveo-icon.filetype.spwikipagelibrarylist, .coveo-icon.filetype.spworkflowhistory, .coveo-icon.filetype.Spworkflowhistory, .coveo-icon.filetype.spworkflowhistorylist, .coveo-icon.filetype.Spworkflowhistorylist, .coveo-icon.filetype.spworkflowprocess, .coveo-icon.filetype.Spworkflowprocess, .coveo-icon.filetype.spworkflowprocesslist, .coveo-icon.filetype.Spworkflowprocesslist, .coveo-icon.filetype.spworkspacepagelist, .coveo-icon.filetype.Spworkspacepagelist, .coveo-icon.filetype.Video, .coveo-icon.filetype.video, .coveo-icon.filetype.youtube, .coveo-icon.filetype.Youtube, .coveo-icon.filetype.Youtubeplaylist, .coveo-icon.filetype.youtubeplaylist, .coveo-icon.filetype.youtubeplaylistitem, .coveo-icon.filetype.Youtubeplaylistitem, .coveo-icon.filetype.youtubevideo, .coveo-icon.filetype.Youtubevideo, .coveo-icon.objecttype, .coveo-icon.objecttype.account, .coveo-icon.objecttype.Account, .coveo-icon.objecttype.Annotation, .coveo-icon.objecttype.annotation, .coveo-icon.objecttype.appointment, .coveo-icon.objecttype.Appointment, .coveo-icon.objecttype.attachment, .coveo-icon.objecttype.Attachment, .coveo-icon.objecttype.campaign, .coveo-icon.objecttype.Campaign, .coveo-icon.objecttype.Case, .coveo-icon.objecttype.case, .coveo-icon.objecttype.casecomment, .coveo-icon.objecttype.Casecomment, .coveo-icon.objecttype.Collaborationgroup, .coveo-icon.objecttype.collaborationgroup, .coveo-icon.objecttype.Contact, .coveo-icon.objecttype.contact, .coveo-icon.objecttype.contentversion, .coveo-icon.objecttype.Contentversion, .coveo-icon.objecttype.contract, .coveo-icon.objecttype.Contract, .coveo-icon.objecttype.Dashboard, .coveo-icon.objecttype.dashboard, .coveo-icon.objecttype.email, .coveo-icon.objecttype.Email, .coveo-icon.objecttype.event, .coveo-icon.objecttype.Event, .coveo-icon.objecttype.feed, .coveo-icon.objecttype.Feed, .coveo-icon.objecttype.Feedcomment, .coveo-icon.objecttype.feedcomment, .coveo-icon.objecttype.feeditem, .coveo-icon.objecttype.Feeditem, .coveo-icon.objecttype.File, .coveo-icon.objecttype.file, .coveo-icon.objecttype.goal, .coveo-icon.objecttype.Goal, .coveo-icon.objecttype.incident, .coveo-icon.objecttype.Incident, .coveo-icon.objecttype.kbarticle, .coveo-icon.objecttype.Kbarticle, .coveo-icon.objecttype.kbarticlecomment, .coveo-icon.objecttype.Kbarticlecomment, .coveo-icon.objecttype.Kbdocumentation, .coveo-icon.objecttype.kbdocumentation, .coveo-icon.objecttype.kbknowledgearticle, .coveo-icon.objecttype.Kbknowledgearticle, .coveo-icon.objecttype.kbsolution, .coveo-icon.objecttype.Kbsolution, .coveo-icon.objecttype.kbtechnicalarticle, .coveo-icon.objecttype.Kbtechnicalarticle, .coveo-icon.objecttype.knowledgearticle, .coveo-icon.objecttype.Knowledgearticle, .coveo-icon.objecttype.lead, .coveo-icon.objecttype.Lead, .coveo-icon.objecttype.List, .coveo-icon.objecttype.list, .coveo-icon.objecttype.message, .coveo-icon.objecttype.Message, .coveo-icon.objecttype.Note, .coveo-icon.objecttype.note, .coveo-icon.objecttype.Opportunity, .coveo-icon.objecttype.opportunity, .coveo-icon.objecttype.Opportunityproduct, .coveo-icon.objecttype.opportunityproduct, .coveo-icon.objecttype.Partner, .coveo-icon.objecttype.partner, .coveo-icon.objecttype.people, .coveo-icon.objecttype.People, .coveo-icon.objecttype.Phonecall, .coveo-icon.objecttype.phonecall, .coveo-icon.objecttype.Product, .coveo-icon.objecttype.product, .coveo-icon.objecttype.quote, .coveo-icon.objecttype.Quote, .coveo-icon.objecttype.report, .coveo-icon.objecttype.Report, .coveo-icon.objecttype.salesliterature, .coveo-icon.objecttype.Salesliterature, .coveo-icon.objecttype.Salesorder, .coveo-icon.objecttype.salesorder, .coveo-icon.objecttype.Service, .coveo-icon.objecttype.service, .coveo-icon.objecttype.Socialprofile, .coveo-icon.objecttype.socialprofile, .coveo-icon.objecttype.Solution, .coveo-icon.objecttype.solution, .coveo-icon.objecttype.task, .coveo-icon.objecttype.Task, .coveo-icon.objecttype.thread, .coveo-icon.objecttype.Thread, .coveo-icon.objecttype.Topic, .coveo-icon.objecttype.topic, .coveo-icon.objecttype.User, .coveo-icon.objecttype.user {
    display: inline-block;
    width: 60px;
    height: 60px;
    background-size: 60px 60px
}

    .coveo-filetype-list, .coveo-icon.filetype.exchangeactivity, .coveo-icon.filetype.Exchangeactivity, .coveo-icon.filetype.exchangenote, .coveo-icon.filetype.Exchangenote, .coveo-icon.filetype.Exchangeofficecom, .coveo-icon.filetype.exchangeofficecom, .coveo-icon.filetype.exchangerssfeed, .coveo-icon.filetype.Exchangerssfeed, .coveo-icon.filetype.spannouncement, .coveo-icon.filetype.Spannouncement, .coveo-icon.filetype.spannouncementlist, .coveo-icon.filetype.Spannouncementlist, .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.spdiscussionboard, .coveo-icon.filetype.Spdiscussionboard, .coveo-icon.filetype.spdiscussionboardlist, .coveo-icon.filetype.Spdiscussionboardlist, .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.splanguagesandtranslator, .coveo-icon.filetype.Splanguagesandtranslator, .coveo-icon.filetype.splanguagesandtranslatorlist, .coveo-icon.filetype.Splanguagesandtranslatorlist, .coveo-icon.filetype.spmicrofeedlist, .coveo-icon.filetype.Spmicrofeedlist, .coveo-icon.filetype.spmicrofeedpost, .coveo-icon.filetype.Spmicrofeedpost, .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.Sptextbox, .coveo-icon.filetype.sptextbox, .coveo-icon.filetype.Sptextboxlist, .coveo-icon.filetype.sptextboxlist, .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 {
        display: inline-block;
        width: 52px;
        height: 52px;
        background-size: 52px 52px
    }

    .coveo-filetype-salesforce-doctype-ai, .coveo-filetype-salesforce-doctype-attachment, .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-filetype-salesforce-doctype-exe, .coveo-filetype-salesforce-doctype-flash, .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-filetype-salesforce-doctype-image, .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-filetype-salesforce-doctype-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-filetype-salesforce-doctype-unknown, .coveo-filetype-salesforce-doctype-video, .coveo-filetype-salesforce-doctype-visio, .coveo-filetype-salesforce-doctype-webex, .coveo-filetype-salesforce-doctype-word, .coveo-filetype-salesforce-doctype-xml, .coveo-filetype-salesforce-doctype-zip, .coveo-icon.filetype.doc, .coveo-icon.filetype.Doc, .coveo-icon.filetype.docx, .coveo-icon.filetype.Docx, .coveo-icon.filetype.html, .coveo-icon.filetype.Html, .coveo-icon.filetype.Image, .coveo-icon.filetype.image, .coveo-icon.filetype.pdf, .coveo-icon.filetype.Pdf, .coveo-icon.filetype.ppt, .coveo-icon.filetype.Ppt, .coveo-icon.filetype.Svg, .coveo-icon.filetype.svg, .coveo-icon.filetype.Svm, .coveo-icon.filetype.svm, .coveo-icon.filetype.Swf, .coveo-icon.filetype.swf, .coveo-icon.filetype.txt, .coveo-icon.filetype.Txt, .coveo-icon.filetype.Vsd, .coveo-icon.filetype.vsd, .coveo-icon.filetype.webscraperwebpage, .coveo-icon.filetype.Webscraperwebpage, .coveo-icon.filetype.Wiki, .coveo-icon.filetype.wiki, .coveo-icon.filetype.Xls, .coveo-icon.filetype.xls, .coveo-icon.filetype.Xml, .coveo-icon.filetype.xml, .coveo-icon.filetype.zip, .coveo-icon.filetype.Zip, .coveo-icon.objecttype.kbattachment, .coveo-icon.objecttype.Kbattachment {
        display: inline-block;
        width: 56px;
        height: 64px;
        background-size: 56px 64px
    }

    .coveo-filetype-attachment-small, .coveo-filetype-calendar-small, .coveo-filetype-case-small, .coveo-filetype-custom-small, .coveo-filetype-document-small, .coveo-filetype-file-small, .coveo-filetype-folder-small, .coveo-filetype-images-small, .coveo-filetype-kb-small, .coveo-filetype-link-small, .coveo-filetype-mail-small, .coveo-filetype-salesforce-standard-account-small, .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-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-filetype-salesforce-standard-campaign-members-small, .coveo-filetype-salesforce-standard-campaign-small, .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-small, .coveo-filetype-salesforce-standard-case-transcript-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-filetype-salesforce-standard-contract-line-item-small, .coveo-filetype-salesforce-standard-contract-small, .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-filetype-salesforce-standard-data-integration-hub-small, .coveo-filetype-salesforce-standard-default-small, .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-small, .coveo-filetype-salesforce-standard-entitlement-template-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-filetype-salesforce-standard-feed-small, .coveo-filetype-salesforce-standard-feedback-small, .coveo-filetype-salesforce-standard-file-small, .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-filetype-salesforce-standard-group-loading-small, .coveo-filetype-salesforce-standard-groups-small, .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-filetype-salesforce-standard-investment-account-small, .coveo-filetype-salesforce-standard-iot-orchestrations-small, .coveo-filetype-salesforce-standard-knowledge-small, .coveo-filetype-salesforce-standard-lead-insights-small, .coveo-filetype-salesforce-standard-lead-list-small, .coveo-filetype-salesforce-standard-lead-small, .coveo-filetype-salesforce-standard-link-small, .coveo-filetype-salesforce-standard-list-email-small, .coveo-filetype-salesforce-standard-live-chat-small, .coveo-filetype-salesforce-standard-live-chat-visitor-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-filetype-salesforce-standard-omni-supervisor-small, .coveo-filetype-salesforce-standard-operating-hours-small, .coveo-filetype-salesforce-standard-opportunity-small, .coveo-filetype-salesforce-standard-opportunity-splits-small, .coveo-filetype-salesforce-standard-orders-small, .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-filetype-salesforce-standard-pricebook-small, .coveo-filetype-salesforce-standard-process-small, .coveo-filetype-salesforce-standard-product-consumed-small, .coveo-filetype-salesforce-standard-product-item-small, .coveo-filetype-salesforce-standard-product-item-transaction-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-small, .coveo-filetype-salesforce-standard-product-transfer-small, .coveo-filetype-salesforce-standard-question-best-small, .coveo-filetype-salesforce-standard-question-feed-small, .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-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-filetype-salesforce-standard-relationship-small, .coveo-filetype-salesforce-standard-report-small, .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-filetype-salesforce-standard-service-contract-small, .coveo-filetype-salesforce-standard-service-crew-member-small, .coveo-filetype-salesforce-standard-service-crew-small, .coveo-filetype-salesforce-standard-service-report-small, .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-filetype-salesforce-standard-solution-small, .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-task2-small, .coveo-filetype-salesforce-standard-task-small, .coveo-filetype-salesforce-standard-team-member-small, .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-topic2-small, .coveo-filetype-salesforce-standard-topic-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-filetype-video-small, .coveo-filetype-webpage-small, .coveo-icon.filetype.coveo-small, .coveo-icon.filetype.coveo-small.activedirperson, .coveo-icon.filetype.coveo-small.Activedirperson, .coveo-icon.filetype.coveo-small.Box, .coveo-icon.filetype.coveo-small.box, .coveo-icon.filetype.coveo-small.Box-user, .coveo-icon.filetype.coveo-small.box user, .coveo-icon.filetype.coveo-small.cfblogentry, .coveo-icon.filetype.coveo-small.Cfblogentry, .coveo-icon.filetype.coveo-small.Cfcomment, .coveo-icon.filetype.coveo-small.cfcomment, .coveo-icon.filetype.coveo-small.Cfpage, .coveo-icon.filetype.coveo-small.cfpage, .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.Dynamicscrmitem, .coveo-icon.filetype.coveo-small.dynamicscrmitem, .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.exchangedocument, .coveo-icon.filetype.coveo-small.Exchangedocument, .coveo-icon.filetype.coveo-small.Exchangedsn, .coveo-icon.filetype.coveo-small.exchangedsn, .coveo-icon.filetype.coveo-small.Exchangefreebusy, .coveo-icon.filetype.coveo-small.exchangefreebusy, .coveo-icon.filetype.coveo-small.Exchangegroup, .coveo-icon.filetype.coveo-small.exchangegroup, .coveo-icon.filetype.coveo-small.Exchangejunkmessage, .coveo-icon.filetype.coveo-small.exchangejunkmessage, .coveo-icon.filetype.coveo-small.exchangemdn, .coveo-icon.filetype.coveo-small.Exchangemdn, .coveo-icon.filetype.coveo-small.Exchangemessage, .coveo-icon.filetype.coveo-small.exchangemessage, .coveo-icon.filetype.coveo-small.exchangeobject, .coveo-icon.filetype.coveo-small.Exchangeobject, .coveo-icon.filetype.coveo-small.exchangeperson, .coveo-icon.filetype.coveo-small.Exchangeperson, .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.Exchangetask, .coveo-icon.filetype.coveo-small.exchangetask, .coveo-icon.filetype.coveo-small.Folder, .coveo-icon.filetype.coveo-small.folder, .coveo-icon.filetype.coveo-small.Gmailmessage, .coveo-icon.filetype.coveo-small.gmailmessage, .coveo-icon.filetype.coveo-small.jiraissue, .coveo-icon.filetype.coveo-small.Jiraissue, .coveo-icon.filetype.coveo-small.lithiumboard, .coveo-icon.filetype.coveo-small.Lithiumboard, .coveo-icon.filetype.coveo-small.lithiumcategory, .coveo-icon.filetype.coveo-small.Lithiumcategory, .coveo-icon.filetype.coveo-small.Lithiumcommunity, .coveo-icon.filetype.coveo-small.lithiumcommunity, .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-icon.filetype.coveo-small.Odt, .coveo-icon.filetype.coveo-small.odt, .coveo-icon.filetype.coveo-small.olefile, .coveo-icon.filetype.coveo-small.OleFile, .coveo-icon.filetype.coveo-small.rssitem, .coveo-icon.filetype.coveo-small.Rssitem, .coveo-icon.filetype.coveo-small.saleforceitem, .coveo-icon.filetype.coveo-small.Saleforceitem, .coveo-icon.filetype.coveo-small.salesforceitem, .coveo-icon.filetype.coveo-small.Salesforceitem, .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.Spagenda, .coveo-icon.filetype.coveo-small.spagenda, .coveo-icon.filetype.coveo-small.Spagendalist, .coveo-icon.filetype.coveo-small.spagendalist, .coveo-icon.filetype.coveo-small.Sparea, .coveo-icon.filetype.coveo-small.sparea, .coveo-icon.filetype.coveo-small.Spareadocumentlibrarylist, .coveo-icon.filetype.coveo-small.spareadocumentlibrarylist, .coveo-icon.filetype.coveo-small.sparealisting, .coveo-icon.filetype.coveo-small.Sparealisting, .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.spcirculation, .coveo-icon.filetype.coveo-small.Spcirculation, .coveo-icon.filetype.coveo-small.spcirculationlist, .coveo-icon.filetype.coveo-small.Spcirculationlist, .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.Spcustomgridlist, .coveo-icon.filetype.coveo-small.spcustomgridlist, .coveo-icon.filetype.coveo-small.spcustomlist, .coveo-icon.filetype.coveo-small.Spcustomlist, .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.spdataconnectionlibrarylist, .coveo-icon.filetype.coveo-small.Spdataconnectionlibrarylist, .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.spdecision, .coveo-icon.filetype.coveo-small.Spdecision, .coveo-icon.filetype.coveo-small.Spdecisionlist, .coveo-icon.filetype.coveo-small.spdecisionlist, .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.spdocumentlibrarylist, .coveo-icon.filetype.coveo-small.Spdocumentlibrarylist, .coveo-icon.filetype.coveo-small.Spdocumentlink, .coveo-icon.filetype.coveo-small.spdocumentlink, .coveo-icon.filetype.coveo-small.spdocumentset, .coveo-icon.filetype.coveo-small.Spdocumentset, .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.spformlibrarylist, .coveo-icon.filetype.coveo-small.Spformlibrarylist, .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.spipfslist, .coveo-icon.filetype.coveo-small.Spipfslist, .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.spkeyperformanceindicator, .coveo-icon.filetype.coveo-small.Spkeyperformanceindicator, .coveo-icon.filetype.coveo-small.spkeyperformanceindicatorlist, .coveo-icon.filetype.coveo-small.Spkeyperformanceindicatorlist, .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.Splistfolder, .coveo-icon.filetype.coveo-small.splistfolder, .coveo-icon.filetype.coveo-small.Splisttemplatecataloglist, .coveo-icon.filetype.coveo-small.splisttemplatecataloglist, .coveo-icon.filetype.coveo-small.Spmasterpagescataloglist, .coveo-icon.filetype.coveo-small.spmasterpagescataloglist, .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.Spnocodeworkflowlibrarylist, .coveo-icon.filetype.coveo-small.spnocodeworkflowlibrarylist, .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.Sppicturelibrarylist, .coveo-icon.filetype.coveo-small.sppicturelibrarylist, .coveo-icon.filetype.coveo-small.Spportal, .coveo-icon.filetype.coveo-small.spportal, .coveo-icon.filetype.coveo-small.Spprocessdiagramslibrarylist, .coveo-icon.filetype.coveo-small.spprocessdiagramslibrarylist, .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-icon.filetype.coveo-small.sppublishingimageslibrarylist, .coveo-icon.filetype.coveo-small.Sppublishingimageslibrarylist, .coveo-icon.filetype.coveo-small.sppublishingpageslibrarylist, .coveo-icon.filetype.coveo-small.Sppublishingpageslibrarylist, .coveo-icon.filetype.coveo-small.sprecordlibrarylist, .coveo-icon.filetype.coveo-small.Sprecordlibrarylist, .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.spresource, .coveo-icon.filetype.coveo-small.Spresource, .coveo-icon.filetype.coveo-small.Spresourcelist, .coveo-icon.filetype.coveo-small.spresourcelist, .coveo-icon.filetype.coveo-small.Spsite, .coveo-icon.filetype.coveo-small.spsite, .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.spsitethemeslibrarylist, .coveo-icon.filetype.coveo-small.Spsitethemeslibrarylist, .coveo-icon.filetype.coveo-small.Spslidelibrarylist, .coveo-icon.filetype.coveo-small.spslidelibrarylist, .coveo-icon.filetype.coveo-small.spsolutionslibrarylist, .coveo-icon.filetype.coveo-small.Spsolutionslibrarylist, .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.sptab, .coveo-icon.filetype.coveo-small.Sptab, .coveo-icon.filetype.coveo-small.sptablist, .coveo-icon.filetype.coveo-small.Sptablist, .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.spthingstobring, .coveo-icon.filetype.coveo-small.Spthingstobring, .coveo-icon.filetype.coveo-small.Spthingstobringlist, .coveo-icon.filetype.coveo-small.spthingstobringlist, .coveo-icon.filetype.coveo-small.Sptranslationmanagementlibrarylist, .coveo-icon.filetype.coveo-small.sptranslationmanagementlibrarylist, .coveo-icon.filetype.coveo-small.Spunknownlist, .coveo-icon.filetype.coveo-small.spunknownlist, .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-icon.filetype.coveo-small.Spuserprofile, .coveo-icon.filetype.coveo-small.spuserprofile, .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.spwfpublibrarylist, .coveo-icon.filetype.coveo-small.Spwfpublibrarylist, .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-icon.filetype.coveo-small.Spwikipagelibrarylist, .coveo-icon.filetype.coveo-small.spwikipagelibrarylist, .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-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.Spworkspacepagelist, .coveo-icon.filetype.coveo-small.spworkspacepagelist, .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.youtubeplaylist, .coveo-icon.filetype.coveo-small.Youtubeplaylist, .coveo-icon.filetype.coveo-small.Youtubeplaylistitem, .coveo-icon.filetype.coveo-small.youtubeplaylistitem, .coveo-icon.filetype.coveo-small.Youtubevideo, .coveo-icon.filetype.coveo-small.youtubevideo, .coveo-icon.objecttype.coveo-small, .coveo-icon.objecttype.coveo-small.Account, .coveo-icon.objecttype.coveo-small.account, .coveo-icon.objecttype.coveo-small.Annotation, .coveo-icon.objecttype.coveo-small.annotation, .coveo-icon.objecttype.coveo-small.Appointment, .coveo-icon.objecttype.coveo-small.appointment, .coveo-icon.objecttype.coveo-small.attachment, .coveo-icon.objecttype.coveo-small.Attachment, .coveo-icon.objecttype.coveo-small.Campaign, .coveo-icon.objecttype.coveo-small.campaign, .coveo-icon.objecttype.coveo-small.Case, .coveo-icon.objecttype.coveo-small.case, .coveo-icon.objecttype.coveo-small.Casecomment, .coveo-icon.objecttype.coveo-small.casecomment, .coveo-icon.objecttype.coveo-small.Collaborationgroup, .coveo-icon.objecttype.coveo-small.collaborationgroup, .coveo-icon.objecttype.coveo-small.Contact, .coveo-icon.objecttype.coveo-small.contact, .coveo-icon.objecttype.coveo-small.Contentversion, .coveo-icon.objecttype.coveo-small.contentversion, .coveo-icon.objecttype.coveo-small.Contract, .coveo-icon.objecttype.coveo-small.contract, .coveo-icon.objecttype.coveo-small.Dashboard, .coveo-icon.objecttype.coveo-small.dashboard, .coveo-icon.objecttype.coveo-small.Email, .coveo-icon.objecttype.coveo-small.email, .coveo-icon.objecttype.coveo-small.event, .coveo-icon.objecttype.coveo-small.Event, .coveo-icon.objecttype.coveo-small.Feed, .coveo-icon.objecttype.coveo-small.feed, .coveo-icon.objecttype.coveo-small.feedcomment, .coveo-icon.objecttype.coveo-small.Feedcomment, .coveo-icon.objecttype.coveo-small.feeditem, .coveo-icon.objecttype.coveo-small.Feeditem, .coveo-icon.objecttype.coveo-small.file, .coveo-icon.objecttype.coveo-small.File, .coveo-icon.objecttype.coveo-small.Goal, .coveo-icon.objecttype.coveo-small.goal, .coveo-icon.objecttype.coveo-small.Incident, .coveo-icon.objecttype.coveo-small.incident, .coveo-icon.objecttype.coveo-small.kbarticle, .coveo-icon.objecttype.coveo-small.Kbarticle, .coveo-icon.objecttype.coveo-small.Kbarticlecomment, .coveo-icon.objecttype.coveo-small.kbarticlecomment, .coveo-icon.objecttype.coveo-small.Kbdocumentation, .coveo-icon.objecttype.coveo-small.kbdocumentation, .coveo-icon.objecttype.coveo-small.Kbknowledgearticle, .coveo-icon.objecttype.coveo-small.kbknowledgearticle, .coveo-icon.objecttype.coveo-small.Kbsolution, .coveo-icon.objecttype.coveo-small.kbsolution, .coveo-icon.objecttype.coveo-small.kbtechnicalarticle, .coveo-icon.objecttype.coveo-small.Kbtechnicalarticle, .coveo-icon.objecttype.coveo-small.knowledgearticle, .coveo-icon.objecttype.coveo-small.Knowledgearticle, .coveo-icon.objecttype.coveo-small.lead, .coveo-icon.objecttype.coveo-small.Lead, .coveo-icon.objecttype.coveo-small.List, .coveo-icon.objecttype.coveo-small.list, .coveo-icon.objecttype.coveo-small.message, .coveo-icon.objecttype.coveo-small.Message, .coveo-icon.objecttype.coveo-small.note, .coveo-icon.objecttype.coveo-small.Note, .coveo-icon.objecttype.coveo-small.opportunity, .coveo-icon.objecttype.coveo-small.Opportunity, .coveo-icon.objecttype.coveo-small.opportunityproduct, .coveo-icon.objecttype.coveo-small.Opportunityproduct, .coveo-icon.objecttype.coveo-small.partner, .coveo-icon.objecttype.coveo-small.Partner, .coveo-icon.objecttype.coveo-small.people, .coveo-icon.objecttype.coveo-small.People, .coveo-icon.objecttype.coveo-small.Phonecall, .coveo-icon.objecttype.coveo-small.phonecall, .coveo-icon.objecttype.coveo-small.product, .coveo-icon.objecttype.coveo-small.Product, .coveo-icon.objecttype.coveo-small.quote, .coveo-icon.objecttype.coveo-small.Quote, .coveo-icon.objecttype.coveo-small.Report, .coveo-icon.objecttype.coveo-small.report, .coveo-icon.objecttype.coveo-small.salesliterature, .coveo-icon.objecttype.coveo-small.Salesliterature, .coveo-icon.objecttype.coveo-small.salesorder, .coveo-icon.objecttype.coveo-small.Salesorder, .coveo-icon.objecttype.coveo-small.service, .coveo-icon.objecttype.coveo-small.Service, .coveo-icon.objecttype.coveo-small.socialprofile, .coveo-icon.objecttype.coveo-small.Socialprofile, .coveo-icon.objecttype.coveo-small.Solution, .coveo-icon.objecttype.coveo-small.solution, .coveo-icon.objecttype.coveo-small.task, .coveo-icon.objecttype.coveo-small.Task, .coveo-icon.objecttype.coveo-small.Thread, .coveo-icon.objecttype.coveo-small.thread, .coveo-icon.objecttype.coveo-small.topic, .coveo-icon.objecttype.coveo-small.Topic, .coveo-icon.objecttype.coveo-small.user, .coveo-icon.objecttype.coveo-small.User {
        display: inline-block;
        width: 30px;
        height: 30px;
        background-size: 30px 30px
    }

        .coveo-filetype-list-small, .coveo-icon.filetype.coveo-small.exchangeactivity, .coveo-icon.filetype.coveo-small.Exchangeactivity, .coveo-icon.filetype.coveo-small.exchangenote, .coveo-icon.filetype.coveo-small.Exchangenote, .coveo-icon.filetype.coveo-small.Exchangeofficecom, .coveo-icon.filetype.coveo-small.exchangeofficecom, .coveo-icon.filetype.coveo-small.exchangerssfeed, .coveo-icon.filetype.coveo-small.Exchangerssfeed, .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.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.spdiscussionboard, .coveo-icon.filetype.coveo-small.Spdiscussionboard, .coveo-icon.filetype.coveo-small.spdiscussionboardlist, .coveo-icon.filetype.coveo-small.Spdiscussionboardlist, .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.splanguagesandtranslator, .coveo-icon.filetype.coveo-small.Splanguagesandtranslator, .coveo-icon.filetype.coveo-small.splanguagesandtranslatorlist, .coveo-icon.filetype.coveo-small.Splanguagesandtranslatorlist, .coveo-icon.filetype.coveo-small.spmicrofeedlist, .coveo-icon.filetype.coveo-small.Spmicrofeedlist, .coveo-icon.filetype.coveo-small.spmicrofeedpost, .coveo-icon.filetype.coveo-small.Spmicrofeedpost, .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.Sptextbox, .coveo-icon.filetype.coveo-small.sptextbox, .coveo-icon.filetype.coveo-small.Sptextboxlist, .coveo-icon.filetype.coveo-small.sptextboxlist, .coveo-icon.objecttype.coveo-small.board, .coveo-icon.objecttype.coveo-small.Board, .coveo-icon.objecttype.coveo-small.category, .coveo-icon.objecttype.coveo-small.Category, .coveo-icon.objecttype.coveo-small.Invoice, .coveo-icon.objecttype.coveo-small.invoice, .coveo-icon.objecttype.coveo-small.Queueitem, .coveo-icon.objecttype.coveo-small.queueitem {
            display: inline-block;
            width: 26px;
            height: 26px;
            background-size: 26px 26px
        }

        .coveo-filetype-salesforce-doctype-ai-small, .coveo-filetype-salesforce-doctype-attachment-small, .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-filetype-salesforce-doctype-exe-small, .coveo-filetype-salesforce-doctype-flash-small, .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-filetype-salesforce-doctype-image-small, .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-filetype-salesforce-doctype-ppt-small, .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-filetype-salesforce-doctype-unknown-small, .coveo-filetype-salesforce-doctype-video-small, .coveo-filetype-salesforce-doctype-visio-small, .coveo-filetype-salesforce-doctype-webex-small, .coveo-filetype-salesforce-doctype-word-small, .coveo-filetype-salesforce-doctype-xml-small, .coveo-filetype-salesforce-doctype-zip-small, .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-icon.filetype.coveo-small.html, .coveo-icon.filetype.coveo-small.Html, .coveo-icon.filetype.coveo-small.Image, .coveo-icon.filetype.coveo-small.image, .coveo-icon.filetype.coveo-small.pdf, .coveo-icon.filetype.coveo-small.Pdf, .coveo-icon.filetype.coveo-small.ppt, .coveo-icon.filetype.coveo-small.Ppt, .coveo-icon.filetype.coveo-small.Svg, .coveo-icon.filetype.coveo-small.svg, .coveo-icon.filetype.coveo-small.Svm, .coveo-icon.filetype.coveo-small.svm, .coveo-icon.filetype.coveo-small.Swf, .coveo-icon.filetype.coveo-small.swf, .coveo-icon.filetype.coveo-small.txt, .coveo-icon.filetype.coveo-small.Txt, .coveo-icon.filetype.coveo-small.Vsd, .coveo-icon.filetype.coveo-small.vsd, .coveo-icon.filetype.coveo-small.webscraperwebpage, .coveo-icon.filetype.coveo-small.Webscraperwebpage, .coveo-icon.filetype.coveo-small.Wiki, .coveo-icon.filetype.coveo-small.wiki, .coveo-icon.filetype.coveo-small.Xls, .coveo-icon.filetype.coveo-small.xls, .coveo-icon.filetype.coveo-small.Xml, .coveo-icon.filetype.coveo-small.xml, .coveo-icon.filetype.coveo-small.zip, .coveo-icon.filetype.coveo-small.Zip, .coveo-icon.objecttype.coveo-small.kbattachment, .coveo-icon.objecttype.coveo-small.Kbattachment {
            display: inline-block;
            width: 28px;
            height: 32px;
            background-size: 28px 32px
        }

        .coveo-filetype-attachment, .coveo-filetype-attachment-small, .coveo-icon.objecttype.Attachment, .coveo-icon.objecttype.attachment, .coveo-icon.objecttype.coveo-small.Attachment, .coveo-icon.objecttype.coveo-small.attachment {
            background-image: url(../image/attachment.svg)
        }

        .coveo-filetype-calendar, .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.Spadministratortask, .coveo-icon.filetype.coveo-small.spadministratortask, .coveo-icon.filetype.coveo-small.Spadministratortasklist, .coveo-icon.filetype.coveo-small.spadministratortasklist, .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.spevent, .coveo-icon.filetype.coveo-small.Spevent, .coveo-icon.filetype.coveo-small.Speventlist, .coveo-icon.filetype.coveo-small.speventlist, .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.Sptask, .coveo-icon.filetype.coveo-small.sptask, .coveo-icon.filetype.coveo-small.Sptasklist, .coveo-icon.filetype.coveo-small.sptasklist, .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-icon.filetype.exchangeappointment, .coveo-icon.filetype.Exchangeappointment, .coveo-icon.filetype.Exchangecalendarmessage, .coveo-icon.filetype.exchangecalendarmessage, .coveo-icon.filetype.Spadministratortask, .coveo-icon.filetype.spadministratortask, .coveo-icon.filetype.spadministratortasklist, .coveo-icon.filetype.Spadministratortasklist, .coveo-icon.filetype.spagenda, .coveo-icon.filetype.Spagenda, .coveo-icon.filetype.spagendalist, .coveo-icon.filetype.Spagendalist, .coveo-icon.filetype.Spevent, .coveo-icon.filetype.spevent, .coveo-icon.filetype.Speventlist, .coveo-icon.filetype.speventlist, .coveo-icon.filetype.spmeetingserie, .coveo-icon.filetype.Spmeetingserie, .coveo-icon.filetype.Spmeetingserielist, .coveo-icon.filetype.spmeetingserielist, .coveo-icon.filetype.sptask, .coveo-icon.filetype.Sptask, .coveo-icon.filetype.Sptasklist, .coveo-icon.filetype.sptasklist, .coveo-icon.filetype.Spworkflowhistory, .coveo-icon.filetype.spworkflowhistory, .coveo-icon.filetype.Spworkflowhistorylist, .coveo-icon.filetype.spworkflowhistorylist {
            background-image: url(../image/calendar.svg)
        }

        .coveo-filetype-case, .coveo-filetype-case-small, .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-icon.filetype.exchangetask, .coveo-icon.filetype.Exchangetask, .coveo-icon.filetype.spprojecttask, .coveo-icon.filetype.Spprojecttask, .coveo-icon.filetype.spprojecttasklist, .coveo-icon.filetype.Spprojecttasklist, .coveo-icon.objecttype.case, .coveo-icon.objecttype.Case, .coveo-icon.objecttype.coveo-small.case, .coveo-icon.objecttype.coveo-small.Case, .coveo-icon.objecttype.coveo-small.incident, .coveo-icon.objecttype.coveo-small.Incident, .coveo-icon.objecttype.Incident, .coveo-icon.objecttype.incident {
            background-image: url(../image/case.svg)
        }

        .coveo-filetype-custom, .coveo-filetype-custom-small, .coveo-icon.filetype, .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.sparealisting, .coveo-icon.filetype.coveo-small.Sparealisting, .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.Spcustomgridlist, .coveo-icon.filetype.coveo-small.spcustomgridlist, .coveo-icon.filetype.coveo-small.spcustomlist, .coveo-icon.filetype.coveo-small.Spcustomlist, .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.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.Spobjective, .coveo-icon.filetype.coveo-small.spobjective, .coveo-icon.filetype.coveo-small.Spobjectivelist, .coveo-icon.filetype.coveo-small.spobjectivelist, .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.Sptab, .coveo-icon.filetype.coveo-small.sptab, .coveo-icon.filetype.coveo-small.Sptablist, .coveo-icon.filetype.coveo-small.sptablist, .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.Spunknownlist, .coveo-icon.filetype.coveo-small.spunknownlist, .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-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.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.Sparealisting, .coveo-icon.filetype.sparealisting, .coveo-icon.filetype.spcirculation, .coveo-icon.filetype.Spcirculation, .coveo-icon.filetype.Spcirculationlist, .coveo-icon.filetype.spcirculationlist, .coveo-icon.filetype.Spcustomgridlist, .coveo-icon.filetype.spcustomgridlist, .coveo-icon.filetype.Spcustomlist, .coveo-icon.filetype.spcustomlist, .coveo-icon.filetype.spdecision, .coveo-icon.filetype.Spdecision, .coveo-icon.filetype.Spdecisionlist, .coveo-icon.filetype.spdecisionlist, .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.spobjective, .coveo-icon.filetype.Spobjective, .coveo-icon.filetype.spobjectivelist, .coveo-icon.filetype.Spobjectivelist, .coveo-icon.filetype.Spsurvey, .coveo-icon.filetype.spsurvey, .coveo-icon.filetype.spsurveylist, .coveo-icon.filetype.Spsurveylist, .coveo-icon.filetype.sptab, .coveo-icon.filetype.Sptab, .coveo-icon.filetype.sptablist, .coveo-icon.filetype.Sptablist, .coveo-icon.filetype.Spthingstobring, .coveo-icon.filetype.spthingstobring, .coveo-icon.filetype.spthingstobringlist, .coveo-icon.filetype.Spthingstobringlist, .coveo-icon.filetype.Spunknownlist, .coveo-icon.filetype.spunknownlist, .coveo-icon.filetype.spwhereabout, .coveo-icon.filetype.Spwhereabout, .coveo-icon.filetype.Spwhereaboutlist, .coveo-icon.filetype.spwhereaboutlist, .coveo-icon.filetype.Spworkflowprocess, .coveo-icon.filetype.spworkflowprocess, .coveo-icon.filetype.Spworkflowprocesslist, .coveo-icon.filetype.spworkflowprocesslist, .coveo-icon.objecttype, .coveo-icon.objecttype.coveo-small {
            background-image: url(../image/custom.svg)
        }

            .coveo-filetype-document, .coveo-filetype-document-small, .coveo-icon.objecttype.Contentversion, .coveo-icon.objecttype.contentversion, .coveo-icon.objecttype.coveo-small.Contentversion, .coveo-icon.objecttype.coveo-small.contentversion {
                background-image: url(../image/document.svg)
            }

            .coveo-filetype-file, .coveo-filetype-file-small, .coveo-icon.filetype.coveo-small.exchangedocument, .coveo-icon.filetype.coveo-small.Exchangedocument, .coveo-icon.filetype.coveo-small.odt, .coveo-icon.filetype.coveo-small.Odt, .coveo-icon.filetype.coveo-small.OleFile, .coveo-icon.filetype.coveo-small.olefile, .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-icon.filetype.exchangedocument, .coveo-icon.filetype.Exchangedocument, .coveo-icon.filetype.Odt, .coveo-icon.filetype.odt, .coveo-icon.filetype.OleFile, .coveo-icon.filetype.olefile, .coveo-icon.filetype.spresource, .coveo-icon.filetype.Spresource, .coveo-icon.filetype.spresourcelist, .coveo-icon.filetype.Spresourcelist {
                background-image: url(../image/file.svg)
            }

            .coveo-filetype-folder, .coveo-filetype-folder-small, .coveo-icon.filetype.cfspace, .coveo-icon.filetype.Cfspace, .coveo-icon.filetype.Confluencespace, .coveo-icon.filetype.confluencespace, .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.folder, .coveo-icon.filetype.coveo-small.Folder, .coveo-icon.filetype.coveo-small.Spareadocumentlibrarylist, .coveo-icon.filetype.coveo-small.spareadocumentlibrarylist, .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.Spdocumentlibrarylist, .coveo-icon.filetype.coveo-small.spdocumentlibrarylist, .coveo-icon.filetype.coveo-small.spdocumentset, .coveo-icon.filetype.coveo-small.Spdocumentset, .coveo-icon.filetype.coveo-small.spformlibrarylist, .coveo-icon.filetype.coveo-small.Spformlibrarylist, .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.Splistfolder, .coveo-icon.filetype.coveo-small.splistfolder, .coveo-icon.filetype.coveo-small.Splisttemplatecataloglist, .coveo-icon.filetype.coveo-small.splisttemplatecataloglist, .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.Spprocessdiagramslibrarylist, .coveo-icon.filetype.coveo-small.spprocessdiagramslibrarylist, .coveo-icon.filetype.coveo-small.sppublishingimageslibrarylist, .coveo-icon.filetype.coveo-small.Sppublishingimageslibrarylist, .coveo-icon.filetype.coveo-small.sppublishingpageslibrarylist, .coveo-icon.filetype.coveo-small.Sppublishingpageslibrarylist, .coveo-icon.filetype.coveo-small.sprecordlibrarylist, .coveo-icon.filetype.coveo-small.Sprecordlibrarylist, .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.spsitedirectory, .coveo-icon.filetype.coveo-small.Spsitedirectory, .coveo-icon.filetype.coveo-small.spsitedirectorylist, .coveo-icon.filetype.coveo-small.Spsitedirectorylist, .coveo-icon.filetype.coveo-small.spsitethemeslibrarylist, .coveo-icon.filetype.coveo-small.Spsitethemeslibrarylist, .coveo-icon.filetype.coveo-small.spslidelibrarylist, .coveo-icon.filetype.coveo-small.Spslidelibrarylist, .coveo-icon.filetype.coveo-small.spsolutionslibrarylist, .coveo-icon.filetype.coveo-small.Spsolutionslibrarylist, .coveo-icon.filetype.coveo-small.Sptranslationmanagementlibrarylist, .coveo-icon.filetype.coveo-small.sptranslationmanagementlibrarylist, .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.Spwfpublibrarylist, .coveo-icon.filetype.coveo-small.spwfpublibrarylist, .coveo-icon.filetype.coveo-small.spworkspacepagelist, .coveo-icon.filetype.coveo-small.Spworkspacepagelist, .coveo-icon.filetype.folder, .coveo-icon.filetype.Folder, .coveo-icon.filetype.spareadocumentlibrarylist, .coveo-icon.filetype.Spareadocumentlibrarylist, .coveo-icon.filetype.Spdashboardslibrarylist, .coveo-icon.filetype.spdashboardslibrarylist, .coveo-icon.filetype.Spdataconnectionforperformancepointlibrarylist, .coveo-icon.filetype.spdataconnectionforperformancepointlibrarylist, .coveo-icon.filetype.spdocumentlibrarylist, .coveo-icon.filetype.Spdocumentlibrarylist, .coveo-icon.filetype.spdocumentset, .coveo-icon.filetype.Spdocumentset, .coveo-icon.filetype.Spformlibrarylist, .coveo-icon.filetype.spformlibrarylist, .coveo-icon.filetype.Spimedictionary, .coveo-icon.filetype.spimedictionary, .coveo-icon.filetype.spimedictionarylist, .coveo-icon.filetype.Spimedictionarylist, .coveo-icon.filetype.Splistfolder, .coveo-icon.filetype.splistfolder, .coveo-icon.filetype.splisttemplatecataloglist, .coveo-icon.filetype.Splisttemplatecataloglist, .coveo-icon.filetype.spmasterpagescataloglist, .coveo-icon.filetype.Spmasterpagescataloglist, .coveo-icon.filetype.Spnocodeworkflowlibrarylist, .coveo-icon.filetype.spnocodeworkflowlibrarylist, .coveo-icon.filetype.Spprocessdiagramslibrarylist, .coveo-icon.filetype.spprocessdiagramslibrarylist, .coveo-icon.filetype.sppublishingimageslibrarylist, .coveo-icon.filetype.Sppublishingimageslibrarylist, .coveo-icon.filetype.Sppublishingpageslibrarylist, .coveo-icon.filetype.sppublishingpageslibrarylist, .coveo-icon.filetype.Sprecordlibrarylist, .coveo-icon.filetype.sprecordlibrarylist, .coveo-icon.filetype.spreportdocumentlibrarylist, .coveo-icon.filetype.Spreportdocumentlibrarylist, .coveo-icon.filetype.Spreportlibrarylist, .coveo-icon.filetype.spreportlibrarylist, .coveo-icon.filetype.spsitedirectory, .coveo-icon.filetype.Spsitedirectory, .coveo-icon.filetype.spsitedirectorylist, .coveo-icon.filetype.Spsitedirectorylist, .coveo-icon.filetype.Spsitethemeslibrarylist, .coveo-icon.filetype.spsitethemeslibrarylist, .coveo-icon.filetype.spslidelibrarylist, .coveo-icon.filetype.Spslidelibrarylist, .coveo-icon.filetype.spsolutionslibrarylist, .coveo-icon.filetype.Spsolutionslibrarylist, .coveo-icon.filetype.sptranslationmanagementlibrarylist, .coveo-icon.filetype.Sptranslationmanagementlibrarylist, .coveo-icon.filetype.spwebpartcataloglist, .coveo-icon.filetype.Spwebpartcataloglist, .coveo-icon.filetype.Spwebtemplatecataloglist, .coveo-icon.filetype.spwebtemplatecataloglist, .coveo-icon.filetype.Spwfpublibrarylist, .coveo-icon.filetype.spwfpublibrarylist, .coveo-icon.filetype.Spworkspacepagelist, .coveo-icon.filetype.spworkspacepagelist {
                background-image: url(../image/folder.svg)
            }

            .coveo-filetype-images, .coveo-filetype-images-small, .coveo-icon.filetype.coveo-small.Sppicturelibrarylist, .coveo-icon.filetype.coveo-small.sppicturelibrarylist, .coveo-icon.filetype.Sppicturelibrarylist, .coveo-icon.filetype.sppicturelibrarylist {
                background-image: url(../image/images.svg)
            }

            .coveo-filetype-kb, .coveo-filetype-kb-small, .coveo-icon.filetype.coveo-small.spdataconnectionlibrarylist, .coveo-icon.filetype.coveo-small.Spdataconnectionlibrarylist, .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.Spipfslist, .coveo-icon.filetype.coveo-small.spipfslist, .coveo-icon.filetype.spdataconnectionlibrarylist, .coveo-icon.filetype.Spdataconnectionlibrarylist, .coveo-icon.filetype.Spdatasource, .coveo-icon.filetype.spdatasource, .coveo-icon.filetype.Spdatasourcelist, .coveo-icon.filetype.spdatasourcelist, .coveo-icon.filetype.spipfslist, .coveo-icon.filetype.Spipfslist {
                background-image: url(../image/kb.svg)
            }

            .coveo-filetype-link, .coveo-filetype-link-small, .coveo-icon.filetype.coveo-small.dynamicscrmitem, .coveo-icon.filetype.coveo-small.Dynamicscrmitem, .coveo-icon.filetype.coveo-small.spdocumentlink, .coveo-icon.filetype.coveo-small.Spdocumentlink, .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.Spsite, .coveo-icon.filetype.coveo-small.spsite, .coveo-icon.filetype.dynamicscrmitem, .coveo-icon.filetype.Dynamicscrmitem, .coveo-icon.filetype.spdocumentlink, .coveo-icon.filetype.Spdocumentlink, .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.Spsite, .coveo-icon.filetype.spsite {
                background-image: url(../image/link.svg)
            }

            .coveo-filetype-list, .coveo-filetype-list-small, .coveo-icon.filetype.coveo-small.exchangeactivity, .coveo-icon.filetype.coveo-small.Exchangeactivity, .coveo-icon.filetype.coveo-small.Exchangenote, .coveo-icon.filetype.coveo-small.exchangenote, .coveo-icon.filetype.coveo-small.Exchangeofficecom, .coveo-icon.filetype.coveo-small.exchangeofficecom, .coveo-icon.filetype.coveo-small.exchangerssfeed, .coveo-icon.filetype.coveo-small.Exchangerssfeed, .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.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.spdiscussionboard, .coveo-icon.filetype.coveo-small.Spdiscussionboard, .coveo-icon.filetype.coveo-small.spdiscussionboardlist, .coveo-icon.filetype.coveo-small.Spdiscussionboardlist, .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.Splanguagesandtranslator, .coveo-icon.filetype.coveo-small.splanguagesandtranslator, .coveo-icon.filetype.coveo-small.splanguagesandtranslatorlist, .coveo-icon.filetype.coveo-small.Splanguagesandtranslatorlist, .coveo-icon.filetype.coveo-small.spmicrofeedlist, .coveo-icon.filetype.coveo-small.Spmicrofeedlist, .coveo-icon.filetype.coveo-small.Spmicrofeedpost, .coveo-icon.filetype.coveo-small.spmicrofeedpost, .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.sptextbox, .coveo-icon.filetype.coveo-small.Sptextbox, .coveo-icon.filetype.coveo-small.sptextboxlist, .coveo-icon.filetype.coveo-small.Sptextboxlist, .coveo-icon.filetype.exchangeactivity, .coveo-icon.filetype.Exchangeactivity, .coveo-icon.filetype.Exchangenote, .coveo-icon.filetype.exchangenote, .coveo-icon.filetype.exchangeofficecom, .coveo-icon.filetype.Exchangeofficecom, .coveo-icon.filetype.exchangerssfeed, .coveo-icon.filetype.Exchangerssfeed, .coveo-icon.filetype.spannouncement, .coveo-icon.filetype.Spannouncement, .coveo-icon.filetype.spannouncementlist, .coveo-icon.filetype.Spannouncementlist, .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.spdiscussionboard, .coveo-icon.filetype.Spdiscussionboard, .coveo-icon.filetype.Spdiscussionboardlist, .coveo-icon.filetype.spdiscussionboardlist, .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.Splanguagesandtranslator, .coveo-icon.filetype.splanguagesandtranslator, .coveo-icon.filetype.splanguagesandtranslatorlist, .coveo-icon.filetype.Splanguagesandtranslatorlist, .coveo-icon.filetype.Spmicrofeedlist, .coveo-icon.filetype.spmicrofeedlist, .coveo-icon.filetype.Spmicrofeedpost, .coveo-icon.filetype.spmicrofeedpost, .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.Sptextbox, .coveo-icon.filetype.sptextbox, .coveo-icon.filetype.Sptextboxlist, .coveo-icon.filetype.sptextboxlist, .coveo-icon.objecttype.board, .coveo-icon.objecttype.Board, .coveo-icon.objecttype.Category, .coveo-icon.objecttype.category, .coveo-icon.objecttype.coveo-small.Board, .coveo-icon.objecttype.coveo-small.board, .coveo-icon.objecttype.coveo-small.category, .coveo-icon.objecttype.coveo-small.Category, .coveo-icon.objecttype.coveo-small.Invoice, .coveo-icon.objecttype.coveo-small.invoice, .coveo-icon.objecttype.coveo-small.Queueitem, .coveo-icon.objecttype.coveo-small.queueitem, .coveo-icon.objecttype.invoice, .coveo-icon.objecttype.Invoice, .coveo-icon.objecttype.queueitem, .coveo-icon.objecttype.Queueitem {
                background-image: url(../image/list.svg)
            }

            .coveo-filetype-mail, .coveo-filetype-mail-small, .coveo-icon.filetype.coveo-small.Exchangedsn, .coveo-icon.filetype.coveo-small.exchangedsn, .coveo-icon.filetype.coveo-small.Exchangejunkmessage, .coveo-icon.filetype.coveo-small.exchangejunkmessage, .coveo-icon.filetype.coveo-small.exchangemessage, .coveo-icon.filetype.coveo-small.Exchangemessage, .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.Gmailmessage, .coveo-icon.filetype.coveo-small.gmailmessage, .coveo-icon.filetype.exchangedsn, .coveo-icon.filetype.Exchangedsn, .coveo-icon.filetype.exchangejunkmessage, .coveo-icon.filetype.Exchangejunkmessage, .coveo-icon.filetype.Exchangemessage, .coveo-icon.filetype.exchangemessage, .coveo-icon.filetype.Exchangerecallmessage, .coveo-icon.filetype.exchangerecallmessage, .coveo-icon.filetype.exchangerecallreport, .coveo-icon.filetype.Exchangerecallreport, .coveo-icon.filetype.gmailmessage, .coveo-icon.filetype.Gmailmessage, .coveo-icon.objecttype.coveo-small.Email, .coveo-icon.objecttype.coveo-small.email, .coveo-icon.objecttype.coveo-small.Message, .coveo-icon.objecttype.coveo-small.message, .coveo-icon.objecttype.Email, .coveo-icon.objecttype.email, .coveo-icon.objecttype.Message, .coveo-icon.objecttype.message {
                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-filetype-salesforce-doctype-attachment-small, .coveo-icon.objecttype.coveo-small.Kbattachment, .coveo-icon.objecttype.coveo-small.kbattachment, .coveo-icon.objecttype.Kbattachment, .coveo-icon.objecttype.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-filetype-salesforce-doctype-excel-small, .coveo-icon.filetype.coveo-small.Xls, .coveo-icon.filetype.coveo-small.xls, .coveo-icon.filetype.Xls, .coveo-icon.filetype.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-filetype-salesforce-doctype-flash-small, .coveo-icon.filetype.coveo-small.Swf, .coveo-icon.filetype.coveo-small.swf, .coveo-icon.filetype.Swf, .coveo-icon.filetype.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-filetype-salesforce-doctype-html-small, .coveo-icon.filetype.coveo-small.Html, .coveo-icon.filetype.coveo-small.html, .coveo-icon.filetype.coveo-small.Webscraperwebpage, .coveo-icon.filetype.coveo-small.webscraperwebpage, .coveo-icon.filetype.coveo-small.Wiki, .coveo-icon.filetype.coveo-small.wiki, .coveo-icon.filetype.Html, .coveo-icon.filetype.html, .coveo-icon.filetype.webscraperwebpage, .coveo-icon.filetype.Webscraperwebpage, .coveo-icon.filetype.Wiki, .coveo-icon.filetype.wiki {
    background-image: url(../image/salesforce-doctype-html.svg)
}

.coveo-filetype-salesforce-doctype-image, .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-icon.filetype.Image, .coveo-icon.filetype.image, .coveo-icon.filetype.Svg, .coveo-icon.filetype.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-filetype-salesforce-doctype-pdf-small, .coveo-icon.filetype.coveo-small.Pdf, .coveo-icon.filetype.coveo-small.pdf, .coveo-icon.filetype.Pdf, .coveo-icon.filetype.pdf {
    background-image: url(../image/salesforce-doctype-pdf.svg)
}

.coveo-filetype-salesforce-doctype-ppt, .coveo-filetype-salesforce-doctype-ppt-small, .coveo-icon.filetype.coveo-small.Ppt, .coveo-icon.filetype.coveo-small.ppt, .coveo-icon.filetype.Ppt, .coveo-icon.filetype.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-filetype-salesforce-doctype-txt-small, .coveo-icon.filetype.coveo-small.Txt, .coveo-icon.filetype.coveo-small.txt, .coveo-icon.filetype.Txt, .coveo-icon.filetype.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-filetype-salesforce-doctype-visio-small, .coveo-icon.filetype.coveo-small.Vsd, .coveo-icon.filetype.coveo-small.vsd, .coveo-icon.filetype.Vsd, .coveo-icon.filetype.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-filetype-salesforce-doctype-word-small, .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-icon.filetype.coveo-small.Svm, .coveo-icon.filetype.coveo-small.svm, .coveo-icon.filetype.Doc, .coveo-icon.filetype.doc, .coveo-icon.filetype.docx, .coveo-icon.filetype.Docx, .coveo-icon.filetype.Svm, .coveo-icon.filetype.svm {
    background-image: url(../image/salesforce-doctype-word.svg)
}

.coveo-filetype-salesforce-doctype-xml, .coveo-filetype-salesforce-doctype-xml-small, .coveo-icon.filetype.coveo-small.Xml, .coveo-icon.filetype.coveo-small.xml, .coveo-icon.filetype.Xml, .coveo-icon.filetype.xml {
    background-image: url(../image/salesforce-doctype-xml.svg)
}

.coveo-filetype-salesforce-doctype-zip, .coveo-filetype-salesforce-doctype-zip-small, .coveo-icon.filetype.coveo-small.Zip, .coveo-icon.filetype.coveo-small.zip, .coveo-icon.filetype.Zip, .coveo-icon.filetype.zip {
    background-image: url(../image/salesforce-doctype-zip.svg)
}

.coveo-filetype-salesforce-standard-account, .coveo-filetype-salesforce-standard-account-small, .coveo-icon.objecttype.Account, .coveo-icon.objecttype.account, .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-filetype-salesforce-standard-article-small, .coveo-icon.filetype.Cfpage, .coveo-icon.filetype.cfpage, .coveo-icon.filetype.coveo-small.cfpage, .coveo-icon.filetype.coveo-small.Cfpage, .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.objecttype.coveo-small.Salesliterature, .coveo-icon.objecttype.coveo-small.salesliterature, .coveo-icon.objecttype.Kbarticle, .coveo-icon.objecttype.kbarticle, .coveo-icon.objecttype.knowledgearticle, .coveo-icon.objecttype.Knowledgearticle, .coveo-icon.objecttype.Salesliterature, .coveo-icon.objecttype.salesliterature {
    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-filetype-salesforce-standard-call-small, .coveo-icon.objecttype.coveo-small.Phonecall, .coveo-icon.objecttype.coveo-small.phonecall, .coveo-icon.objecttype.Phonecall, .coveo-icon.objecttype.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-filetype-salesforce-standard-campaign-small, .coveo-icon.objecttype.Campaign, .coveo-icon.objecttype.campaign, .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-filetype-salesforce-standard-contact-small, .coveo-icon.objecttype.Contact, .coveo-icon.objecttype.contact, .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-filetype-salesforce-standard-contract-small, .coveo-icon.objecttype.Contract, .coveo-icon.objecttype.contract, .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-filetype-salesforce-standard-dashboard-small, .coveo-icon.objecttype.coveo-small.Dashboard, .coveo-icon.objecttype.coveo-small.dashboard, .coveo-icon.objecttype.Dashboard, .coveo-icon.objecttype.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-filetype-salesforce-standard-default-small, .coveo-icon.filetype.coveo-small.Salesforceitem, .coveo-icon.filetype.coveo-small.salesforceitem, .coveo-icon.filetype.Salesforceitem, .coveo-icon.filetype.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-filetype-salesforce-standard-event-small, .coveo-icon.objecttype.coveo-small.Event, .coveo-icon.objecttype.coveo-small.event, .coveo-icon.objecttype.Event, .coveo-icon.objecttype.event {
    background-image: url(../image/salesforce-standard-event.svg)
}

.coveo-filetype-salesforce-standard-feed, .coveo-filetype-salesforce-standard-feed-small, .coveo-icon.filetype.coveo-small.Rssitem, .coveo-icon.filetype.coveo-small.rssitem, .coveo-icon.filetype.Rssitem, .coveo-icon.filetype.rssitem, .coveo-icon.objecttype.coveo-small.Feed, .coveo-icon.objecttype.coveo-small.feed, .coveo-icon.objecttype.Feed, .coveo-icon.objecttype.feed {
    background-image: url(../image/salesforce-standard-feed.svg)
}

.coveo-filetype-salesforce-standard-feedback, .coveo-filetype-salesforce-standard-feedback-small, .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-icon.filetype.Lithiummessage, .coveo-icon.filetype.lithiummessage, .coveo-icon.filetype.Lithiumthread, .coveo-icon.filetype.lithiumthread, .coveo-icon.objecttype.casecomment, .coveo-icon.objecttype.Casecomment, .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.objecttype.coveo-small.Thread, .coveo-icon.objecttype.coveo-small.thread, .coveo-icon.objecttype.kbarticlecomment, .coveo-icon.objecttype.Kbarticlecomment, .coveo-icon.objecttype.Thread, .coveo-icon.objecttype.thread {
    background-image: url(../image/salesforce-standard-feedback.svg)
}

.coveo-filetype-salesforce-standard-file, .coveo-filetype-salesforce-standard-file-small, .coveo-icon.objecttype.Annotation, .coveo-icon.objecttype.annotation, .coveo-icon.objecttype.coveo-small.Annotation, .coveo-icon.objecttype.coveo-small.annotation, .coveo-icon.objecttype.coveo-small.File, .coveo-icon.objecttype.coveo-small.file, .coveo-icon.objecttype.File, .coveo-icon.objecttype.file {
    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-filetype-salesforce-standard-goals-small, .coveo-icon.objecttype.coveo-small.Goal, .coveo-icon.objecttype.coveo-small.goal, .coveo-icon.objecttype.Goal, .coveo-icon.objecttype.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-filetype-salesforce-standard-groups-small, .coveo-icon.filetype.coveo-small.Lithiumboard, .coveo-icon.filetype.coveo-small.lithiumboard, .coveo-icon.filetype.Lithiumboard, .coveo-icon.filetype.lithiumboard, .coveo-icon.objecttype.Collaborationgroup, .coveo-icon.objecttype.collaborationgroup, .coveo-icon.objecttype.coveo-small.Collaborationgroup, .coveo-icon.objecttype.coveo-small.collaborationgroup {
    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-filetype-salesforce-standard-insights-small, .coveo-icon.filetype.Cfblogentry, .coveo-icon.filetype.cfblogentry, .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-filetype-salesforce-standard-knowledge-small, .coveo-icon.objecttype.coveo-small.Kbdocumentation, .coveo-icon.objecttype.coveo-small.kbdocumentation, .coveo-icon.objecttype.coveo-small.Kbknowledgearticle, .coveo-icon.objecttype.coveo-small.kbknowledgearticle, .coveo-icon.objecttype.coveo-small.Kbtechnicalarticle, .coveo-icon.objecttype.coveo-small.kbtechnicalarticle, .coveo-icon.objecttype.Kbdocumentation, .coveo-icon.objecttype.kbdocumentation, .coveo-icon.objecttype.kbknowledgearticle, .coveo-icon.objecttype.Kbknowledgearticle, .coveo-icon.objecttype.Kbtechnicalarticle, .coveo-icon.objecttype.kbtechnicalarticle {
    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-filetype-salesforce-standard-lead-small, .coveo-icon.objecttype.coveo-small.Lead, .coveo-icon.objecttype.coveo-small.lead, .coveo-icon.objecttype.Lead, .coveo-icon.objecttype.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-filetype-salesforce-standard-note-small, .coveo-icon.objecttype.coveo-small.Note, .coveo-icon.objecttype.coveo-small.note, .coveo-icon.objecttype.Note, .coveo-icon.objecttype.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-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-icon.objecttype.Opportunity, .coveo-icon.objecttype.opportunity, .coveo-icon.objecttype.Opportunityproduct, .coveo-icon.objecttype.opportunityproduct {
    background-image: url(../image/salesforce-standard-opportunity.svg)
}

.coveo-filetype-salesforce-standard-orders, .coveo-filetype-salesforce-standard-orders-small, .coveo-icon.objecttype.coveo-small.Salesorder, .coveo-icon.objecttype.coveo-small.salesorder, .coveo-icon.objecttype.Salesorder, .coveo-icon.objecttype.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-filetype-salesforce-standard-post-small, .coveo-icon.objecttype.coveo-small.Feedcomment, .coveo-icon.objecttype.coveo-small.feedcomment, .coveo-icon.objecttype.coveo-small.Feeditem, .coveo-icon.objecttype.coveo-small.feeditem, .coveo-icon.objecttype.Feedcomment, .coveo-icon.objecttype.feedcomment, .coveo-icon.objecttype.Feeditem, .coveo-icon.objecttype.feeditem {
    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-filetype-salesforce-standard-product-small, .coveo-icon.objecttype.coveo-small.Product, .coveo-icon.objecttype.coveo-small.product, .coveo-icon.objecttype.Product, .coveo-icon.objecttype.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-filetype-salesforce-standard-question-feed-small, .coveo-icon.filetype.Cfcomment, .coveo-icon.filetype.cfcomment, .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-filetype-salesforce-standard-quotes-small, .coveo-icon.objecttype.coveo-small.Quote, .coveo-icon.objecttype.coveo-small.quote, .coveo-icon.objecttype.Quote, .coveo-icon.objecttype.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-filetype-salesforce-standard-related-list-small, .coveo-icon.filetype.coveo-small.lithiumcategory, .coveo-icon.filetype.coveo-small.Lithiumcategory, .coveo-icon.filetype.coveo-small.saleforceitem, .coveo-icon.filetype.coveo-small.Saleforceitem, .coveo-icon.filetype.coveo-small.spwikipagelibrarylist, .coveo-icon.filetype.coveo-small.Spwikipagelibrarylist, .coveo-icon.filetype.lithiumcategory, .coveo-icon.filetype.Lithiumcategory, .coveo-icon.filetype.saleforceitem, .coveo-icon.filetype.Saleforceitem, .coveo-icon.filetype.spwikipagelibrarylist, .coveo-icon.filetype.Spwikipagelibrarylist, .coveo-icon.objecttype.coveo-small.List, .coveo-icon.objecttype.coveo-small.list, .coveo-icon.objecttype.List, .coveo-icon.objecttype.list {
    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-filetype-salesforce-standard-report-small, .coveo-icon.objecttype.coveo-small.Report, .coveo-icon.objecttype.coveo-small.report, .coveo-icon.objecttype.Report, .coveo-icon.objecttype.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-filetype-salesforce-standard-service-appointment-small, .coveo-icon.objecttype.Appointment, .coveo-icon.objecttype.appointment, .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-filetype-salesforce-standard-service-contract-small, .coveo-icon.objecttype.coveo-small.Service, .coveo-icon.objecttype.coveo-small.service, .coveo-icon.objecttype.Service, .coveo-icon.objecttype.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-filetype-salesforce-standard-service-report-small, .coveo-icon.filetype.coveo-small.Jiraissue, .coveo-icon.filetype.coveo-small.jiraissue, .coveo-icon.filetype.Jiraissue, .coveo-icon.filetype.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-filetype-salesforce-standard-social-small, .coveo-icon.objecttype.coveo-small.Socialprofile, .coveo-icon.objecttype.coveo-small.socialprofile, .coveo-icon.objecttype.Socialprofile, .coveo-icon.objecttype.socialprofile {
    background-image: url(../image/salesforce-standard-social.svg)
}

.coveo-filetype-salesforce-standard-solution, .coveo-filetype-salesforce-standard-solution-small, .coveo-icon.objecttype.coveo-small.Kbsolution, .coveo-icon.objecttype.coveo-small.kbsolution, .coveo-icon.objecttype.coveo-small.Solution, .coveo-icon.objecttype.coveo-small.solution, .coveo-icon.objecttype.Kbsolution, .coveo-icon.objecttype.kbsolution, .coveo-icon.objecttype.Solution, .coveo-icon.objecttype.solution {
    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-filetype-salesforce-standard-task-small, .coveo-icon.objecttype.coveo-small.Task, .coveo-icon.objecttype.coveo-small.task, .coveo-icon.objecttype.Task, .coveo-icon.objecttype.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-filetype-salesforce-standard-team-member-small, .coveo-icon.filetype.coveo-small.Lithiumcommunity, .coveo-icon.filetype.coveo-small.lithiumcommunity, .coveo-icon.filetype.Lithiumcommunity, .coveo-icon.filetype.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-filetype-salesforce-standard-topic-small, .coveo-icon.objecttype.coveo-small.Topic, .coveo-icon.objecttype.coveo-small.topic, .coveo-icon.objecttype.Topic, .coveo-icon.objecttype.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-filetype-user-small, .coveo-icon.filetype.activedirperson, .coveo-icon.filetype.Activedirperson, .coveo-icon.filetype.Box, .coveo-icon.filetype.box, .coveo-icon.filetype.Box-user, .coveo-icon.filetype.box user, .coveo-icon.filetype.coveo-small.Activedirperson, .coveo-icon.filetype.coveo-small.activedirperson, .coveo-icon.filetype.coveo-small.Box, .coveo-icon.filetype.coveo-small.box, .coveo-icon.filetype.coveo-small.Box-user, .coveo-icon.filetype.coveo-small.box user, .coveo-icon.filetype.coveo-small.exchangegroup, .coveo-icon.filetype.coveo-small.Exchangegroup, .coveo-icon.filetype.coveo-small.exchangeperson, .coveo-icon.filetype.coveo-small.Exchangeperson, .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.Spcontact, .coveo-icon.filetype.coveo-small.spcontact, .coveo-icon.filetype.coveo-small.spcontactlist, .coveo-icon.filetype.coveo-small.Spcontactlist, .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-icon.filetype.coveo-small.Spuserprofile, .coveo-icon.filetype.coveo-small.spuserprofile, .coveo-icon.filetype.exchangegroup, .coveo-icon.filetype.Exchangegroup, .coveo-icon.filetype.exchangeperson, .coveo-icon.filetype.Exchangeperson, .coveo-icon.filetype.Spattendee, .coveo-icon.filetype.spattendee, .coveo-icon.filetype.Spattendeelist, .coveo-icon.filetype.spattendeelist, .coveo-icon.filetype.Spcontact, .coveo-icon.filetype.spcontact, .coveo-icon.filetype.Spcontactlist, .coveo-icon.filetype.spcontactlist, .coveo-icon.filetype.Spuserinformation, .coveo-icon.filetype.spuserinformation, .coveo-icon.filetype.Spuserinformationlist, .coveo-icon.filetype.spuserinformationlist, .coveo-icon.filetype.Spuserprofile, .coveo-icon.filetype.spuserprofile, .coveo-icon.objecttype.coveo-small.partner, .coveo-icon.objecttype.coveo-small.Partner, .coveo-icon.objecttype.coveo-small.People, .coveo-icon.objecttype.coveo-small.people, .coveo-icon.objecttype.coveo-small.user, .coveo-icon.objecttype.coveo-small.User, .coveo-icon.objecttype.partner, .coveo-icon.objecttype.Partner, .coveo-icon.objecttype.People, .coveo-icon.objecttype.people, .coveo-icon.objecttype.User, .coveo-icon.objecttype.user {
    background-image: url(../image/user.svg)
}

.coveo-filetype-video, .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.Youtubeplaylist, .coveo-icon.filetype.coveo-small.youtubeplaylist, .coveo-icon.filetype.coveo-small.Youtubeplaylistitem, .coveo-icon.filetype.coveo-small.youtubeplaylistitem, .coveo-icon.filetype.coveo-small.Youtubevideo, .coveo-icon.filetype.coveo-small.youtubevideo, .coveo-icon.filetype.video, .coveo-icon.filetype.Video, .coveo-icon.filetype.Youtube, .coveo-icon.filetype.youtube, .coveo-icon.filetype.youtubeplaylist, .coveo-icon.filetype.Youtubeplaylist, .coveo-icon.filetype.youtubeplaylistitem, .coveo-icon.filetype.Youtubeplaylistitem, .coveo-icon.filetype.youtubevideo, .coveo-icon.filetype.Youtubevideo {
    background-image: url(../image/video.svg)
}

.coveo-filetype-webpage, .coveo-filetype-webpage-small, .coveo-icon.filetype.coveo-small.Spportal, .coveo-icon.filetype.coveo-small.spportal, .coveo-icon.filetype.Spportal, .coveo-icon.filetype.spportal {
    background-image: url(../image/webpage.svg)
}

.coveo-filetype-salesforce-standard-contact, .coveo-filetype-salesforce-standard-contact-small, .coveo-icon.objecttype.Contact, .coveo-icon.objecttype.contact, .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-filetype-salesforce-standard-post-small, .coveo-icon.objecttype.coveo-small.Feedcomment, .coveo-icon.objecttype.coveo-small.feedcomment, .coveo-icon.objecttype.coveo-small.Feeditem, .coveo-icon.objecttype.coveo-small.feeditem, .coveo-icon.objecttype.Feedcomment, .coveo-icon.objecttype.feedcomment, .coveo-icon.objecttype.Feeditem, .coveo-icon.objecttype.feeditem {
    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-filetype-salesforce-standard-goals-small, .coveo-icon.objecttype.coveo-small.Goal, .coveo-icon.objecttype.coveo-small.goal, .coveo-icon.objecttype.Goal, .coveo-icon.objecttype.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-filetype-salesforce-standard-default-small, .coveo-icon.filetype.coveo-small.Salesforceitem, .coveo-icon.filetype.coveo-small.salesforceitem, .coveo-icon.filetype.Salesforceitem, .coveo-icon.filetype.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, .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-filetype-salesforce-standard-task-small, .coveo-icon.objecttype.coveo-small.Task, .coveo-icon.objecttype.coveo-small.task, .coveo-icon.objecttype.Task, .coveo-icon.objecttype.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-filetype-salesforce-standard-orders-small, .coveo-icon.objecttype.coveo-small.Salesorder, .coveo-icon.objecttype.coveo-small.salesorder, .coveo-icon.objecttype.Salesorder, .coveo-icon.objecttype.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-filetype-salesforce-standard-feedback-small, .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-icon.filetype.Lithiummessage, .coveo-icon.filetype.lithiummessage, .coveo-icon.filetype.Lithiumthread, .coveo-icon.filetype.lithiumthread, .coveo-icon.objecttype.casecomment, .coveo-icon.objecttype.Casecomment, .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.objecttype.coveo-small.Thread, .coveo-icon.objecttype.coveo-small.thread, .coveo-icon.objecttype.kbarticlecomment, .coveo-icon.objecttype.Kbarticlecomment, .coveo-icon.objecttype.Thread, .coveo-icon.objecttype.thread {
    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-environment-hub, .coveo-filetype-salesforce-standard-environment-hub-small, .coveo-filetype-salesforce-standard-work-type, .coveo-filetype-salesforce-standard-work-type-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-absence, .coveo-filetype-salesforce-standard-resource-absence-small, .coveo-filetype-salesforce-standard-resource-preference, .coveo-filetype-salesforce-standard-resource-preference-small {
    background-color: #45c173;
    border-radius: 2px
}

.coveo-filetype-salesforce-standard-entitlement, .coveo-filetype-salesforce-standard-entitlement-small, .coveo-filetype-salesforce-standard-entitlement-template, .coveo-filetype-salesforce-standard-entitlement-template-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-filetype-salesforce-standard-account-small, .coveo-icon.objecttype.Account, .coveo-icon.objecttype.account, .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-filetype-salesforce-standard-social-small, .coveo-icon.objecttype.coveo-small.Socialprofile, .coveo-icon.objecttype.coveo-small.socialprofile, .coveo-icon.objecttype.Socialprofile, .coveo-icon.objecttype.socialprofile {
    background-color: #ea74a2;
    border-radius: 2px
}

.coveo-filetype-salesforce-standard-endorsement, .coveo-filetype-salesforce-standard-endorsement-small, .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-filetype-salesforce-standard-product-small, .coveo-icon.objecttype.coveo-small.Product, .coveo-icon.objecttype.coveo-small.product, .coveo-icon.objecttype.Product, .coveo-icon.objecttype.product {
    background-color: #b781d3;
    border-radius: 2px
}

.coveo-filetype-salesforce-standard-topic, .coveo-filetype-salesforce-standard-topic-small, .coveo-icon.objecttype.coveo-small.Topic, .coveo-icon.objecttype.coveo-small.topic, .coveo-icon.objecttype.Topic, .coveo-icon.objecttype.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-filetype-salesforce-standard-campaign-small, .coveo-icon.objecttype.Campaign, .coveo-icon.objecttype.campaign, .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-filetype-salesforce-standard-related-list-small, .coveo-icon.filetype.coveo-small.lithiumcategory, .coveo-icon.filetype.coveo-small.Lithiumcategory, .coveo-icon.filetype.coveo-small.saleforceitem, .coveo-icon.filetype.coveo-small.Saleforceitem, .coveo-icon.filetype.coveo-small.spwikipagelibrarylist, .coveo-icon.filetype.coveo-small.Spwikipagelibrarylist, .coveo-icon.filetype.lithiumcategory, .coveo-icon.filetype.Lithiumcategory, .coveo-icon.filetype.saleforceitem, .coveo-icon.filetype.Saleforceitem, .coveo-icon.filetype.spwikipagelibrarylist, .coveo-icon.filetype.Spwikipagelibrarylist, .coveo-icon.objecttype.coveo-small.List, .coveo-icon.objecttype.coveo-small.list, .coveo-icon.objecttype.List, .coveo-icon.objecttype.list {
    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-filetype-salesforce-standard-contract-small, .coveo-icon.objecttype.Contract, .coveo-icon.objecttype.contract, .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-filetype-salesforce-standard-note-small, .coveo-icon.objecttype.coveo-small.Note, .coveo-icon.objecttype.coveo-small.note, .coveo-icon.objecttype.Note, .coveo-icon.objecttype.note {
    background-color: #e6d478;
    border-radius: 2px
}

.coveo-filetype-salesforce-standard-opportunity, .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-icon.objecttype.Opportunity, .coveo-icon.objecttype.opportunity, .coveo-icon.objecttype.Opportunityproduct, .coveo-icon.objecttype.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-filetype-salesforce-standard-report-small, .coveo-icon.objecttype.coveo-small.Report, .coveo-icon.objecttype.coveo-small.report, .coveo-icon.objecttype.Report, .coveo-icon.objecttype.report {
    background-color: #2ecbbe;
    border-radius: 2px
}

.coveo-filetype-salesforce-standard-groups, .coveo-filetype-salesforce-standard-groups-small, .coveo-icon.filetype.coveo-small.Lithiumboard, .coveo-icon.filetype.coveo-small.lithiumboard, .coveo-icon.filetype.Lithiumboard, .coveo-icon.filetype.lithiumboard, .coveo-icon.objecttype.Collaborationgroup, .coveo-icon.objecttype.collaborationgroup, .coveo-icon.objecttype.coveo-small.Collaborationgroup, .coveo-icon.objecttype.coveo-small.collaborationgroup {
    background-color: #779ef2;
    border-radius: 2px
}

.coveo-filetype-salesforce-standard-dashboard, .coveo-filetype-salesforce-standard-dashboard-small, .coveo-icon.objecttype.coveo-small.Dashboard, .coveo-icon.objecttype.coveo-small.dashboard, .coveo-icon.objecttype.Dashboard, .coveo-icon.objecttype.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-filetype-salesforce-standard-service-appointment-small, .coveo-icon.objecttype.Appointment, .coveo-icon.objecttype.appointment, .coveo-icon.objecttype.coveo-small.Appointment, .coveo-icon.objecttype.coveo-small.appointment {
    background-color: #7e8be4;
    border-radius: 2px
}

.coveo-filetype-salesforce-standard-data-integration-hub, .coveo-filetype-salesforce-standard-data-integration-hub-small, .coveo-filetype-salesforce-standard-maintenance-plan, .coveo-filetype-salesforce-standard-maintenance-plan-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-filetype-salesforce-standard-article-small, .coveo-icon.filetype.Cfpage, .coveo-icon.filetype.cfpage, .coveo-icon.filetype.coveo-small.cfpage, .coveo-icon.filetype.coveo-small.Cfpage, .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.objecttype.coveo-small.Salesliterature, .coveo-icon.objecttype.coveo-small.salesliterature, .coveo-icon.objecttype.Kbarticle, .coveo-icon.objecttype.kbarticle, .coveo-icon.objecttype.knowledgearticle, .coveo-icon.objecttype.Knowledgearticle, .coveo-icon.objecttype.Salesliterature, .coveo-icon.objecttype.salesliterature {
    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-filetype-salesforce-standard-quotes-small, .coveo-icon.objecttype.coveo-small.Quote, .coveo-icon.objecttype.coveo-small.quote, .coveo-icon.objecttype.Quote, .coveo-icon.objecttype.quote {
    background-color: #88c651;
    border-radius: 2px
}

.coveo-filetype-salesforce-standard-merge, .coveo-filetype-salesforce-standard-merge-small, .coveo-filetype-salesforce-standard-question-feed, .coveo-filetype-salesforce-standard-question-feed-small, .coveo-icon.filetype.Cfcomment, .coveo-icon.filetype.cfcomment, .coveo-icon.filetype.coveo-small.Cfcomment, .coveo-icon.filetype.coveo-small.cfcomment {
    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-filetype-salesforce-standard-solution-small, .coveo-icon.objecttype.coveo-small.Kbsolution, .coveo-icon.objecttype.coveo-small.kbsolution, .coveo-icon.objecttype.coveo-small.Solution, .coveo-icon.objecttype.coveo-small.solution, .coveo-icon.objecttype.Kbsolution, .coveo-icon.objecttype.kbsolution, .coveo-icon.objecttype.Solution, .coveo-icon.objecttype.solution {
    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-filetype-salesforce-standard-event-small, .coveo-icon.objecttype.coveo-small.Event, .coveo-icon.objecttype.coveo-small.event, .coveo-icon.objecttype.Event, .coveo-icon.objecttype.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-filetype-salesforce-standard-insights-small, .coveo-icon.filetype.Cfblogentry, .coveo-icon.filetype.cfblogentry, .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-filetype-salesforce-standard-file-small, .coveo-icon.objecttype.Annotation, .coveo-icon.objecttype.annotation, .coveo-icon.objecttype.coveo-small.Annotation, .coveo-icon.objecttype.coveo-small.annotation, .coveo-icon.objecttype.coveo-small.File, .coveo-icon.objecttype.coveo-small.file, .coveo-icon.objecttype.File, .coveo-icon.objecttype.file {
    background-color: #baac93;
    border-radius: 2px
}

.coveo-filetype-salesforce-standard-team-member, .coveo-filetype-salesforce-standard-team-member-small, .coveo-icon.filetype.coveo-small.Lithiumcommunity, .coveo-icon.filetype.coveo-small.lithiumcommunity, .coveo-icon.filetype.Lithiumcommunity, .coveo-icon.filetype.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-filetype-salesforce-standard-lead-small, .coveo-icon.objecttype.coveo-small.Lead, .coveo-icon.objecttype.coveo-small.lead, .coveo-icon.objecttype.Lead, .coveo-icon.objecttype.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-filetype-salesforce-standard-service-contract-small, .coveo-icon.objecttype.coveo-small.Service, .coveo-icon.objecttype.coveo-small.service, .coveo-icon.objecttype.Service, .coveo-icon.objecttype.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-filetype-salesforce-standard-knowledge-small, .coveo-icon.objecttype.coveo-small.Kbdocumentation, .coveo-icon.objecttype.coveo-small.kbdocumentation, .coveo-icon.objecttype.coveo-small.Kbknowledgearticle, .coveo-icon.objecttype.coveo-small.kbknowledgearticle, .coveo-icon.objecttype.coveo-small.Kbtechnicalarticle, .coveo-icon.objecttype.coveo-small.kbtechnicalarticle, .coveo-icon.objecttype.Kbdocumentation, .coveo-icon.objecttype.kbdocumentation, .coveo-icon.objecttype.kbknowledgearticle, .coveo-icon.objecttype.Kbknowledgearticle, .coveo-icon.objecttype.Kbtechnicalarticle, .coveo-icon.objecttype.kbtechnicalarticle {
    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-filetype-salesforce-standard-feed-small, .coveo-icon.filetype.coveo-small.Rssitem, .coveo-icon.filetype.coveo-small.rssitem, .coveo-icon.filetype.Rssitem, .coveo-icon.filetype.rssitem, .coveo-icon.objecttype.coveo-small.Feed, .coveo-icon.objecttype.coveo-small.feed, .coveo-icon.objecttype.Feed, .coveo-icon.objecttype.feed {
    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-filetype-salesforce-standard-service-report-small, .coveo-icon.filetype.coveo-small.Jiraissue, .coveo-icon.filetype.coveo-small.jiraissue, .coveo-icon.filetype.Jiraissue, .coveo-icon.filetype.jiraissue {
    background-color: #7e8be4;
    border-radius: 2px
}

.coveo-filetype-salesforce-standard-call, .coveo-filetype-salesforce-standard-call-small, .coveo-icon.objecttype.coveo-small.Phonecall, .coveo-icon.objecttype.coveo-small.phonecall, .coveo-icon.objecttype.Phonecall, .coveo-icon.objecttype.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.Cfblogentry .coveo-icon-caption-overlay, .coveo-icon.filetype.cfblogentry .coveo-icon-caption-overlay, .coveo-icon.filetype.cfcomment .coveo-icon-caption-overlay, .coveo-icon.filetype.Cfcomment .coveo-icon-caption-overlay, .coveo-icon.filetype.Cfpage .coveo-icon-caption-overlay, .coveo-icon.filetype.cfpage .coveo-icon-caption-overlay, .coveo-icon.filetype.Cfspace .coveo-icon-caption-overlay, .coveo-icon.filetype.cfspace .coveo-icon-caption-overlay, .coveo-icon.filetype.confluencespace .coveo-icon-caption-overlay, .coveo-icon.filetype.Confluencespace .coveo-icon-caption-overlay, .coveo-icon.filetype.coveo-small.cfblogentry .coveo-icon-caption-overlay, .coveo-icon.filetype.coveo-small.Cfblogentry .coveo-icon-caption-overlay, .coveo-icon.filetype.coveo-small.Cfcomment .coveo-icon-caption-overlay, .coveo-icon.filetype.coveo-small.cfcomment .coveo-icon-caption-overlay, .coveo-icon.filetype.coveo-small.Cfpage .coveo-icon-caption-overlay, .coveo-icon.filetype.coveo-small.cfpage .coveo-icon-caption-overlay, .coveo-icon.filetype.coveo-small.cfspace .coveo-icon-caption-overlay, .coveo-icon.filetype.coveo-small.Cfspace .coveo-icon-caption-overlay, .coveo-icon.filetype.coveo-small.Confluencespace .coveo-icon-caption-overlay, .coveo-icon.filetype.coveo-small.confluencespace .coveo-icon-caption-overlay {
        display: block
    }

.coveo-icon-caption-overlay {
    background-color: #fff;
    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.coveo-icon .CoveoQuickview, .CoveoIcon.coveo-icon.filetype .CoveoQuickview, .CoveoIcon.coveo-icon.objecttype .CoveoQuickview, .CoveoIcon.coveo-icon.sysfiletype .CoveoQuickview, .CoveoIcon .CoveoQuickview {
    position: absolute;
    text-indent: 0;
    left: 2px;
    right: 2px;
    position: "absolute";
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none
}

.CoveoIcon.coveo-icon.filetype:hover.coveo-with-quickview, .CoveoIcon.coveo-icon.objecttype:hover.coveo-with-quickview, .CoveoIcon.coveo-icon.sysfiletype:hover.coveo-with-quickview, .CoveoIcon.coveo-icon:hover.coveo-with-quickview, .CoveoIcon:hover.coveo-with-quickview {
    background-image: none;
    border: thin solid #bcc3ca;
    border-radius: 2px;
    background-color: #f7f8f9
}

    .CoveoIcon.coveo-icon.filetype:hover.coveo-with-quickview .CoveoQuickview, .CoveoIcon.coveo-icon.objecttype:hover.coveo-with-quickview .CoveoQuickview, .CoveoIcon.coveo-icon.sysfiletype:hover.coveo-with-quickview .CoveoQuickview, .CoveoIcon.coveo-icon:hover.coveo-with-quickview .CoveoQuickview, .CoveoIcon:hover.coveo-with-quickview .CoveoQuickview {
        display: block
    }

        .coveo-btn, .CoveoIcon.coveo-icon.filetype:hover.coveo-with-quickview .CoveoQuickview:hover, .CoveoIcon.coveo-icon.objecttype:hover.coveo-with-quickview .CoveoQuickview:hover, .CoveoIcon.coveo-icon.sysfiletype:hover.coveo-with-quickview .CoveoQuickview:hover, .CoveoIcon.coveo-icon:hover.coveo-with-quickview .CoveoQuickview:hover, .CoveoIcon:hover.coveo-with-quickview .CoveoQuickview:hover {
            text-decoration: none
        }

.coveo-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-overflow: ellipsis;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
    background-color: #fff;
    border: 1px solid #bcc3ca;
    border-radius: 2px;
    cursor: pointer
}

    .coveo-btn .coveo-icon {
        fill: #1d4f76
    }

    .coveo-btn:focus, .coveo-btn:hover {
        text-decoration: none
    }

    .coveo-btn:focus {
        background-color: #e6ecf0;
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px
    }

    .coveo-btn.coveo-state-disabled, .coveo-btn: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: #fff;
        background-color: #f58020;
        border: 1px solid #f58020
    }

        .coveo-btn.coveo-mod-primary:focus, .coveo-btn.coveo-mod-primary:hover {
            background-color: #f68e38;
            border: 1px solid #f68e38
        }

        .coveo-btn.coveo-mod-primary.coveo-state-disabled, .coveo-btn.coveo-mod-primary:disabled {
            background-color: #f9b882;
            border: 1px solid #f9b882
        }

        .coveo-btn.coveo-mod-primary .coveo-icon {
            fill: #fff
        }

    .coveo-btn.coveo-mod-danger {
        color: #fff;
        background-color: #ce3f00;
        border: 1px solid #ce3f00
    }

        .coveo-btn.coveo-mod-danger:focus, .coveo-btn.coveo-mod-danger:hover {
            background-color: #e84700;
            border: 1px solid #e84700
        }

        .coveo-btn.coveo-mod-danger.coveo-state-disabled, .coveo-btn.coveo-mod-danger:disabled {
            background-color: #ff7335;
            border: 1px solid #ff7335
        }

        .coveo-btn.coveo-mod-danger .coveo-icon {
            fill: #fff
        }

    .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-error, .coveo-btn.coveo-mod-confirm-success {
        position: relative;
        color: transparent;
        outline: 0;
        transition: background-color .2s ease;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

        .coveo-btn.coveo-mod-confirm-error:before, .coveo-btn.coveo-mod-confirm-success:before {
            position: absolute;
            top: 40px;
            font-size: 11px;
            text-transform: none;
            animation: coveo-vp-fadeIn ease-in 1;
            animation-duration: .3s;
            animation-fill-mode: forwards;
            opacity: 0
        }

        .coveo-btn.coveo-mod-confirm-error.coveo-mod-confirm-right:before, .coveo-btn.coveo-mod-confirm-success.coveo-mod-confirm-right:before {
            right: 0
        }

        .coveo-btn.coveo-mod-confirm-error.coveo-mod-confirm-left:before, .coveo-btn.coveo-mod-confirm-success.coveo-mod-confirm-left:before {
            left: 0
        }

        .coveo-btn.coveo-mod-confirm-error .coveo-confirm-icon-error, .coveo-btn.coveo-mod-confirm-error .coveo-confirm-icon-success, .coveo-btn.coveo-mod-confirm-success .coveo-confirm-icon-error, .coveo-btn.coveo-mod-confirm-success .coveo-confirm-icon-success {
            position: absolute;
            top: calc(50% - 15px / 2);
            right: calc(50% - 15px / 2);
            display: inline-block;
            font-size: 15px;
            fill: #fff
        }

    .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 .3s;
    opacity: .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: .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-opened, .coveo-modal-container.coveo-opening {
        visibility: visible
    }

        .coveo-modal-container.coveo-opened > .coveo-modal-content, .coveo-modal-container.coveo-opening > .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(.7);
        transform: scale(.7);
        transition: all .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 .3s
    }

    .coveo-modal-container.coveo-opened.coveo-mod-slide-in-bottom > .coveo-modal-content {
        transform: translateZ(0)
    }

.coveo-modal-header {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    padding: 0 40px;
    color: #fff;
    background-color: #fff;
    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 {
        top: -2.10256em
    }

        .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: #fff
}

.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: #fff
}

.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(.7);
        transform: scale(.7);
        transition: all .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-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 d {
    0% {
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -ms-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes e {
    0% {
        opacity: 0
    }

    50% {
        opacity: .8
    }

    to {
        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
    }

.coveo-numeric-spinner *, .coveo-numeric-spinner :after, .coveo-numeric-spinner :before {
    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
}

.coveo-dropdown {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    display: inline-block;
    border: 1px solid #a0aab3;
    border-radius: 2px 0 0 2px;
    font-size: 15px;
    background: #fff;
    margin: 0 10px;
    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 (-ms-high-contrast:active),(-ms-high-contrast:none) {
    .coveo-dropdown {
        background-position-x: 95px
    }
}

.coveo-button {
    display: inline-block;
    width: 100%;
    height: 30px;
    padding: 8.5px 16px;
    color: #296896;
    font-family: Lato,Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    text-decoration: none;
    text-overflow: ellipsis;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
    background-color: #fff;
    border: 1px solid #4f5658;
    border-radius: 2px;
    cursor: pointer
}

    .coveo-button .icon {
        fill: #296896
    }

    .coveo-button:focus, .coveo-button:hover {
        text-decoration: none
    }

    .coveo-button:focus {
        background-color: #bcc3ca;
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px
    }

    .coveo-button + .coveo-button {
        margin-left: 15px
    }
/*! * Pikaday * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/ */
.pika-single {
    z-index: 9999;
    display: block;
    position: relative;
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif
}

    .pika-single.is-hidden {
        display: none
    }

    .pika-single.is-bound {
        position: absolute;
        box-shadow: 0 5px 15px -5px rgba(0,0,0,.5)
    }

.pika-single {
    *zoom: 1
}

    .pika-single:after, .pika-single:before {
        content: " ";
        display: table
    }

    .pika-single:after {
        clear: both
    }

.pika-lendar {
    float: left;
    width: 240px;
    margin: 8px
}

.pika-title {
    position: relative;
    text-align: center
}

    .pika-title select {
        cursor: pointer;
        position: absolute;
        z-index: 9998;
        margin: 0;
        left: 0;
        top: 5px;
        filter: alpha(opacity=0);
        opacity: 0
    }

.pika-label {
    display: inline-block;
    *display: inline;
    position: relative;
    z-index: 9999;
    overflow: hidden;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    background-color: #fff
}

.pika-next, .pika-prev {
    display: block;
    cursor: pointer;
    position: relative;
    outline: none;
    border: 0;
    padding: 0;
    width: 20px;
    height: 30px;
    text-indent: 20px;
    white-space: nowrap;
    overflow: hidden;
    background-color: transparent;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    opacity: .5;
    *position: absolute;
    *top: 0
}

    .pika-next:hover, .pika-prev:hover {
        opacity: 1
    }

    .pika-next.is-disabled, .pika-prev.is-disabled {
        cursor: default;
        opacity: .2
    }

.is-rtl .pika-next, .pika-prev {
    float: left;
    background-image: url("data:image/png; base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
    *left: 0
}

.is-rtl .pika-prev, .pika-next {
    float: right;
    background-image: url("data:image/png; base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
    *right: 0
}

.pika-select {
    display: inline-block;
    *display: inline
}

.pika-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0
}

    .pika-table td, .pika-table th {
        width: 14.285714285714286%;
        padding: 0
    }

    .pika-table th {
        color: #999;
        font-size: 12px;
        line-height: 25px;
        font-weight: 700;
        text-align: center
    }

    .pika-table abbr {
        border-bottom: none
    }

.pika-button {
    cursor: pointer;
    display: block;
    box-sizing: border-box;
    outline: none;
    border: 0;
    margin: 0;
    width: 100%;
    padding: 5px;
    color: #666;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    background: #f5f5f5
}

.is-today .pika-button {
    color: #296896;
    font-weight: 700
}

.is-selected .pika-button {
    color: #fff;
    font-weight: 700;
    background: #296896;
    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: d;
    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 td, .coveo-subscriptions-panel .coveo-subscriptions-panel-content th {
        text-align: left;
        padding: 0 10px;
        line-height: 37px;
        height: 37px
    }

        .coveo-subscriptions-panel .coveo-subscriptions-panel-content td.coveo-subscriptions-panel-content-type, .coveo-subscriptions-panel .coveo-subscriptions-panel-content th.coveo-subscriptions-panel-content-type {
            padding-left: 30px
        }

        .coveo-subscriptions-panel .coveo-subscriptions-panel-content td.coveo-subscriptions-panel-content-actions, .coveo-subscriptions-panel .coveo-subscriptions-panel-content th.coveo-subscriptions-panel-content-actions {
            padding-right: 30px
        }

    .coveo-subscriptions-panel .coveo-subscriptions-panel-content th {
        color: #395f84;
        font-size: 13px;
        font-weight: 700;
        border-bottom: 1px solid #bcc3ca
    }

    .coveo-subscriptions-panel .coveo-subscriptions-panel-content .coveo-subscriptions-panel-subscription .coveo-subscriptions-panel-context {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        max-width: 300px
    }

    .coveo-subscriptions-panel .coveo-subscriptions-panel-content .coveo-subscriptions-panel-subscription .coveo-subscriptions-panel-action {
        display: block;
        padding-left: 34px;
        position: relative;
        overflow: hidden;
        cursor: pointer;
        white-space: nowrap
    }

        .coveo-subscriptions-panel .coveo-subscriptions-panel-content .coveo-subscriptions-panel-subscription .coveo-subscriptions-panel-action:before {
            content: "";
            display: block;
            width: 24px;
            height: 24px;
            background-color: #006286;
            border: 2px solid #006487;
            border-radius: 3px;
            position: absolute;
            left: 0;
            top: 7px;
            box-sizing: border-box
        }

        .coveo-subscriptions-panel .coveo-subscriptions-panel-content .coveo-subscriptions-panel-subscription .coveo-subscriptions-panel-action:after {
            content: "";
            display: block;
            width: 8px;
            height: 8px;
            background-color: #fff;
            position: absolute;
            left: 8px;
            top: 15px
        }

    .coveo-subscriptions-panel .coveo-subscriptions-panel-content .coveo-subscriptions-panel-subscription .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
}

.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;
        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;
    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
        }

.CoveoSearchButton {
    color: #fff;
    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: d;
    animation-timing-function: linear;
    animation-duration: 1s;
    animation-iteration-count: infinite
}

.CoveoSearchInterface {
    min-height: 100%;
    position: relative;
    margin: 0;
    font-family: Lato,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 15px;
    color: #313a45
}

    .CoveoSearchInterface .highlight {
        font-weight: 700
    }

    .CoveoSearchInterface input[type=text]::-ms-clear {
        width: 0;
        height: 0
    }

    .CoveoSearchInterface input:focus, .CoveoSearchInterface select:focus, .CoveoSearchInterface textarea:focus {
        outline: none
    }

    .CoveoSearchInterface input[type=text], .CoveoSearchInterface textarea {
        color: #67768b
    }

    .CoveoSearchInterface .coveo-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: 700
}

.coveo-modalBox > .coveo-wrapper > .coveo-title {
    height: 40px;
    line-height: 23px;
    text-align: center;
    cursor: pointer
}

    .coveo-modalBox > .coveo-wrapper > .coveo-title .coveo-close-button {
        position: absolute;
        left: 25px;
        display: inline-block
    }

        .coveo-modalBox > .coveo-wrapper > .coveo-title .coveo-close-button .coveo-icon {
            margin-right: 10px
        }

    .coveo-modalBox > .coveo-wrapper > .coveo-title .coveo-pop-up-reminder {
        color: #b4b4b4;
        font-weight: 400;
        display: inline-block
    }

@keyframes f {
    0% {
        background: #bcc3ca
    }

    50% {
        background: #e6ecf0
    }

    to {
        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, .CoveoSearchInterface.coveo-during-initialization .coveo-result-frame.coveo-placeholder-result {
    margin: 20px 0 20px 20px
}

.CoveoSearchInterface.coveo-during-initialization .CoveoBreadcrumb, .CoveoSearchInterface.coveo-during-initialization .CoveoDidYouMean, .CoveoSearchInterface.coveo-during-initialization .CoveoErrorReport, .CoveoSearchInterface.coveo-during-initialization .CoveoHiddenQuery {
    display: none
}

.CoveoSearchInterface.coveo-during-initialization .coveo-results-header {
    height: 42px;
    visibility: hidden
}

.CoveoSearchInterface.coveo-during-initialization .coveo-recommendation-main-section .coveo-recommendation-column, .CoveoSearchInterface.coveo-during-initialization .CoveoSimpleFilter {
    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-icon, .coveo-placeholder-icon-small, .coveo-placeholder-text, .coveo-placeholder-title {
    animation-name: f;
    animation-timing-function: linear;
    animation-duration: 2s;
    animation-iteration-count: infinite
}

.CoveoCategoryFacet.coveo-during-initialization, .CoveoFacet.coveo-during-initialization, .CoveoFacetRange.coveo-during-initialization, .CoveoFacetSlider.coveo-during-initialization, .CoveoHierarchicalFacet.coveo-during-initialization, .CoveoNoNameFacet.coveo-during-initialization, .CoveoTimespanFacet.coveo-during-initialization {
    display: none
}

    .CoveoCategoryFacet.coveo-during-initialization.coveo-with-placeholder, .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, .CoveoNoNameFacet.coveo-during-initialization.coveo-with-placeholder, .CoveoTimespanFacet.coveo-during-initialization.coveo-with-placeholder {
        border: thin solid #bcc3ca;
        border-radius: 2px;
        margin-bottom: 20px;
        display: block
    }

        .CoveoCategoryFacet.coveo-during-initialization.coveo-with-placeholder .coveo-media-max-width-480, .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, .CoveoNoNameFacet.coveo-during-initialization.coveo-with-placeholder .coveo-media-max-width-480, .CoveoTimespanFacet.coveo-during-initialization.coveo-with-placeholder .coveo-media-max-width-480 {
            display: none
        }

@media (max-width:480px) {
    .CoveoCategoryFacet.coveo-during-initialization.coveo-with-placeholder, .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, .CoveoNoNameFacet.coveo-during-initialization.coveo-with-placeholder, .CoveoTimespanFacet.coveo-during-initialization.coveo-with-placeholder {
        display: none
    }
}

.CoveoCategoryFacet.coveo-during-initialization.coveo-with-placeholder > *, .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 > *, .CoveoNoNameFacet.coveo-during-initialization.coveo-with-placeholder > *, .CoveoTimespanFacet.coveo-during-initialization.coveo-with-placeholder > * {
    display: none
}

.CoveoCategoryFacet.coveo-during-initialization .coveo-facet-placeholder, .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, .CoveoNoNameFacet.coveo-during-initialization .coveo-facet-placeholder, .CoveoTimespanFacet.coveo-during-initialization .coveo-facet-placeholder {
    display: block
}

    .CoveoCategoryFacet.coveo-during-initialization .coveo-facet-placeholder .coveo-placeholder-title, .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, .CoveoNoNameFacet.coveo-during-initialization .coveo-facet-placeholder .coveo-placeholder-title, .CoveoTimespanFacet.coveo-during-initialization .coveo-facet-placeholder .coveo-placeholder-title {
        height: 24px
    }

    .CoveoCategoryFacet.coveo-during-initialization .coveo-facet-placeholder .coveo-facet-placeholder-line, .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, .CoveoNoNameFacet.coveo-during-initialization .coveo-facet-placeholder .coveo-facet-placeholder-line, .CoveoTimespanFacet.coveo-during-initialization .coveo-facet-placeholder .coveo-facet-placeholder-line {
        padding: 0 20px;
        margin-bottom: 20px;
        display: -ms-flexbox;
        display: flex
    }

    .CoveoCategoryFacet.coveo-during-initialization .coveo-facet-placeholder .coveo-facet-placeholder-checkbox, .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, .CoveoNoNameFacet.coveo-during-initialization .coveo-facet-placeholder .coveo-facet-placeholder-checkbox, .CoveoTimespanFacet.coveo-during-initialization .coveo-facet-placeholder .coveo-facet-placeholder-checkbox {
        display: inline-block;
        width: 15px;
        height: 15px;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        margin-right: 10px;
        animation-name: f;
        animation-timing-function: linear;
        animation-duration: 2s;
        animation-iteration-count: infinite
    }

    .CoveoCategoryFacet.coveo-during-initialization .coveo-facet-placeholder .coveo-placeholder-text, .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, .CoveoNoNameFacet.coveo-during-initialization .coveo-facet-placeholder .coveo-placeholder-text, .CoveoTimespanFacet.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
    }
}

.coveo-debug.coveo-modal-container .coveo-modal-content {
    transition: opacity .3s
}

    .coveo-debug.coveo-modal-container .coveo-modal-content.coveo-debug-loading {
        opacity: .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, .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: #ff0
        }

    .coveo-debug.coveo-modal-container .coveo-modal-body .coveo-searching .coveo-property.coveo-search-submatch, .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-match .coveo-property-value, .coveo-debug.coveo-modal-container .coveo-modal-body .coveo-searching .coveo-section-container > .coveo-property.coveo-search-submatch .coveo-property-value {
            display: block
        }

        .coveo-debug.coveo-modal-container .coveo-modal-body .coveo-searching .coveo-section-container > .coveo-property.coveo-search-match:after, .coveo-debug.coveo-modal-container .coveo-modal-body .coveo-searching .coveo-section-container > .coveo-property.coveo-search-submatch: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: 700;
    background: #eee;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    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:after, .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-array, .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 {
                color: #9e9e9e
            }

            .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, .coveo-debug.coveo-modal-container .coveo-section .coveo-section-container .coveo-property.coveo-property-basic .coveo-property-value.coveo-property-value-number {
                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: #fff;
    border: 2px solid #1d4f76;
    border-radius: 2px;
    outline: none;
    transition: all .2s;
    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 .3s 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,.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 #fff;
            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: 2px solid #1d4f76
        }

    input[type=checkbox].coveo-checkbox:indeterminate:disabled + button:before {
        border-color: #fff
    }

    input[type=checkbox].coveo-checkbox:disabled + button {
        background-color: #373737;
        border-color: #373737;
        cursor: default;
        opacity: .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: .4
    }

    .coveo-checkbox-label .label + .coveo-checkbox + button, .coveo-checkbox-label button + .label {
        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-group-option + .coveo-checkbox-group-option, .coveo-checkbox-labels-group .coveo-checkbox-label + .coveo-checkbox-label {
        margin-top: 10px
    }

.coveo-checkbox-label {
    cursor: pointer
}

    .coveo-checkbox-label .coveo-checkbox-span-label + .coveo-checkbox + button, .coveo-checkbox-label button + .coveo-checkbox-span-label {
        margin-left: 18px
    }

.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
}

.CoveoResult a.CoveoResultLink, .CoveoResultLink, a.CoveoResultLink {
    color: #004990;
    text-decoration: none;
    cursor: pointer;
    word-wrap: break-word
}

    .CoveoResult a.CoveoResultLink:visited, .CoveoResult a.CoveoResultLink:visited:hover, .CoveoResultLink:visited, .CoveoResultLink:visited:hover, a.CoveoResultLink:visited, a.CoveoResultLink:visited:hover {
        color: #609
    }

    .CoveoResult a.CoveoResultLink:hover, .CoveoResult a.CoveoResultLink:hover a, .CoveoResultLink:hover, .CoveoResultLink:hover a, a.CoveoResultLink:hover, a.CoveoResultLink:hover a {
        text-decoration: underline
    }

    .CoveoResult a.CoveoResultLink.coveo-selected *, .CoveoResultLink.coveo-selected *, a.CoveoResultLink.coveo-selected * {
        color: #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: medium
}

.coveo-input {
    position: relative;
    margin-top: 35px
}

    .coveo-input input {
        width: 100%;
        height: 34px;
        padding: 0;
        border: 0;
        border-bottom: 1px solid rgba(79,86,88,.4);
        border-radius: 0;
        outline: 0;
        transition: all .2s ease
    }

        .coveo-input input:disabled, .coveo-input input:focus:not([readonly]), .coveo-input input:valid {
            color: #313a45;
            border-bottom: 1px solid #296896
        }

            .coveo-input input:disabled:-ms-input-placeholder, .coveo-input input:focus:not([readonly]):-ms-input-placeholder, .coveo-input input:valid:-ms-input-placeholder {
                color: #4f5658;
                font-family: "'Lato', Arial, Helvetica, sans-serif";
                font-size: inherit;
                text-transform: none;
                transition: color .2s ease
            }

            .coveo-input input:disabled::placeholder, .coveo-input input:focus:not([readonly])::placeholder, .coveo-input input:valid::placeholder {
                color: #4f5658;
                font-family: "'Lato', Arial, Helvetica, sans-serif";
                font-size: inherit;
                text-transform: none;
                transition: color .2s ease
            }

        .coveo-input input:disabled, .coveo-input input[readonly=readonly] {
            color: #4f5658;
            border-bottom-color: #4f5658
        }

            .coveo-input input:disabled + label, .coveo-input input[readonly=readonly] + label {
                color: #4f5658
            }

    .coveo-input label {
        position: absolute;
        top: 10px;
        left: 0;
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex;
        color: #313a45;
        font-size: 15px;
        transition: all .2s ease;
        pointer-events: none
    }

        .coveo-input input:disabled + label, .coveo-input input:focus:not([readonly]) + label, .coveo-input input:valid + label, .coveo-input label.active {
            top: -20px;
            color: #296896;
            font-size: 13px
        }

    .coveo-input input {
        padding: 3px 0;
        color: transparent;
        font-size: 15px;
        background-color: transparent;
        box-shadow: none;
        transition: color .2s ease
    }

        .coveo-input input:-ms-input-placeholder {
            color: transparent;
            font-family: "'Lato', Arial, Helvetica, sans-serif";
            font-size: inherit;
            text-transform: none;
            transition: color .2s ease
        }

        .coveo-input input::placeholder {
            color: transparent;
            font-family: "'Lato', Arial, Helvetica, sans-serif";
            font-size: inherit;
            text-transform: none;
            transition: color .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: .28s ease;
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none
        }

            .coveo-radio input[type=radio] + label:after, .coveo-radio input[type=radio] + label:before {
                position: absolute;
                top: 0;
                left: 0;
                z-index: 0;
                width: 16px;
                height: 16px;
                content: "";
                border-radius: 50%;
                transition: .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(.5);
            transform: scale(.5)
        }

        .coveo-radio input[type=radio]:disabled + label {
            color: #4f5658
        }

            .coveo-radio input[type=radio]:disabled + label:before {
                border-color: #4f5658
            }

        .coveo-radio input[type=radio]:disabled:checked + label:after {
            background-color: #4f5658
        }

    .coveo-radio + .coveo-radio {
        margin-top: 10px
    }

.radio-select .radio-option + .radio-option {
    margin-top: 18px
}

.coveo-advanced-search-section {
    margin: 20px 0
}

#coveo-advanced-search-in-the-last-select {
    margin-left: 20px
}

    #coveo-advanced-search-in-the-last-select .coveo-button {
        width: auto
    }

.coveo-advanced-search-section-title {
    font-weight: 700;
    border-bottom: 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, #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-advanced-search-modal fieldset, .coveo-size-input-mode-section {
    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
}

.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
}

.CoveoBreadcrumb {
    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, .CoveoBreadcrumb.coveo-small-display .coveo-facet-breadcrumb-values .coveo-facet-breadcrumb-value {
            display: inline
        }

            .CoveoBreadcrumb.coveo-small-display .coveo-facet-breadcrumb-values .coveo-facet-breadcrumb-value .coveo-facet-breadcrumb-clear {
                display: none
            }

        .CoveoBreadcrumb.coveo-small-display .coveo-facet-breadcrumb .coveo-facet-breadcrumb-title {
            padding: 7px 4px 0;
            border-right: 1px solid #bcc3ca;
            height: 30px;
            display: inline-block;
            margin-right: 0;
            color: #2c5986
        }

        .CoveoBreadcrumb.coveo-small-display .coveo-facet-breadcrumb-value {
            background-color: #f7f7f7;
            color: #666;
            white-space: normal;
            line-height: 30px;
            padding: 7px 5px 8px
        }

            .CoveoBreadcrumb.coveo-small-display .coveo-facet-breadcrumb-value:before {
                content: "";
                border-top: 1px solid #bcc3ca;
                width: 100%;
                height: 1px;
                display: block;
                position: absolute
            }

            .CoveoBreadcrumb.coveo-small-display .coveo-facet-breadcrumb-value:after {
                content: "";
                border-right: 1px solid #bcc3ca;
                position: absolute;
                height: 30px;
                margin-left: 5px
            }

            .CoveoBreadcrumb.coveo-small-display .coveo-facet-breadcrumb-value:first-child {
                white-space: nowrap
            }

            .CoveoBreadcrumb.coveo-small-display .coveo-facet-breadcrumb-value .coveo-facet-breadcrumb-caption {
                max-width: 130px;
                min-width: 30px;
                text-align: center;
                display: inline-block;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                vertical-align: top
            }

            .CoveoBreadcrumb.coveo-small-display .coveo-facet-breadcrumb-value .coveo-facet-breadcrumb-clear {
                display: none
            }

.coveo-no-results .CoveoBreadcrumb {
    text-align: left
}

.coveo-breadcrumb-clear-all {
    color: #004990;
    text-decoration: none;
    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
    }
}

.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;
    padding: 0 0 10px 20px;
    font-size: 11px;
    box-shadow: 0 0 3px 2px rgba(0,0,0,.2);
    z-index: 1;
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    transition: transform .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
}

.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 .5s ease-in-out;
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    display: -ms-flexbox;
    display: flex;
    animation: g .5s linear
}

    .coveo-card-overlay.coveo-hidden-for-tab-nav {
        display: none
    }

@keyframes g {
    0% {
        opacity: 1
    }

    60% {
        opacity: 1
    }

    80% {
        opacity: 0
    }

    to {
        opacity: 0
    }
}

.coveo-card-overlay.coveo-opened {
    -ms-transform: translateY(0);
    transform: translateY(0);
    animation: h .5s linear
}

@keyframes h {
    0% {
        opacity: 0
    }

    20% {
        opacity: 0
    }

    40% {
        opacity: 1
    }

    to {
        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 .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
}

.CoveoDidYouMean {
    padding: 10px 0;
    text-align: left;
    font-size: 16px
}

    .CoveoDidYouMean a {
        color: #004990;
        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: 400
}

.coveo-did-you-mean-word-correction {
    font-weight: 700
}

.coveo-did-you-mean-no-results-for {
    font-size: 16px
}

.CoveoErrorReport {
    text-align: center
}

    .CoveoErrorReport h1, .CoveoErrorReport h2, .CoveoErrorReport h3, .CoveoErrorReport h4, .CoveoErrorReport h5, .CoveoErrorReport h6 {
        font-weight: 400;
        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: #fff
}

    .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-clear, .coveo-error-report-more-info, .coveo-error-report-previous, .coveo-error-report-retry {
    color: #004990;
    text-decoration: none;
    cursor: pointer;
    padding: 5px;
    border-radius: 2px
}

    .coveo-error-report-clear:visited, .coveo-error-report-clear:visited:hover, .coveo-error-report-more-info:visited, .coveo-error-report-more-info:visited:hover, .coveo-error-report-previous:visited, .coveo-error-report-previous:visited:hover, .coveo-error-report-retry:visited, .coveo-error-report-retry:visited:hover {
        color: #609
    }

    .coveo-error-report-clear:hover, .coveo-error-report-clear:hover a, .coveo-error-report-more-info:hover, .coveo-error-report-more-info:hover a, .coveo-error-report-previous:hover, .coveo-error-report-previous:hover a, .coveo-error-report-retry:hover, .coveo-error-report-retry:hover a {
        text-decoration: underline
    }

    .coveo-error-report-clear.coveo-selected *, .coveo-error-report-more-info.coveo-selected *, .coveo-error-report-previous.coveo-selected *, .coveo-error-report-retry.coveo-selected * {
        color: #004990
    }

.coveo-error-info {
    width: 100%
}

    .coveo-error-info textarea {
        width: 100%;
        height: 200px
    }

.CoveoExcerpt {
    word-wrap: break-word
}

.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
}

.CoveoCategoryFacet, .CoveoFacet, .CoveoFacetRange, .CoveoFacetSlider, .CoveoHierarchicalFacet, .CoveoNoNameFacet, .CoveoTimespanFacet {
    margin: 10px 0;
    padding: 0;
    border: thin solid #bcc3ca;
    border-radius: 2px;
    background: #fff;
    position: relative
}

.CoveoTimespanFacet {
    border: none
}

.coveo-facet-column .coveo-bottomSpace.coveo-with-animation, .coveo-facet-column .coveo-topSpace.coveo-with-animation {
    transition: height .5s
}

.coveo-facet-empty, .coveo-no-visible-facet .coveo-facet-column {
    display: none
}

    .coveo-facet-empty.coveo-with-placeholder {
        display: block
    }

.coveo-facet-collapsed .coveo-facet-value.coveo-facet-value, .coveo-facet-dependent {
    display: none
}

    .coveo-facet-collapsed .coveo-facet-value.coveo-facet-value.coveo-excluded, .coveo-facet-collapsed .coveo-facet-value.coveo-facet-value.coveo-selected {
        display: inherit
    }

.coveo-facet-collapsed .coveo-facet-footer {
    display: none
}

.coveo-facet-fade .coveo-facet-value {
    opacity: .5
}

    .coveo-facet-fade .coveo-facet-value.coveo-excluded, .coveo-facet-fade .coveo-facet-value.coveo-facet-search-selectable, .coveo-facet-fade .coveo-facet-value.coveo-selected {
        opacity: 1
    }

.coveo-facet-less, .coveo-facet-more {
    width: 100%;
    height: 15px;
    background: #f7f8f9;
    cursor: pointer;
    text-align: center
}

    .coveo-facet-less:focus, .coveo-facet-less:hover, .coveo-facet-more:focus, .coveo-facet-more:hover {
        background: #bcc3ca;
        outline: none
    }

.coveo-facet-more {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    display: none
}

    .coveo-facet-more.coveo-active {
        display: block
    }

.coveo-facet-less-icon-svg, .coveo-facet-more-icon-svg {
    width: 10px;
    height: 6px;
    color: #1d4f76
}

.coveo-facet-less-icon, .coveo-facet-more-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
}

.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: #fff
}

    .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,.25);
    border-radius: 0 0 0 2px
}

    .CoveoSearchInterface.coveo-small-facets .coveo-facet-column.coveo-facet-dropdown-content .CoveoCategoryFacet, .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 .CoveoNoNameFacet, .CoveoSearchInterface.coveo-small-facets .coveo-facet-column.coveo-facet-dropdown-content .CoveoTimespanFacet {
        margin: 0;
        border: 0;
        border-radius: 0
    }

        .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 .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 .CoveoNoNameFacet .coveo-facet-header, .CoveoSearchInterface.coveo-small-facets .coveo-facet-column.coveo-facet-dropdown-content .CoveoTimespanFacet .coveo-facet-header {
            border: 0;
            border-radius: 0;
            border-top: thin solid #bcc3ca;
            white-space: normal
        }

.CoveoSearchInterface.coveo-small-facets .coveo-facet-header-filter-by-container {
    background: #f7f8f9;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .22px;
    line-height: 22px
}

    .CoveoSearchInterface.coveo-small-facets .coveo-facet-header-filter-by-container .coveo-facet-header-filter-by {
        display: block;
        padding: 10px 0 10px 20px
    }

.coveo-facet-header-filter-by {
    display: none
}

.coveo-facet-breadcrumb-title, .coveo-facet-slider-breadcrumb-title {
    color: #67768b;
    margin-right: 14px
}

.coveo-facet-breadcrumb-value, .coveo-facet-slider-breadcrumb-value {
    font-size: 14px;
    display: inline-block;
    color: #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-breadcrumb-value + .coveo-facet-slider-breadcrumb-value, .coveo-facet-slider-breadcrumb-value + .coveo-facet-breadcrumb-value, .coveo-facet-slider-breadcrumb-value + .coveo-facet-slider-breadcrumb-value {
        margin-left: 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
        }

.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 {
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1
}

.coveo-facet-header-settings-section, .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
}

.coveo-facet-header-settings-section {
    -moz-flex-grow: 0;
    flex-grow: 0;
    -ms-flex-positive: 0
}

.coveo-facet-header-title {
    color: #1d4f76;
    font-size: 15px
}

.coveo-facet-settings-more:focus, .coveo-facet-settings-more:hover {
    outline: none
}

    .coveo-facet-settings-more:focus .coveo-more-background-svg, .coveo-facet-settings-more:hover .coveo-more-background-svg {
        fill-opacity: 1;
        fill: #e6ecf0
    }

.coveo-facet-header-operator, .coveo-facet-settings-more-svg {
    color: #1d4f76
}

    .coveo-facet-header-operator .coveo-and .coveo-and-svg, .coveo-facet-header-operator .coveo-or .coveo-or-svg {
        fill: #ecad00
    }

.coveo-facet-header-collapse, .coveo-facet-header-eraser, .coveo-facet-header-expand, .coveo-facet-header-operator, .coveo-facet-header-settings {
    cursor: pointer;
    margin-left: 10px;
    position: relative;
    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: d;
        animation-timing-function: linear;
        animation-duration: 1s;
        animation-iteration-count: infinite
    }

.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: #fff;
        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.coveo-focused, .coveo-facet-value:hover {
        background-color: #e6ecf0
    }

    .coveo-facet-value.coveo-selected {
        font-weight: 700
    }

    .coveo-facet-value.coveo-excluded .coveo-facet-value-exclude, .coveo-facet-value.coveo-excluded:hover .coveo-facet-value-exclude {
        visibility: hidden
    }

    .coveo-facet-value:hover .coveo-facet-value-exclude {
        visibility: visible
    }

.coveo-facet-value-label {
    display: block;
    white-space: nowrap;
    cursor: pointer;
    padding: 5px 0
}

.coveo-facet-value-caption {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle
}

.coveo-facet-value-icon {
    display: inline-block;
    margin: 3px 5px 3px 0;
    vertical-align: top;
    float: left
}

.coveo-facet-value-count {
    vertical-align: middle;
    margin: 0 5px;
    display: inline-block;
    float: right;
    transition: opacity 1s
}

    .coveo-facet-value-count.coveo-waitDelta {
        opacity: 0
    }

.coveo-with-computed-field .coveo-facet-value-computed-field, .coveo-with-computed-field .coveo-facet-value-count {
    font-size: 12px;
    position: relative;
    top: 1px
}

.coveo-facet-value-label.coveo-with-computed-field {
    display: -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: #fff;
    border: thin solid #bcc3ca;
    border-radius: 2px;
    height: 13px;
    width: 13px;
    opacity: 0;
    z-index: 10
}

    .coveo-facet-value-exclude:focus, .coveo-facet-value-exclude:hover {
        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: #fff;
    list-style: none;
    margin: 0 0 3px;
    padding: 0 0 10px;
    z-index: 999;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: scroll;
    -ms-overflow-style: scrollbar;
    font-size: 12px
}

    .coveo-facet-search-results input[type=checkbox] {
        display: none
    }

    .coveo-facet-search-results .coveo-with-computed-field .coveo-facet-value-computed-field, .coveo-facet-search-results .coveo-with-computed-field .coveo-facet-value-count {
        top: 0
    }

    .coveo-facet-search-results.coveo-no-results {
        display: none;
        visibility: hidden
    }

    .coveo-facet-search-results .coveo-facet-value input[type=checkbox] {
        display: none
    }

    .coveo-facet-search-results .coveo-facet-value .coveo-facet-value-checkbox {
        width: 13px;
        height: 13px;
        border: thin solid #bcc3ca;
        border-radius: 2px;
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        margin-right: 15px;
        background: #fff;
        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: #000
        }

    .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: #000
        }

    .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: #000
        }

        .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: 700;
    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;
    opacity: .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 i {
    0% {
        margin-right: 200px
    }

    to {
        margin-right: 20px
    }
}

.coveo-facet-search {
    border: thin solid #bcc3ca;
    border-radius: 2px;
    position: relative;
    background: #fff;
    display: none;
    margin: 2px 20px 1px;
    padding: 4px;
    animation: i .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: d;
    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 .coveo-facet-value-checkbox:focus, .coveo-facet-value.coveo-facet-search-button:hover .coveo-facet-value-checkbox {
            border-style: solid
        }

.coveo-facet-searching .coveo-facet-value.coveo-facet-search-button {
    display: none
}

.coveo-facet-value.coveo-facet-search-button .coveo-facet-value-checkbox {
    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
    }

.CoveoCategoryFacet.coveo-hidden {
    display: none
}

.coveo-category-facet-values-fade .coveo-category-facet-child-value {
    opacity: .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: 700;
    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: #000
}

    .coveo-category-facet-last-value .coveo-category-facet-value-label:focus, .coveo-category-facet-last-value .coveo-category-facet-value-label:hover {
        background-color: #fff
    }

.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: d;
        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-less, .coveo-category-facet-more {
    cursor: pointer
}

    .coveo-category-facet-less:focus, .coveo-category-facet-less:hover, .coveo-category-facet-more:focus, .coveo-category-facet-more:hover {
        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
    }

.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:focus, .CoveoCategoryFacet:not(.coveo-category-facet-searching) .coveo-category-facet-search-container:hover {
        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
}

.coveo-facet-settings-popup {
    position: absolute;
    overflow: hidden;
    border: thin solid #bcc3ca;
    border-radius: 2px;
    z-index: 999;
    background-color: #fff
}

.coveo-facet-settings-section {
    clear: both;
    white-space: nowrap
}

    .coveo-facet-settings-section svg {
        margin: 10px
    }

    .coveo-facet-settings-items, .coveo-facet-settings-section .coveo-icon-container {
        display: inline-block;
        vertical-align: middle
    }

.coveo-facet-settings-items {
    padding: 3px;
    overflow: hidden;
    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: 700
    }

.coveo-facet-settings-disabled .coveo-facet-settings-item {
    cursor: default;
    opacity: .5
}

    .coveo-facet-settings-disabled .coveo-facet-settings-item:hover {
        background: #fff
    }

.coveo-facet-settings-section-sort .coveo-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: 700;
    color: #67768b;
    padding: 10px
}

.coveo-slider-container {
    width: 100%;
    height: 85px;
    position: relative;
    padding: 25px 20px 20px
}

    .coveo-slider-container > div {
        height: 50px;
        position: relative
    }

    .coveo-slider-container svg {
        overflow: hidden
    }

.coveo-slider-line {
    background-color: #fff;
    border: 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 {
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    width: 15px;
    height: 16px;
    z-index: 2;
    position: absolute;
    margin-left: -7px
}

    .coveo-slider-button, .coveo-slider-button.coveo-active, .coveo-slider-button:hover {
        background-color: #296896
    }

        .coveo-slider-button:after {
            width: 2px;
            border-left: 1px solid #fff;
            right: 4px
        }

        .coveo-slider-button:after, .coveo-slider-button:before {
            content: "";
            height: 10px;
            border-right: 1px solid #fff;
            position: absolute;
            top: 3px
        }

        .coveo-slider-button:before {
            left: 4px
        }

.coveo-slider-caption {
    position: absolute;
    top: 25px;
    left: 0;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.coveo-slider-tooltip {
    white-space: nowrap;
    padding: 10px;
    background-color: #e6ecf0;
    border: 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-disabled-empty, .CoveoFacetSlider.coveo-facet-collapsed .coveo-slider-container {
    display: none
}

.coveo-executing-query .coveo-slider-container {
    opacity: .5
}

.coveo-top-field-suggestion-header {
    width: 100%;
    padding: 10px;
    color: #1d4f76
}

.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 td, .CoveoFieldTable th {
        font-size: 14px
    }

    .CoveoFieldTable td {
        width: 99%;
        padding: 10px 20px 0 0
    }

    .CoveoFieldTable th {
        text-align: left;
        font-weight: 400;
        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: 700
        }

.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 .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 .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 .4s cubic-bezier(1,0,1,0)
    }

.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: 700
    }

.CoveoFieldValue.coveo-with-label {
    display: inline-block
}

.CoveoFieldValue .coveo-field-caption {
    color: #67768b;
    margin-right: 10px
}

.coveo-card-overlay .CoveoFieldTable {
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 10px 0 0
}

    .coveo-card-overlay .CoveoFieldTable th {
        color: #bcc3ca
    }

.coveo-card-overlay .coveo-clickable {
    color: #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
    }

.coveo-hidden-query-breadcrumb-title {
    color: #67768b;
    margin-right: 14px
}

.coveo-hidden-query-breadcrumb-title, .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
        }

.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,.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-collapse-svg, .CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value.coveo-has-childs .coveo-has-childs-toggle .coveo-hierarchical-facet-expand-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, .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: 5px solid transparent;
    border-left-color: #b0b3ae
}

.CoveoMatrix {
    margin: 10px 5px
}

.coveo-matrix-title {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    margin: 10px 0;
    color: #1d4f76;
    font-size: 16px
}

.coveo-matrix {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-spacing: 0;
    border-collapse: collapse
}

.coveo-matrix-row {
    display: table-row
}

    .coveo-matrix-row .matrix-first-column {
        text-align: left
    }

.matrix-header-row, .matrix-total-row {
    color: #1d4f76;
    font-weight: 700;
    height: 45px;
    background-color: #f7f8f9
}

.matrix-total-row {
    font-weight: 700
}

.coveo-matrix-cell {
    display: table-cell;
    padding: 5px;
    text-align: right;
    overflow: hidden;
    vertical-align: middle;
    border: thin solid #bcc3ca
}

    .coveo-matrix-cell:hover {
        cursor: pointer
    }

.coveo-matrix-unimportant {
    color: #d3d3d3
}

.matrix-results-preview-container {
    position: absolute;
    z-index: 1;
    border: thin solid #bcc3ca;
    border-radius: 2px;
    background-color: #fff
}

    .matrix-results-preview-container .coveo-result-frame {
        border-bottom: thin solid #bcc3ca;
        text-align: left;
        overflow: hidden;
        padding: 5px
    }

    .matrix-results-preview-container .coveo-result-cell {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

.magic-box {
    position: relative;
    text-align: left;
    color: #212121;
    border: 1px solid #9e9e9e
}

    .magic-box .magic-box-input {
        background: #fff;
        height: 48px;
        overflow: hidden;
        position: relative
    }

        .magic-box .magic-box-input .magic-box-underlay, .magic-box .magic-box-input > input {
            color: #212121;
            text-align: left;
            padding: 12px 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: 2px solid #f44336
            }

                .magic-box .magic-box-input .magic-box-underlay .magic-box-error.magic-box-error-empty {
                    position: relative
                }

                    .magic-box .magic-box-input .magic-box-underlay .magic-box-error.magic-box-error-empty:before {
                        content: " ";
                        border-bottom: 2px solid #f44336;
                        position: absolute
                    }

            .magic-box .magic-box-input .magic-box-underlay:after {
                content: "";
                display: inline-block
            }

    .magic-box .magic-box-clear {
        position: relative;
        float: right;
        height: 48px;
        line-height: 48px;
        text-align: center;
        font-size: 24px;
        transition: width .3s;
        cursor: pointer;
        background: #fff;
        width: 0;
        overflow: hidden
    }

        .magic-box .magic-box-clear .magic-box-icon:before {
            color: #9e9e9e;
            font-family: arial,sans-serif;
            content: "X";
            font-size: 24px
        }

        .magic-box .magic-box-clear:before {
            content: "";
            border-left: 1px solid #e0e0e0;
            position: absolute;
            top: 15%;
            bottom: 15%;
            left: 0
        }

    .magic-box.magic-box-notEmpty .magic-box-clear {
        width: 48px
    }

    .magic-box.magic-box-hasFocus .magic-box-underlay .magic-box-ghost-text {
        visibility: visible
    }

    .magic-box.magic-box-hasFocus .magic-box-suggestions.magic-box-hasSuggestion {
        display: block
    }

    .magic-box .magic-box-suggestions {
        clear: both;
        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, .magic-box .magic-box-suggestions .magic-box-suggestion-seperator {
            opacity: 1;
            transition: opacity .3s
        }

        .magic-box .magic-box-suggestions.magic-box-suggestions-loading .magic-box-suggestion, .magic-box .magic-box-suggestions.magic-box-suggestions-loading .magic-box-suggestion-seperator {
            opacity: 0
        }

        .magic-box .magic-box-suggestions .magic-box-suggestion-seperator {
            padding: 12px 12px 0;
            line-height: 24px;
            font-size: 16px;
            font-weight: 700;
            background: #fff;
            overflow: hidden;
            height: 36px;
            border-top: 1px solid #e0e0e0;
            color: #9e9e9e
        }

            .magic-box .magic-box-suggestions .magic-box-suggestion-seperator:first-child {
                border-top: none
            }

            .magic-box .magic-box-suggestions .magic-box-suggestion-seperator .magic-box-suggestion-seperator-label {
                float: left;
                margin-right: 12px;
                max-width: 75%;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis
            }

            .magic-box .magic-box-suggestions .magic-box-suggestion-seperator:after {
                content: "";
                display: block;
                position: relative;
                top: 50%;
                height: 1px;
                overflow: hidden;
                background-color: #e0e0e0
            }

            .magic-box .magic-box-suggestions .magic-box-suggestion-seperator + .magic-box-suggestion {
                border-top: none
            }

        .magic-box .magic-box-suggestions .magic-box-suggestion {
            cursor: pointer;
            line-height: 24px;
            padding: 12px;
            font-size: 16px;
            background: #fff;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            border-top: 1px solid #fafafa;
            color: #212121
        }

            .magic-box .magic-box-suggestions .magic-box-suggestion .magic-box-hightlight {
                font-weight: 700;
                color: #000
            }

            .magic-box .magic-box-suggestions .magic-box-suggestion:first-child {
                border-top: none
            }

            .magic-box .magic-box-suggestions .magic-box-suggestion.magic-box-selected {
                background: #e0f7fa !important
            }

            .magic-box .magic-box-suggestions .magic-box-suggestion:hover {
                background: #f5f5f5
            }

    .magic-box.magic-box-inline {
        overflow: hidden
    }

        .magic-box.magic-box-inline .magic-box-suggestions.magic-box-hasSuggestion {
            position: relative;
            display: block;
            top: 0;
            left: 0;
            right: 0;
            border: none;
            border-top: 1px solid #9e9e9e
        }

.coveo-waiting-for-first-query .coveo-omnibox {
    z-index: 0
}

.CoveoOmnibox.magic-box .coveo-omnibox-hightlight {
    font-weight: 700;
    color: #000
}

.CoveoOmnibox.magic-box .magic-box-suggestions {
    z-index: 3
}

.CoveoOmnibox.magic-box .coveo-omnibox-hightlight2 {
    font-weight: 700;
    font-style: italic;
    color: #000
}

.CoveoOmnibox.magic-box .magic-box-underlay [data-id=FieldQuery][data-success=true], .CoveoOmnibox.magic-box .magic-box-underlay [data-id=FieldSimpleQuery][data-success=true] {
    position: relative
}

    .CoveoOmnibox.magic-box .magic-box-underlay [data-id=FieldQuery][data-success=true]:before, .CoveoOmnibox.magic-box .magic-box-underlay [data-id=FieldSimpleQuery][data-success=true]:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #c8e6c9;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        left: -1px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        right: -1px
    }

.CoveoOmnibox.magic-box .magic-box-underlay [data-id=FieldQuery][data-success=false] > [data-success=true], .CoveoOmnibox.magic-box .magic-box-underlay [data-id=FieldSimpleQuery][data-success=false] > [data-success=true] {
    position: relative
}

    .CoveoOmnibox.magic-box .magic-box-underlay [data-id=FieldQuery][data-success=false] > [data-success=true]:before, .CoveoOmnibox.magic-box .magic-box-underlay [data-id=FieldSimpleQuery][data-success=false] > [data-success=true]:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #ffecb3
    }

    .CoveoOmnibox.magic-box .magic-box-underlay [data-id=FieldQuery][data-success=false] > [data-success=true][data-id=FieldQuery_0], .CoveoOmnibox.magic-box .magic-box-underlay [data-id=FieldSimpleQuery][data-success=false] > [data-success=true][data-id=FieldQuery_0] {
        position: relative
    }

        .CoveoOmnibox.magic-box .magic-box-underlay [data-id=FieldQuery][data-success=false] > [data-success=true][data-id=FieldQuery_0]:before, .CoveoOmnibox.magic-box .magic-box-underlay [data-id=FieldSimpleQuery][data-success=false] > [data-success=true][data-id=FieldQuery_0]:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: #ffecb3;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
            left: -1px
        }

.CoveoOmnibox.magic-box.coveo-search-as-you-type .magic-box-ghost-text {
    display: none
}

.CoveoOmnibox.magic-box .coveo-omnibox-selectable {
    cursor: pointer
}

    .CoveoOmnibox.magic-box .coveo-omnibox-selectable.coveo-omnibox-selected {
        background-color: #e6ecf0
    }

.CoveoOmnibox.magic-box .coveo-omnibox-facet-value {
    width: 100%;
    display: inline-block;
    float: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px 10px;
    margin: 0
}

    .CoveoOmnibox.magic-box .coveo-omnibox-facet-value li.coveo-facet-value {
        list-style-type: none
    }

    .CoveoOmnibox.magic-box .coveo-omnibox-facet-value .coveo-facet-value-label-wrapper > * {
        vertical-align: middle
    }

.CoveoOmnibox.magic-box .coveo-omnibox-facet-header {
    float: left;
    width: 100%;
    padding: 5px;
    height: 26px;
    color: #2c5985
}

    .CoveoOmnibox.magic-box .coveo-omnibox-facet-header .coveo-icon {
        margin-right: 6px;
        vertical-align: text-bottom
    }

.CoveoOmnibox.magic-box .coveo-omnibox-section {
    vertical-align: middle;
    margin-bottom: 2px
}

.CoveoOmnibox.magic-box .coveo-omnibox-header {
    height: 26px;
    color: #0065cb;
    margin-top: 4px;
    margin-bottom: 2px
}

    .CoveoOmnibox.magic-box .coveo-omnibox-header .coveo-text {
        padding: 6px 15px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

.coveo-result-frame, .CoveoResult.coveo-result-frame {
    margin-left: 0;
    display: block;
    width: 100%;
    height: 100%
}

    .coveo-result-frame .coveo-icon.coveo-icon-with-caption-overlay, .CoveoResult.coveo-result-frame .coveo-icon.coveo-icon-with-caption-overlay {
        overflow: visible;
        position: relative
    }

    .coveo-result-frame .coveo-result-row, .CoveoResult.coveo-result-frame .coveo-result-row {
        width: 100%;
        display: table;
        table-layout: fixed;
        margin: .25em 0
    }

    .coveo-result-frame .coveo-result-cell, .CoveoResult.coveo-result-frame .coveo-result-cell {
        line-height: 1.25em;
        display: table-cell;
        vertical-align: top
    }

        .coveo-result-frame .coveo-result-cell > *, .CoveoResult.coveo-result-frame .coveo-result-cell > * {
            vertical-align: middle
        }

        .coveo-result-frame .coveo-result-cell .CoveoTemplateLoader, .CoveoResult.coveo-result-frame .coveo-result-cell .CoveoTemplateLoader {
            display: inline-block
        }

        .coveo-result-frame .coveo-result-cell.coveo-no-wrap, .CoveoResult.coveo-result-frame .coveo-result-cell.coveo-no-wrap {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap
        }

    .coveo-result-frame .CoveoThumbnail, .CoveoResult.coveo-result-frame .CoveoThumbnail {
        max-width: 100%
    }

.CoveoResultList.coveo-faded {
    opacity: .5
}

.CoveoResultList {
    margin-top: 15px;
    margin-bottom: 15px
}

    .CoveoResultList .coveo-fade-out {
        opacity: .5;
        transition: opacity .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
        }
}

.coveo-card-layout.CoveoResult.coveo-omnibox-selectable, .coveo-list-layout.CoveoResult.coveo-omnibox-selectable, .coveo-table-layout.CoveoResult.coveo-omnibox-selectable {
    padding: 10px 10px 10px 36px;
    margin: 0;
    box-sizing: border-box
}

.coveo-card-layout.CoveoResult.coveo-omnibox-result-list-element.coveo-omnibox-selectable.coveo-omnibox-selected, .coveo-list-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: #fff;
    border: thin solid #bcc3ca;
    border-width: 3px
}

.CoveoResult.coveo-omnibox-selectable {
    padding: 10px 10px 10px 36px;
    box-sizing: border-box
}

.CoveoResult.coveo-omnibox-result-list-element.coveo-omnibox-selectable.coveo-omnibox-selected {
    padding: 7px 7px 8px 33px;
    background-color: #fff;
    border: 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
}

.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;
    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-next, .coveo-pager-previous {
    margin: 5px 6px;
    list-style: none;
    display: inline-block;
    vertical-align: baseline;
    cursor: pointer;
    border: none;
    padding: 0
}

    .coveo-pager-next:hover, .coveo-pager-previous:hover {
        color: #009ddc;
        background-color: #fff
    }

.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
}

.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
}

.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:first-of-type, .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
}

.CoveoQueryDuration {
    color: #67768b
}

.CoveoQuerySummary {
    color: #67768b;
    text-align: left
}

    .CoveoQuerySummary div {
        margin-bottom: 5px
    }

    .CoveoQuerySummary ul {
        margin-top: 0
    }

        .CoveoQuerySummary ul li {
            font-size: 14px
        }

    .CoveoQuerySummary.coveo-hidden, .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, .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
    }

.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: #fff;
    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(0.5 - $arrow-width);
        border-width: 0 6px 7px;
        border-color: #263e55 transparent
    }

    .CoveoQuickview .coveo-caption-for-icon[x-placement^=top] > div {
        bottom: -6px;
        left: calc(0.5 - $arrow-width);
        border-width: 7px 6px 0;
        border-color: #263e55 transparent
    }

    .CoveoQuickview .coveo-caption-for-icon[x-placement^=right] > div {
        top: calc(0.5 - $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(0.5 - $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: 700;
    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 #000
        }

    .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 #000
        }

    .coveo-term-for-quickview .coveo-term-for-quickview-name {
        font-size: 14px;
        padding: 5px 0;
        margin-left: 5px
    }

.coveo-quickview-left-header {
    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: #06c;
    font-size: 16px;
    text-align: left
}

.coveo-quickview-time {
    font-size: 12px;
    color: #b4b4b4;
    font-weight: 400;
    vertical-align: middle
}

.coveo-modal-container.coveo-quick-view .coveo-modal-body {
    height: 90%
}

    .coveo-modal-container.coveo-quick-view .coveo-modal-body .coveo-list-layout, .coveo-modal-container.coveo-quick-view .coveo-modal-body .coveo-quick-view-full-height, .coveo-modal-container.coveo-quick-view .coveo-modal-body .CoveoQuickviewDocument, .coveo-modal-container.coveo-quick-view .coveo-modal-body > div {
        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%
}

.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: #fff
}

    .CoveoSearchInterface.coveo-small-recommendation .coveo-recommendation-dropdown-header.coveo-dropdown-header-active {
        background-color: #e6ecf0;
        border-color: #009ddc
    }

.CoveoSearchInterface.coveo-small-recommendation .coveo-recommendation-dropdown-content {
    transition: all .3s cubic-bezier(.4,0,.2,1);
    overflow: hidden;
    max-height: 0;
    width: 100%;
    padding: 0;
    margin: 25px 0 15px;
    border-bottom: 0 solid #e6ecf0
}

    .CoveoSearchInterface.coveo-small-recommendation .coveo-recommendation-dropdown-content .coveo-media-max-width-480 {
        transition: all .4s cubic-bezier(.4,0,.2,1)
    }

@media (max-width:480px) {
    .CoveoSearchInterface.coveo-small-recommendation .coveo-recommendation-dropdown-content {
        transition: all .4s cubic-bezier(.4,0,.2,1)
    }
}

.CoveoSearchInterface.coveo-small-recommendation .coveo-recommendation-dropdown-content.coveo-recommendation-column, .CoveoSearchInterface.coveo-small-recommendation .coveo-recommendation-dropdown-content.CoveoRecommendation {
    display: block
}

.CoveoSearchInterface.coveo-small-recommendation .coveo-recommendation-dropdown-content.coveo-open-dropdown-content {
    max-height: 1000px;
    width: 100%;
    border-bottom: 5px solid #e6ecf0
}

.CoveoSearchInterface.coveo-small-recommendation .coveo-recommendation-dropdown-container, .CoveoSearchInterface.coveo-small-recommendation .coveo-recommendation-facet-column, .CoveoSearchInterface.coveo-small-recommendation .CoveoRecommendation {
    padding: 0
}

.CoveoSearchInterface.coveo-small-recommendation .CoveoRecommendation {
    border: none
}

.CoveoSearchInterface.coveo-small-recommendation .CoveoResultlist .CoveoResult:first-child {
    border-top: 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-facets #coveo-recommendation-results-column, .CoveoSearchInterface.coveo-small-facets .coveo-recommendation-results-column, .CoveoSearchInterface.coveo-small-recommendation #coveo-recommendation-results-column, .CoveoSearchInterface.coveo-small-recommendation .coveo-recommendation-results-column {
    width: auto;
    display: block
}

.CoveoSearchInterface.coveo-small-facets .coveo-recommendation-facet-column, .CoveoSearchInterface.coveo-small-recommendation .coveo-recommendation-facet-column {
    width: 30%
}

.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: #fff;
    margin-bottom: 1px
}

    .coveo-recommendation-body .CoveoResultList {
        margin: 0
    }

        .coveo-recommendation-body .CoveoResultList .CoveoResult:first-child {
            border-top: none
        }

        .coveo-recommendation-body .CoveoResultList .CoveoResult {
            margin: 0;
            padding: 5px 15px;
            border-top: 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, .CoveoRecommendationQuery, .CoveoSearchInterface .coveo-recommendation-main-section.coveo-no-results .coveo-recommendation-column, script.CoveoRecommendationQuery[type="text/x-query-generic"] {
        display: none
    }

.CoveoResultActionsMenu {
    display: none;
    position: absolute;
    right: 0;
    border: thin solid #bcc3ca;
    border-radius: 2px;
    margin-top: -24px;
    background: #fff
}

    .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
        }

.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
    }

.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-expanded-caption, .coveo-list-layout .coveo-folding-normal-caption, .coveo-list-layout .coveo-folding-oneresult-caption {
    color: #333
}

.coveo-folding-footer-section-for-less, .coveo-folding-footer-section-for-more {
    display: inline-block
}

.coveo-folding-expanded-caption, .coveo-folding-normal-caption, .coveo-folding-oneresult-caption {
    font-size: 11px;
    margin-bottom: 10px
}

    .coveo-folding-expanded-caption.coveo-hidden, .coveo-folding-normal-caption.coveo-hidden, .coveo-folding-oneresult-caption.coveo-hidden {
        display: none
    }

.coveo-folding-footer {
    margin-top: 12px;
    margin-bottom: 3px
}

.coveo-folding-footer-icon {
    margin-left: 5px
}

.coveo-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-less, a.coveo-folding-show-more {
    color: #004990;
    text-decoration: none;
    cursor: pointer
}

    a.coveo-folding-show-less:visited, a.coveo-folding-show-less:visited:hover, a.coveo-folding-show-more:visited, a.coveo-folding-show-more:visited:hover {
        color: #609
    }

    a.coveo-folding-show-less:hover, a.coveo-folding-show-less:hover a, a.coveo-folding-show-more:hover, a.coveo-folding-show-more:hover a {
        text-decoration: underline
    }

    a.coveo-folding-show-less.coveo-selected *, a.coveo-folding-show-more.coveo-selected * {
        color: #004990
    }

.coveo-card-layout a.coveo-folding-show-less, .coveo-card-layout a.coveo-folding-show-more {
    color: #004990;
    text-decoration: none;
    cursor: pointer;
    color: #f7f8f9;
    text-decoration: underline
}

    .coveo-card-layout a.coveo-folding-show-less:visited, .coveo-card-layout a.coveo-folding-show-less:visited:hover, .coveo-card-layout a.coveo-folding-show-more:visited, .coveo-card-layout a.coveo-folding-show-more:visited:hover {
        color: #609;
        color: #f7f8f9
    }

    .coveo-card-layout a.coveo-folding-show-less:hover, .coveo-card-layout a.coveo-folding-show-less:hover a, .coveo-card-layout a.coveo-folding-show-more:hover, .coveo-card-layout a.coveo-folding-show-more:hover a {
        text-decoration: underline
    }

    .coveo-card-layout a.coveo-folding-show-less.coveo-selected *, .coveo-card-layout a.coveo-folding-show-more.coveo-selected * {
        color: #004990;
        color: #f7f8f9
    }

.coveo-child-result {
    margin-bottom: 5px
}

    .coveo-child-result * {
        vertical-align: middle
    }

.coveo-card-overlay .coveo-folding-footer, .coveo-card-overlay .coveo-folding-header, .coveo-card-overlay .coveo-folding-results {
    padding-left: 20px;
    padding-right: 20px
}

.coveo-card-overlay .coveo-folding-header {
    margin-top: 10px
}

.coveo-card-overlay .coveo-result-folding-child-result:not(:last-child) {
    border-bottom: 1px solid #bcc3ca
}

.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: 700;
    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: #000
}

.coveo-list-layout-icon {
    width: 19px;
    height: 14px;
    fill: #000
}

.coveo-table-layout-icon {
    width: 18px;
    height: 13px;
    fill: #000
}

.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
}

.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-expression, .CoveoResultsFiltersPreferences .coveo-choice-container .coveo-section-tab {
        padding-top: 2px
    }

    .CoveoResultsFiltersPreferences .coveo-choice-container .coveo-section-input, .CoveoResultsFiltersPreferences .coveo-choice-container .coveo-section-tab {
        width: 20%
    }

    .CoveoResultsFiltersPreferences .coveo-choice-container .coveo-section-expression {
        width: 45%
    }

    .CoveoResultsFiltersPreferences .coveo-choice-container .coveo-section.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: 700
}

    .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;
    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,.87);
    color: var(--mdc-theme-text-primary-on-light,rgba(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 .15s cubic-bezier(.4,0,.6,1) 0ms,background-color .15s cubic-bezier(.4,0,.6,1) 0ms;
    border: none;
    border-bottom: 1px solid rgba(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,.06)
    }

    .mdc-select[dir=rtl], [dir=rtl] .mdc-select {
        background-position: 0
    }

.mdc-select--theme-dark, .mdc-theme--dark .mdc-select {
    color: #fff;
    color: var(--mdc-theme-text-primary-on-dark,#fff);
    background-image: url("data:image/svg+xml; charset=utf-8,%3Csvg width='10' height='5' viewBox='7 10 10 5' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff' fill-rule='evenodd' opacity='.54' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    border-bottom: 1px solid hsla(0,0%,100%,.12)
}

    .mdc-select--theme-dark:focus, .mdc-theme--dark .mdc-select:focus {
        border-bottom-color: #3f51b5;
        border-bottom-color: var(--mdc-theme-primary,#3f51b5);
        background-color: hsla(0,0%,100%,.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(.4,0,.6,1) 0ms,transform 125ms cubic-bezier(.4,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,.2,1) 125ms,transform 125ms cubic-bezier(0,0,.2,1) 125ms;
    opacity: 0
}

.mdc-select--disabled, .mdc-select[disabled] {
    color: rgba(0,0,0,.38);
    color: var(--mdc-theme-text-disabled-on-light,rgba(0,0,0,.38));
    background-image: url("data:image/svg+xml; charset=utf-8,%3Csvg width='10' height='5' viewBox='7 10 10 5' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%230' fill-rule='evenodd' opacity='.38' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    border-bottom-style: dotted;
    cursor: default;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mdc-select--theme-dark.mdc-select--disabled, .mdc-select--theme-dark.mdc-select[disabled], .mdc-theme--dark .mdc-select--disabled, .mdc-theme--dark .mdc-select[disabled] {
    color: hsla(0,0%,100%,.5);
    color: var(--mdc-theme-text-disabled-on-dark,hsla(0,0%,100%,.5));
    background-image: url("data:image/svg+xml; charset=utf-8,%3Csvg width='10' height='5' viewBox='7 10 10 5' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff' fill-rule='evenodd' opacity='.38' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    border-bottom: 1px dotted hsla(0,0%,100%,.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,.54);
    color: var(--mdc-theme-text-secondary-on-light,rgba(0,0,0,.54))
}

    .mdc-select__menu .mdc-list-item[aria-selected=true] {
        color: rgba(0,0,0,.87);
        color: var(--mdc-theme-text-primary-on-light,rgba(0,0,0,.87))
    }

.mdc-select--theme-dark .mdc-select__menu .mdc-list-item, .mdc-theme--dark .mdc-select__menu .mdc-list-item {
    color: hsla(0,0%,100%,.7);
    color: var(--mdc-theme-text-secondary-on-dark,hsla(0,0%,100%,.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,.38);
    color: var(--mdc-theme-text-hint-on-light,rgba(0,0,0,.38));
    font-weight: 400
}

    .mdc-select__menu .mdc-list-group .mdc-list-item {
        color: rgba(0,0,0,.87);
        color: var(--mdc-theme-text-primary-on-light,rgba(0,0,0,.87))
    }

.mdc-select--theme-dark .mdc-select__menu .mdc-list-group, .mdc-theme--dark .mdc-select__menu .mdc-list-group {
    color: hsla(0,0%,100%,.5);
    color: var(--mdc-theme-text-hint-on-dark,hsla(0,0%,100%,.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,.38);
    border: 1px solid var(--mdc-theme-text-hint-on-light,rgba(0,0,0,.38));
    width: 250px;
    padding: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.mdc-multi-select--theme-dark, .mdc-theme--dark .mdc-multi-select {
    border-color: hsla(0,0%,100%,.5);
    border-color: var(--mdc-theme-text-hint-on-dark,hsla(0,0%,100%,.5))
}

.mdc-multi-select .mdc-list-group {
    color: rgba(0,0,0,.38);
    color: var(--mdc-theme-text-hint-on-light,rgba(0,0,0,.38));
    margin: 16px 0 0;
    padding: 0 0 0 16px;
    font-weight: 400
}

.mdc-multi-select .mdc-list-group--theme-dark, .mdc-theme--dark .mdc-multi-select .mdc-list-group {
    color: hsla(0,0%,100%,.5);
    color: var(--mdc-theme-text-hint-on-dark,hsla(0,0%,100%,.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,.87);
    color: var(--mdc-theme-text-primary-on-light,rgba(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
}

.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
}

.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;
    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
}

.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: #fff
    }

        .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: hsla(0,0%,100%,.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: hsla(0,0%,100%,.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: hsla(0,0%,100%,.5)
    }

.coveo-result-tagging-auto-complete {
    position: absolute;
    padding-top: 1px;
    top: 18px;
    left: 0;
    background-color: #fff;
    border-left: 1px solid #b0b3ae;
    border-bottom: 1px solid #b0b3ae;
    border-right: 1px solid #b0b3ae;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    z-index: 5
}

    .coveo-result-tagging-auto-complete .coveo-selectable {
        padding: 5px 10px 5px 16px;
        background-color: #fff;
        font-size: 10px;
        cursor: pointer
    }

        .coveo-result-tagging-auto-complete .coveo-selectable:hover, .coveo-result-tagging-auto-complete .coveo-selected {
            background-color: #d7ebff
        }

.CoveoResultTagging {
    margin: 0 3px;
    font-size: 12px
}

    .CoveoResultTagging * {
        vertical-align: middle
    }

.CoveoResultTagging {
    display: inline-block
}

    .CoveoResultTagging.coveo-opened .coveo-result-tagging-add-tag {
        display: none
    }

    .CoveoResultTagging.coveo-opened .coveo-result-tagging-auto-complete-zone {
        display: inline-block
    }

        .CoveoResultTagging.coveo-opened .coveo-result-tagging-auto-complete-zone .coveo-add-tag-textbox {
            font-size: 11px;
            line-height: 16px
        }

    .CoveoResultTagging.coveo-opened .coveo-result-tagging-coveo-tag {
        background-color: #1d4f76
    }

    .CoveoResultTagging .CoveoResultTagging.coveo-error input {
        border-color: #c33
    }

.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
    }
}

.coveo-query-syntax-disabled .magic-box-highlight-container, .coveo-query-syntax-disabled.magic-box .magic-box-input .magic-box-underlay span, .magic-box.magic-box-hasFocus .magic-box-input .magic-box-underlay .magic-box-ghost-text, .magic-box .magic-box-input .magic-box-underlay .magic-box-ghost-text {
    display: none
}

.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: 6px solid transparent;
        border-bottom-color: #bcc3ca
    }

.coveo-settings-item {
    clear: both;
    overflow: hidden;
    color: #004990;
    text-decoration: none;
    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: #fff
}

    .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
    }

.coveo-share-query-summary-info-label {
    display: block;
    font-size: 13px;
    margin-bottom: 5px;
    font-weight: 400
}

.coveo-share-query-summary-info-input {
    width: 100%;
    margin-bottom: 5px;
    border: thin solid #bcc3ca;
    border-radius: 2px;
    padding: 5px;
    height: 35px;
    font-size: 14px
}

.coveo-share-query-svg {
    width: 18px;
    height: 14px;
    color: #1d4f76
}

.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: 700;
    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, .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
}

.CoveoTab {
    color: #67768b;
    text-decoration: none;
    cursor: pointer;
    height: 52px;
    font-size: 15px;
    padding: 0 10px 2px;
    text-transform: uppercase;
    white-space: normal
}

    .CoveoTab, .CoveoTab * {
        display: inline-block;
        vertical-align: middle
    }

        .CoveoTab * {
            line-height: 52px;
            margin: 0
        }

        .CoveoTab > .coveo-icon {
            margin-right: 5px
        }

        .CoveoTab p {
            height: 100%;
            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
        }
}

.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: .25s;
    transition-timing-function: ease;
    font-size: 12px;
    color: #1d4f76;
    font-weight: 400;
    letter-spacing: .25px
}

    .coveo-small-tabs .CoveoTab.coveo-selected, .coveo-small-tabs .CoveoTab.coveo-selected:hover {
        font-weight: 700;
        border-bottom: 0
    }

        .coveo-small-tabs .CoveoTab.coveo-selected:hover p, .coveo-small-tabs .CoveoTab.coveo-selected p {
            border-bottom: 2px solid #263e55
        }

    .coveo-small-tabs .CoveoTab p {
        max-width: 240px;
        overflow: hidden;
        text-overflow: ellipsis
    }

.coveo-small-tabs .coveo-tab-list {
    text-align: left;
    list-style: none;
    background-color: #fff;
    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
}

.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
    }

.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: .9;
    display: block
}

.CoveoSimpleFilter {
    cursor: pointer;
    padding: 5px 0;
    box-sizing: content-box;
    display: inline-block;
    position: relative;
    border: thin solid #bcc3ca;
    background-color: #fff;
    max-width: 250px;
    min-width: 150px
}

    .CoveoSimpleFilter:hover {
        background-color: #e6ecf0
    }

.coveo-simplefilter-selecttext {
    margin-left: 5px;
    max-width: 250px;
    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, .coveo-simplefilter-selecttext {
    overflow: hidden;
    text-overflow: ellipsis;
    pointer-events: none
}

.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;
    width: inherit;
    -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: .4px;
    background-color: #fff;
    border: 2px solid #1d4f76;
    border-radius: 50%;
    color: #1d4f76;
    font-size: 13px;
    font-weight: 700;
    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: #fff;
    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 {
    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
}

.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: 400
}

.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: .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: 700;
        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: #fff;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 700;
    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
}

.slick-slider {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list, .slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

    .slick-list:focus {
        outline: none
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand
    }

.slick-slider .slick-list, .slick-slider .slick-track {
    -ms-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

    .slick-track:after, .slick-track:before {
        content: "";
        display: table
    }

    .slick-track:after {
        clear: both
    }

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.alert-coveo {
    background-color: hsla(180,1%,41%,.75);
    color: #fff;
    padding: 1rem;
    text-align: center
}

.alert-coveo, .alert-gdpr {
    font-size: .875rem;
    margin-bottom: 0
}

.alert-gdpr {
    background-color: #fff;
    border-top: 4px solid #e4002b;
    bottom: 0;
    left: 0;
    max-width: 100%;
    position: fixed;
    right: 0;
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    transition: all .35s;
    z-index: 500
}

    .alert-gdpr.isActive {
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    .alert-gdpr p:last-child {
        margin-bottom: 0
    }

@media print {
    .alert-gdpr {
        display: none
    }
}

.badge {
    font-size: 50%;
    padding: .6875em 1.125em .5625em;
    text-transform: uppercase;
    vertical-align: text-bottom
}

    .badge.badge-pill {
        border-radius: 10rem
    }

    .badge.badge-inContract {
        background-color: rgba(0,56,101,.75);
        color: #fff
    }

    .badge.badge-new {
        background-color: rgba(115,211,221,.75);
        color: #fff
    }

    .badge.badge-sold {
        background-color: #e4002b;
        border: 1px solid #a6192e;
        color: #fff
    }

.breadcrumb {
    background-color: unset;
    color: #686b6b;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: .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: #fff;
    border: none;
    left: 0;
    list-style-type: none;
    max-height: 0;
    overflow: hidden;
    padding: 0 12px;
    position: absolute;
    right: 0;
    top: calc(1rem + 12px);
    transition: all .35s;
    z-index: 1
}

    .breadcrumb-menu:after, .breadcrumb-menu:before {
        bottom: 100%;
        left: 3.438rem;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none
    }

    .breadcrumb-menu:after {
        border-color: hsla(0,0%,100%,0);
        border-bottom-color: #fff;
        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: clip;
        white-space: normal
    }

        .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: inset 0 0 0 1px #a6192e;
        color: #a6192e
    }

.btn-cancel {
    border-color: #979797
}

    .btn-cancel, .btn-cancel:hover {
        background-color: #fff;
        color: #979797
    }

        .btn-cancel:hover {
            box-shadow: inset 0 0 0 1px #979797
        }

.btn-inline {
    color: #e4002b;
    font-size: inherit;
    padding: 0
}

    .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: .5rem
}

    .btn-input > .fa-search {
        font-size: 1rem;
        padding: 0 .4375rem
    }

.btn-light {
    background-color: #868989;
    color: #fff
}

    .btn-light:hover {
        background-color: #686b6b;
        color: #fff
    }

.btn-play {
    background-color: rgba(228,0,43,.8);
    border-radius: 50%;
    color: #fff;
    font-size: 1.5rem;
    height: 4rem;
    width: 4rem
}

    .btn-play:focus {
        box-shadow: 0 0 0 .2rem rgba(232,38,75,.5)
    }

    .btn-play:hover {
        background-color: #a6192e;
        color: #fff
    }

.btn-print {
    border: none;
    color: #e4002b;
    font-size: .75rem;
    font-weight: 500;
    padding: 0
}

    .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;
    font-size: 1.5rem;
    font-weight: 400;
    padding: 12px 0;
    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 1.05s
    }

    .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 .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: .25rem;
        margin-top: .125rem
    }

.image-overlay:before {
    background: #686b6b;
    mix-blend-mode: exclusion
}

.image-overlay:before, .podcast-triangle:after, .podcast-triangle:before {
    content: "";
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .8;
    z-index: 1
}

.podcast-triangle:after, .podcast-triangle:before {
    background: rgba(166,25,46,.75);
    -ms-transform: skew(53deg) translateX(111%);
    transform: skew(53deg) translateX(111%)
}

.podcast-triangle:before {
    -ms-transform: skew(-27.75deg) translateX(90%);
    transform: skew(-27.75deg) translateX(90%);
    background: #e4002b
}

.insight-triangle:after, .insight-triangle:before {
    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,.75);
    -ms-transform: skew(-27.75deg) translateX(0);
    transform: skew(-27.75deg) translateX(0)
}

.insight-triangle:before {
    top: 0;
    background: rgba(0,147,178,.75);
    -ms-transform: skew(-27.75deg) translateX(100%);
    transform: skew(-27.75deg) translateX(100%);
    z-index: 1
}

.image-overlay, .insight-triangle, .podcast-triangle {
    position: relative;
    overflow: hidden
}

.fa-podcast {
    position: absolute;
    color: #e4002b;
    font-size: 1.875rem;
    background-color: #fff;
    padding: 1.063rem;
    right: .75rem;
    top: .75rem
}

.card-body {
    border: 1px solid #c6c9cb;
    border-top: 4px solid #e4002b;
    padding: 2rem 1.25rem
}

.card-category {
    font-weight: 700;
    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: .5rem
    }

        .card-footer > p:last-child {
            margin-bottom: 0
        }

.card-header {
    background-color: transparent;
    border: none;
    padding-top: 0
}

    .card-header h5, .card-header p {
        font-size: .875rem
    }

.card-img-top {
    border-radius: 0
}

    .card-animation-container + .card-body, .card-img-top + .card-body {
        border-top: none;
        position: relative
    }

        .card-animation-container + .card-body:before, .card-img-top + .card-body:before {
            background-color: #e4002b;
            content: "";
            height: 4px;
            left: 0;
            position: absolute;
            right: 0;
            top: -4px
        }

.mix_person .card-body:before {
    height: 0
}

.card-img-wrapper {
    position: relative
}

.card-animation-block {
    animation-delay: 0.35s;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
    height: 100%;
    left: 10%;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.7s;
    width: 100%
}

    .card-animation-block.mix_primary {
        background-color: hsla(180,1%,41%,.75);
        transform: rotate(-53deg) translate3d(89%,40%,0)
    }

.card.isOnScreen .card-animation-block.mix_primary {
    animation-name: k
}

.card-animation-block.mix_secondary {
    animation-delay: 0.7s;
    background-color: #e4002b;
    transform: rotate(-65deg) translate3d(10%,132%,0)
}

.card.isOnScreen .card-animation-block.mix_secondary {
    animation-name: k
}

.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: .75rem
}

.card-property-img-top {
    border-radius: 0
}

    .card-property-img-top + .card-body {
        border-top: none;
        position: relative
    }

.card-insight-body {
    padding: 0 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
}

    .card-career-external-body h5 {
        text-transform: uppercase
    }

    .card-career-external-body > i {
        text-align: right;
        margin-left: 3.75rem
    }

    .card-career-external-body .card-text, .card-person-body .card-text {
        font-size: .875rem;
        color: #686b6b
    }

.card-person-body hr {
    width: 2.5rem
}

.person-contact {
    font-size: .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: 0
}

.property-contact > a {
    font-size: .875rem
}

.js-slickCardImageCarousel .slick-arrow, .slick-next, .slick-prev {
    top: 50%;
    height: 26px;
    width: 14px;
    margin-top: -13px;
    position: absolute;
    cursor: pointer;
    background-color: transparent
}

    .js-slickCardImageCarousel .slick-arrow:active, .js-slickCardImageCarousel .slick-arrow:before, .js-slickCardImageCarousel .slick-arrow:focus, .js-slickCardImageCarousel .slick-arrow:hover, .slick-next:active, .slick-next:before, .slick-next:focus, .slick-next:hover, .slick-prev:active, .slick-prev:before, .slick-prev:focus, .slick-prev:hover {
        background-color: transparent
    }

.js-slickCardImageCarousel .slick-prev {
    right: unset;
    left: .5rem
}

.js-slickCardImageCarousel .slick-next {
    right: .5rem
}

.js-slickCardImageCarousel .slick-slide > * {
    margin: 0
}

.js-slickCardImageCarousel.slick-slider {
    padding-bottom: 0
}

.js-slickCardImageCarousel .slick-list {
    margin: 0
}

    .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: .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: .5rem
}

.card .badge {
    position: absolute;
    left: .5rem;
    top: .5rem;
    z-index: 2
}

.card .badge-secondary {
    background-color: #e4002b;
    border: 1px solid #a6192e;
    z-index: 2
}

.card .article-foot {
    display: block;
    font-size: .75rem;
    margin-top: 1rem
}

.property.card {
    height: auto !important
}

.property-a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: .75rem;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 10px
}

.card.mix_centered .card-body {
    text-align: center;
    padding: 2rem 2.5rem 3.75rem
}

@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: hsla(180,1%,41%,.75);
            bottom: 0;
            content: "";
            left: 0;
            opacity: .8;
            position: absolute;
            top: 0;
            width: 10%
        }

        .card.mix_hero .btn-block {
            display: inline-block;
            width: auto
        }

        .card.mix_hero .card-body {
            background-color: hsla(0,0%,100%,.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: .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: .75rem 2.5rem
    }
}

.theme-lightblue .card-body, :not(html) > .theme-lightblue .card-body {
    border-top: 4px solid rgba(115,211,221,.75)
}

.theme-lightblue .card-footer, :not(html) > .theme-lightblue .card-footer {
    color: rgba(115,211,221,.75)
}

.theme-lightblue .card-animation-block.mix_primary, .theme-lightblue .card-img-top + .card-body:before, :not(html) > .theme-lightblue .card-animation-block.mix_primary, :not(html) > .theme-lightblue .card-img-top + .card-body:before {
    background-color: rgba(115,211,221,.75)
}

.theme-lightblue .card-animation-block.mix_secondary, :not(html) > .theme-lightblue .card-animation-block.mix_secondary {
    background-color: rgba(0,147,178,.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,.75)
    }
}

.theme-midblue .card-body, :not(html) > .theme-midblue .card-body {
    border-top: 4px solid rgba(0,147,178,.75)
}

.theme-midblue .card-footer, :not(html) > .theme-midblue .card-footer {
    color: rgba(0,147,178,.75)
}

.theme-midblue .card-animation-block.mix_primary, .theme-midblue .card-img-top + .card-body:before, :not(html) > .theme-midblue .card-animation-block.mix_primary, :not(html) > .theme-midblue .card-img-top + .card-body:before {
    background-color: rgba(0,147,178,.75)
}

.theme-midblue .card-animation-block.mix_secondary, :not(html) > .theme-midblue .card-animation-block.mix_secondary {
    background-color: rgba(181,189,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,.75)
    }
}

.theme-darkblue .card-body, :not(html) > .theme-darkblue .card-body {
    border-top: 4px solid rgba(0,56,101,.75)
}

.theme-darkblue .card-footer, :not(html) > .theme-darkblue .card-footer {
    color: rgba(0,56,101,.75)
}

.theme-darkblue .card-animation-block.mix_primary, .theme-darkblue .card-img-top + .card-body:before, :not(html) > .theme-darkblue .card-animation-block.mix_primary, :not(html) > .theme-darkblue .card-img-top + .card-body:before {
    background-color: rgba(0,56,101,.75)
}

.theme-darkblue .card-animation-block.mix_secondary, :not(html) > .theme-darkblue .card-animation-block.mix_secondary {
    background-color: rgba(0,147,178,.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,.75)
    }
}

.theme-red .card-body, :not(html) > .theme-red .card-body {
    border-top: 4px solid rgba(228,0,43,.75)
}

.theme-red .card-footer, :not(html) > .theme-red .card-footer {
    color: rgba(228,0,43,.75)
}

.theme-red .card-animation-block.mix_primary, .theme-red .card-img-top + .card-body:before, :not(html) > .theme-red .card-animation-block.mix_primary, :not(html) > .theme-red .card-img-top + .card-body:before {
    background-color: rgba(228,0,43,.75)
}

.theme-red .card-animation-block.mix_secondary, :not(html) > .theme-red .card-animation-block.mix_secondary {
    background-color: rgba(166,25,46,.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,.75)
    }
}

.theme-darkgray .card-body, :not(html) > .theme-darkgray .card-body {
    border-top: 4px solid hsla(180,1%,41%,.75)
}

.theme-darkgray .card-footer, :not(html) > .theme-darkgray .card-footer {
    color: hsla(180,1%,41%,.75)
}

.theme-darkgray .card-animation-block.mix_primary, .theme-darkgray .card-img-top + .card-body:before, :not(html) > .theme-darkgray .card-animation-block.mix_primary, :not(html) > .theme-darkgray .card-img-top + .card-body:before {
    background-color: hsla(180,1%,41%,.75)
}

.theme-darkgray .card-animation-block.mix_secondary, :not(html) > .theme-darkgray .card-animation-block.mix_secondary {
    background-color: hsla(220,2%,66%,.75)
}

@media (min-width:62em) {
    .theme-darkgray .card.mix_hero:after, :not(html) > .theme-darkgray .card.mix_hero:after {
        background-color: hsla(180,1%,41%,.75)
    }
}

.theme-lime .card-body, :not(html) > .theme-lime .card-body {
    border-top: 4px solid rgba(181,189,0,.75)
}

.theme-lime .card-footer, :not(html) > .theme-lime .card-footer {
    color: rgba(181,189,0,.75)
}

.theme-lime .card-animation-block.mix_primary, .theme-lime .card-img-top + .card-body:before, :not(html) > .theme-lime .card-animation-block.mix_primary, :not(html) > .theme-lime .card-img-top + .card-body:before {
    background-color: rgba(181,189,0,.75)
}

.theme-lime .card-animation-block.mix_secondary, :not(html) > .theme-lime .card-animation-block.mix_secondary {
    background-color: hsla(220,2%,66%,.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,.75)
    }
}

.card.mix_article .card-body {
    border: none;
    border-bottom: 1px solid #c6c9cb;
    border-radius: 0;
    font-size: .875rem;
    padding: 0 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: .75rem;
    font-weight: 700;
    margin-bottom: .5rem;
    text-transform: uppercase
}

.card.mix_article .card-title {
    font-size: 1rem;
    font-weight: 700
}

.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: 0
}

    .card.featureRelatedContentVariant-hero .card-body .card-category {
        margin-bottom: .375rem;
        text-transform: uppercase;
        font-size: .75rem;
        font-weight: 700
    }

    .card.featureRelatedContentVariant-hero .card-body .card-title {
        font-size: 1.25rem;
        font-weight: bolder;
        margin-bottom: .625rem
    }

    .card.featureRelatedContentVariant-hero .card-body .card-text a {
        margin-top: 1rem
    }

.card.featureRelatedContentVariant-hero .card-animation-container + .card-body:before, .card.featureRelatedContentVariant-hero .card-img-top + .card-body:before {
    content: normal
}

.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-animation-container + .card-body:before, .card.featureRelatedContentVariant-hero .card-img-top + .card-body:before {
    background-color: rgba(115,211,221,.75)
}

.card.featureRelatedContentVariant-hero > .card-animation-container svg {
    border-bottom: 4px solid rgba(115,211,221,.8)
}

@media (min-width:62em) {
    .card.featureRelatedContentVariant-hero {
        margin-bottom: 16px;
        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: normal
            }

        .card.featureRelatedContentVariant-hero .card-animation-container + .card-body, .card.featureRelatedContentVariant-hero .card-img-top + .card-body {
            border-top: 4px solid rgba(115,211,221,.75)
        }

            .card.featureRelatedContentVariant-hero .card-animation-container + .card-body:before, .card.featureRelatedContentVariant-hero .card-img-top + .card-body:before {
                content: ""
            }

        .card.featureRelatedContentVariant-hero .card-body {
            animation-delay: 1.05s;
            animation-duration: 1.05s;
            animation-fill-mode: forwards;
            background-color: hsla(0,0%,100%,.95);
            left: 13%;
            padding: 2.875rem;
            position: absolute;
            right: 25%;
            top: 50%
        }

        .card.featureRelatedContentVariant-hero .card-body, .card.featureRelatedContentVariant-hero.isOffScreen .card-body {
            opacity: 0;
            -ms-transform: translateY(-40%);
            transform: translateY(-40%)
        }

        .card.featureRelatedContentVariant-hero.isOnScreen .card-body {
            animation-name: j
        }

        .card.featureRelatedContentVariant-hero .card-footer {
            padding: .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: .5rem
        }

        .card.featureRelatedContentVariant-hero .card-body .card-title {
            margin-bottom: unset
        }

        .card.featureRelatedContentVariant-hero .card-body .card-text {
            margin-top: .5rem
        }

    .card.featureRelatedContentVariant-hero .card-animation-block.mix_primary, .card.featureRelatedContentVariant-hero .card-animation-container + .card-body:before, .card.featureRelatedContentVariant-hero .card-img-top + .card-body:before {
        background-color: transparent
    }
}

.featuredContent.container-headline:after {
    display: none
}

.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: 0;
        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: 0;
            content: "";
            left: 0;
            opacity: .8;
            position: absolute;
            top: 0;
            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: .5rem;
                margin-top: .375rem
            }

        .card.mix_hero .card-body {
            background-color: hsla(0,0%,100%,.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: .75rem 2.5rem
        }

        .card.mix_hero .card-img-top {
            height: 100%;
            position: relative;
            width: 100%
        }

        .card.mix_hero.slick-slide > * {
            margin: 0
        }
}

.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: -16px;
        content: url(../images/card_mix_hero-pageTitle-hr.png);
        height: 32px;
        left: 0;
        overflow: hidden;
        position: absolute;
        right: 0
    }

.card.mix_hero-pageTitle .card-animation-container + .card-body:before, .card.mix_hero-pageTitle .card-img-top + .card-body:before {
    content: normal
}

.card.mix_hero-pageTitle .card-title {
    font-size: 1.75rem;
    margin-bottom: .25rem
}

.card.mix_hero-pageTitle .container {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0
}

.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: 16px;
        position: relative
    }

        .card.mix_hero-pageTitle:after {
            bottom: 0;
            content: url(../images/card_mix_hero-pageTitle-hr.png);
            display: block;
            height: 32px;
            left: 0;
            margin-top: -16px;
            overflow: hidden;
            position: relative;
            right: 0
        }

        .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: normal
            }

        .card.mix_hero-pageTitle .card-animation-container + .card-body, .card.mix_hero-pageTitle .card-img-top + .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: 1.05s;
            animation-duration: 1.05s;
            animation-fill-mode: forwards;
            background-color: hsla(0,0%,100%,.95);
            left: 10%;
            padding: 3.75rem 2.5rem;
            position: absolute;
            right: 25%;
            top: 50%
        }

        .card.mix_hero-pageTitle .card-body, .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: j
        }

        .card.mix_hero-pageTitle .card-footer {
            padding: .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-animation-container + .card-body, .theme-lightblue .card.mix_hero-pageTitle .card-img-top + .card-body, :not(html) > .theme-lightblue .card.mix_hero-pageTitle .card-animation-container + .card-body, :not(html) > .theme-lightblue .card.mix_hero-pageTitle .card-img-top + .card-body {
        border-top: 4px solid rgba(115,211,221,.75)
    }
}

@media (min-width:62em) {
    .theme-midblue .card.mix_hero-pageTitle .card-animation-container + .card-body, .theme-midblue .card.mix_hero-pageTitle .card-img-top + .card-body, :not(html) > .theme-midblue .card.mix_hero-pageTitle .card-animation-container + .card-body, :not(html) > .theme-midblue .card.mix_hero-pageTitle .card-img-top + .card-body {
        border-top: 4px solid rgba(0,147,178,.75)
    }
}

@media (min-width:62em) {
    .theme-darkblue .card.mix_hero-pageTitle .card-animation-container + .card-body, .theme-darkblue .card.mix_hero-pageTitle .card-img-top + .card-body, :not(html) > .theme-darkblue .card.mix_hero-pageTitle .card-animation-container + .card-body, :not(html) > .theme-darkblue .card.mix_hero-pageTitle .card-img-top + .card-body {
        border-top: 4px solid rgba(0,56,101,.75)
    }
}

@media (min-width:62em) {
    .theme-red .card.mix_hero-pageTitle .card-animation-container + .card-body, .theme-red .card.mix_hero-pageTitle .card-img-top + .card-body, :not(html) > .theme-red .card.mix_hero-pageTitle .card-animation-container + .card-body, :not(html) > .theme-red .card.mix_hero-pageTitle .card-img-top + .card-body {
        border-top: 4px solid rgba(228,0,43,.75)
    }
}

@media (min-width:62em) {
    .theme-darkgray .card.mix_hero-pageTitle .card-animation-container + .card-body, .theme-darkgray .card.mix_hero-pageTitle .card-img-top + .card-body, :not(html) > .theme-darkgray .card.mix_hero-pageTitle .card-animation-container + .card-body, :not(html) > .theme-darkgray .card.mix_hero-pageTitle .card-img-top + .card-body {
        border-top: 4px solid hsla(180,1%,41%,.75)
    }
}

@media (min-width:62em) {
    .theme-lime .card.mix_hero-pageTitle .card-animation-container + .card-body, .theme-lime .card.mix_hero-pageTitle .card-img-top + .card-body, :not(html) > .theme-lime .card.mix_hero-pageTitle .card-animation-container + .card-body, :not(html) > .theme-lime .card.mix_hero-pageTitle .card-img-top + .card-body {
        border-top: 4px solid rgba(181,189,0,.75)
    }
}

@keyframes j {
    0% {
        opacity: 0;
        transform: translateY(-40%)
    }

    to {
        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: 0;
        opacity: 0;
        top: 0;
        transition: all .7s;
        width: 100%;
        z-index: 1
    }

    .card.mix_heroHomepage .card-animation-container:after {
        background-color: rgba(228,0,43,.75);
        -ms-transform: skew(-24deg) translateX(-70%);
        transform: skew(-24deg) translateX(-70%)
    }

    .card.mix_heroHomepage .card-animation-container:before {
        background-color: hsla(180,1%,41%,.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: 0;
            overflow: hidden;
            position: absolute;
            top: -20px;
            width: 100%
        }

    .card.mix_heroHomepage .card-subtitle {
        margin-bottom: .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: 0;
            content: url(https://cw-gbl-gws-prod.azureedge.net/assets/images/dots.png);
            height: 2.5rem;
            left: 0;
            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: #fff
        }

        .card.mix_heroHomepage .card-body {
            background-color: transparent;
            color: #fff;
            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,.75)
}

.theme-lightblue .card.mix_heroHomepage .card-animation-container:before, .theme-midblue .card.mix_heroHomepage .card-animation-container:after, :not(html) > .theme-lightblue .card.mix_heroHomepage .card-animation-container:before, :not(html) > .theme-midblue .card.mix_heroHomepage .card-animation-container:after {
    background-color: rgba(0,147,178,.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,.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,.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,.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,.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,.75)
}

.theme-darkgray .card.mix_heroHomepage .card-animation-container:after, :not(html) > .theme-darkgray .card.mix_heroHomepage .card-animation-container:after {
    background-color: hsla(180,1%,41%,.75)
}

.theme-darkgray .card.mix_heroHomepage .card-animation-container:before, :not(html) > .theme-darkgray .card.mix_heroHomepage .card-animation-container:before {
    background-color: hsla(220,2%,66%,.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,.75)
}

.theme-lime .card.mix_heroHomepage .card-animation-container:before, :not(html) > .theme-lime .card.mix_heroHomepage .card-animation-container:before {
    background-color: hsla(220,2%,66%,.75)
}

.card.mix_infoWindow {
    border: 1px solid #c6c9cb;
    margin-bottom: 0;
    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: .75rem;
        font-weight: 300
    }

    .card.mix_infoWindow .card-title {
        color: #e4002b;
        font-size: .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
}

    .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: 0 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: .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: 0
    }

        .card.mix_person .card-body hr {
            width: 2.5rem
        }

        .card.mix_person .card-body:before {
            content: normal
        }

    .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: .875rem;
        max-width: 20rem;
        padding: 0;
        text-align: left;
        width: 100%
    }

        .card.mix_personDetail .card-body hr {
            width: 2.5rem
        }

        .card.mix_personDetail .card-body:before {
            content: normal
        }

    .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,.75)
}

    .card.mix_personFullWidth .card-body {
        padding: 2rem
    }

        .card.mix_personFullWidth .card-body > :last-child {
            margin-bottom: 0
        }

        .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: 0
            }

    .card.mix_personFullWidth .card-header {
        background-color: transparent;
        border-bottom: 1px solid #c6c9cb;
        display: block;
        padding: 1.25rem
    }

        .card.mix_personFullWidth .card-header > * {
            margin: 0
        }

    .card.mix_personFullWidth .card-img-top {
        height: 9rem;
        margin: 2rem 2rem 0;
        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: 0
            }

        .card.mix_personFullWidth .card-header {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            padding: 1.75rem
        }

        .card.mix_personFullWidth .card-img-top {
            margin: 0 2rem
        }
}

.card.mix_podcast .card-body {
    border: none;
    border-bottom: 1px solid #c6c9cb;
    border-radius: 0;
    padding: 0 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: .875rem;
    padding: 0 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: .75rem;
    font-weight: 700;
    margin-top: .5rem;
    margin-bottom: .5rem;
    text-transform: uppercase
}

.card.mix_property .card-title {
    font-size: 1rem;
    font-weight: 700
}

.card.mix_row .card-body {
    border: none;
    padding-bottom: 0
}

    .card.mix_row .card-body .card {
        margin-bottom: 0
    }

.card.mix_row .card-body {
    margin: 0;
    padding: 0
}

.card.mix_row .card-footer {
    border: none;
    padding: .75rem 0
}

@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: 0;
            padding: 0
        }

        .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,.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: 0;
        margin-right: 1rem;
        width: 4.75rem
    }

.card.mix_socialMedia {
    border-top: 4px solid #e4002b;
    font-size: .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: 10.5rem;
        overflow: hidden
    }

        .card.mix_socialMedia .collapse.show {
            max-height: none
        }

    .card.mix_socialMedia .collapsing {
        max-height: 6.5625rem
    }

.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: 0 1.25rem 1.25rem 0;
    position: relative;
    margin-top: 1.5rem
}

    .card.mix_story .card-body:before {
        background-color: rgba(115,211,221,.75);
        content: "";
        height: .25rem;
        left: 0;
        position: absolute;
        top: -1.75rem;
        width: 100%
    }

    .card.mix_story .card-body > * {
        font-weight: 700
    }

.card.mix_story .card-subtitle {
    font-size: .75rem;
    margin-bottom: .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: 0 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: 0;
            content: "";
            left: 0;
            mix-blend-mode: exclusion;
            opacity: .8;
            position: absolute;
            right: 0;
            top: 0
        }

.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: hsla(0,0%,100%,.95);
            left: 10%;
            margin: 0;
            padding: 3.75rem 2.5rem;
            position: absolute;
            right: 50%;
            top: 50%;
            -ms-transform: translateY(calc(-50% - .75rem));
            transform: translateY(calc(-50% - .75rem))
        }

            .card.mix_large .card-body:before {
                top: 0
            }

            .card.mix_large .card-body .btn {
                display: inline-block
            }

        .card.mix_large .card-footer {
            padding: .75rem 2.5rem
        }

        .card.mix_large .card-img-top {
            height: auto;
            position: relative;
            width: 100%
        }

        .card.mix_large .card-text {
            display: block
        }
}

@keyframes k {
    0% {
        left: 10%;
        opacity: 0
    }

    to {
        left: 0;
        opacity: .8
    }
}

@keyframes l {
    0% {
        left: -10%;
        opacity: 0
    }

    to {
        left: 0;
        opacity: .8
    }
}

@keyframes m {
    0% {
        top: -10%;
        opacity: 0
    }

    to {
        top: 0;
        opacity: .8
    }
}

@keyframes n {
    0% {
        bottom: -10%;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: .8
    }
}

@keyframes o {
    0% {
        bottom: 10%;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: .8
    }
}

.collapse-toggle {
    font-size: .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: 0
    }

    .collapse.mix_tease:after, .collapsing.mix_tease:after {
        background-image: linear-gradient(top,#fff,#fff);
        background-image: linear-gradient(180deg,hsla(0,0%,100%,0) 0,#fff);
        bottom: -3rem;
        content: "";
        height: 3rem;
        position: absolute;
        transition: bottom .35s ease;
        width: 100%
    }

.collapse.mix_tease:not(.show):after {
    bottom: 0
}

.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 0 0
}

    .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 0 0
    }

        .collapse.mix_tease.mix_propertyStatistics + p {
            margin-bottom: 2.5rem
        }
}

label {
    font-size: .875rem;
    font-weight: 500
}

.custom-file-label, .custom-file-label:after {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex
}

    .custom-file-label:after {
        background-color: #fff;
        border: 1px solid #e4002b;
        color: #e4002b;
        cursor: pointer;
        font-weight: 700;
        height: calc(100% + 2px);
        margin: -1px -1px -1px 0;
        padding: 1.625rem
    }

    .custom-file-label:hover:after {
        background-color: transparent;
        border-color: #a6192e;
        box-shadow: inset 0 0 0 1px #a6192e;
        color: #a6192e
    }

.custom-file-label {
    cursor: pointer
}

.form-control.form-control-lg + .input-group-append > .btn-input > .fa-search {
    padding: 0 .9375rem
}

.field-label-required:after {
    content: "*"
}

.field-validation-error {
    color: #980000;
    display: block;
    font-size: .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: 0
}

.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(.96);
        transform: scale(.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(.64);
        transform: scale(.64)
    }
}

@media (min-width:75em) {
    .form-inline-below.form-inline-below--broker .g-recaptcha {
        -ms-transform: scale(.82);
        transform: scale(.82)
    }
}

.form-text-small p {
    font-size: .7rem;
    line-height: 1.3;
    margin-bottom: .5rem
}

.rc-anchor {
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #ced4da;
    background: #fff
}

.form-thank-you {
    position: relative;
    text-align: center;
    font-size: .875rem;
    background-color: #f2f4f5;
    padding: 1rem;
    margin-bottom: 1.5rem
}

    .form-thank-you p {
        margin: 0
    }

.btn-toggle {
    padding: 1.063rem .8rem
}

    .btn-toggle:before {
        padding-right: 1rem
    }

    .btn-toggle:after, .btn-toggle:before {
        font-family: Font Awesome\ 5 Pro;
        font-weight: 600;
        content: "\f078"
    }

    .btn-toggle:after {
        padding-left: 1rem
    }

    .btn-toggle.open:after, .btn-toggle.open:before {
        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: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

.modal-header {
    padding: 1rem 1rem .5rem
}

@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 .5rem 0
    }

        .nav-tabs .nav-item:last-child {
            margin-right: 0
        }

    .nav-tabs .nav-link {
        border: none;
        border-bottom: 2px solid transparent;
        color: #686b6b;
        font-size: .875rem;
        font-weight: 500;
        padding: 0 0 .5rem;
        transition: all .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: 0
    }

    .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: normal
    }
}

.h1, h1 {
    text-transform: uppercase
}

.hSub {
    font-size: .875rem;
    margin-bottom: .5rem
}

.font-weight-medium, .hSub {
    font-weight: 500 !important
}

.subhead {
    font-size: .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, .h5, .h6, h4, h5, 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: .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: 0
        }

        .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: .5rem;
            text-decoration: none;
            transition: all .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:hover > a, .list-inline.mix_list-inline-decorated > li.isActive > 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
    }

@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;
    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: .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: .3rem;
            position: relative;
            top: -5px
        }

        .search-tabs .list-inline.mix_list-inline-decorated > li.isActive:hover > a, .search-tabs .list-inline.mix_list-inline-decorated > li.isActive > a {
            background-color: #e4002b;
            color: #fff;
            border: none;
            position: relative;
            z-index: 3;
            top: -7px;
            padding-bottom: .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 {
        width: 25% !important
    }

    .w-lg-25, .w-lg-50 {
        display: inline-block !important
    }

    .w-lg-50 {
        width: 50% !important
    }
}

.CoveoBreadcrumb {
    border-bottom: none;
    display: inline;
    padding: 10px 0
}

.CoveoBreadcrumbLabel {
    display: inline;
    font-size: .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: .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: 0
}

.coveo-facet-breadcrumb-value, .coveo-simplefilter-breadcrumb-value {
    background-color: #e2e6e8;
    color: #686b6b;
    font-size: .75rem;
    font-weight: 500;
    padding: .5rem .4375rem .375rem
}

    .coveo-facet-breadcrumb-value.coveo-selected *, .coveo-facet-slider-breadcrumb-value.coveo-selected * {
        color: #686b6b;
        font-size: .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-breadcrumb-value + .coveo-facet-slider-breadcrumb-value, .coveo-facet-slider-breadcrumb-value + .coveo-facet-breadcrumb-value, .coveo-facet-slider-breadcrumb-value + .coveo-facet-slider-breadcrumb-value, .coveo-simplefilter-breadcrumb-value + .coveo-simplefilter-breadcrumb-value {
        margin-left: 12px
    }

@media (min-width:62em) {
    .coveo-facets-heading, .CoveoBreadcrumbWrapper {
        -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;
    min-width: 150px;
    padding: 12px 0
}

    .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: 0;
    padding: 0;
    width: 100%
}

.coveo-breadcrumb-items {
    padding-bottom: 0
}

.coveo-facet-footer {
    display: none
}

.coveo-facet-header {
    background-color: transparent;
    padding: 0 20px
}

    .coveo-facet-header svg {
        color: #e4002b;
        height: .875rem;
        width: .875rem
    }

.coveo-facet-header-eraser {
    display: none
}

.coveo-facet-header-operator, .coveo-facet-header-settings {
    padding-top: 3px
}

.coveo-facet-header-title {
    color: #686b6b;
    font-weight: 500;
    padding: 6px 0 4px
}

.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, .coveo-facet-value-count {
    color: #686b6b;
    font-size: .875rem
}

.coveo-facet-value-count {
    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, .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: .75rem;
    font-weight: 400;
    -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: .875rem;
    font-weight: 700;
    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-bottomSpace, :not([data-pipeline=Properties]) .coveo-facet-column .coveo-topSpace {
        display: none
    }

    :not([data-pipeline=Properties]) .coveo-facet-column {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        float: none;
        margin: 0;
        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, .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: .875rem;
    font-weight: 500;
    height: 2rem;
    margin: .3125rem;
    padding: .375rem .5rem .125rem;
    text-align: center;
    width: 2rem;
    transition: all .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:hover a:hover, .coveo-pager-list-item a:hover {
                color: #e4002b
            }

    .coveo-pager-list-item.coveo-active {
        background-color: #e4002b;
        color: #fff
    }

        .coveo-pager-list-item.coveo-active a, .coveo-pager-list-item.coveo-active a:hover {
            color: #fff
        }

.coveo-pager-next-icon-svg, .coveo-pager-previous-icon-svg {
    color: #e4002b;
    width: .375rem
}

.CoveoQuerySummary {
    color: inherit;
    font-size: .875rem;
    text-align: inherit
}

    .CoveoQuerySummary .coveo-highlight {
        font-weight: 500
    }

.coveo-results-column.coveo-no-results, .CoveoLogo {
    display: none
}

.CoveoResult a, .CoveoResult a.CoveoResultLink, .CoveoResult a.CoveoResultLink:visited, .CoveoResult a.CoveoResultLink:visited:hover, .CoveoResult a:visited, .CoveoResult a:visited:hover, .CoveoResultLink, .CoveoResultLink:visited, .CoveoResultLink:visited:hover, a.CoveoResultLink, a.CoveoResultLink:visited, a.CoveoResultLink:visited:hover {
    color: #e4002b
}

    .CoveoResult a.btn.btn-primary {
        color: #fff
    }

    .CoveoResult a.btn:hover {
        text-decoration: none
    }

.CoveoResult .card {
    margin-bottom: 0;
    width: 100%
}

.coveo-card-layout.CoveoResult {
    border: none;
    border-radius: 0;
    margin: 0 24px 24px 0;
    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 .CoveoPager, .coveo-footer .CoveoQuerySummary {
        margin-bottom: .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: 0
    }

.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: 0;
        border-top-right-radius: 0
    }

    .CoveoSearchbox .magic-box {
        border-radius: 0
    }

        .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: #fff
        }

.coveo-search-button-svg {
    color: #fff
}

.CoveoSearchInterface {
    font-family: Gotham,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
    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: 0
    }
}

.CoveoSimpleFilter {
    border: 1px solid #e1e6e8;
    font-size: .875rem;
    margin-bottom: 1rem;
    max-width: none;
    width: 100%
}

    .CoveoSimpleFilter:hover {
        background-color: #fff;
        border: 1px solid #e1e6e8
    }

.CoveoSimpleFilterLabel {
    font-size: .75rem;
    font-weight: 700;
    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: 0
}

.coveo-simplefilter-circle {
    background-color: transparent;
    border-color: #e4002b;
    color: #e4002b;
    line-height: .875rem;
    padding: .125rem .1875rem 0
}

.coveo-simplefilter-header-wrapper {
    margin: 1rem 0
}

.coveo-simplefilter-select {
    color: inherit
}

.coveo-simplefilter-selecttext {
    font-weight: 500
}

.coveo-simplefilter-toggle-svg-container {
    color: inherit;
    margin-top: -.0625rem;
    padding-top: 0
}

.coveo-simplefilter-toggle-down-svg {
    color: #e4002b
}

.coveo-simplefilter-value-container label:hover {
    background-color: #fff
}

.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: .1875rem
}

input[type=checkbox].coveo-checkbox + button:focus:after {
    background-color: transparent;
    border-radius: 0
}

.coveo-checkbox-label .coveo-checkbox-span-label + .coveo-checkbox + button, .coveo-checkbox-label button + .coveo-checkbox-span-label {
    margin-left: 5px
}

.coveo-dropdown-background {
    background-color: rgba(35,36,36,.5);
    transition: all .35s
}

.coveo-dropdown-background-active {
    opacity: 1
}

@media (min-width:62em) {
    .CoveoSimpleFilter {
        margin-bottom: 0;
        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: .875rem;
    font-weight: 500;
    text-transform: capitalize
}

    .CoveoSort:hover {
        color: #686b6b
    }

.CoveoSortLabel {
    font-size: .75rem;
    font-weight: 700;
    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 0;
    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;
    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
}

.slick-slider {
    padding-bottom: 2.25rem
}

.slick-loading .slick-list {
    background: #fff url(../images/ajax-loader.gif) 50% no-repeat
}

.slick-track {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: row;
    flex-direction: row
}

@font-face {
    font-family: slick;
    src: url(../fonts/slick.eot);
    src: url(../fonts/slick.eot?#iefix) format("embedded-opentype"),url(../fonts/slick.woff) format("woff"),url(../fonts/slick.ttf) format("truetype"),url(../fonts/slick.svg#slick) format("svg");
    font-weight: 400;
    font-style: normal
}

.slick-next, .slick-prev {
    background: #a7a8aa;
    border: none;
    bottom: 0;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 1.75rem;
    height: 2.25rem;
    line-height: 1rem;
    margin-top: -10px\9;
    outline: none;
    padding: 0;
    position: absolute;
    top: auto;
    transition: all .35s;
    width: 3rem;
    z-index: 1
}

    .slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
        outline: none;
        background: #979797;
        color: #fff
    }

        .slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
            opacity: 1
        }

    .slick-next.slick-disabled, .slick-prev.slick-disabled {
        color: transparent
    }

        .slick-next.slick-disabled:focus, .slick-next.slick-disabled:hover, .slick-prev.slick-disabled:focus, .slick-prev.slick-disabled:hover {
            background-color: #a7a8aa;
            cursor: default
        }

.slick-prev {
    left: 0
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.slick-next {
    right: 0
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

.slick-slide {
    animation-duration: 0.7s;
    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-left: none;
        border-right: none;
        padding: 1.25rem 0 0
    }

    .slick-slide .card-body, .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: .1s
    }

    .slick-slide:nth-child(3) {
        animation-delay: .2s
    }

.slick-dots {
    -ms-flex-align: center;
    align-items: center;
    bottom: 0;
    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;
        margin: 0 5px;
        padding: 0
    }

        .slick-dots li, .slick-dots li button {
            height: 20px;
            width: 20px;
            cursor: pointer
        }

            .slick-dots li button {
                border: 0;
                background: transparent;
                display: block;
                outline: none;
                line-height: 0;
                font-size: 0;
                color: transparent;
                padding: 4px
            }

                .slick-dots li button:focus, .slick-dots li button:hover {
                    outline: none
                }

                    .slick-dots li button:focus:before, .slick-dots li button:hover:before {
                        opacity: 1
                    }

                .slick-dots li button:before {
                    position: absolute;
                    top: 0;
                    left: 0;
                    content: "•";
                    width: 20px;
                    height: 20px;
                    font-family: slick;
                    font-size: 8px;
                    line-height: 20px;
                    text-align: center;
                    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: .2;
    -ms-transform: translateY(10%);
    transform: translateY(10%)
}

.slick-slide.isOnScreen {
    animation-name: p
}

@media (min-width:48em) {
    .slick-list, .slick-slide {
        margin: 0
    }

        .slick-slide > * {
            margin: .75rem
        }
}

@media (min-width:62em) {
    .slick-next, .slick-prev {
        bottom: auto;
        left: auto;
        top: -2.875rem
    }

        .slick-next:before, .slick-prev:before {
            background-color: #fff;
            bottom: 0;
            content: "";
            left: -.25rem;
            position: absolute;
            top: 0;
            width: .25rem
        }

    .slick-next {
        right: 0
    }

    .slick-prev {
        right: 3.25rem
    }

        .slick-prev:before {
            left: -24px;
            width: 24px
        }
}

@media print {
    .slick-next, .slick-prev {
        display: none !important
    }

    .slick-slide.isOffScreen {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes p {
    0% {
        opacity: 0;
        transform: translateY(10%)
    }

    to {
        opacity: 1;
        transform: translateX(0) translateY(0)
    }
}

.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;
    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 .35s
}

.flag-icon {
    vertical-align: middle
}

.loader {
    animation: q 2s linear infinite;
    color: #e4002b;
    font-size: 2rem;
    height: 2rem;
    width: 2rem
}

.mask {
    background-color: rgba(35,36,36,.5);
    bottom: 0;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 2.75rem;
    transition: all .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 q {
    to {
        transform: rotate(1turn)
    }
}

.carousel.mix_image, .hero.mix_hero-header, .valueProp.mix_keyValue {
    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 (-ms-high-contrast:none),screen and (-ms-high-contrast:active) {
    .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 {
        margin-bottom: 0
    }

    dl dd, dl dt {
        -ms-flex-line-pack: center;
        align-content: center;
        border-bottom: 1px solid #c6c9cb;
        line-height: 1.5rem;
        padding: 1rem 0;
        width: 50%
    }

    dl dt {
        font-size: .75rem;
        font-weight: 700
    }

.list-2col {
    columns: 2
}

.page-summary {
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: #686b6b
}

.page-content-heading {
    font-size: .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: .875rem;
    margin-top: -3rem
}

    footer .container {
        margin-bottom: auto;
        margin-top: auto;
        padding-bottom: 2rem;
        padding-top: 2rem
    }

.footerCopyright {
    font-weight: lighter;
    margin-bottom: 0
}

.footerLogo {
    height: 36px;
    margin: 10px 0;
    width: auto
}

.footerNav {
    font-weight: 400;
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0
}

    .footerNav li {
        line-height: 1;
        margin-bottom: 26px
    }

    .footerNav a {
        color: #686b6b;
        transition: all .35s
    }

        .footerNav a:hover, .footerNav li.isActive a {
            color: #232424
        }

.footerPrivacy {
    background-color: #686b6b;
    font-size: .75rem;
    color: #fff
}

.footerPrivacyNav {
    font-weight: 400;
    list-style-type: none;
    padding-left: 0
}

    .footerPrivacyNav li {
        line-height: 2rem
    }

    .footerPrivacyNav a {
        border-bottom: 2px solid transparent;
        color: #fff;
        padding-bottom: .25rem;
        transition: all .35s
    }

        .footerPrivacyNav a:hover, .footerPrivacyNav li.isActive a {
            border-bottom: 2px solid #fff;
            color: #fff
        }

.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: .45rem
    }
}

header {
    background-color: #fff;
    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: 0;
        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 .35s;
    vertical-align: middle;
    width: 1.375rem
}

    .header-hamburgerButton-icon.fa-times {
        color: #e4002b;
        left: 50%;
        margin-left: -.6875rem;
        margin-top: -.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,.5);
    bottom: -1px;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .35s;
    z-index: -1
}

    .header-mask.isActive {
        opacity: 1;
        z-index: 0;
        cursor: pointer
    }

.header-nav {
    display: none;
    float: left;
    font-size: .875rem;
    list-style-type: none;
    margin: 0 0 0 .5rem;
    padding: 0;
    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: .75rem
    }

        .header-nav > * > a {
            color: inherit;
            padding-bottom: .25rem;
            transition: all .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: #fff;
    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 .35s;
    z-index: 2
}

    .header-searchMenu.isActive {
        -ms-transform: translateY(1px);
        transform: translateY(1px)
    }

    .header-searchMenu > .container {
        margin-bottom: 0
    }

    .header-searchMenu .CoveoSearchbox {
        margin: 1rem 0
    }

.header-utilityNav {
    border-bottom: 1px solid #e1e6e8;
    font-size: 0;
    height: calc(2.75rem + 1px);
    margin: 0;
    padding: 0;
    right: 0;
    text-align: right;
    top: -2.813rem;
    z-index: 3
}

    .header-utilityNav, .header-utilityNav:after {
        background-color: #fff;
        left: 0;
        position: absolute
    }

        .header-utilityNav:after {
            content: "";
            height: 100%;
            top: 0;
            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: #fff;
    color: #686b6b;
    font-size: 1.125rem;
    height: 2.75rem;
    outline-offset: -5px;
    padding: 0 0.6875rem;
    position: relative;
    z-index: 2
}

    .header-utilityNav-button.isDisabled {
        cursor: default;
        pointer-events: none
    }

        .header-utilityNav-button.isDisabled > .fal {
            opacity: .25
        }

    .header-utilityNav-button > .fal {
        font-size: .875rem;
        transform: rotateX(0deg);
        transition: all 1.05s
    }

    .header-utilityNav-button.isActive > .fal {
        transform: rotateX(180deg)
    }

    .header-utilityNav-button.mix_language .header-utilityNav-button-label {
        font-size: .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 .35s;
            vertical-align: middle;
            width: 1.375rem
        }

        .header-utilityNav-button.mix_search .fa-search {
            padding: .25rem 0 0
        }

        .header-utilityNav-button.mix_search .fa-times {
            color: #e4002b;
            left: 50%;
            margin-left: -.6875rem;
            margin-top: -.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: #fff;
    border: 1px solid #e1e6e8;
    font-size: .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 .35s;
    z-index: 1;
    -webkit-overflow-scrolling: touch
}

    .header-utilityNav-menu.isActive {
        -ms-transform: translateY(0);
        transform: translateY(0);
        padding: .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 -6px;
        padding: 6px;
        text-decoration: none;
        transition: all .35s;
        width: calc(100% + 12px)
    }

        .header-utilityNav-menuList a:hover {
            background-color: #f2f4f5
        }

    .header-utilityNav-menuList li {
        display: block;
        margin: 0;
        max-height: 200px;
        padding: 0;
        transition: all .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: .625rem;
    margin-right: .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: #fff;
            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: 0
        }

    .header-hamburgerButton, .header-nav, .header-searchMenu, .header-utilityNav {
        display: none
    }
}

@media (-ms-high-contrast:active),(-ms-high-contrast:none) {
    .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: 103px
}

section {
    margin: 0 auto;
    max-width: 1440px
}

@media (min-width:62em) {
    main {
        margin-top: 95px
    }
}

@media print {
    main {
        margin-top: 2.5rem
    }
}

.hamburgerNav {
    background-color: #fff;
    border-left: 1px solid #e1e6e8;
    bottom: 0;
    font-size: .875rem;
    min-width: 300px;
    position: fixed;
    right: 0;
    top: 88px;
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    transition: all .35s;
    z-index: 1
}

    .hamburgerNav.isActive, .hamburgerNav.isActive .hamburgerNav-items {
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

        .hamburgerNav.isActive .hamburgerNav-items {
            opacity: 1
        }

.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 0.7s
}

    .hamburgerNav-items li {
        margin-bottom: 26px
    }

        .hamburgerNav-items li:last-child {
            margin-bottom: 0
        }

        .hamburgerNav-items li a {
            color: #686b6b;
            padding-bottom: .25rem;
            transition: all .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
    }
}

select::-ms-value {
    background: none;
    color: inherit
}

.container, .container-fluid {
    margin-bottom: 3rem
}

    .container-fluid > .container {
        margin-bottom: 0
    }

    .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 1.5rem
    }

        .container-fluid.mix_extraLightGrey > .container {
            border-bottom: 1px solid #c6c9cb;
            border-top: 1px solid #c6c9cb;
            padding: 1.25rem 0 0.25rem;
            width: calc(100% - 24px)
        }

    .container-fluid.mix_sticky, .container.mix_sticky {
        background-color: #fff;
        z-index: 3
    }

@media (min-width:36em) {
    .container-fluid.mix_extraLightGrey > .container {
        max-width: 552px
    }
}

@media (min-width:48em) {
    .container-fluid.mix_extraLightGrey > .container {
        max-width: 744px
    }
}

@media (min-width:62em) {
    .container {
        margin-bottom: 2.5rem
    }

        .container .indented {
            margin-left: -12px;
            margin-right: -12px;
            padding-left: calc(16.66666% + 24px);
            padding-right: calc(16.66666% + 24px)
        }

            .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: 968px;
                padding: 2.5rem 0 1.5rem
            }

        .container-fluid.mix_lined, .container.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-fluid.mix_sticky, .container.mix_sticky {
            top: calc(5rem - 1px)
        }
}

@media (min-width:75em) {
    .container-fluid.mix_extraLightGrey > .container {
        max-width: 1176px
    }
}

@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: 0;
    top: auto
}

@media (min-width:62em) {
    .carousel.mix_hero .slick-prev {
        right: auto
    }
}

.carousel.mix_image {
    padding-bottom: 0
}

    .carousel.mix_image:after {
        background-color: rgba(0,147,178,.75);
        display: block;
        height: 4rem;
        -ms-transform: translateY(10%);
        transform: translateY(10%)
    }

    .carousel.mix_image:after, .carousel.mix_image:before {
        content: "";
        margin: 0 auto;
        max-width: calc(1200px - ((8.33333% + 12px) * 2));
        opacity: 0;
        transition: all .35s
    }

    .carousel.mix_image:before {
        background-image: url(../images/dotAccent-hr.png);
        background-repeat: no-repeat;
        background-size: 876px 100%;
        bottom: 4rem;
        height: 2rem;
        left: 0;
        overflow: hidden;
        position: absolute;
        right: 0;
        -ms-transform: translateY(60%);
        transform: translateY(60%);
        z-index: 1
    }

    .carousel.mix_image.isOnScreen {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

        .carousel.mix_image.isOnScreen:after {
            opacity: .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: #fff;
            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: 0;
        width: 100%
    }

@media (min-width:804px) {
    .carousel.mix_image .slick-slide {
        margin: 0 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,.75)
}

.theme-darkgray .carousel.mix_image:after, :not(html) > .theme-darkgray .carousel.mix_image:after {
    background-color: hsla(220,2%,66%,.75)
}

.theme-lightblue .carousel.mix_image:after, :not(html) > .theme-lightblue .carousel.mix_image:after {
    background-color: rgba(0,147,178,.75)
}

.theme-lime .carousel.mix_image:after, :not(html) > .theme-lime .carousel.mix_image:after {
    background-color: hsla(220,2%,66%,.75)
}

.theme-midblue .carousel.mix_image:after, :not(html) > .theme-midblue .carousel.mix_image:after {
    background-color: rgba(181,189,0,.75)
}

.theme-red .carousel.mix_image:after, :not(html) > .theme-red .carousel.mix_image:after {
    background-color: rgba(166,25,46,.75)
}

.carousel.mix_partners {
    padding-bottom: 0
}

    .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: .75rem 0
    }

    .carousel.mix_partners .slick-next, .carousel.mix_partners .slick-prev {
        cursor: pointer;
        margin-top: 0;
        width: auto
    }

        .carousel.mix_partners .slick-next:hover, .carousel.mix_partners .slick-prev:hover {
            color: hsla(180,1%,41%,.75)
        }

        .carousel.mix_partners .slick-next.slick-disabled, .carousel.mix_partners .slick-prev.slick-disabled {
            opacity: .5
        }

            .carousel.mix_partners .slick-next.slick-disabled:focus, .carousel.mix_partners .slick-next.slick-disabled:hover, .carousel.mix_partners .slick-prev.slick-disabled:focus, .carousel.mix_partners .slick-prev.slick-disabled:hover {
                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: 0
    }

.carousel.mix_simple {
    max-width: 1176px;
    overflow: hidden;
    padding-bottom: 0
}

    .carousel.mix_simple:after {
        content: url(../images/dotAccent-hr.png);
        display: block;
        height: 32px;
        width: 100%
    }

    .carousel .btn.btn-play, .carousel.mix_simple .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: #fff;
            width: 40px;
            height: 40px;
            font-size: 16px
        }

    .carousel.mix_simple .slick-slide {
        transition: all 0.7s
    }

        .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: 0
        }

    .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: 0
    }

.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: 0 10px;
        padding: 0;
        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: #fff;
    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: #fff;
    cursor: pointer;
    font-size: 1.75rem
}

.carousel-control-next, .carousel-control-prev {
    opacity: 1
}

.carousel-indicators .active {
    background: #979797
}

.property-carousel .carousel-control-next, .property-carousel .carousel-control-prev {
    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;
    font-size: 1.5rem;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 2.25rem
}

.testimonial-person-job-title {
    font-size: .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 .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: 0.35s;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
    opacity: 0;
    transition: all 0.7s;
    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: .625rem
    }

.featuredContent-container .featuredContent-image {
    border-bottom: 4px solid #e4002b
}

.row > :first-child > .featuredContent-container.isOnScreen {
    animation: r .75s .125s ease 1 forwards
}

.featuredContent-container.isOnScreen, .row > :nth-child(2) > .featuredContent-container.isOnScreen {
    animation: r .75s .5s ease 1 forwards
}

@keyframes r {
    0% {
        top: 10%;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

.hero {
    background-color: #f2f4f5;
    margin-bottom: 3rem;
    overflow: hidden;
    position: relative
}

    .hero > .container {
        margin-bottom: 0;
        padding: 3.75rem 12px 7.5rem;
        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: .05;
    position: absolute;
    top: 0;
    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,.75)
}

.theme-lightblue .hero.mix_hero-pageTitle.isOnScreen .pageTitleSimple-triangle:after, .theme-lightblue .mix_hero-pageTitle .card-animation-block.mix_secondary, :not(html) > .theme-lightblue .hero.mix_hero-pageTitle.isOnScreen .pageTitleSimple-triangle:after, :not(html) > .theme-lightblue .mix_hero-pageTitle .card-animation-block.mix_secondary {
    background-color: rgba(115,211,221,.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,.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,.75)
}

.theme-midblue .hero.mix_hero-pageTitle.isOnScreen .pageTitleSimple-triangle:after, .theme-midblue .mix_hero-pageTitle .card-animation-block.mix_secondary, :not(html) > .theme-midblue .hero.mix_hero-pageTitle.isOnScreen .pageTitleSimple-triangle:after, :not(html) > .theme-midblue .mix_hero-pageTitle .card-animation-block.mix_secondary {
    background-color: rgba(0,147,178,.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,.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,.75)
}

.theme-darkblue .hero.mix_hero-pageTitle.isOnScreen .pageTitleSimple-triangle:after, .theme-darkblue .mix_hero-pageTitle .card-animation-block.mix_secondary, :not(html) > .theme-darkblue .hero.mix_hero-pageTitle.isOnScreen .pageTitleSimple-triangle:after, :not(html) > .theme-darkblue .mix_hero-pageTitle .card-animation-block.mix_secondary {
    background-color: rgba(0,56,101,.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,.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,.75)
}

.theme-red .hero.mix_hero-pageTitle.isOnScreen .pageTitleSimple-triangle:after, .theme-red .mix_hero-pageTitle .card-animation-block.mix_secondary, :not(html) > .theme-red .hero.mix_hero-pageTitle.isOnScreen .pageTitleSimple-triangle:after, :not(html) > .theme-red .mix_hero-pageTitle .card-animation-block.mix_secondary {
    background-color: rgba(228,0,43,.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,.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: hsla(220,2%,66%,.75)
}

.theme-darkgray .hero.mix_hero-pageTitle.isOnScreen .pageTitleSimple-triangle:after, .theme-darkgray .mix_hero-pageTitle .card-animation-block.mix_secondary, :not(html) > .theme-darkgray .hero.mix_hero-pageTitle.isOnScreen .pageTitleSimple-triangle:after, :not(html) > .theme-darkgray .mix_hero-pageTitle .card-animation-block.mix_secondary {
    background-color: hsla(180,1%,41%,.75)
}

.theme-darkgray .hero.mix_hero-pageTitle.isOnScreen .pageTitleSimple-triangle:before, .theme-lime .mix_hero-pageTitle .card-animation-block.mix_primary, :not(html) > .theme-darkgray .hero.mix_hero-pageTitle.isOnScreen .pageTitleSimple-triangle:before, :not(html) > .theme-lime .mix_hero-pageTitle .card-animation-block.mix_primary {
    background-color: hsla(220,2%,66%,.75)
}

.theme-lime .hero.mix_hero-pageTitle.isOnScreen .pageTitleSimple-triangle:after, .theme-lime .mix_hero-pageTitle .card-animation-block.mix_secondary, :not(html) > .theme-lime .hero.mix_hero-pageTitle.isOnScreen .pageTitleSimple-triangle:after, :not(html) > .theme-lime .mix_hero-pageTitle .card-animation-block.mix_secondary {
    background-color: rgba(181,189,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: hsla(220,2%,66%,.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: #fff
    }
}

.hero.mix_hero-image {
    background-color: transparent;
    opacity: 0;
    -ms-transform: translateY(10%);
    transform: translateY(10%);
    transition: all .35s
}

    .hero.mix_hero-image:after {
        background-color: #e4002b;
        bottom: 16px;
        content: "";
        height: 64px
    }

    .hero.mix_hero-image:after, .hero.mix_hero-image:before {
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        -ms-transform: translateY(50%);
        transform: translateY(50%);
        transition: all .35s
    }

    .hero.mix_hero-image:before {
        bottom: 0;
        content: url(../images/card_mix_hero-pageTitle-hr.png);
        height: 32px;
        overflow: hidden
    }

    .hero.mix_hero-image.isOnScreen {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

        .hero.mix_hero-image.isOnScreen:after {
            opacity: .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,.75)
}

.theme-lightblue .hero.mix_hero-image:after, :not(html) > .theme-lightblue .hero.mix_hero-image:after {
    background-color: rgba(115,211,221,.75)
}

.theme-midblue .hero.mix_hero-image:after, :not(html) > .theme-midblue .hero.mix_hero-image:after {
    background-color: rgba(0,147,178,.75)
}

.theme-darkgray .hero.mix_hero-image:after, :not(html) > .theme-darkgray .hero.mix_hero-image:after {
    background-color: hsla(180,1%,41%,.75)
}

.theme-red .hero.mix_hero-image:after, :not(html) > .theme-red .hero.mix_hero-image:after {
    background-color: rgba(228,0,43,.75)
}

.theme-lime .hero.mix_hero-image:after, :not(html) > .theme-lime .hero.mix_hero-image:after {
    background-color: rgba(181,189,0,.75)
}

.hero.mix_hero-pageTitle {
    background-color: #f2f4f5;
    min-height: 310px
}

    .hero.mix_hero-pageTitle > .container {
        padding: 5rem 12px 3.75rem;
        text-align: left
    }

        .hero.mix_hero-pageTitle > .container .btn {
            width: auto
        }

.pageTitleSimple-triangle:after, .pageTitleSimple-triangle:before {
    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: m 0.7s;
    transition-delay: .3s
}

.hero.mix_hero-pageTitle.isOnScreen .pageTitleSimple-triangle:before {
    -ms-transform: skew(53deg) translateX(127%);
    transform: skew(53deg) translateX(127%);
    background: hsla(180,1%,41%,.75);
    animation: k .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: k 0.7s
    }

    .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: .875rem;
    margin-bottom: 0
}

.contactUs-triangle:after, .contactUs-triangle:before {
    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: n .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: hsla(180,1%,41%,.75);
    transition-delay: .3s;
    animation: o 0.7s
}

@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: 0;
        height: 100%;
        width: 100%
    }

    .hero.mix_hero-prefooter.isOnScreen .contactUs-triangle:after {
        -ms-transform: skew(53deg) translateX(-106%);
        transform: skew(53deg) translateX(-106%);
        animation: l .35s
    }

    .hero.mix_hero-prefooter.isOnScreen .contactUs-triangle:before {
        -ms-transform: skew(-27.75deg) translateX(-96%);
        transform: skew(-27.75deg) translateX(-96%);
        transition-delay: .3s;
        animation: l 0.7s
    }
}

@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,.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,.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,.75)
}

.theme-lightblue .hero.mix_hero-prefooter.isOnScreen .contactUs-triangle:before, .theme-midblue .hero.mix_hero-prefooter.isOnScreen .contactUs-triangle:after, :not(html) > .theme-lightblue .hero.mix_hero-prefooter.isOnScreen .contactUs-triangle:before, :not(html) > .theme-midblue .hero.mix_hero-prefooter.isOnScreen .contactUs-triangle:after {
    background: rgba(0,147,178,.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,.75)
}

.theme-darkgray .hero.mix_hero-prefooter.isOnScreen .contactUs-triangle:after, :not(html) > .theme-darkgray .hero.mix_hero-prefooter.isOnScreen .contactUs-triangle:after {
    background: hsla(180,1%,41%,.75)
}

.theme-darkgray .hero.mix_hero-prefooter.isOnScreen .contactUs-triangle:before, :not(html) > .theme-darkgray .hero.mix_hero-prefooter.isOnScreen .contactUs-triangle:before {
    background: hsla(220,2%,66%,.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,.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,.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,.75)
}

.theme-lime .hero.mix_hero-prefooter.isOnScreen .contactUs-triangle:before, :not(html) > .theme-lime .hero.mix_hero-prefooter.isOnScreen .contactUs-triangle:before {
    background: hsla(220,2%,66%,.75)
}

.search-triangle:after, .search-triangle:before {
    content: "";
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .8
}

.hero.mix_hero-search.isOnScreen .search-triangle:after {
    -ms-transform: skew(53deg) translateX(-150%);
    transform: skew(53deg) translateX(-150%);
    background: #e3e5e6;
    animation: n .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: o 0.7s;
    transition-delay: .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: hsla(180,1%,41%,.75);
        -ms-transform: skew(53deg) translateX(108%);
        transform: skew(53deg) translateX(108%);
        animation: k .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: k 0.7s
    }
}

@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,.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,.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,.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,.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,.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,.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: hsla(180,1%,41%,.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: hsla(220,2%,66%,.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,.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,.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: hsla(220,2%,66%,.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,.75)
    }
}

.hero.mix_hero-subscribe .container {
    padding-bottom: 4.125rem;
    z-index: 1
}

.subscribe-triangle:after, .subscribe-triangle:before {
    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: n .35s
}

.hero.mix_hero-subscribe.isOnScreen .subscribe-triangle:before {
    -ms-transform: skew(-77deg) translateX(180%);
    transform: skew(-77deg) translateX(180%);
    background-color: hsla(180,1%,41%,.75);
    animation: o 0.7s;
    transition-delay: .3s
}

@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: l .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: l 0.7s;
        transition-delay: .3s
    }
}

@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,.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,.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,.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,.75)
}

.theme-darkgray .hero.mix_hero-subscribe.isOnScreen .subscribe-triangle:after, :not(html) > .theme-darkgray .hero.mix_hero-subscribe.isOnScreen .subscribe-triangle:after {
    background: hsla(220,2%,66%,.75)
}

.theme-darkgray .hero.mix_hero-subscribe.isOnScreen .subscribe-triangle:before, :not(html) > .theme-darkgray .hero.mix_hero-subscribe.isOnScreen .subscribe-triangle:before {
    background: hsla(180,1%,41%,.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,.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,.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,.75)
}

.theme-lime .hero.mix_hero-subscribe.isOnScreen .subscribe-triangle:before, :not(html) > .theme-lime .hero.mix_hero-subscribe.isOnScreen .subscribe-triangle:before {
    background: hsla(220,2%,66%,.75)
}

.simple-image {
    position: relative
}

    .simple-image:after {
        background-color: #e4002b;
        content: "";
        display: block;
        left: 0;
        height: 64px;
        width: 100%;
        z-index: 1
    }

    .simple-image:before {
        content: url(../images/dotAccent-hr.png);
        bottom: 64px;
        height: 32px;
        left: 0;
        overflow: hidden;
        position: absolute;
        right: 0;
        -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,.75)
}

.theme-midblue .simple-image:after, :not(html) > .theme-midblue .simple-image:after {
    background-color: rgba(0,147,178,.75)
}

.theme-darkblue .simple-image:after, :not(html) > .theme-darkblue .simple-image:after {
    background-color: rgba(0,56,101,.75)
}

.theme-red .simple-image:after, :not(html) > .theme-red .simple-image:after {
    background-color: rgba(228,0,43,.75)
}

.theme-darkgray .simple-image:after, :not(html) > .theme-darkgray .simple-image:after {
    background-color: hsla(180,1%,41%,.75)
}

.theme-lime .simple-image:after, :not(html) > .theme-lime .simple-image:after {
    background-color: rgba(181,189,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: 0 -12px
}

.anchorNav-menu {
    -ms-flex-line-pack: center;
    align-content: center;
    border-left: 1px solid #e2e6e8;
    -webkit-clip-path: inset(0 0 -5000px 0);
    clip-path: inset(0 0 -5000px 0);
    font-size: .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: #fff;
    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 1.05s
    }

.anchorNav-menuItem {
    transition: all .35s
}

    .anchorNav-menuItem a {
        color: inherit;
        display: inline-block;
        margin: 0 -6px;
        padding: 6px;
        text-decoration: none;
        transition: all .35s;
        width: calc(100% + 12px)
    }

        .anchorNav-menuItem a:hover {
            background-color: #f2f4f5;
            color: #232424
        }

.anchorNav-menuItems {
    background-color: #fff;
    border: 1px solid #e2e6e8;
    left: -1px;
    list-style-type: none;
    margin-bottom: 0;
    padding: 6px 12px;
    position: absolute;
    top: 100%;
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: all .35s;
    width: 100%;
    z-index: 1
}

.anchorNav-title {
    color: #686b6b;
    font-size: .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: 0
    }

    .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: auto;
        padding: 0;
        position: relative;
        top: auto;
        -ms-transform: initial;
        transform: none;
        width: auto;
        z-index: auto
    }

    .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 (-ms-high-contrast:active),(-ms-high-contrast:none) {
    .anchorNav-menu.isActive .anchorNav-menuItems {
        border: 1px solid #e2e6e8;
        max-height: 300px;
        padding: 6px 12px;
        -ms-transform: none;
        transform: none
    }

    .anchorNav-menuItems {
        border: none;
        max-height: 0;
        overflow: hidden;
        padding: 0 12px;
        -ms-transform: none;
        transform: none
    }
}

@media (-ms-high-contrast:active) and (min-width:62em),(-ms-high-contrast:none) and (min-width:62em) {
    .anchorNav-menuItems {
        max-height: 100%;
        -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: 6px 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: #fff;
    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(0 0 -5000px 0);
    clip-path: inset(0 0 -5000px 0);
    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: #fff;
    border-bottom: 1px solid #e2e6e8;
    cursor: pointer;
    font-size: .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 1.05s
    }

.verticalTabs-menuItems {
    background-color: #fff;
    border: 1px solid #e2e6e8;
    left: -1px;
    margin-bottom: 0;
    overflow-x: auto;
    padding: 6px 12px;
    position: absolute;
    top: 100%;
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: all .35s;
    width: 100%;
    z-index: 1
}

    .verticalTabs-menuItems .nav-item {
        display: block;
        margin-right: 0
    }

    .verticalTabs-menuItems .nav-link {
        border-bottom: none;
        color: #686b6b;
        display: inline-block;
        font-weight: 400;
        margin: 0 -6px;
        padding: 6px;
        text-decoration: none;
        transition: all .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: .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: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0
    }

    .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: 0;
        position: relative;
        top: auto;
        -ms-transform: translateY(0);
        transform: translateY(0);
        transition: none;
        width: auto;
        z-index: auto
    }

        .verticalTabs-menuItems .nav-item {
            display: block
        }

        .verticalTabs-menuItems .nav-link {
            color: #e4002b;
            font-size: 1rem;
            font-weight: 700;
            margin: 0;
            padding: .625rem 0;
            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: 0;
        text-transform: uppercase;
        width: auto
    }
}

@media (-ms-high-contrast:active),(-ms-high-contrast:none) {
    .verticalTabs-menu.isActive .verticalTabs-menuItems {
        border: 1px solid #e2e6e8;
        max-height: 500px;
        padding: 6px 12px;
        -ms-transform: none;
        transform: none
    }

    .verticalTabs-menuItems {
        border: none;
        max-height: 0;
        overflow: hidden;
        padding: 0 12px;
        -ms-transform: none;
        transform: none
    }
}

@media (-ms-high-contrast:active) and (min-width:62em),(-ms-high-contrast:none) 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: 6px 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: .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;
    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: .8;
    transition: all .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: .7s
    }

.sidebar-animation-container {
    height: 100%;
    left: 50%;
    margin-left: -50%;
    position: absolute;
    top: 0;
    width: 100%
}

.sidebar-body {
    font-size: .875rem;
    position: relative
}

    .sidebar-body li i, .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: .875rem;
    font-size: .75rem
}

.sidebar-header {
    font-weight: 700;
    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,.75)
}

.sidebar.mix_keyFeatures {
    border-top: 4px solid rgba(0,147,178,.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: 700;
        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,.75)
    }

.sidebar.mix_nearbyOffices {
    border-top: 4px solid #e4002b;
    padding: 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: .75rem;
            display: block;
            width: 100%
        }

        .sidebar.mix_nearbyOffices .sidebar-body li i {
            font-size: .875rem;
            float: right
        }

    .sidebar.mix_nearbyOffices .sidebar-body a:not(.btn) {
        color: #686b6b
    }

.sidebar.mix_officeInfo {
    border-top: 4px solid rgba(115,211,221,.75)
}

.sidebar.mix_supportedPositions {
    background-color: transparent;
    border: 1px solid #c6c9cb;
    border-top: 4px solid rgba(0,56,101,.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: 700;
        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,.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: 0;
        content: "";
        display: inline-block;
        height: 1px;
        left: 0;
        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: 700
}

@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: 0
    }

        .list-lg-inline > * {
            display: inline-block
        }

            .list-lg-inline > * + :before {
                content: "•";
                margin: 0 .5rem
            }
}

.valueProp.mix_3cards .card {
    margin-bottom: 0
}

.valueProp.mix_3cards .card-body {
    border-top-width: 0;
    padding: 2rem 2.5rem
}

.valueProp.mix_3cards .card-text {
    font-size: .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: 0;
        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,.75);
        margin: 0
    }

        .valueProp.mix_3cards .row > * {
            padding: 0
        }

        .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: 0;
            width: 100%
        }

    .valueProp.mix_keyValue .valueProp-statList {
        list-style-type: none;
        margin-bottom: 3.75rem;
        padding: 0
    }

    .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: 700;
        line-height: 1.2
    }

    .valueProp.mix_keyValue .valueProp-statList-item-term {
        color: #e4002b;
        display: block;
        font-size: 4.75rem;
        font-weight: 700;
        line-height: 1.2;
        min-width: 10rem;
        opacity: .8
    }

    .valueProp.mix_keyValue .valueProp-title {
        color: #fff;
        font-size: 1.75rem;
        font-weight: 700;
        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,.75);
            bottom: 0;
            content: "";
            left: 0;
            position: absolute;
            top: 0;
            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, .valueProp.mix_keyValue .valueProp-statList-item {
            margin-bottom: 0
        }

        .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: 0;
            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,.8);
    left: auto;
    right: 0;
    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,.75)
}

.actionsBar {
    font-size: .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;
    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;
    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;
    transition: all .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 0;
    text-align: center
}

.guidedNav .dropdown-menu {
    border: none;
    margin: 0;
    padding: 0;
    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;
    font-size: 1.5rem;
    font-style: italic;
    font-weight: 400;
    margin-top: -.1875rem;
    padding: 12px 0;
    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 1.05s
    }

    .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 .35s
}

    .guidedNav .form-group.d-none {
        display: block !important;
        height: 0;
        opacity: 0;
        -ms-transform: translateY(-10%);
        transform: translateY(-10%)
    }

.guidedNav-title {
    text-transform: uppercase
}

@media (min-width:48em) {
    .guidedNav .dropdown-menu, .guidedNav .dropdown-toggle {
        width: 25rem
    }
}

.imageWithCaption-caption {
    background-color: rgba(228,0,43,.8);
    color: #fff;
    font-family: ChronicleTextG2,Gotham,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
    font-size: 1.25rem;
    font-style: italic;
    margin: calc(0px - 2.5rem - 1em) -12px 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;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700
}

.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: 0;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.06);
    padding: 0
}

    .gm-style .gm-style-iw-c button > img {
        background-color: #fff
    }

.map {
    background-color: #f2f4f5;
    margin: 3rem 0
}

    .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: 0
}

@media (min-width:62em) {
    .map {
        margin: 2.5rem 0
    }

        .map.mix_static {
            height: 276px
        }
}

.page-title-link {
    font-size: .875rem;
    font-weight: 700
}

.page-title-main, .page-title-news {
    text-transform: uppercase;
    margin-bottom: 1rem
}

.page-title-news {
    font-size: 2.25rem;
    font-weight: 500
}

.page-title-sub {
    font-weight: 400;
    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: .75rem;
    font-weight: 700;
    margin-right: 1rem;
    text-transform: uppercase
}

.relatedTerms-list {
    display: inline-block;
    margin-bottom: 0
}

@media (min-width:62em) {
    .relatedTerms-label {
        display: inline-block
    }
}

.shareWidget {
    background-color: #fff;
    border: 1px solid #c6c9cb;
    display: table;
    margin: 0 auto;
    margin-bottom: 1rem;
    margin-top: 1rem;
    max-width: 552px;
    padding: 0 .75rem;
    text-align: center;
    width: calc(100% - 12px - 12px);
    z-index: 1
}

    .shareWidget .btn-shareThis {
        font-size: 1rem;
        padding: 1.25rem .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: 700;
    padding: 1.25rem .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: 0;
        margin-top: 0;
        max-width: auto;
        padding: .5rem 0;
        position: fixed;
        right: -1px;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: auto
    }

        .shareWidget .btn-shareThis {
            padding: .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: 0;
        overflow: hidden;
        position: absolute;
        top: -1rem;
        width: 100%
    }

.timeline-headline {
    margin-bottom: 2rem;
    text-transform: uppercase
}

.timeline-item {
    background-color: #fff;
    margin-bottom: 24px;
    margin-left: 1.375rem;
    position: relative
}

    .timeline-item:last-child {
        margin-bottom: 0
    }

    .timeline-item:before {
        background-color: #fff;
        border: 2px solid #c6c9cb;
        border-radius: 50%;
        content: "";
        height: .75rem;
        left: -1.75rem;
        position: absolute;
        top: .625rem;
        width: .75rem
    }

.timeline-item-body {
    font-size: .875rem;
    padding: 1.25rem
}

    .timeline-item-body > :last-child {
        margin-bottom: 0
    }

.timeline-item-date {
    background-color: #9bd3dd;
    color: #686b6b;
    font-weight: 700;
    padding: .25rem 1.25rem;
    position: relative
}

    .timeline-item-date:after {
        border: solid transparent;
        border-color: transparent;
        border-right-color: #9bd3dd;
        border-width: .75rem;
        content: "";
        height: 0;
        margin-top: -.75rem;
        pointer-events: none;
        position: absolute;
        right: 100%;
        top: 50%;
        width: 0
    }

.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 0;
    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 + .75rem);
    padding-bottom: .75rem
}

    .timeline-item.mix_center:after {
        bottom: -.75rem;
        content: url(https://cw-gbl-gws-prod.azureedge.net/assets/images/dots.png);
        height: 1.5rem;
        left: 0;
        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: #fff
    }

        .timeline-item.mix_center .timeline-item-date:after {
            border-right-color: #e4002b
        }

    .timeline-item.mix_center .timeline-item-headline {
        text-transform: none
    }

@media (min-width:62em) {
    .timeline-headline {
        text-align: center
    }

    .timeline-item {
        -ms-flex-item-align: end;
        align-self: flex-end;
        margin-left: 0;
        width: calc(50% - 1.375rem);
        z-index: 1
    }

        .timeline-item:nth-child(2n) {
            -ms-flex-item-align: start;
            align-self: flex-start
        }

            .timeline-item:nth-child(2n):before {
                left: auto;
                right: -1.75rem
            }

            .timeline-item:nth-child(2n) .timeline-item-date {
                text-align: right
            }

                .timeline-item:nth-child(2n) .timeline-item-date:after {
                    border-left-color: #9bd3dd;
                    border-right-color: transparent;
                    left: 100%;
                    right: auto
                }

    .timeline-item-imageWrapper {
        float: left;
        margin-bottom: 0;
        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: 0;
            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% - .375rem);
            top: -1.75rem
        }

        .timeline-item.mix_center .timeline-item-body, .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% - .75rem);
                top: -.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: 0;
    margin-right: 0;
    margin-top: 24px;
    padding: 0
}

.videoPlaylist-playlistItem {
    border-bottom: 1px solid #c6c9cb;
    display: block;
    font-size: .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: 0;
        content: "";
        left: 0;
        mix-blend-mode: exclusion;
        opacity: .8;
        position: absolute;
        right: 0;
        top: 0
    }

    .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: .5rem;
            margin-top: .375rem
        }

@media (min-width:62em) {
    .videoPlaylist-playlist > :nth-child(odd) > .videoPlaylist-playlistItem {
        margin-right: 0
    }

    .videoPlaylist-playlist > :nth-child(2n) > .videoPlaylist-playlistItem {
        margin-left: 0
    }
}

.rowItem {
    border: none;
    border-radius: 0;
    margin-bottom: 12px;
    height: auto;
    display: block;
    transition: all .35s
}

.rowItem-body > :last-child {
    margin-bottom: 0
}

.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: .625rem
}

.rowItem-subtitle-alt {
    text-transform: uppercase;
    font-size: .75rem
}

.rowItem-foot {
    display: block;
    font-size: .75rem;
    margin-top: 1rem;
    margin-bottom: unset
}
/* form CSS starts here*/
.saveBtn {
    width: 202px !important;
    margin-top: 30px;
}

.header_Text {
    width: 170px;
    height: 35px;
}

.subscription_pan {
    font-size: 26px;
    font-weight: bold;
    height: 40px;
    margin-top: 20px;
}

.research_pan {
    color: red;
    font-size: 20px;
    font-weight: bold;
}

.pan_height {
    height: 230px;
}

.update {
    font-size: 12px;
    margin-top: -5px;
}

.pop_width {
    width: 100%;
}

.hgt_dif {
    height: 120px;
}

.email_pref {
    margin-bottom: -20px;
}

.hgt_dif_1 {
    height: 50px;
}

.succ_field {
    margin-top: 25px;
}

.field-label-required:after {
    content: "*";
}

.breaklist {
    display: grid;
}

.nopadding {
    padding: 0px !important
}

label input {
    margin-right: 5px;
}

.unsub_height {
    margin-top: 50px;
}

.update > a {
    text-decoration: underline;
    color: #686B6B;
}

.btn_success {
    margin-top: 30px;
    width: 297px;
    line-height: 8px;
}


/*Password Protect*/
.jumbotron .container {
    text-align: center;
}

.error_message {
    background-color: #e4002b;
    color: white;
    margin: 0px auto;
    padding: 8px;
    word-break: break-word;
}

.subtBTN {
    width: fit-content;
    line-height: 0px;
    padding: 14px;
    margin-top: -4px;
}
