/*** ESSENTIAL STYLES ***/
#nav-wrap{ float:left; }
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0; z-index:9;
	list-style: none;
}
.sf-menu .sf-mega {
	display: none;
	width:100%;
	z-index: 999;
}
.sf-menu ul li ul{ width:200px; background:#0082C8;}
.sf-menu > li {
	float: left;
	margin:0 0 0 -6px;
	position:relative;
}
.sf-menu li:hover > .sf-mega,
.sf-menu li.sfHover > .sf-mega {
	display: block;
	margin-top: -25px;
}

.sf-menu a {
	display: block;
	color:#fff;
}

.sf-menu > li.sf-mega-li {
    position:static;
}

/*** DEMO SKIN ***/
.sf-menu {
	float: left;
	width:100%;
}

.sf-menu .sf-mega {
  width:100%; /* allow long menu items to determine submenu width */
}

.sf-menu > li > ul{display:none;}
#menu:not(.mm-menu){display:none;}

.sf-menu > li > a {
	font-family: 'Lato', sans-serif;
	font-size:16px;
	line-height:18px;
	color:#fff;
	text-transform:uppercase;
	padding:0 0 60px 0;
	text-decoration: none;
	background:url('/Content/Uploads/bscc.edu/images/bullet-icon.png') no-repeat right 20px;
	zoom: 1; /* IE7 */
}
.sf-menu > li > a span{ display:block; padding:12px 15px; margin:0; }
.sf-menu > li.last > a{ background:none; }
.sf-menu > li > a span:hover { background:#448351;}

.sf-menu li {
	-webkit-transition: background .2s;
	transition: background .2s;
}

.sf-menu li:hover,
.sf-menu li.sfHover {
	background:none;
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}

/*** mega menu dropdown ***/
.sf-mega {
  padding:0;
  box-sizing: border-box;
  width: 100%;
  left:0px;
  position:absolute;
  z-index:99999;
  background:#1e2a42;
}

.sf-mega-section {
  float:left;
  padding: 0 0 0 70px;
  margin:0;
  width:18%;
}

.sf-mega-section h2{ font-family: 'Source Sans Pro', sans-serif; font-size:21px; color:#a0d688; line-height:23px; font-weight:700; padding:0 0 25px 0; margin:0px; }
.sf-mega-section ul{ padding:0 0 30px 0; margin:0; list-style:none;}
.sf-mega-section ul li{ display:block; padding:0 0 14px 0px !important; margin:0 !important; }
.sf-mega-section ul li a{ font-size:17px; color:#fff; font-weight:400; line-height:19px; padding:0; text-decoration:none; transition: all 300ms ease-in-out 0s; }
.sf-mega-section ul li a:hover{ text-decoration:underline;}

.sf-mega-section-first {
  float:left;
  padding:0;
  margin:-20px 0 0 0; 
  line-height:0;
}

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {}
/* styling for both css and generated arrows */

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: white; /* IE8 fallback colour */
}
 
.sf-menu .sf-mega .block{ width:1280px; padding:50px 0 0 0; margin:0 auto; }

.sf-menu > li > ul{ position:absolute; left:0; top:80%; background:#1e2a42; min-width:325px; padding:35px 0 35px 0; }
.sf-menu > li > ul h3{ font-family: 'Source Sans Pro', sans-serif; font-size:21px; color:#a0d688; line-height:23px; font-weight:700; padding:0 0 30px 40px; margin:0; }
.sf-menu > li > ul li{ display:block; padding:0 0 14px 0; }
.sf-menu > li > ul li a {
    font-family: 'Source Sans Pro', sans-serif;
	font-size: 17px;
    color: #fff;
    font-weight: 400;
    line-height: 19px;
    padding: 0 0 0 40px;
    text-decoration: none;
    transition: all 300ms ease-in-out 0s;
}
.sf-menu > li > ul li a:hover{ text-decoration:underline; }
/************************************************************************************
MOBILE
*************************************************************************************/
@media screen and (max-width:1300px) {
	.sf-menu .sf-mega .block{ width:92%; }
	.sf-mega-section{ width:18%; padding:0 0 0 5%; }
}

@media screen and (max-width:1200px) {
	.sf-mega-section h3{ font-size:19px; }
}

@media screen and (max-width:1100px) {
	.sf-menu > li > a span{ padding:12px 10px; }
}

@media screen and (max-width: 1000px) {
	#nav-wrap{ position:relative; }
	.sf-menu .sf-mega{ padding:0; }
	.sf-menu .sf-mega .block{ display:none; }
	
	/* menu icon */
        #menu-icon {
			background:url('/Content/Uploads/bscc.edu/images/menu_icon.png') 50% 50% no-repeat; border: none; display:block !important; width:48px; height:31px;  text-indent:-9999999em; padding:0; overflow:hidden; margin-left:0;  cursor:pointer; z-index:1000; margin-top:14px;   
        }
        #menu-icon:hover {
              
        }
		.sf-menu > li:hover,
		.sf-menu > li.sfHover { background:none}
        #menu-icon.active {
                background:url('/Content/Uploads/bscc.edu/images/menu_close.png') 50% 50% no-repeat;
        }
		
		/* main nav */
		.sf-menu ul{display:none!important; visibility:visible!important; background:#2c58a8;}
        .sf-menu {
                clear: both;
                position:absolute;
                top:68px;
                width:280px;
                z-index: 10000;
                background: #1d376c;        
                display: none; /* visibility will be toggled with jquery */
				font-family: 'Lato', sans-serif; font-weight:600;
				left:0px; border-bottom: 6px solid #132853;
        }
		
		.sf-menu > li > ul{ min-width:inherit; position:relative; background-color:inherit; padding:0px; }
		.sf-menu > li > ul h3{ padding-left:20px; padding-bottom:0; }
		.sf-menu > li > ul li{ padding:0 0 0 30px; margin:0; }
		.sf-menu > li > ul li a:hover{ background-color:inherit !important; text-decoration:underline; }
        .sf-menu li {
                clear: both;
                float: none;
                margin: 0;
				background:none;
				border:none;
				border-radius:0;
        }
		.sf-menu > li{ background:none; margin:0 0 0 0; }
		.sf-menu > li > a  { padding:10px 0 10px 20px !important; width:auto; background:none; border-radius:0; text-align:left; }
        .sf-menu a,
        .sf-menu ul a {
                font: inherit;
                background: none;
				transition: all 300ms ease-in-out;
				margin:0 0 1px 0;
				padding:6px 3% !important;
                display: block;
				width:94%;
                color: #fff;
                border: none;
				line-height:24px;
				height:inherit;
        }
		.sf-menu > li > a span{ padding:0; }
		.sf-menu a:hover{ text-decoration:underline; }
        .sf-menu a:hover,
        .sf-menu > li > a:hover{ background:#7ab75f !important; text-decoration:none; border-radius:0 !important; }
		.sf-menu > li > a span:hover{ background:none; }
		.sf-menu a.active {
               background: none;
				background-color:#195c9b;
                color: #fff;
        }
 
        /* dropdown */
        .sf-menu ul {
                width: auto;
                position: static;
                display: block;
                border: none;
                background: inherit;
				
        }
        .sf-menu ul li {
                margin: 3px 0 3px 15px;
        }
		.sf-menu .sf-mega{ display:none !important;}
		
		.sf-menu > li > a.colour2{ background:inherit; }
		.sf-menu > li > a.colour3{ background:inherit; }
		.sf-menu > li > a.colour4{ background:inherit; }
		.sf-menu > li > a.colour5{ background:inherit; }
		.sf-menu > li > a.colour6{ background:inherit; }
}