#SearchBar.HeaderRightSection {
    margin-top: -9px;
    cursor: pointer;
    padding: 0 10px;
}

    #SearchBar.HeaderRightSection .input-group-addon {
        padding-top: 0;
        padding-bottom: 0;
    }

        #SearchBar.HeaderRightSection .input-group-addon #search-box {
            margin: 0;
            padding: 0;
        }

#searchCover {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9;
    background: #000;
    opacity: .6;
}

#searchCover-Close:hover {
    background-position: -42px -10px;
}

#searchCover-Close {
    display: none;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 10;
    color: #fff;
    width: 25px;
    height: 25px;
    cursor: pointer;
}

#dynamic-search-desktop {
    display: none;
    position: fixed;
    top: 47%;
    left: 50%;
    transform: translate(-50%,-56%);
    background: #fff;
    width: 70%;
    z-index: 10;
    height: 70px;
    line-height: 70px;
    border-radius: 50px;
    transition: all 400ms ease-out, z-index 1ms;
}

div#dynamic-search-mobile {
    background-color: #fff;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    font-family: flamabold;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

div#searchbox.CoveoSearchInterface {
    min-height: auto;
}

div#searchbox .CoveoSearchbox .CoveoOmnibox,
div#searchbox .CoveoSearchbox .CoveoSearchButton,
div#searchbox .CoveoSearchbox .CoveoOmnibox .magic-box-input,
div#searchbox .CoveoSearchbox .CoveoOmnibox .magic-box-input input,
div#searchbox .CoveoSearchbox .CoveoOmnibox .magic-box-input .magic-box-clear {
    height: 70px;
    line-height: 70px;
    border: none;
}

div#searchbox .CoveoSearchbox .CoveoOmnibox {
    position: relative;
}

    div#searchbox .CoveoSearchbox .CoveoOmnibox::after {
        content: " ";
        width: 1px;
        height: 50px;
        background: #bcc3ca;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        border-radius: 50%;
    }

    div#searchbox .CoveoSearchbox .CoveoOmnibox input {
        color: #000;
        font-family: flamalight;
        font-size: 20px;
        padding: 0 42px 0 30px;
    }

.headerRightContainer .magic-box .magic-box-input input::placeholder {
    color: #777777;
    font-style: italic;
}

.headerRightContainer #searchbox .magic-box .magic-box-input {
    background: inherit;
}

div#searchbox .CoveoSearchbox .CoveoOmnibox .magic-box-input .magic-box-clear {
}

.headerRightContainer #searchbox .magic-box .magic-box-clear {
    background: inherit;
}

.HeaderSection .HeaderRightSection {
    float: inherit;
    padding: 0;
}

.HeaderRightSection .CoveoSearchInterface {
    min-width: 200px;
    width: 100%;
    height: 50px;
}

.HeaderRightSection .CoveoSearchbox .magic-box .magic-box-input .magic-box-underlay {
    height: 35px;
}

.HeaderRightSection .CoveoSearchbox {
    height: 35px;
}

    .HeaderRightSection .CoveoSearchbox .CoveoSearchButton,
    .HeaderRightSection .CoveoSearchbox .magic-box {
        background-color: white;
        border: none;
        border-right: none;
    }

        .HeaderRightSection .CoveoSearchbox .CoveoSearchButton:hover {
            background-color: #1d4f76;
        }

            .HeaderRightSection .CoveoSearchbox .CoveoSearchButton:hover .coveo-search-button-svg {
                color: #fff !important;
            }

            .HeaderRightSection .CoveoSearchbox .CoveoSearchButton:hover .coveo-magnifier-circle-svg {
                fill: #fff !important;
            }


        .HeaderRightSection .CoveoSearchbox .CoveoSearchButton .coveo-search-button .coveo-search-button-svg {
            width: 18px;
            height: 18px;
            color: #1d4f76;
        }

            .HeaderRightSection .CoveoSearchbox .CoveoSearchButton .coveo-search-button .coveo-search-button-svg:hover {
                color: #fff;
            }

@media only screen and (max-width: 991px) {
    #dynamic-search-mobile .HeaderRightSection .CoveoSearchInterface,
    #dynamic-search-mobile .HeaderRightSection .CoveoSearchbox .CoveoSearchButton {
        border: 1px solid #ddd;
    }

    #dynamic-search-mobile .HeaderRightSection .CoveoSearchInterface {
        border-bottom: none;
    }

    #dynamic-search-mobile .HeaderRightSection .CoveoSearchbox .CoveoSearchButton {
        border-top: none;
        border-right: none;
        border-left: none;
    }

    .HeaderRightSection .CoveoSearchbox .magic-box .magic-box-input > input {
        text-align: center;
        margin-left: 50px;
    }

        .HeaderRightSection .CoveoSearchbox .magic-box .magic-box-input > input::placeholder {
            color: #ddd;
            font-style: italic;
        }
}

.HeaderRightSection .CoveoSearchbox .magic-box .magic-box-input {
    background: #fff;
    height: 35px;
}

.HeaderSection .headerRightContainer {
    display: flex;
}

.HeaderSection .headerRightContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
}


#searchCover.css_loader {
    z-index: 9999;
}

    #searchCover.css_loader:after {
        content: " ";
        display: inline-block;
        width: 64px;
        height: 64px;
        border-radius: 50%;
        border: 6px solid #fff;
        border-color: #fff transparent #fff transparent;
        animation: lds-dual-ring 1.2s linear infinite;
        position: fixed;
        top: 43%;
        left: 48.2%;
        margin: auto;
        -webkit-transform: translate(-57%, -51.8%);
        -moz-transform: translate(-57%, -51.8%);
        -ms-transform: translate(-57%, -51.8%);
        -o-transform: translate(-57%, -51.8%);
        transform: translate(-57%, -51.8%);
    }

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#Microsoft_Omnichannel_LCWidget_Chat_Iframe_Window.BottomRight {
    z-index: 999;
}
