/* Button Styles */

.button {
    padding-top: 15px;
    padding-bottom: 12px;
    padding-left:  20px;
    padding-right: 20px;
}

/* CTA Kerning */

.imgEffect-content.imgEffect-content--showTitle.imgHover-content .contentTitle {
    letter-spacing: .2em;
}


.block_ee3c9cb2b99d475db59b648df9b72959 {
    display: flex;
    flex-flow: wrap-reverse;
}

/* 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; 
    }
}