/*Targets the parent container of the simple list items*/
.items_c5217b8ab82a47938fd429a6bdea1e0b {
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   min-height: 100%;
}
/*Targets the child flex items*/
.items_c5217b8ab82a47938fd429a6bdea1e0b > .item {
   display: flex;
   flex-direction: column;
}

/* 2 Column Form */
@media only screen and (min-width: 768px) {
    #madFormContainer,
    #madHeroContent {
        width: 50%;
        float: left;
    }

    div#madHero {
        display: flex;
        flex-flow: row wrap;
        align-items: center;
    }
}

.madTitle {
    font-size: 30px; 
    color: #97C23B;
    text-align: left;
}

.madContent {
    font-size: 16px; 
    color: #000;
    text-align: left;
}

.madButton {
    color: #000000 !important;
    background-color: #afe043;
    border-color: #afe043;
    border-radius: 30px; 
    padding: 15px 30px;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
}

.madButton:hover {
    color: #fff !important;
    background-color: #556924;
    border-color: #556924;
}
/* Equalize Simple List Blocks - Pin Buttons to Bottom*/

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

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

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

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