*{
    padding: 0;
    margin: 0;
    font-family: 'Source Sans Pro', sans-serif;
}

#search-box-autocomplete{
    height: 53px !important;
    border-radius: 0 !important;
   
}


#su_autocomplete-block{
 margin-bottom: 15px  !important;
}
#searchForm .su__search_btn{
left:0 !important;
}
#searchForm .su__search_btn svg{
height: 40px  !important;
    width: 30px  !important;
    fill:#fff !important;
}

#searchForm .su__input-close {
top: 18px !important;
    right: 0 !important;
}
#searchForm .su__search_btn svg path{
    fill:#fff !important;
}

#searchForm .su__input-close svg path{
    fill:#fff !important;
}
.su__input-search::placeholder{
color: #fff !important;
font-size:14px !important;
font-weight:400 !important;
   
}
#su_autocomplete-block .su__container{
padding: 0 0 !important;
  border: solid thin white;
}
#su_autocomplete-block .su__input-search{
     height:3.2em !important;
   
       margin-left:45px !important;
        color: #fff !important;
        background: #01549F !important;
        /* background: transparent !important; */
        font-weight: bold;
           padding-top: 8px !important;
    font-size: 18px !important;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%) !important;
    font-family: bio-sans,"Source Sans Pro",Calibri,sans-serif;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;

    

}

#su_autocomplete-block .su__search_section{
padding-top: 0;
padding-bottom: 0;
}
#su_autocomplete-block {
background: transparent !important;
}

#su_autocomplete-block .su__bg-blue-grd{
/* background: rgba(255,255,255,0.25); */
background: #01549F;

}


.su_custom_icon{
    width: 20px;
    height: 20px;
    margin-right: 8px;
    margin-bottom: 4px;

}

#su_autocomplete-block:focus-within {
    background: #01549F!important;
    
    color: white !important;
}
#su_autocomplete-block .su__input-search:focus {
    background: #01549F!important;
    
   
}

#searchForm .su__search_btn:focus-within {
    background: #01549F!important;
    
    
}

#searchForm .su__radius-2.su__d-flex.su__position-relative:focus-within {
    background: #01549F!important;
    
    
}

.highlight{
color:#142142 !important
}

.su__suggestion-title{
font-size: 13px !important;
    color: #142142 !important;
    font-weight: 500;
    line-height: 1.4 !important;
}

.su__text-decoration{
    text-decoration: none !important;
}


.su_custom_seeAllResults{
color: #00549F;
    padding-bottom: 10px;
    font-size: 14px;
    padding-left: 30px;
    border-radius:0 0 10px 10px;
    padding-top: 10px;
    cursor:pointer;
}

.su_custom_seeAllResults:hover{
background: #f5f5f5;
}
#auto1 .su__bg-blue-grd{
background-color: transparent !important;
}
#auto1  .su__app{
background-color: transparent !important;
}
#auto1 .su__autoSuggestion{
top:0;
left:0;
}
#auto1 .su_customPostTitleContainer{

color: #333;
    display: flex;
    justify-content: space-between;
    background: #f1f1f1;
    padding: 6px 15px;
    
    position: relative;
    width: 100%;
    font-size: 14px;
}

#auto1 .su_customHideResults{
display: inline-block;
    /* float: right; */
    font-weight: 400;
    text-decoration: underline;
    cursor: pointer !important;
}

#auto1 .su__suggestion-title{
    font-size: 14px !important;
    color: rgb(84, 84, 84) !important;
    font-weight: 550;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4 !important;
    display: inline-block;
    width: -webkit-fill-available !important;
}

.su_custom_NoResults{
padding: 10px;
    background: #f2f3f2;
    color: #0181ca;
    font-weight: 700;
    width: 100%;
}

.su_div_support{
position: relative;
    top: -6px;
}
.su_ul_support{
display: flex !important;
    list-style: disc !important;
    color: #a9a9a9;
    line-height: normal;
    font-size: 12px;
}

