/* Button Padding */
.button {
    padding: 10px 20px;
}
    
.navContent li .button {
    padding: 10px 20px;
}

/* Nav Dropdowns */

.navContent ul li ul a {
    white-space: normal !important;
    overflow: visible !important;
    padding: 15px;
}

@media only screen and (min-width: 768px) {
    .navContent ul li ul {
        min-width: 250px !important;
        right: auto !important; 
    }
}

/* Responsive Hero Styling */

@media only screen and (max-width: 767px) {
    div.blockWrap_c4188509b7114003a29405317fc18ae8 {
        padding-top: 100px;
        padding-bottom: 100px;
        text-align: center;
    }
    
    .blockWrap_c4188509b7114003a29405317fc18ae8 .contentTitle {
        font-size: 50px; 
    }
}

.blockWrap_c4188509b7114003a29405317fc18ae8 .contentTitle {
        line-height: 1em;
        margin-bottom: -10px;
    }
    
/* 2 Column Form */

div#madHero {
    text-align: center;
    padding: 15px;
}

div#madHero > div.madHero-item{
    flex: 1 1 0;
    margin-bottom: 20px;
    padding: 10px;
}

#madHero .button{
    margin-top: 10px;    
}
.madTitle {
    font-size: 63px; /*accepts decimals*/
    color: #fff; /*use to change color*/
}

.madContent {
    font-size: 16px; /*accepts decimals*/
    color: #fff; /*use to change color*/
}

.badges {
    display: flex;
    max-width: 100%;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    margin-top: 20px;
}

.badges img {
    max-width: 30%;
    width: 100%;
}


@media only screen and (min-width: 768px) {
    div#madHero {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        text-align: left;
    }
}

.custom-button {
    display: inline-block;
    padding: 10px 15px;
    margin: 5px;
    background-color: #007BFF;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}

.custom-button:hover {
    background-color: #0056b3;
}