/* 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; 
    }
}

/* Sitewide Banner */

.blockWrap_f5b29cd7b5134bcd836cd82698356fb6{
background-color: #f59008 ;
color: #ffffff; 
text-align: center;
padding: 10px;
}

.headerAndNavContainer{
    padding-top: 0px !important;
} 
/* Equalize Simple List Blocks*/

/* Change item class here */
.items_e80ab9e142b74e83a391cced7315c30c { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_e80ab9e142b74e83a391cced7315c30c > .item {
	display: flex;
	flex-direction: column;
} 
/* Equalize Simple List Blocks - Pin Buttons to Bottom*/

/* Change item class here */
.items_e80ab9e142b74e83a391cced7315c30c { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_e80ab9e142b74e83a391cced7315c30c > .item {
	display: flex;
	flex-direction: column;
  position: relative;
}

/* Change item class here */
.items_e80ab9e142b74e83a391cced7315c30c > .item a.button {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px; 
}

/* Change item class here */
.items_a1afdd7112e44c95a249dc995e1fee3c > .item p {
    margin-bottom: 20px;
}