/* 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_a93d73307f55439990aecd0eda093966 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_a93d73307f55439990aecd0eda093966 > .item {
	display: flex;
	flex-direction: column;
  position: relative;
}

/* Change item class here */
.items_a93d73307f55439990aecd0eda093966 > .item a.button {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px; 
}

/* Change item class here */
.items_a93d73307f55439990aecd0eda093966 > .item p {
    margin-bottom: 20px;
}


/* 2 Column Form */

div#madHero {
    text-align: center;
    padding: 15px;
}

div#madHero > div.madHero-item{
    flex: 1 1 0;
    margin-bottom: 20px;
    margin-left: 20px;
}

.madTitle {
    font-size: 2.2rem; /*accepts decimals*/
    color: #7bd834; /*use to change color*/
    margin-righ: 20px;
}

.madContent {
    font-size: 1.0rem; /*accepts decimals*/
    /*color: #000;*/ /*use to change color*/
     margin-right: 20px;
     margin-left: 20px;
}


@media only screen and (min-width: 768px) {
    div#madHero {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        text-align: left;
    }
}