* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	color: inherit;
}
html, body {
	background: white;
	color: #5b5b5d;
}

html {
	font-size: 19px;
	overflow-x: hidden;
	overflow-y: scroll;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 1000px) {
	html { font-size: 17px; }
}
@media screen and (max-width: 600px) {
	html { font-size: 15px; }
}
@media screen and (max-width: 400px) {
	html { font-size: 14px; }
}
body {
	font-family: 'Roboto', Arial, sans-serif;
	font-weight: normal;
	line-height: 1.3;
	width: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 100%;	
}
#alert {
	position: relative;
	z-index: 2;
}
#alert.vertical-padding {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.flyout-expanded #alert {
	display: none;
}
#navigation {
	color: white;
	align-items: center;
	position: sticky;
	top: 0;
	z-index: 2;
}
#navigation::before,
#navigation .transparent-background {
	position: absolute;
	inset: 0;
	background-color: #0055a3;
	background: linear-gradient(#0055a3, #0080c7);
	z-index: -1;
}
#navigation::before {
	content: ' ';
	display: block;
	transition: opacity 0.5s 0.5s;
	opacity: 1;
}
#navigation .transparent-background {
	z-index: -2;
}
.flyout-expanded #navigation::before,
.flyout-expanded #navigation .transparent-background {
	opacity: 0;
}
.flyout-expanded #navigation .transparent-background[style] {
	transition: opacity 0.5s;
	opacity: 0 !important;
}
#navigation.transparent::before,
#navigation.transparent #header_logo {
	opacity: 0;
}
#banner {
	display: flex;
	flex-direction: column;
}
#banner .banner-content {
	margin-top: auto;
	margin-bottom: auto;
}
#banner.full-height {
	min-height: 100vh;
	min-height: calc(100vh - 6rem);
}
#navigation.transparent + #banner,
#navigation.transparent + #flyout + #banner {
	margin-top: -6rem;
}
#navigation.transparent + #banner.full-height,
#navigation.transparent + #flyout + #banner.full-height {
	min-height: 100vh;
}
#navigation.transparent + #flyout {
	top: -100%;
}
#navigation.vertical-padding {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
#navigation > div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 4rem;
}
#menu_toggle, #contact_link {
	width: 2rem;
	display: none;
}
#header_logo a,
#contact_link a {
	display: inline-block;
	vertical-align: middle;
}
#header_logo img {
	display: block;
	height: 4rem;
}
#contact_link {
	text-align: right;
}
#contact_link img {
	display: block;
	height: 2rem;
}
#main_menu {
	display: block;
	list-style: none;
	margin: 1rem;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 900;
}
#main_menu li {
	display: inline-block;
}
#main_menu li:not(:last-child) {
	margin-right: 1em;
}
#main_menu a {
	color: inherit;
	text-decoration: inherit;
	white-space: nowrap;
}

.animated-hamburger {
	background: url('../images/icons/white/menu-hamburger.svg') no-repeat scroll center left;
	background-size: 100%;
	cursor: pointer;
	display: block;
	width: 2rem;
	height: 2rem;
	z-index: 2;
}

.flyout-expanded .animated-hamburger {
	background-image: url('../images/icons/white/menu-close.svg');
}
#flyout {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	overflow: auto;
	padding-top: 6rem;
	box-sizing: border-box;
	background-color: #0080c7;
	background: linear-gradient(#0080c7, #0055a3);
	z-index: 1;
	top: -100%;
	top: calc(6rem - 100%);
	transition: top 0.5s;
	color: white;
}
#flyout.horizontal-padding > .limited-width {
	padding-left: 3rem;
}
#flyout::before {
	content: '';
	display: block;
	position: absolute;
	inset: 0;
	background: #0080c7;
	z-index: -1;
	transition: opacity 0.5s 0.5s;
	opacity: 1;
}
.flyout-expanded #flyout {
	top: 0 !important;
}
.flyout-expanded #flyout::before {
	opacity: 0;
}
#flyout_menu {
	list-style: none;
	margin-left: 0;
	font-size: 2rem;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 900;
}
#flyout_menu a {
	color: inherit;
	text-decoration: inherit;
}

@media screen and (max-width: 1120px) {
	#flyout {
		display: block;
	}
	#menu_toggle, #contact_link {
		display: block;
	}
	#navigation nav {
		display: none;
	}
}

#navigation .limited-width,
#footer .limited-width,
#flyout .limited-width {
	max-width: 60rem;
}
#footer {
	margin-top: auto;
	background-color: #161c4a;
	background: linear-gradient(#161c4a, #04060f);
	color: white;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 900;
}
#footer_sponsor_logos {

}
#footer_sponsor_logos a,
#footer_sponsor_logos img {
	display: inline-block;
	vertical-align: middle;
}
#footer_sponsor_logos img {
	max-width: 8rem;
	max-height: 4rem;
	margin: 1rem;
}
#footer_icons {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
#footer_logo, #footer_england_football {
	width: 10rem;
}
#footer_logo {
	text-align: left;
}
#footer_follow h2,
#flyout_follow h2 {
	color: inherit;
}
#footer_follow a {
	margin: 0 0.6em;
}
#flyout_follow a + a {
	margin-left: 1rem;
}
#footer_england_football {
	text-align: right;
}

@media screen and (max-width: 800px) {
	#footer_icons > * {
		width: 100%;
		text-align: center;
		margin: 1rem auto;
	}
	#footer_icons.vertical-padding {
		padding-top: 0;
		padding-bottom: 0;
	}
	#footer_follow {
		order: -1;
	}
}

#footer_navigation p {
	display: inline;
}
#footer_navigation p + p::before {
	content: ' | ';
}
#footer_links a {
	color: inherit;
	text-decoration: inherit;
}
@media screen and (max-width: 800px) {
	#footer_navigation p {
		display: block;
	}
	#footer_navigation p + p::before {
		content: '';
	}
}

#flyout_follow,
#flyout_england_football {
	margin-top: 2rem;
}