@charset "UTF-8";
/* CSS Document */
/*  This stylesheet defines custom styles for the new university header
    -Jonah Penne and Libby Sanders 4/16*/

.menu3dmega.skin-orange-light > ul > li { 
    border-left: none; /*Removes the borders between nav bar top-level links*/
    border-right: none; /*Removes the borders between nav bar top-level links*/
}

.menu3dmega.skin-orange-light > ul > li:hover, .menu3dmega.skin-orange-light > ul > li:active, .menu3dmega.skin-orange-light > ul > li.open, .menu3dmega.skin-orange-light > ul > li:focus  {
    background-color: #FFE36E; /*Styles the hover and active states of nav bar top-level links*/    
}


.menu3dmega > ul > li > a, .menu3dmega > ul > li > span, .menu3dmega > ul > li.open > a.main_nav_link, .menu3dmega > ul > li:hover > a.main_nav_link {
    padding: .9em 1.5em;
    /*letter-spacing:.025em;*/
    font-size:1em;  
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'proxima-nova', sans-serif; font-weight: 300; font-style: normal; 

}

.menu3dmega > ul > li > a:focus {
   text-decoration: underline;
}

.menu3dmega .main_nav {
    float: left;
}







@media only screen and (max-width: 768px) {/*The below styles only apply to tablet and mobile*/


/*** Jonah Media Queries ***/

.menu3dmega .main_nav {
    margin-left:0px; /*Causes the top-level links in the nav bar to be flush-left in the drop-down menu*/
}

.menu3dmega > ul > li > a, .menu3dmega > ul > li > span, .menu3dmega > ul > li.open > a.main_nav_link, .menu3dmega > ul > li:hover > a.main_nav_link {
    padding: 5px 15px; /*Undoes the percentage-based padding*/
    
}

.mobile_nav, .menu3dmega .menuToggle { /*Restyles the nav bar to yellow and black*/
    background: rgb(255, 205, 0);
    color: #000;
}

.menu3dmega .menuToggle .megaMenuToggle-icon, .menu3dmega .menuToggle .megaMenuToggle-icon:before, .menu3dmega .menuToggle .megaMenuToggle-icon:after   {/*Styles theicon on the right of the nav bar*/
    background: #000;
} 

.header { 
margin-top: 0px;
}

.menu3dmega.skin-orange-light {
   /* background-color: #fff; Styles the drop-down menu with a white background*/
}

#preheadwrap {
    padding: 0;
}




#brandwrapper {


    }


.headerBar .container {
/*width: 90%;
margin: 0px auto;*/
}


}

@media (min-width: 768px) {
/*Sticky Nav styles*/



}





