/* CSS for Enrollment Portal - 4-9-2018 */

ul#nav li a.active {
    border-left: 0;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: black;
	border-right-width: 1px;
    border-right-style: solid;
    border-right-color: black;
	border-top-width: 1px;
    border-top-style: solid;
    border-top-color: black;
	border-bottom: 0px solid;
    background-color: #eeede7;}
			
ul#nav li a.active  {
    color: black; }

	@media only screen and (max-width: 630px) {

ul#nav li a.active  {
    border-left: 0;
    border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom: 0px solid;
    background-color: #ffffff;
    }

ul#nav li a.active  {
    color: black; 
    }
		
	}