#topMain>li>a {
	height:96px;
	line-height:96px;
    text-transform:uppercase;
}
#topMain.nav-pills>li>a {
	font-size:14px;
	color:#2d3545;
	font-weight:400;
	background-color:transparent;
} 
#topMain.nav-pills>li:hover>a, 
#topMain.nav-pills>li:focus>a {
	color:#1F262D;
	background-color:rgba(0,0,0,0.03);
}
#topMain.nav-pills>li.active>a {
	color:#687482;
}

#topMain.nav-pills>li>a.dropdown-toggle {
	padding-right:25px;

	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}
#topMain.nav-pills>li>a.dropdown-toggle:after {
    display: block;
    content: "\f107";
    position: absolute;
    top: 50%;
    right: 10px;
    margin: -8px 0 0;
    font-family: FontAwesome;
    font-size: 18px;
    opacity: .8;
    line-height: 1em;
    border: 0;

	-webkit-transition: -webkit-transform .2s ease-in;
	-moz-transition: -moz-transform .2s ease-in;
	-ms-transition: -ms-transform .2s ease-in;
	-o-transition: -o-transform .2s ease-in;
	transition: transform .2s ease-in;
}
#header.bottom.dropup #topMain.nav-pills>li>a.dropdown-toggle:after {
	content: "\f106";
}

#topNav .navbar-collapse {
	float:right;
}

#topNav a.logo {
	height:96px;
	line-height:96px;
	overflow:hidden;
	display:inline-block;
}



@media only screen and (max-width: 1215px) {
	#topMain.nav-pills>li>a {
		font-size:12px;
	}
}

@media only screen and (max-width: 992px) {
	
#mito h1 {
    color: white;
    font-weight: 700;
    font-size: 70px;
    line-height: 90px;
    margin: 0;
}
	
	.scienceImg {
		width: 90%;
		margin: 40px auto 0px auto;
		background-color: rgb(28, 62, 141);
		display: block;
		padding: 40px;
		border-radius: 4px;
	}
	
	/* Force 60px */
	#header {
		   /* height: 120px !important;*/
	}
	#header #topNav a.logo {
height: 60px !important;
    line-height: 60px !important;
    margin-top: 6px;
}
	#header #topNav a.logo>img {
		max-height:60px !important;
	}
	#header #topNav #topMain>li>a {
    height: 80px !important;
    line-height: 80px !important;
    padding-top: 0;
}


	#topMain>li {
		border-bottom:0;
	}
	#topMain>li:last-child {
		border-bottom:0;
	}

		#header li.search .search-box {
			margin:0 !important;
			position:fixed;
			left:0; right:0;
			top:60px !important;
			width:100%;
			background-color:#fff;
			border-top:rgba(0,0,0,0.1) 1px solid;
		}
}

@media only screen and (max-width: 480px){
	#topMain.nav-pills>li>a.dropdown-toggle {
    padding-right: 15px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
		
}
	
#header.fixed #topNav #topMain>li>a {
    height: 40px !important;
    line-height: 20px !important;
    padding-top: 0;
    font-size: 10px;
    padding: 0 5px 0 5px;
    transition: 0.5s;
}
	
	#topMain{
		 display: flex;
	}
	
	ul.nav.nav-pills>li {
    display: inline-block;
    margin: auto;
}
	
#header #topNav #topMain>li>a {
    height: 60px !important;
    line-height: 60px !important;
    padding-top: 0;
    font-size: 10px;
    padding: 0 5px 0 5px;
}
	
	#topMain>li{
		border-bottom:0;
	}
	
	#topMain.nav-pills>li>a.dropdown-toggle:after {
    display:none;
    content: "\f107";
    position: absolute;
    top: 51%;
    right: 14px;
    margin: -8px 0 0;
    font-family: FontAwesome;
    font-size: 14px;
    opacity: .8;
    line-height: 1em;
    border: 0;
    -webkit-transition: -webkit-transform .2s ease-in;
    -moz-transition: -moz-transform .2s ease-in;
    -ms-transition: -ms-transform .2s ease-in;
    -o-transition: -o-transform .2s ease-in;
    transition: transform .2s ease-in;
}
	
	
	
	.scienceImg {
    width: 98%;
    margin: 40px auto 0px auto;
    background-color: rgb(28, 62, 141);
    display: block;
    padding: 40px 10px;
    border-radius: 4px;
}
	
	#mito h1 {
    color: white;
    font-weight: 700;
    font-size: 35px;
    line-height: 50px;
    margin: 0;
}
}