@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: 30px; 
    color: #FFFFFF;
    text-align: left;
}

.madContent {
    font-size: 18px; 
    color: #FFFFFF;
    text-align: left;
}

.madButton {
    color: fff;
    background-color: #000;
    border-color: #000;
    padding: 10px 30px;
}

.madButton:hover {
    color: fff;
    background-color: #eee;
    border-color: #eee;
}
/* Sitewide Banner */

.blockWrap_e4b6898db9a44e3886a5117dc9344051{
background-color: #214083;
color: #ffffff; 
text-align: center;
padding: 10px;
}

/* Custom Header Search Bar */
.blockWrap_cbf838a8af064187a23f7f9a8dcbf1b7{
    display: block;
    text-align:center;
    /*width: 50%;*/
    /*padding: 6px 12px;*/
    font-size: 14px;
    line-height: 1.428571429;
    /*border: 1px solid #e6e6e6;*/
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #4f4f4f;
    background-color: #fcfcfc;
    -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: #F1F1F1;
    align-items: center;
    justify-content: flex-end;
    padding: 10px 56px;
}

@media only screen and (max-width: 767px){
    .search-banner input {
        width: 100%;
    }
}
    
/********************
TOP BANNER LINK COLOR
********************/
.blockWrap_e4b6898db9a44e3886a5117dc9344051 a {
    color: white;
    text-transform: uppercase;
    text-decoration: underline;
    letter-spacing: 1.25px;
}
/********************
MOBILE C2C BUTTONS
********************/

@media only screen and (min-width: 768px) {
    .blockWrap_ea88fa6a14ac495ba39946c7144ac15c {
        display: none;
        height: 0;
        opacity: 0;
    }
}

/* Equalize Simple List Blocks Chandelier Page, Homepage blogs*/

/* Change item class here */
.items_d2867ae99ed8458aac180d23794ab2f1, .items_dc957829c9dc4fab94c4d1de2bce1f25 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_d2867ae99ed8458aac180d23794ab2f1 > .item, .items_dc957829c9dc4fab94c4d1de2bce1f25 > .item {
	display: flex;
	flex-direction: column;
}

/* Equalize Simple List Blocks Fan Page*/

/* Change item class here */
.items_fb35c44f0ccd43b4bd508fcea9a39e62 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_fb35c44f0ccd43b4bd508fcea9a39e62 > .item {
	display: flex;
	flex-direction: column;
}

/* Responsive Inline Simple List */

@media only screen and (max-width: 767px) {
 .listView.vAlgn1 .itemPreview.hasImg, 
.listView.vAlgn2 .itemPreview.hasImg {
        display: block;
    }
    
.listView .itemPreview.hasImg .itemImg {
        width: 100%;
        margin-bottom: 20px;
    }
    
.listView .itemPreview.hasImg .itemContent {
        width: 100%;
    }
}

/* Custom Mobile Background Image */

@media only screen and (max-width: 768px) {
    div.blockWrap_a41c11066a474fd0aedc6d461928e692 {
        background-image: url(https://static.mywebsites360.com/f81f9bd6524949e89b3a64895a35dd8e/i/a4526c9486324738ae5f035e7a9208e3/1/5feFb8zhrk/D4E001C0-F1C5-48CE-8A83-76BD9D9B29AD.jpg);
    }
}