/* CSS Document */
.toggle,
[id^=drop] {
	display: none;
}
.menu-body{position: relative;right:0;left:0;z-index:111;background:rgba(154,9,12,1);min-height:120px;border-bottom:3px solid #ffc539;-webkit-box-shadow:0px 19px 10px -15px rgba(0,0,0,0.25);-moz-box-shadow:0px 19px 10px -15px rgba(0,0,0,0.25);box-shadow:0px 19px 10px -15px rgba(0,0,0,0.25);}
.menu-top-bar{background:#fff;min-height:75px;}
.school-name{position:relative;left:30%;display:inline-block;}
.school-name h2{font-size:24px;color:#9a090c;margin:12px 0 8px;}
.school-name h3{font-size:15px;margin:10px 0 0 0;color:#262223;}
/* Giving a background-color to the nav container. */
nav{margin:0;position:relative;padding:0;z-index:1111;}

#british-logo{display:block;float:right;position:absolute;top:0;right:0;}

#logo{display:block;padding:6px;float:left;font-size:20px;position:absolute;line-height:60px;background:rgba(255,255,255,1);-webkit-box-shadow: 0px 0px 26px -4px rgba(0,0,0,0.75);-moz-box-shadow: 0px 0px 26px -4px rgba(0,0,0,0.75);box-shadow: 0px 0px 26px -4px rgba(0,0,0,0.75);border-radius:70px 70px 70px 70px;}#logo a{padding:0;background:none;margin:0;}
/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */
nav:after {
	content:"";
	display:table;
	clear:both;
}
/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */
nav ul {
	float: right;top:0px;
	padding:0;
	margin:0;
	list-style: none;
	position: relative;
	}
/* Positioning the navigation items inline */
nav ul li {
	margin: 0px;
	display:inline-block;
	float: left; text-transform:uppercase;
	}
/* Styling the links */
nav a {
	display:block;
	padding:13px 10px;margin-right:2px;
	color:#fcf8e3;
	font-size:12px;
	font-weight: 600;
	text-decoration:none;
}
nav a.last{margin:0;}
nav ul li ul li:hover {color:#000000;}
/* Background color change on Hover */
nav a:hover{color:#003366;background:#ffc539;}nav a.active {color:#fff;background:#d71e1f;}
/* Hide Dropdowns by Default
 * and giving it a position of absolute */
nav ul ul {
	display: none;
	position: absolute; background:rgba(255,255,255,0.9);
	/* has to be the same number as the "line-height" of "nav a" */
	top:43px;padding:5px 15px 15px 15px;-webkit-box-shadow: 0px 20px 20px -16px rgba(0,0,0,0.35);-moz-box-shadow: 0px 20px 20px -16px rgba(0,0,0,0.35);box-shadow: 0px 20px 20px -16px rgba(0,0,0,0.35);
}
/* Display Dropdowns on Hover */
nav ul li:hover > ul {display:inherit;}
/* Fisrt Tier Dropdown */
nav ul ul li {width:200px;float:none;text-transform:none;display:list-item;position:relative;}
nav ul ul li a{padding:10px 10px 10px 0px;color:#433b35;border-bottom:1px solid #433b35;font-size: 13px;}
nav ul ul li a:hover{color:#d71e1f;border-bottom:1px solid #d71e1f;background:none;}
/* Second, Third and more Tiers
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/
nav ul ul ul li {
	position: relative;
	top:-60px;
	/* has to be the same number as the "width" of "nav ul ul li" */
	left:170px;
}
/* Change ' +' in order to change the Dropdown symbol */
li > a:after { content:  ' +'; }
li > a:only-child:after { content: ''; }
.navbar-nav{margin-top:10px;float:right;position:relative;right:0;}
.navbar-nav>li>a{margin:0;color:#003366;font-size:13px;text-transform:none;padding:0px 8px;border-right:solid 1px #64462C;}.navbar-nav li a.last {border-right:none;}
.navbar-nav>li>a:focus, .navbar-nav>li>a:hover{background:none;color:#9a090c;}

.inner-top-content ul{list-style:none;margin:0;padding:0;}.inner-top-content ul li{padding-bottom:5px;}.inner-top-content ul li i{font-size:12px;padding-right:5px;}
.admission-link{position:absolute;top:0;right:0;}.admission-link a{background:#ffc539;color:#262223;padding:6px 30px 4px 30px;text-transform:uppercase;border-radius:0px 0px 20px 20px;font-size:13px;}.admission-link a i{padding-right:4px;}.admission-link a:hover{background:#9a090c;color:#fff;}
.prospectus-link{position:absolute;top:0;right:32%;}.prospectus-link a{background:#ffc539;color:#262223;padding:6px 30px 4px 30px;text-transform:uppercase;border-radius:0px 0px 20px 20px;font-size:13px;}.prospectus-link a i{padding-right:4px;}.prospectus-link a:hover{background:#9a090c;color:#fff;}

/* animated header */
.top-menu.tiny {bottom:auto;top:0;position:fixed;}.top-menu.tiny #logo a{width:100%;}.top-menu.tiny nav ul{}
.top-menu.tiny{background:rgba(154,9,12,0.8) !important;}.top-menu.tiny nav ul ul{top:40px;}
.top-menu.tiny .school-name,.top-menu.tiny .topmenu-collapse,.top-menu.tiny .admission-link,.top-menu.tiny .prospectus-link{ display: none !important;}
.top-menu.tiny .menu-top-bar{min-height: 0 !important;}
.top-menu.tiny{min-height: 48px !important;}
.top-menu.tiny #logo{ width: 20%;}

/* Media Queries
--------------------------------------------- */
@media all and (max-width : 768px) {
.navbar-header{display:none;}#british-logo{right:75%;left:0;top:13px;float:left;display:none !important;}.menu-top-bar .container{padding:0;}.menu-body{position:relative;padding-bottom:5px;}#logo{display:block;padding:5px;text-align:center;float:left;width:30%;z-index:99;position:relative;}nav{margin:0;}.school-name{float:left;width:70%;left:0;padding-left:20px;}.school-name h2{text-align:left;font-size:18px;}.school-name h3{text-align:left;font-size:13px; margin-top:5px;}.navbar-toggle{background:#CCC;}
	nav a{background:rgba(255,255,255,0.8);margin-bottom:5px;}
	/* Hide the navigation menu by default */
	/* Also hide the  */
	.toggle + a,
	.menu{display:none;}nav a{color:#075c9f;text-align:center;}
nav ul ul{ margin:0; padding:0;}nav ul ul li a{ background:#fff; padding-left:20px;}
	/* Stylinf the toggle lable */
	.toggle-btn{float:right;background:#fff !important;}.toggle-btn:hover{background:#003d6d !important;color:#fff !important;}
	.toggle {
		text-align: center;
    background: /*rgba(255,255,255,0.9)*/#ebcece;
    padding: 14px 20px;
    color: #075c9f;
    font-size: 17px;
    text-decoration: none;
    border: none;
    /* margin-top: 10px; */
    display: block;
    padding: 13px 10px;
    margin-right: 2px;
    color: #078abc;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
	}
	.toggle:hover {
		background:#fcf8e3;color:#d71e1f;cursor:pointer;}
	/* Display Dropdown when clicked on Parent Lable */
	[id^=drop]:checked + ul {
		display: block;
	}
	/* Change menu item's width to 100% */
	nav ul li {
		display: block;
		width: 100%;
		}

	nav ul ul .toggle,
	nav ul ul a {
		padding: 0 40px;
	}
	nav ul ul ul a {
		padding: 0 80px;
	}
	nav a:hover,
 	nav ul ul ul a {
		background-color: #fff; color:#d71e1f;
	}
	nav ul li ul li .toggle,
	nav ul ul a,
  nav ul ul ul a{
		padding:14px 20px;
		color:#FFF;
		font-size:17px;
	}
	nav ul li ul li .toggle,
	nav ul ul a {
		background-color: #212121;
	}
	/* Hide Dropdowns by Default */
	nav ul ul {
		float: none;
		position:static;
		color: #ffffff;
		/* has to be the same number as the "line-height" of "nav a" */
	}
	/* Hide menus on hover */
	nav ul ul li:hover > ul,
	nav ul li:hover > ul {
		display: none;
	}
	/* Fisrt Tier Dropdown */
	nav ul ul li {
		display: block;
		width: 100%;
	}
	nav ul ul ul li {
		position: static;
		/* has to be the same number as the "width" of "nav ul ul li" */
	}
}
@media all and (max-width : 330px) {
	nav ul li {
		display:block;
		width: 94%;
	}
}
