/*order list image replacement */
ol {
  list-style-image: url(https://static.mywebsites360.com/ce928756b6744eb99924f2934e4ef4c3/i/b86a2e7e066948f99e05cada6c682d15/1/5feFb8zhrk/Checkmark-5d4d88757d8cf.png);
}

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