/* Equalize Simple List Blocks*/

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

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

/* Responsive Image Swap */

@media only screen and (max-width: 767px) {
    .blockWrap_a0a0f2486ede46789947e6907b8e8bff img {
        content: url(url());
    }
}

/* Responsive Hero Styling */

@media only screen and (max-width: 767px) {
    div.blockWrap_a0a0f2486ede46789947e6907b8e8bff {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    
    .blockWrap_a0a0f2486ede46789947e6907b8e8bff .contentTitle {
        font-size: 35px; 
    }
}

/* Responsive cta Styling */

@media only screen and (max-width: 767px) {
    div.blockWrap_d520efd4bd494d8793f5b7f11fa235eb  {
        padding-bottom: 50px;
    }
    
/* Equalize Simple List Blocks*/

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

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

/* Flip 50-50 Stacking Order in Mobile */

.block_fab261b47154400bb166913c3466743e {
    display: flex;
    flex-flow: wrap-reverse;
    padding-bottom: 0px;
}