/* CSS Document */
.toggle,
[id^=drop] {
	display: none;
}
.menu-body{position:fixed;right:0;left:0;z-index:111;    background: rgba(255, 255, 255, 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: #d8dbc6;
    min-height: 35px;}
.school-name{position:relative;left:34%;display:inline-block; padding-top:9px}
.school-name h2{font-size: 22px;
    text-transform: uppercase;
    color: #a31621;
    font-family: 'robot';
   margin: 0px 0 5px 4px}.school-name h3{font-family:'robot';font-size:15px;margin:10px 0 0 0;color:#003366;}
/* 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;
	z-index: 100;
    margin-top: -5px;
    /* padding: 6px; */
    float: left;
    /* font-size: 20px; */
    position: absolute;
    line-height: 60px;
    /* background: rgba(255,255,255,0.95); */
    /* -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-bottom: 3px solid #ffc539; */}
	#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;
	z-index: 100;
	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: 12px 10px;
    margin-right: 2px;
    color: #a31621;
    font-size: 14px;
    text-decoration: none;
    font-family: 'robot';
}
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:44px;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;}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;font-family:'robot';}.navbar-nav li a.last {border-right:none;}
.navbar-nav>li>a:focus, .navbar-nav>li>a:hover{background:none;color:#a31621;}

/* 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: 71%;
    z-index: 99;}nav{margin:0;}.school-name{float:left;width:100%;left:0;padding-top: 5px !important;}.school-name h2{text-align:center;font-size:17px;}.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 {
		display: block;
    text-align: center;
    background: /*rgba(255,255,255,0.9)*/#fcf8e3;
    padding: 20px 20px;
    color: #075c9f;
    font-weight: normal;
    font-size: 15px;
    text-decoration: none;
    border: none;
    margin-top: -8px;
	}
	.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%;
	}
}