/*--------------- HEADER/MAIN NAV ---------------*/

.navLabel .dropArrow {
    display: none;
}

.navContent ul li:nth-child(2) ul {
   left: -1em; /* was -.1 */
   right: auto;
}

.navContent ul li ul {
   left: -1em;
   right: auto;
}

.navContent ul li:first-child ul {
   left: -1em;
   right: auto;
}

/* Hover color: */
#navTopLevel a:hover {
    color: #9a9a9a;
}

#navTopLevel .navLabel:hover {
    color: #9a9a9a;
}

.block_a5296ba31a9d470f98b88d1e8c5be80a .flex-next {
   display:none;}

.block_a5296ba31a9d470f98b88d1e8c5be80a .flex-prev {
   display:none;}
   
/*---------------------------- PORTFOLIO OVERLAY ----------------------------*/ 
/*Changes BG opacity of overlay*/
.publicModalContent {
    background-color: rgb(0, 0, 0);
    background-color:rgba(0, 0, 0, 0.6);
}