/* 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; 
    }
}

/* Button Padding - Sitewide */

.button, .navContent li .button {
    padding: 10px 30px;
}

/* Homepage Hero Text */

.blockWrap_ca1ee18fdbce4f3aa90e5a9067086564 .blockInnerContent p {   
    font-family: Georgia, sans;
    letter-spacing: .2em;
    text-transform: uppercase;
}

/* Homepage - Mobile Hero Styling */

@media only screen and (max-width: 768px) {
    div.blockWrap_ca1ee18fdbce4f3aa90e5a9067086564 {
        padding-top: 250px;
        padding-bottom: 200px;
    }
    .blockWrap_ca1ee18fdbce4f3aa90e5a9067086564 .contentTitle {
    font-size: 40px;
    }
}

/* Responsive Inline Simple List */

@media only screen and (max-width: 767px) {
    #page_e00b3f7930bf44a9af4a89931b583d51 .listView.vAlgn1 .itemPreview.hasImg, 
    #page_e00b3f7930bf44a9af4a89931b583d51 .listView.vAlgn2 .itemPreview.hasImg {
        display: block;
    }
    
    #page_e00b3f7930bf44a9af4a89931b583d51 .listView .itemPreview.hasImg .itemImg {
        width: 100%;
        margin-bottom: 20px;
    }
    
    #page_e00b3f7930bf44a9af4a89931b583d51 .listView .itemPreview.hasImg .itemContent {
        width: 100%;
    }
}
/* Custom Header Search Bar */
.blockWrap_ffb7381c079d44d9ac22c34cfcdb3da6{
    display: block;
    text-align:center;
    padding-top: 0px;
    padding-bottom: 0px;
    /*width: 50%;*/
    /*padding: 6px 12px;*/
    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: #A47864;
    align-items: center;
    justify-content: flex-end;
    padding: 10px 56px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.search-banner .utility-icon:last-of-type {
    margin-right: 20px;
}
.search-banner .utility-icon {
    width: 23px;
    height: 23px;
    padding: 0 12px;
    min-width: 23px;
}