/* 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; 
    }
}

/* PAIN RELIEF PAGE---Equalize Simple List Blocks*/

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

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

/* INJURY and SURGERY PAGE---Equalize Simple List Blocks*/
/* Change item class here */
.items_e6186257a3954457b59db84edc45fea3 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

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

/* NECK AND BACK PAIN PAGE---Equalize Simple List Blocks*/
/* Change item class here */
.items_ac07140ac3844c60af7740f2210b9ec7 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

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

/* Media ROOM Custom CSS */

.wa-intcode-image-pr-max-size {
width: 100%;
height:180px !important;
background-size: contain !important;
background-position: 50% 50%;
background-repeat: no-repeat !important;
}

.v-card__text.text-center img {
max-width: 550px !important;
width: 100%;
}

@media (min-width: 1200px) {
    .v-card .v-card__text {
        width: 97% !important;
    }
}

@media (min-width: 960px) {
    .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 30% !important;
    }
}

.v-application {
    font-size: 20px !important;
}