/* 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; } } / POSITION NAV BUTTON RIGHT / #navTopLevel { display: flex; } #navTopLevel li:last-of-type { margin-left: auto; } / FIX HOMEPAGE SIMPLE LIST ICONS / .blockWrap_e9f3e4c9a3e44ce08d1a6603c3630cfe img { width: 100px; } @media only screen and (min-width: 769px) { .blockWrap_e9f3e4c9a3e44ce08d1a6603c3630cfe .itemsCollectionContent { display: flex; flex-flow: row wrap; } .blockWrap_e9f3e4c9a3e44ce08d1a6603c3630cfe .item:last-of-type { margin-right: auto; } .blockWrap_e9f3e4c9a3e44ce08d1a6603c3630cfe .item:nth-last-of-type(3) { margin-left: auto; } } / SITEWIDE CTA HOVER EFFECT / :is( .blockWrap_a8c24fa15f7344ac8e5ae760742cee4b, /*home*/ .blockWrap_aa878231cc6f44f0b77d6205323006aa, /*about*/ .blockWrap_d59de387246141a196b24da92fe8d277, /*janitorial*/ .blockWrap_d3a09defa60a48b59cda24ed7d0b4558, /*disinfectant*/ .blockWrap_efcce8638c154f19b9da9762f3835ed8, /*floor*/ .blockWrap_f0f8389da10842588baa4d71ac3f8323, /*carpet*/ .blockWrap_aec2a24a9621443cb79c2092c1df1258, /*dorm*/ .blockWrap_a20da8a8aadf4353836703f0ecb8765d, /*office*/ .blockWrap_cc424548201841ce833775dd452cbbd4, /*construction*/ .blockWrap_b3b588b7421c4e9daf35e500e98ec8f4, /*school*/ .blockWrap_dcec0c17de994955a0a1e2f1c26e401f, /*porter*/ .blockWrap_c65f7ac6fdd044de90c1e4e4388636a4 /*painting*/ ) .contentImg { transition: all 0.3s ease-in-out; } :is( .blockWrap_a8c24fa15f7344ac8e5ae760742cee4b, /*home*/ .blockWrap_aa878231cc6f44f0b77d6205323006aa, /*about*/ .blockWrap_d59de387246141a196b24da92fe8d277, /*janitorial*/ .blockWrap_d3a09defa60a48b59cda24ed7d0b4558, /*disinfectant*/ .blockWrap_efcce8638c154f19b9da9762f3835ed8, /*floor*/ .blockWrap_f0f8389da10842588baa4d71ac3f8323, /*carpet*/ .blockWrap_aec2a24a9621443cb79c2092c1df1258, /*dorm*/ .blockWrap_a20da8a8aadf4353836703f0ecb8765d, /*office*/ .blockWrap_cc424548201841ce833775dd452cbbd4, /*construction*/ .blockWrap_b3b588b7421c4e9daf35e500e98ec8f4, /*school*/ .blockWrap_dcec0c17de994955a0a1e2f1c26e401f, /*porter*/ .blockWrap_c65f7ac6fdd044de90c1e4e4388636a4 /*painting*/ ) .item:hover .contentImg { box-shadow: 0 0 0 rgba(255, 255, 255, 0); }