/* 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; 
    }
}





/*homepage - services - Equalize Simple List Blocks*/

/* 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;
}





/*homepage - testimonials - Equalize Simple List Blocks*/

/* Change item class here */
.items_e7283708d7a9448f9e6ce01676edf03b { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_e7283708d7a9448f9e6ce01676edf03b > .item {
	display: flex;
	flex-direction: column;
}







/*All services and location pages - Equalize Simple List Blocks*/

/* Change item class here */
.items_b41b81104da04292b67d8058829a1e91,
.items_e40096de920145129df1d206751290c0 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_b41b81104da04292b67d8058829a1e91 > .item,
.items_e40096de920145129df1d206751290c0 > .item {
	display: flex;
	flex-direction: column;
}



/* 5050 Responsive Padding Location Pages */

/* This block targets Mobile */
@media only screen and (max-width: 767px) {
  .block_f54183088c3647ab908f38b9c52c7a7d .blockText,
  .block_cbb15de936e94902b2e0b44be71a5445 .blockText {
      padding: 0 25px 25px 25px;
  }
}

/* This block targets Tablet */
@media only screen and (width: 768px) {
  .block_f54183088c3647ab908f38b9c52c7a7d .contentTitle,
  .block_cbb15de936e94902b2e0b44be71a5445 .contentTitle {
      padding-top: 25px;
  }
}