/* Equalize Simple List Blocks*/

/* Change item class here */
.items_f3836fabff9c4a4ba2bda682d384350e, .items_c5217b8ab82a47938fd429a6bdea1e0b { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_f3836fabff9c4a4ba2bda682d384350e > .item, .items_c5217b8ab82a47938fd429a6bdea1e0b > .item {
	display: flex;
	flex-direction: column;
}

/* Custom Mobile Background Image */

@media only screen and (max-width: 768px) {
    div.blockWrap_ca1ee18fdbce4f3aa90e5a9067086564 {
        background-image: url(https://static.mywebsites360.com/acc7c9350fc04322972c6eb0a045bb35/i/cb73fe809b724f4ab4901be6bd45920d/1/5feFb8zhrk/2%20Hero%20Mobile.jpg);
    }
    div.blockWrap_cb683718b70c4cc0b0ea8157d316a856 {
        background-image: url(https://static.mywebsites360.com/acc7c9350fc04322972c6eb0a045bb35/i/deea30f4403f4d8bbd4ae9b36fd4ae0e/1/5feFb8zhrk/nath%203%20mobile.jpg);
        padding-bottom: 100px;
        background-position: bottom left;
    }
    div.blockWrap_ebea4b13e19f4fcb90f9afc6009bf048 {
        background-image: url(https://static.mywebsites360.com/acc7c9350fc04322972c6eb0a045bb35/i/e92b9cc4548d4ab98e78951b98344383/1/5feFb8zhrk/nath%202%20mobile.jpg);
        padding-bottom: 100px;
    }
    div.blockWrap_ca1ee18fdbce4f3aa90e5a9067086564 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .blockWrap_ca1ee18fdbce4f3aa90e5a9067086564 .contentTitle {
        font-size: 40px; 
    }
    div.blockWrap_eccbaa6c139a4724b7ed6bb35c050a82 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

/* Full Width Gallery Images in Mobile */

@media only screen and (max-width: 767px) {
    .blockContent.cols3 .imgGridItem {
        width: 100%;
        margin: 0;
        padding: 10px;
    }
}
/* Full Width Gallery Images in Mobile */

@media only screen and (max-width: 767px) {
    .blockContent.cols5 .imgGridItem {
        width: 100%;
        margin: 0;
        padding: 10px;
    }
}