/* 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 - Pin Buttons to Bottom*/
/* Change item class here */
.items_e347308fb4a24d57a0d1643714cbcfcd { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}
/* Change item class here */
.items_e347308fb4a24d57a0d1643714cbcfcd > .item {
	display: flex;
	flex-direction: column;
  position: relative;
}
/* Change item class here */
.items_e347308fb4a24d57a0d1643714cbcfcd > .item a.button {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
/* Change item class here */
.items_e347308fb4a24d57a0d1643714cbcfcd > .item p {
    margin-bottom: 20px;
}
/* Sitewide Banner */

.blockWrap_ea55c203f61e4c69bcd0e86ad7443b3b{
background-color: #0000FF;
color: #ffffff; 
text-align: center;
padding: 10px;
}

.headerAndNavContainer{
padding-top: 0px !important;
}

/* Responsive Inline Simple List */

@media only screen and (max-width: 767px) {
     .listView.vAlgn1 .itemPreview.hasImg, 
     .listView.vAlgn2 .itemPreview.hasImg {
        display: block;
    }
    
     .listView .itemPreview.hasImg .itemImg {
        width: 100%;
        margin-bottom: 20px;
    }
    
     .listView .itemPreview.hasImg .itemContent {
        width: 100%;
    }
}