.CoveoSearchbox .CoveoSearchButton {
    top: 4px;
}

.CoveoSearchInterface .coveo-search-section {
    width: 350px;
    margin: 0px;
}

#top-header {
    display: block;
}

.CoveoSearchInterface .coveo-results-column {
    padding: 10px 10px 10px 0px;
}

.CoveoSearchInterface .coveo-results-column.coveo-no-results {
    max-width: 100%;
}

@media (min-width: 768px) {
    .coveo-results-header {
        padding-right: 10px;
        margin-left: 10px;
    }
}

@media (max-width: 800px) {
    .coveo-results-header {
        padding-right: 10px;
        margin-left: 0px;
    }
}

.CoveoSearchButton {
    height: 37px;
    width: 48px;
}

@media only screen and (min-width: 600px) {
    .CoveoSearchInterface .coveo-search-section {
        width: 260px;
    }

    .CoveoSearchButton {
        width: 35px;
    }
}

@media (max-width: 480px) {
    .CoveoSearchInterface .coveo-search-section {
        width: 300px;
    }

    .CoveoSearchButton {
        width: 33px;
    }
}

.CoveoResultLink,
a.CoveoResultLink,
.CoveoResult a.CoveoResultLink {
    color: #0267AC;
}

.coveo-card-action-bar-arrow-container {
    display: none;
}

.coveo-facet-settings-popup {
    z-index: 999;
}

.coveo-facet-settings-popup {
    z-index: 11;
}

.magic-box .magic-box-input {
    height: 35px;
}

.magic-box .magic-box-input .magic-box-underlay,
.magic-box .magic-box-input > input {
    top: -6px;
}

.magic-box .magic-box-clear {
    line-height: 35px;
}

.coveo-pager-list {
    padding-left: 0 !important;
}

.CoveoPager {
    margin-left: 0px;
}

.CoveoQueryDuration {
    color: #000;
}

.CoveoQuerySummary {
    color: #000;
}

.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: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: calc(100% - 24px);
    height: 32px;
    -webkit-transition: border-bottom-color .15s cubic-bezier(.4, 0, .6, 1) 0ms, background-color .15s cubic-bezier(.4, 0, .6, 1) 0ms;
    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%;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    z-index: 4
}

.mdc-select__selected-text {
    -webkit-transition: opacity 125ms cubic-bezier(.4, 0, .6, 1) 0ms, -webkit-transform 125ms cubic-bezier(.4, 0, .6, 1) 0ms;
    transition: opacity 125ms cubic-bezier(.4, 0, .6, 1) 0ms, -webkit-transform 125ms cubic-bezier(.4, 0, .6, 1) 0ms;
    transition: opacity 125ms cubic-bezier(.4, 0, .6, 1) 0ms, transform 125ms cubic-bezier(.4, 0, .6, 1) 0ms;
    transition: opacity 125ms cubic-bezier(.4, 0, .6, 1) 0ms, transform 125ms cubic-bezier(.4, 0, .6, 1) 0ms, -webkit-transform 125ms cubic-bezier(.4, 0, .6, 1) 0ms;
    white-space: nowrap;
    overflow: hidden
}

.mdc-select--open .mdc-select__selected-text {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
    -webkit-transition: opacity 125ms cubic-bezier(0, 0, .2, 1) 125ms, -webkit-transform 125ms cubic-bezier(0, 0, .2, 1) 125ms;
    transition: opacity 125ms cubic-bezier(0, 0, .2, 1) 125ms, -webkit-transform 125ms cubic-bezier(0, 0, .2, 1) 125ms;
    transition: opacity 125ms cubic-bezier(0, 0, .2, 1) 125ms, transform 125ms cubic-bezier(0, 0, .2, 1) 125ms;
    transition: opacity 125ms cubic-bezier(0, 0, .2, 1) 125ms, transform 125ms cubic-bezier(0, 0, .2, 1) 125ms, -webkit-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: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
}

@media only screen and (max-width: 768px) {
    .CoveoResultsPerPage {
        float:left;
        margin: 0 0 0 10px;
    }
}

@media only screen and (min-width: 768px) {
    .CoveoResultsPerPage {
        margin: 0 0 0 15px;
        float: right;
    }
}

.CoveoSearchbox .CoveoSearchButton {
    float: right;
    position: relative;
    background-color: white;
}

.CoveoSearchbox .magic-box {
    width: 86%;
    margin-top: 4px;
}

.CoveoSearchbox .magic-box .magic-box-clear-svg {
    width: 14px;
    height: 14px;
}

.CoveoTab {
    color: #000;
    text-transform: none;
}

.CoveoTab.coveo-selected,
.CoveoTab.coveo-selected:hover {
    border-bottom: 2px solid rgb(175, 7, 7);
    color: #af0707 !important;
    height: 100%;
    font-size: 14px;
}

.coveo-tab-section {
    background-color: ;
    text-align: left;
}

.coveo-tab-list-container {
    position: absolute;
    overflow: hidden;
}

.coveo-list-layout.CoveoResult {
    padding: 0px;
}

.coveo-category-facet-value-label {
    vertical-align: middle;
    line-height: 22px;
    cursor: pointer;
}

.coveo-category-facet-value-label:focus,
.coveo-category-facet-value-label:hover {
    background-color: #e6ecf0;
}

.coveo-category-facet-child-value .coveo-category-facet-value-caption {
    color: #009ddc;
}

.coveo-category-facet-breadcrumb-values {
    color: #009ddc;
}

.CoveoCategoryFacet:not(.coveo-category-facet-searching) .coveo-category-facet-search-container:hover {
    background-color: #e6ecf0;
}

.coveo-category-facet-search-label {
    color: #009ddc;
}
.CoveoCardActionBar {
    display: none;
}