.su_li_support{
margin-left:30px !important;
}
.su_customWidth{
width:100% !important;
width: -webkit-fill-available !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 5px;
}

.su__recentSearch .su__suggestions-txt .su__suggestion-desc .su__color-gray{
    font-size: 14px !important;
    color: #00549F !important;
    font-weight: 500 !important;
    margin-left: 5px !important;
    line-height: 35px !important;
        border-radius: 0 !important;
}

.auto-suggestion .su__autoSuggestion .su__suggestions-txt .su__suggestion-desc .su__color-gray{
    font-size: 14px !important;
    color: #00549F !important;
    font-weight: 500 !important;
    margin-left: 5px !important;
    line-height: 35px !important;
        border-radius: 0 !important;

}

.su_custom_aTag{
pointer-events: none;color: rgba(0,0,0,0.87);
    font-weight: 500;
    font-size: 12px;
}
.su__suggestions-list{
  line-height: 32px !important;
}

.su__autoSuggestion #my_div{
max-height:245px !important;
border-radius: 0 0 0 10px !important;
}
#my_div .su__autoSuggestion{
    width:100% !important;
    border-radius:0 !important;
}
.su__autoSuggestion.su__autocomplete-suggestion.su__w-100.su__bg-white.su__sm-shadow.su__position-absolute.su__zindex-2 {
    margin-top: 2px !important;
}
.su-userImg {
    width: 30px;
    height: auto;
    margin-right: 10px;
}
.recommendedResult {
text-align:left;
    color:#00549F;
    font-style: italic;
    text-overflow: ellipsis;
    font-size: 15px!important;
    font-weight: 700;
padding: 3px 15px;
    line-height: 30px;
    height: 40px;
}
.autosuggestions-li{font-size: 12px;
    padding: 3px 15px;
    line-height: 30px;
    height: 40px;
    display: flex;
    align-items: center;
    width: 100%;}
.noUsers {
    font-weight: 600;
    font-size: 14px;
    color: #00549F;
}

#lia-body .lia-component-common-widget-search-form{
display:inline-block !important;
width:auto !important;
padding:0 !important;
}
.searchUnify-header-component{
display: flex  !important;
    flex-direction: row-reverse  !important;
}
.searchUnify-header-component #auto{
flex:1 
}
.searchUnify-header-component .lia-search-input-wrapper{
display:none !important;
}
/*#lia-body .lia-component-common-widget-search-form */
.lia-search-granularity-wrapper .lia-search-form-granularity{
    height:57px !important;
    border: 1px solid #01549F;
    font-size: 16px;
    line-height: 27px;
    color: #fff !important;
}

.lia-search-granularity-wrapper select {
    border: 1px solid #d1d1d1;
}
.lia-search-granularity-wrapper:before {
    color: #fff !important;
        cursor: pointer;}



.lia-search-granularity-wrapper:before {z-index:3 !important;}

/**style-css-start**/

#su_autocomplete-block .su__input-search {
    height: 57px !important;

}


@media (max-width:767px){
#lia-body .homehero .homehero-outer-wrap .homehero-inner-wrap .homehero-content {
    display: initial;
}
.searchUnify-header-component .su__container {
    max-width: 100% !important;
}
.searchUnify-header-component {
    display: initial !important;
}
#lia-body .homehero .homehero-outer-wrap {
    padding-bottom: 15px;
}
#su_autocomplete-block {
    margin-bottom: 0 !important;
}
}
.lia-search-form-granularity option{
    background-color: #01549F;
    display: block;
    padding: 3px 20px;
    line-height: 27px;
    font-size: 16px;
    clear: both;
    font-weight: 400;
    color: #fff;
    white-space: nowrap;
}

.lia-search-form-granularity option:hover {
      background-color: #eee;
}
.lia-search-granularity-wrapper {
    background-color: #01549F !important;
    }
.lia-search-form-granularity {box-shadow:none !important;}


