.navContent ul li ul, .navContent ul li:first-child ul {
    max-width:471px;
}

/* homepage embeds */
@media only screen and (max-width: 600px) {
    .badge1, .badge2 {
        width:100% !important;
        display: block !important;
        text-align:center !important;
    }
}

@media only screen and (min-width: 768px) {
    .headerContent h1.logo img {
        width: 100%;
    }
}

.headerContent {    
    display: flex;
    align-items: center;}