/* Nav Dropdowns */

.navContent ul li ul a {
    white-space: normal !important;
    overflow: visible !important;
}

@media only screen and (min-width: 768px) {
    .navContent ul li ul {
        min-width: 250px !important;
        right: auto !important; 
    }
}

.blockWrap_decbef99b9b74b019afdb934a6e11410 .imgGridItem {
border: 1px solid grey !important;
    padding: 10px;
    }
    
    @media only screen and (max-width: 800px) {
      .imgGridItem {
width: 100% !important;
    margin: 3px 0 !important;    }
    }
    
    /* Custom Header Search Bar */
.block_f63fccfad6fd4c8fa03d64b14a675ec0{
    display: block;
    text-align:right;
    padding-top: 0px;
    /*width: 50%;*/
    /*padding: 12px 24px;*/
    font-size: 14px;
    line-height: 1.428571429;
    /*border: 1px solid #e6e6e6;*/
    color: #4f4f4f;
    background-color: #FFF;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    vertical-align: middle;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.search-banner input {
    width: 255px;
    display: block;
    min-width: 150px;
    max-width: 100%
}

input#sh-search-query1 {
    padding: 6px;
    border-radius: 0;
    border: 1px solid #DDDDDD;
}
input#sh-search-query1::placeholder {
    color: #787879;
}

.search-banner {
    display: flex;
    background: #F1F1F1;
    align-items: center;
    justify-content: flex-end;
    padding: 10px 56px;
}