
/* FONTS */
html,body,p,li,td { font-family: 'Open Sans', sans-serif; font-size: 16px; }

p,li,td { line-height: 1.5; }
p { margin-bottom: 1rem; }
td p { margin-bottom: 0; }

h1,h2,h3,h4,h5 { font-family: 'Roboto Condensed', sans-serif; margin-bottom: 1rem; color: #0079bc; }

h1 { font-size: 42px; }
h2 { font-size: 30px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }


.bg-primary {
	background-color: #052264 !important;
	color: #fff;
}
.bg-primary h2,
.bg-primary h3,
.bg-primary h4,
.bg-primary p,
.bg-primary a,
.bg-primary li {
	color: #fff;
}
.footer-stripes {
	font-size: 0;
	display: flex;
}
.footer-stripes .light {
	height: 10px;
	background-color: #FDB900;
	width:33.3%;
}
.footer-stripes .dark {
	height: 10px;
	background-color: #0079bc;
	width:33.3%;
}
.footer-copyright {
	font-size: 14px;
}
.footer-copyright a {
	color: #0079bc;
	text-decoration: none;
}
.icon-button {
	border: 0px solid #ccc;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	-webkit-box-shadow: 0 0 0 0 #B3B3B3;
	box-shadow: 0 0 0 0 #B3B3B3;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
.icon-button:hover {
	-webkit-box-shadow: 0 0 8px 0 #B3B3B3;
	box-shadow: 0 0 8px 0 #B3B3B3;
	background-color: rgba(150,150,150,0.1);
}

/* HEADER */
.fixed-header {
	position: absolute;
	top:0;
	left:0;
	right:0;
	height: 120px;
	background-color: #052264;
	z-index: 9;
}
@media (min-width: 768px) {
	.fixed-header {
		position: fixed;
		top:0;
		left:0;
		right:0;
		height: 120px;
		background-color: #052264;
		z-index: 9;
	}
}
.fixed-header .header-logo {
	padding: 5px;
}
.fixed-header .header-logo .logo {
	display: block;
	width: 310px;
	height: 96px;
	background-image: url('/portals/0/logo-w.png');
	background-size: contain;
	background-repeat: no-repeat;
	margin-top: 10px;
}
@media (min-width: 768px) {
	.fixed-header .header-logo .logo {
		width: 388px;
		height: 120px;
		margin-top: 0;
	}	
}
.page-root-baconscollegesixthform .fixed-header .header-logo .logo {
	display: block;
	width: 329px;
	height: 63px;
	background-image: url('/portals/0/logo-sf-w.png');
	background-size: contain;
	background-repeat: no-repeat;
	margin-top: 20px;
}
@media (min-width: 768px) {
	.page-root-baconscollegesixthform .fixed-header .header-logo .logo {
		width: 470px;
		height: 90px;
		margin-top: 10px;
	}
}

.fixed-header #google_translate_element {
	position: absolute;
	top: 5px;
	right: 100px;
	z-index: 3;
	display: inline-block;
}
.fixed-header .header-buttons {
	position: absolute;
	top: 50px;
	right: 100px;
	z-index: 4;
}
.fixed-header .header-buttons .header-button {
	padding: 5px 40px;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 8px;
	margin-left: 20px;
	text-decoration: none;
	font-size: 14px;
	-webkit-box-shadow: 0 0 0 0 #B3B3B3;
	box-shadow: 0 0 0 0 #B3B3B3;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
.fixed-header .header-buttons .header-button:hover {
	-webkit-box-shadow: 0 0 8px 0 #fff;
	box-shadow: 0 0 8px 0 #fff;
	background-color: rgba(255,255,255,0.2);
}
.fixed-header .header-icons {
	display: none;
}
.fixed-header .header-icons a {
	color: #0079bc;
}
.personabar-visible .fixed-header .header-icons {
	display: none;
}

@media (min-width: 768px) {
	.fixed-header .header-icons {
		display: block;
		position: absolute;
		top: 160px;
		right: 0;
		width: 40px;
		z-index: 10;
		background-color: #ececec;
	}
}

.header-padding {
	position: relative;
	height: 120px;
}

main {
	min-height: 700px;
}

/* MENU OVERRIDES */
.menu-toggle {
	position: absolute;
    right: 0;
    top: 30px;
    background-color: #0079bc;
    height: 65px;
	-webkit-transition: background 500ms ease-in-out;
	-moz-transition: background 500ms ease-in-out;
	-ms-transition: background 500ms ease-in-out;
	-o-transition: background 500ms ease-in-out;
	transition: background 500ms ease-in-out;
}
.menu-toggle:hover {
	background-color: #052264;
}

.menu-toggle span {
	background-color: #fff;
	height: 2px;
}

.stellarnav li a.depth_1 {
    padding-left: 20px;
	border-bottom: 1px solid #fff;
}

.stellarnav .menu-toggle span.bars span {
    display: block;
    width: 20px;
    background: #fff;
    margin: 0 0 5px;
}

.stellarnav .menu-toggle span.bars {
    margin-right: 0px;
    position: relative;
    top: 10px;
}

.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {
    z-index: 999;
}

.stellarnav.mobile > ul > li > a {
    min-height: 48px;
    border-bottom: 1px solid #fff;
}

/* BREADCRUMB */
.breadcrumb {
	border-bottom: 1px solid #ccc;
}
.breadcrumb a { 
	font-size: 14px;
	font-weight: 400;
	color: #0079bc;
	-webkit-transition: color 500ms ease-in-out;
-moz-transition: color 500ms ease-in-out;
-ms-transition: color 500ms ease-in-out;
-o-transition: color 500ms ease-in-out;
transition: color 500ms ease-in-out;
	display: inline-block;
	padding: 2px;
	padding-right: 10px;
	text-decoration: none;
}
.breadcrumb a:hover {
	color: #0079bc;
}
.breadcrumb a:before {
	display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    content: "\f054";
	margin-right: 10px;
}
@media (min-width: 768px) {
	.breadcrumb a { 
		padding: 10px;
		padding-right: 20px;
	}
}

/* SUBPAGE MENU */
.subpage-menu {
	border: 1px solid #ccc;
	border-radius: 8px;
	margin-bottom: 30px;
	background-image: linear-gradient(#ececec,#ffffff);
	padding-bottom: 20px;
}
.subpage-menu h2 {
	padding: 20px;
	padding-bottom: 0;
}
.subpage-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.subpage-menu ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.subpage-menu ul li a {
	padding: 5px 20px;
	
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	background-color: transparent;
	display: block;
	text-decoration: none;
	color: #052264;
	position: relative;
	border-radius: 5px;
}
.subpage-menu ul li a:after {
	display: block;
	position: absolute;
	right: 20px;
	top: 5px;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    content: "\f178";
}
.subpage-menu ul li a:hover {
	background-color: #0079bc;
	color: #fff;
}

.white {
	color: #fff;
}
.gold {
	color: #FDB900;
}

/* CONTENT */
.bacons-message {
	position: absolute;
	bottom: 0;
	left:0;
	right:0;
	z-index:9;
	font-size: 0;
	background-image: linear-gradient(rgba(0,121,188,0),rgba(0,121,188,0.8));
	padding-bottom: 30px;
	text-align: center;
}
.bacons-message .bm-left {
	display: block;
	width:auto;
	text-align: center;
}
.bacons-message .bm-left > div {
	font-size: 40px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	line-height: 0.9;
	margin: 0;
}
.bacons-message .bm-right {
	display: inline-block;
	width: auto;
	padding-left: 10px;
}
.bacons-message .bm-right > p {
	font-size: 20px;
	line-height: 1.4;
	margin: 0;
}

@media (min-width: 768px) {
	.bacons-message .bm-left {
		display: inline-block;
		text-align: right;
		padding-right: 10px;
	}
	.bacons-message .bm-left > div {
		font-size: 80px;
		font-family: 'Roboto Condensed', sans-serif;
		font-weight: 700;
		line-height: 0.9;
		margin: 0;
	}			
}

/* QUICK LINKS MENU */
.quicklinksmenu {
	background-color: #FDB900;
	color: #fff;
	padding: 10px 50px;
	position: fixed;
	top: 35%;
	left: 0;
	z-index: 9999;
	font-size: 14px;
	font-weight: 400;
	transform: rotate(90deg); /* translate(100%, 0); */
	transform-origin: left bottom;
	-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-ms-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
text-decoration: none;
-webkit-box-shadow: 0 0 0px 0 #FDB900;
box-shadow: 0 0 0px 0 #FDB900;
-webkit-border-radius: 8px 8px 0 0;
border-radius: 8px 8px 0 0;
}
.quicklinksmenu:hover {
	background-color: #052264;
	text-decoration: none;
	color:#fff;
	-webkit-box-shadow: 0 0 20px 0 #FDB900;
	box-shadow: 0 0 20px 0 #FDB900;
}