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

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

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

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

/* Change item class here */
.items_d738d06bfc554da4a30458ef092e58bc > .item p {
    margin-bottom: 20px;
}

/* Footer Styles */
.footerContainer a:hover {
    color: #cbb5d0 !important;
}


/* Word Wrap 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; 
    }
}

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

/* 2 Column Simple List in Mobile */

@media only screen and (max-width: 767px) {
    .items_ff32387b4d6a4978882b433d3cf352f7 .item {
        width: 50%;
        float: left;
    }
}
@media only screen and (max-width: 767px) {
    .items_fcc3b7a919a840f8bd48375f92561cfd .item {
        width: 50%;
        float: left;
    }
}

/* Sitewide Banner */

.blockWrap_fd72abf76051490fbc99f83c0992ee1d {
background-color: #086425;
color: #ffffff; 
text-align: center;
padding: 10px;
}

.headerAndNavContainer{
padding-top: 0px !important;
}