/* -------------- MAIN NAV ADJUSTMENTS (by AJR): -------------------- */
@media only screen and (min-width: 768px) { /* tablets and desktop */
    
    .navContent ul li:nth-child(1) a:hover {
        color: #000000;
        text-decoration: underline;
    }
    
    /* Hide logo area (not needed): */
    .headerContainer {
        display: none;
    }
    
    .navContainer {
        /*background-color: orange;*/
        width: 100%;
    }
    
    .navContainer #navTopLevel .navLabel {
        color: #4d4d4d;
    }
    
    .navContent ul li:nth-child(1) {
        /*background-color: red;*/
        width: 100%;
        margin: auto;
    }
    
    .navContent ul li:first-child ul {
        position: absolute;
        /*background-color: blue;*/
        width: 100px;
        float: left;
        /* display: block; Temp */
        margin: 0 0 0 -50px;
        top: 50%;
        left: 50%;
    }
}

@media only screen and (min-width: 992px) { /* desktop */
    .navContainer .dropArrow {
        display: none;
    }
}



@media only screen and (max-width: 767px) { /* phones */
    .headerContainer {
        display: none;
    }
    
    .navContainer {
        position: relative;
        float: right;
    }
    
    .navContainer #navTrigger {
        text-transform: uppercase;
    }
    
    .navContainer #navTopLevel .navLabel {
        display: none;
    }
}

.navContent ul li ul li, .navContent ul li:first-child ul li, .navContent ul li ul li:first-child,
.navContent ul li:first-child ul li:first-child, .navContent ul li ul a,
.navContent ul li:first-child ul a, .navContent ul li ul a.selected, .navContent ul li:first-child ul a.selected,
.navContent ul li ul .navLabel, .navContent ul li:first-child ul .navLabel,
.navContent ul li ul .navLabel.selected, .navContent ul li:first-child ul .navLabel.selected {
    text-overflow: initial;
}




/* -------------- PHOTOS PAGE (by AJR): -------------------- */
.block_c93841dfbaa340d2adf7fa2bf870b2b1 .maxWidth--content {
    /* If new buttons are added, or if the length of the buttons change,
    the padding number needs to be adjusted along with the custom width within the editor. */
    padding-left: 138px;
}



