/* 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_b748ead2510a4b0b9125d319df354a54,
.items_c5217b8ab82a47938fd429a6bdea1e0b { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

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

@media only screen and (max-width: 767px) {
.blockWrap_b3fc6c5e184b48ff8b2c99a8ea260e9f {
    background-image: none !important;
    background-color: #ffffff !important;
    }
    
div.blockWrap_a0a0f2486ede46789947e6907b8e8bff {
    padding-top: 100px;
    padding-bottom: 100px;
    }
}
/* Equalize Simple List Blocks on crown and bridge page*/

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

/* Change item class here */
.items_da2be7453663423daa13cf84116fd5fd > .item {
	display: flex;
	flex-direction: column;
}
/* Equalize Simple List Blocks on cosmetic*/

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

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