/* 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; 
    }
}

/* Desktop Home Hero 2 Column Form */

div#madHero {
    text-align: center;
    padding: 20px;
}

div#madHero > div.madHero-item1{
    flex: 1 1 0;
    margin-bottom: 20px;
}

div#madHero > div.madHero-item2{
    flex: 1 1 0;
    margin: 30px;
    background-color: #ffffff;
    padding: 20px;
}

.madTitle {
    font-size: 60px;
    color: #ffffff;
    margin-bottom: 0px;
    padding-bottom: 10px;
}

.madButton {
    background-color: #d9102c !important;
    color: #ffffff !important;
    }
    
.madButton:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}

#homeherocontent {
    font-size: 18px;
    color: #ffffff;
    line-height: 1.5em;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom:20px
}

@media only screen and (min-width: 768px) {
    div#madHero {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        text-align: left;
    }
}

/* Responsive 2 Column Hero Styling - SELLERS PAGE */

@media only screen and (max-width: 767px) {
    
    div#madHero {
    text-align: center;
    padding: 0px;
}
         
    div#madHero > div.madHero-item2{
    flex: 1 1 0;
    margin: 0px;
    padding: 0px;
    
}
    #homeheroimg {
        width: 75%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        }
    
    div.blockWrap_c8290101900147ef9998c98e3b1f08b1 {
        padding-top: 50px;
        padding-bottom: 160px;
        
    }
    .blockWrap_c8290101900147ef9998c98e3b1f08b1 .madTitle {
        font-size: 55px;
        margin-top:10px;
   }
   
   .blockWrap_c8290101900147ef9998c98e3b1f08b1 #homeherocontent {
    font-size: 24px;
   }
}