/* Button Padding - Sitewide */

.button, .navContent li .button {
    padding: 8px 20px;
}


/* Homepage - Mobile Hero Styling */

@media only screen and (max-width: 768px) {
    div.blockWrap_e5a79923d12f44f28653e6d930f1e0c8 {
        padding-top: 20px;
    }
    div.blockWrap_c7869aafd6364bd39ee5c6644cd8556a {
        padding-bottom: 20px;
    }
    .blockWrap_c7869aafd6364bd39ee5c6644cd8556a .contentTitle {
    font-size: 50px;
    }
}

/* Homepage Hero Buttons Styling */

.block_c7869aafd6364bd39ee5c6644cd8556a :nth-child(1).button, .blockWrap_b931ce0e2ccc41e6b4e0190dc5901201 :nth-child(1).button {
    background: rgba(0,180,219,0);
    color: #fff;
    border-width: 2px;
    border-color: #00b4db;
    margin-right: 5px;
}

/* 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; 
    }
}