/*Staff Directory*/
/* Equalize Simple List Blocks - Pin Buttons to Bottom*/

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

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

/* Change item class here */
.items_c391779985294103aded8ba692de79f0 > .item a.button {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px; 
}

/* Change item class here */
.items_c391779985294103aded8ba692de79f0 > .item p {
    margin-bottom: 20px;
}
/*mobile backgroun image*/
/* Custom Mobile Background Image */

@media only screen and (max-width: 768px) {
    div.blockWrap_a0a0f2486ede46789947e6907b8e8bff {
        background-image: url(https://static.mywebsites360.com/a11f20816cbb4d609081d5864acc1e25/i/f2cd96bae11c4554b8d1fa724439905a/1/GCuCv726gZycFxatRFZ6HA/hero%20mobile.jpg);
    }
}


/* Word Wrap Nav Dropdowns */

.navContent ul li ul a {
    white-space: normal !important;
    overflow: visible !important;
}

/********************
FULL WIDTH NAV TITLES
********************/
.navContent ul li ul, .navContent ul li:first-child ul {
    max-width:471px;
}

@media only screen and (min-width: 768px) {
    .navContent ul li ul {
        min-width: 250px !important;
        right: auto !important; 
    }
}