/* Equalize Simple List Blocks Key Personnel Page*/

/* Change item class here */
.items_beae65e636a043e1bb55f5c99321eb38 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_beae65e636a043e1bb55f5c99321eb38 > .item {
	display: flex;
	flex-direction: column;
}

/* Text Block Background Color - 50-50 Image */
.block_dcb9088666d74e55a83bb35932135b62.blockContent.layoutC .blockText, 
.block_dcb9088666d74e55a83bb35932135b62.blockContent.layoutD .blockText  {
    background-color: #090c1f;
    color: #ffffff;
    padding: 20px;
}

/* Full Width Gallery Images in Mobile */

@media only screen and (max-width: 767px) {
    .blockContent.cols2 .imgGridItem {
        width: 100%;
        margin: 0;
        padding: 10px;
    }
}

/* Full Width Gallery Images in Mobile */

@media only screen and (max-width: 767px) {
    .blockContent.cols3 .imgGridItem {
        width: 100%;
        margin: 0;
        padding: 10px;
    }
}

/* Equalize Simple List Blocks - Pin Buttons to Bottom*/

/* Change item class here */
.items_ae13159b210f418aa28e739eb59e9c6e { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_ae13159b210f418aa28e739eb59e9c6e > .item {
	display: flex;
	flex-direction: column;
  position: relative;
}

/* Change item class here */
.items_ae13159b210f418aa28e739eb59e9c6e > .item a.button {
  position: absolute;
  bottom: 50px;
  left: 20px;
  right: 20px; 
}

/* Change item class here */
.items_ae13159b210f418aa28e739eb59e9c6e > .item p {
    margin-bottom: 80px;
}

/* 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; 
    }
}