a.button, .item a.button {
    padding: 15px 35px;
}

/* Text Block Background Color - 50-50 Image */
.block_cdba65b168bd40e9b4690d6aa822de85.blockContent.layoutC .blockText, 
.block_cdba65b168bd40e9b4690d6aa822de85.blockContent.layoutD .blockText  {
    background-color: #FFF;
    color: #000;
    padding: 40px;
}

/* Equalize Simple List Blocks*/

/* Change item class here */
.items_b2a79dd8bc694c1a898d52ee92bc9fd0,
.items_bb3f66f8ced64d8e956caab2584aa6e9,
.items_bb709ed66e8542a8ad61759623a74096 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_b2a79dd8bc694c1a898d52ee92bc9fd0 > .item,
.items_bb3f66f8ced64d8e956caab2584aa6e9 > .item,
.items_bb709ed66e8542a8ad61759623a74096 > .item {
	display: flex;
	flex-direction: column;
}

/* 2 Column Form */
@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: center;
}

.madContent {
    font-size: 18px; 
    color: #ffffff;
    text-align: center;
}

.madButton {
    color: #fff;
    background-color: #224690;
    border-color: #224690;
    padding: 10px 30px;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
}

.madButton:hover {
    color: #fff!important;
    background-color: #0D52DA;
    border-color: #0D52DA;
}

/* Sitewide Banner */

.blockWrap_c7b6f99b274b47f5b010b83a549f1e41{
background-color: #000000;
color: #ffffff; 
text-align: right;
padding: 10px;
}

.headerAndNavContainer{
    padding-top: 0px !important;
}

.itemsCollectionContent.gridView .item .itemInnerContent a.button {
    width: 100%;
}
/*Mobile Styles*/

@media (max-width: 767px) {
    /*Homepage*/
    .blockWrap_f74aae1ba4cc415a97edd49378de4148,
    .blockWrap_b9c381936af2434f9b2e46b66736d0cd {
        background-position: 20% 50%;
    }
    .block_f1cb984dab5040e595af4617daf5b039,
    .block_a667f3f26a3e45279612b62dc0f8cb45,
    .block_d6fec95cb69c48c888d6c48d7dfae7d0 {
        text-align: center;
    }
    /*Product PDF links*/
    .itemsCollectionContent.gridView.cols3 .item .itemInnerContent,
    .itemsCollectionContent.gridView.cols3 .item .contentTitle {
        text-align: center;
    }
}
    
/* Sitewide Banner */

.blockWrap_bace4273539149ce95f8bf054b934e90{
background-color: #000000;
color: #ffffff; 
text-align: center;
padding: 10px;

}


.headerAndNavContainer{
    padding-top: 0px !important;
}