/* Button Padding - Sitewide */

.button, .navContent li .button {
    padding: 10px 30px;
}

/* Equalize Simple List Blocks*/

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

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

/* Homepage - Mobile Hero Styling */

@media only screen and (max-width: 768px) {
    div.blockWrap_aec8b1efcd624be18ca6f8c760ae36be {
        background-image: url(https://static.mywebsites360.com/d2dea1908a8141979b062e60cda9cef3/i/b99112e2ebf14fee8b2bef43d9f0c58e/2/5feFb8zhrk/Mobile%20Main%20BG.jpg);
        padding-top: 50px;
        padding-bottom: 50px;
    }
}


/* Full Width Gallery Images in Mobile */

@media only screen and (max-width: 767px) {
    .blockContent.cols3 .imgGridItem {
        width: 100%;
        margin: 0;
    }
}

/* Homepage CTA Kerning */

.blockWrap_cc1f3b10e57743b7b3a57c1cd100edd9 .imgEffect .imgEffect-overlay .imgEffect-content .contentTitle {
    letter-spacing: .1em;
}