/**style-css-end**/

/* #su_autocomplete-block .su_flexera .su__input-search {
    height: 3.2em !important;
    box-shadow: none !important;
    margin-left: 45px;
    color: #333 !important;
    background: white !important;
    font-weight: bold;
    padding-top: 8px !important;
    font-size: 18px !important;
    font-family: bio-sans, "Source Sans Pro", Calibri, sans-serif;
}

#su_autocomplete-block .su_flexera .su__input-search {
    height: 58px !important;
}

#su_autocomplete-block .su_flexera  .su__search_btn {
    left: 0 !important;
}

.su_flexera  #searchForm  .su__search_btn svg {
    height: 40px !important;
    width: 30px !important;
    fill: #000 !important;
}

.su_flexera  #searchForm .su__search_btn svg path {
    fill: #000 !important;
}

.su_flexera  #searchForm .su__search_btn:focus-within {
    background: #fff !important;
}
.su_flexera  .su__bg-blue-grd{

background-color:#fff !important;
}

#su_autocomplete-block .su_flexera  .su__input-search:focus {
background-color:#fff !important;
}
.su_flexera  #searchForm .su__radius-2.su__d-flex.su__position-relative:focus-within {
  background-color:#fff !important;
}

#su_autocomplete-block .su_flexera .su__input-search:focus {
    background: #fff!important;
}
 .su_flexera .lia-search-granularity-wrapper {
    background-color: #fff !important;
    margin-top: 5px;
}
 .su_flexera  .lia-search-granularity-wrapper:before {
    color: #000 !important;
    cursor: pointer;
}
.su_flexera  .lia-search-granularity-wrapper .lia-search-form-granularity {
    height: 57px !important;
    border: 1px solid #fff;
    font-size: 16px;
    line-height: 27px;
    color: #000;
} */

.su_custom_displayNone{
 display:none !important;   
}

/* Home page css */

.su__search_section #search-box-autocomplete {
    line-height: 20px;
}

.su__search_section #search-box-autocomplete, .SearchForm .SearchForm span > .search-granularity {
    font-size: 16px !important;
}

.auto-suggestion .su__highlight_result {
    background-color: #07A9E2;
}
.su__highlight_result .su_customWidth a.su__text-decoration, 
.su__highlight_result .su_customWidth a.su__text-decoration .su__suggestion-title, 
.su__highlight_result .su_customWidth a.su__text-decoration .su__suggestion-title .highlight, 
.su__highlight_result .su_customWidth a.su__text-decoration .su_custom_aTag {
    color: #FFFFFF !important;
}

.su__suggestion-title, .su_custom_aTag {
    font-size: 15px !important;
    color: #000000 !important;
    font-weight: normal;
    line-height: 19px !important;
}


/*Custom Case Deflection CSS*/
.PostPage .lia-autocomplete-container {
    display: none !important;
}

.PostPage .su__autoSuggestion.su__autocomplete-suggestion {
    width: 76.5rem;
    z-index: 1;
}

.PostPage .SearchForm .SearchForm {
    display: none !important;
}

.PostPage .su__app.su__wrapper.su_autocomplete-block, .su__search_section {
    background: transparent;
}

.PostPage #searchautocompletetoggle {
    color: #ffffff;
}

.PostPage .searchUnify-header-component {
    position: absolute;
    top: 44rem;
    left: -3px;
}

.withoutInfoStyling {
    bottom: 152.5rem !important;
}

.su__autoSuggestion.su__autocomplete-suggestion .su__suggestions-list .su__suggestion-desc .su_ul_support {
    color: #ffffff;
}

.su__autoSuggestion.su__autocomplete-suggestion .su__suggestions-list > .su_customWidth {
    text-align: left;
}

.withTwoInfoDivs {
    top: 59rem !important;
}

.withOneInfoDiv {
    top: 49rem !important;
}

.su_customWidth:hover .su_ul_support {
    color: rgba(70,70,70,0.8) !important;
}