@media only screen and (min-width: 768px) {
    #madFormContainer,
    #madHeroContent {
        width: 50%;
        float: left;
    }

    div#madHero {
        display: flex;
        flex-flow: row wrap;
        align-items: center;
    }
}

.madTitle {
    font-size: 40px; 
    color: #FFFFFF;
    text-align: left;
}

.madTitles {
    font-size: 30px; 
    color: #000000;
    text-align: left;
}

.madContent {
    font-size: 30px; 
    color: #FFFFFF;
    text-align: left;
}

.madButton {
    color: #000000 !important;
    background-color: #fff000 !important;
    border-color: #fff000;
    padding: 10px 30px;
}

.madButton:hover {
    color: #ffffff !important;
    background-color: #ababab !important;
    border-color: #ababab;
}

/* Custom Header Search Bar */
.blockWrap_ffb7381c079d44d9ac22c34cfcdb3da6{
    display: block;
    text-align:center;
    /*width: 50%;*/
    /*padding: 6px 10px;*/
    font-size: 14px;
    line-height: 1.3;
    /*border: 1px solid #e6e6e6;*/
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #4f4f4f;
    background-color: #252525;
    -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;
}
@media only screen and (max-width: 599px) {
.blockWrap_d22a001b36794a70ba52cd700c41bc1e {
    text-align: center;
}
}


.headerAndNavContainer{
    padding-top: 0px !important;
}

/* Full Width Gallery Images in Mobile */

@media only screen and (max-width: 767px) {
    .blockContent.cols4 .imgGridItem {
        width: 100%;
        margin: 0;
        padding: 10px;
    }
}


/* Fix Disappearing Mobile CTA Text */

@media only screen and (max-width: 768px) { 
    .cols4 .imgGridItem .imgHover-content {
        display: block!important;
    }
}

.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: #5E8893;
}

.search-banner {
    display: flex;
    background: #252525;
    align-items: center;
    justify-content: flex-end;
    padding: 10px 56px;
}

@media only screen and (max-width: 767px){
    .search-banner input {
        width: 100%;
    }
    }
    
    /* Sitewide Banner */

.blockWrap_e4b6898db9a44e3886a5117dc9344051{
background-color: #252525;
color: #ffffff; 
text-align: right;
padding: 15px;
}

/*Targets the parent container of the simple list items*/
.items_b0be085305094d83a3ea0d8b501d3d19 {
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   min-height: 100%;
}
/*Targets the child flex items*/
.items_b0be085305094d83a3ea0d8b501d3d19 > .item {
   display: flex;
   flex-direction: column;
}

.navContent li .button {
background: #ffffff;
color: #000000;
border: 1px solid #ffffff;
}

.navContent li .button:hover {
background: #000000;
color: #ffffff;
border: 1px solid #ffffff;
}

/*Targets the parent container of the simple list items*/
.items_d76a3a2cca3e4ccfa83c1f9a6f35b1d6 {
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   min-height: 100%;
}
/*Targets the child flex items*/
.items_d76a3a2cca3e4ccfa83c1f9a6f35b1d6 > .item {
   display: flex;
   flex-direction: column;
}

/* Equalize Simple List Blocks SITEWIDE */
/* Make sure to UNCHECK "Height-optimized grid" */
.itemsCollectionContent { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}
.itemsCollectionContent > .item {
	display: flex;
	flex-direction: column;
}