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

/*Simple List Pricing Page*/
.items_d7e34b3201d3421ca933aa0eb8625420 {
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   min-height: 100%;
}
/*Targets the child flex items*/
.items_d7e34b3201d3421ca933aa0eb8625420 > .item {
   display: flex;
   flex-direction: column;
}

/*Simple List Services Page*/
.items_e7ed98f471f14db79266626ae337220f {
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   min-height: 100%;
}
/*Targets the child flex items*/
.items_e7ed98f471f14db79266626ae337220f > .item {
   display: flex;
   flex-direction: column;
}
@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: #000;
    text-align: left;
}

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

.madButton {
    color: #000000 !important;
    background-color: #E4C312;
    border-color: #E4C312;
    padding: 15px 30px;
    border-radius: 50px;
}

.madButton:hover {
    color: fff !important;
    background-color: #E0941A;
    border-color: #E0941A;
}


/* Extend Sub Menu Truncation */
@media only screen and (min-width: 768px) {
.navContent ul li ul {
   max-width: 500px !important;
}
}