/* 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 {   
    letter-spacing: .2em;
    text-transform: uppercase;
}

/* Homepage - Mobile Hero Styling */

@media only screen and (max-width: 768px) {
    div.blockWrap_ca1ee18fdbce4f3aa90e5a9067086564 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

/* Homepage CTA Styling */

.blockWrap_f3902b0abe8041b0b6cc058fca2a5afc .imgEffect .imgEffect-overlay .imgEffect-content .contentTitle {
    letter-spacing: .1em;
}

@media only screen and (max-width: 768px) {
.cols4.imgMgn0 .imgGridItem {
    width: 100%;
}
    .cols4 .imgGridItem .imgHover-content {
        display: block!important;
    }
}

/* Mobile Padding on Full Width Image Rows */
@media only screen and (max-width: 768px) {
    .blockContentBleed .blockText {
    padding-bottom: 30px;
}
}

/* Equalize Simple List Blocks - Catalog Pages */

/* Change item class here */
.items_d637010adf944572b812b65b11c5a186,
.items_d5d5206319674b0997c734ef19a92e78,
.items_fe8028bc9f284c95bfab7c100d37f6a2,
.items_d7fb82476af64b53988b895df2a4dfb1 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_d637010adf944572b812b65b11c5a186 > .item,
.items_d5d5206319674b0997c734ef19a92e78 > .item,
.items_fe8028bc9f284c95bfab7c100d37f6a2 > .item,
.items_d7fb82476af64b53988b895df2a4dfb1 > .item
{
	display: flex;
	flex-direction: column;
}


/* 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: #373C43;
    align-items: center;
    justify-content: flex-end;
    padding: 10px 56px;
    margin-top: 0px;
    margin-bottom: 0px;
}