/* Nav Dropdowns */

.navContent ul li ul a {
    white-space: normal !important;
    overflow: visible !important;
}

@media only screen and (min-width: 768px) {
    .navContent ul li ul {
        min-width: 250px !important;
        right: auto !important; 
    }
}

/* Equalize Simple List Blocks*/

/* Change item class here */
.items_b8b7733670464166a666757a05e401b2, .items_f98e25a70f2847c7959b834140dc05ed, .items_ef2d72dd7e4e49ffb2bf05e041dd6e6d, .items_bbff5bbac6dd41d7b5dc23d75c9b0905 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_b8b7733670464166a666757a05e401b2 > .item, .items_f98e25a70f2847c7959b834140dc05ed > .item, .items_ef2d72dd7e4e49ffb2bf05e041dd6e6d > .item, .items_bbff5bbac6dd41d7b5dc23d75c9b0905 > .item {
	display: flex;
	flex-direction: column;
}

/* Responsive Hero Styling */

@media only screen and (max-width: 767px) {
    div.blockWrap_ca1ee18fdbce4f3aa90e5a9067086564 {
        padding-top: 80px;
    }
    div.blockWrap_ca1ee18fdbce4f3aa90e5a9067086564 {
        padding-bottom: 120px;
    }
    div.blockWrap_eccbaa6c139a4724b7ed6bb35c050a82 {
        padding-top: 100px;
        padding-bottom: 60px;
    }
    div.blockWrap_e7283708d7a9448f9e6ce01676edf03b, div.blockWrap_c5217b8ab82a47938fd429a6bdea1e0b, div.blockWrap_f2cb5f2bb9a742168eafa0710871216e {
        padding-bottom: 60px;
    }
    div.blockWrap_fc2fa059c50a4c8283878b00b7dd7809 {
        padding-top: 60px;
    }
}









/* Homepage Services - Equalize Simple List Blocks - Pin Buttons to Bottom*/

/* Change item class here */
.items_c5217b8ab82a47938fd429a6bdea1e0b { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_c5217b8ab82a47938fd429a6bdea1e0b > .item {
	display: flex;
	flex-direction: column;
  position: relative;
}

/* Change item class here */
.items_c5217b8ab82a47938fd429a6bdea1e0b > .item a.button {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px; 
}

/* Change item class here */
.items_c5217b8ab82a47938fd429a6bdea1e0b > .item p {
    margin-bottom: 30px;
}








/* Window Cleaning - Equalize Simple List Blocks*/

/* Change item class here */
.items_d86a2037c06e40f89fb1f0bc0fbbd338 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_d86a2037c06e40f89fb1f0bc0fbbd338c > .item {
	display: flex;
	flex-direction: column;
}