.coveo-results-header {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    padding-top: 10px;
    min-height: 35px;
    overflow: hidden;
    box-shadow: 0 -1px 0 0 #bcc3ca inset
}

.coveo-results-header>:last-child {
    padding-right: 0;
    border-right: none
}

.coveo-highlight {
    font-weight: 700
}

.coveo-visible-to-screen-reader-only {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden
}

.coveo-checkbox-button,
input[type='checkbox'].coveo-checkbox+button {
    position: relative;
    width: 17px;
    height: 17px;
    padding: 0;
    background: #fff;
    border: 1px solid #7e8c9a;
    border-radius: 2px;
    outline: none;
    transition: all 200ms;
    cursor: pointer
}

input[type='checkbox'].coveo-checkbox {
    display: none
}

input[type='checkbox'].coveo-checkbox+button:after {
    position: absolute;
    top: 7px;
    left: 7px;
    display: inline-block;
    width: 0;
    height: 0;
    content: '';
    background-color: transparent;
    border-radius: 100%;
    transition: all 300ms ease
}

input[type='checkbox'].coveo-checkbox:checked+button:before {
    position: absolute;
    top: 1px;
    left: 5px;
    box-sizing: content-box;
    display: block;
    width: 4px;
    height: 9px;
    content: '';
    border: solid #004762;
    border-width: 0 2px 2px 0;
    transform: rotate(43deg)
}

.coveo-checkbox-label {
    align-items: center;
    display: inline-flex;
    color: #373737;
    line-height: 16px;
    vertical-align: middle;
    cursor: pointer
}

.coveo-checkbox-label button+.coveo-checkbox-span-label,
.coveo-checkbox-label .coveo-checkbox-span-label+.coveo-checkbox+button {
    margin-left: 18px
}

.coveo-checkbox-button,
input[type='checkbox'].coveo-checkbox+button,
input[type='checkbox'].coveo-checkbox+button {
    min-width: 18px
}

.CoveoResultLink,
a.CoveoResultLink,
.CoveoResult a.CoveoResultLink {
    text-decoration: none;
    cursor: pointer;
    word-wrap: break-word
}

.CoveoResultLink:hover,
.CoveoResultLink:hover a,
a.CoveoResultLink:hover,
a.CoveoResultLink:hover a,
.CoveoResult a.CoveoResultLink:hover,
.CoveoResult a.CoveoResultLink:hover a {
    text-decoration: underline
}

.coveo-dynamic-facet-header {
    padding: 8px 0;
    border-bottom: thin solid #bcc3ca;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
}

.coveo-dynamic-facet-header-title {
    margin: 0;
    font-size: 15px;
    color: #004762;
    font-weight: 700;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-transform: capitalize;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1
}

.coveo-dynamic-facet-header-title.coveo-clickable {
    cursor: pointer
}

.coveo-dynamic-facet-header-wait-animation {
    padding: 0 5px
}

.coveo-dynamic-facet-collapse-toggle-svg {
    width: 15px;
    height: 15px;
    color: #004762;
    display: inline-block;
    vertical-align: middle
}

.coveo-dynamic-facet-header-btn {
    color: #004762;
    text-decoration: none;
    cursor: pointer;
    overflow: visible;
    width: auto;
    padding: 0;
    margin: 0;
    background: none;
    border: none;
    color: #296896;
    padding: 0 5px;
    font-size: 14px
}

.coveo-dynamic-facet-value.coveo-selected .coveo-checkbox-span-label,
.coveo-dynamic-facet-value.coveo-selected .coveo-checkbox-span-label-suffix {
    font-weight: 700
}

.coveo-dynamic-facet-value .coveo-checkbox-label {
    padding: 5px 0;
    width: 100%
}

.coveo-dynamic-facet-value .coveo-checkbox-span-label {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.2em
}

.coveo-dynamic-facet-value .coveo-checkbox-label button+.coveo-checkbox-span-label {
    margin-left: 12px
}

.coveo-dynamic-facet-value .coveo-checkbox-label:hover .coveo-checkbox-span-label,
.coveo-dynamic-facet-value.coveo-focused .coveo-checkbox-span-label {
    opacity: .7
}

.coveo-combobox-input {
    position: relative
}

.coveo-combobox-input input {
    width: 100%;
    height: 36px;
    padding: 0 5px;
    font-size: 14px;
    border: thin solid #bcc3ca
}

.coveo-combobox-input .coveo-combobox-input-icon {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-left: 10px;
    pointer-events: none
}

.coveo-combobox-input .coveo-combobox-input-icon+input {
    padding-left: 35px
}

.coveo-combobox-input .coveo-combobox-input-icon svg {
    width: 1em;
    height: 1em
}

.CoveoResult a {
    color: #004762;
    text-decoration: none;
    cursor: pointer
}

.CoveoResult a:visited,
.CoveoResult a:visited:hover {
    color: #609
}

.CoveoResult a:hover,
.CoveoResult a:hover a {
    text-decoration: underline
}

.coveo-card-layout {
    margin-right: -20px
}

.coveo-card-layout.CoveoResult {
    overflow: hidden;
    display: flex;
    position: relative;
    font-size: .9em;
    width: 300px;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    margin: 0 20px 20px 0;
}

.coveo-card-layout.CoveoResult .coveo-result-frame,
.coveo-card-layout.CoveoResult.coveo-result-frame {
    display: flex;
    padding: 20px;
    flex-direction: column;
    width: 100%;
    height: auto
}

.coveo-card-layout.CoveoResult .CoveoResultLink {
    font-size: inherit;
    line-height: inherit;
    font-weight: 400
}

.coveo-result-frame,
.CoveoResult.coveo-result-frame {
    margin-left: 0;
    display: block;
    width: 100%;
    height: 100%
}

.CoveoResultList {
    margin-top: 15px;
    margin-bottom: 15px
}

.CoveoDidYouMean {
    padding: 10px 0;
    text-align: left;
    font-size: 16px
}

.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: #004762;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    cursor: pointer
}

.coveo-pager-list-item.coveo-active,
.coveo-pager-list-item:hover {
    color: #cddee9;
    background-color: #1d4f76
}

.coveo-pager-list-item.coveo-active a,
.coveo-pager-list-item:hover a {
    color: #cddee9
}

.coveo-pager-previous,
.coveo-pager-next {
    margin: 5px 6px;
    list-style: none;
    display: inline-block;
    vertical-align: baseline;
    cursor: pointer;
    border: none;
    padding: 0
}

.CoveoPager {
    margin-top: 0;
    margin-left: 25px;
    display: inline-block
}

.coveo-card-layout.CoveoResult .CoveoResultLink {
    font-size: inherit;
    line-height: inherit
}

button.coveo-dynamic-hierarchical-facet-value,
button.coveo-dynamic-hierarchical-facet-all {
    display: inline-flex;
    position: relative
}

.coveo-dynamic-hierarchical-facet-value,
.coveo-dynamic-hierarchical-facet-all {
    text-align: left;
    cursor: pointer;
    font-size: 15px;
    padding: 0;
    margin: 0;
    background: none;
    border: none;
    align-items: center;
    line-height: 27px;
    width: 100%
}

.coveo-dynamic-hierarchical-facet-value-label {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #000
}