/* Sitewide Banner */

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

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







/* Homepage CTAs - 2 Column Simple List in Mobile */

@media only screen and (max-width: 480px) {
    .block_c1e673cbd16c431f96994462d003f9e5 .itemsCollectionContent{
        display: flex;
        flex-wrap: wrap;
    }
    .block_c1e673cbd16c431f96994462d003f9e5 .item {
        flex-basis: 48%;
        padding: 5px;
    }
}





/* Homepage CTAs - 2 Column Simple List in Mobile */

@media only screen and (max-width: 480px) {
    .block_b7edc821784a4f8b9a5b4edbcce779db .itemsCollectionContent{
        display: flex;
        flex-wrap: wrap;
    }
    .block_b7edc821784a4f8b9a5b4edbcce779db .item {
        flex-basis: 48%;
        padding: 5px;
    }
}




/* Equalize Simple List Blocks - homepage CTAs*/

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

/* Change item class here */
.items_c1e673cbd16c431f96994462d003f9e5c > .item {
	display: flex;
	flex-direction: column;
}