/* Equalize Simple List Blocks Pediatric Page*/

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

/* Change item class here */
.items_e596ea5e51144d099dd39993c560ed95 > .item {
	display: flex;
	flex-direction: column;
}
/* 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; 
    }
}
.blogsPermalink-featuredImage--classic img {
    object-position: center 25%;
}
.blogsPermalink-meta .pageTitle {
    color: #000
}
.blockContent .maxWidth--content .blockText p:first-of-type {
  display: none;
}
.blogsPermalink-meta .pageTitle {
    margin-bottom: 0.5rem;
    font-size: 36px;
    letter-spacing: normal;
}
@media (max-width: 991px){
  .blockContent .item {
    width:48%;
    margin: 2%;
    margin-left: 0;
  }
}
@media (max-width: 767px){
  .blockContent .item {
    width:100%;
    margin:15px 0;
    float: none;
  }
}