@charset "UTF-8";
/* CSS Document */

/* ADDITONAL CSS BY G DAVIES */

body.LGVG {
	background-color: #FFF;
}

/* FOR TOP MASTHEAD BACK BIT */

.microsite .masthead .mast {
	background: #333333;
	background-color: #333333;
	border-bottom: none!important;
	/* BOX SHADOW */
	-webkit-box-shadow: 0px 12px 18px -7px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 12px 18px -7px rgba(0,0,0,0.5);
	box-shadow: 0px 12px 18px -7px rgba(0,0,0,0.5);
}

.microsite .masthead .mast .micrositeBack a {
	color:#FFF;
}

span.assistive, span.assistive a:hover {
	color:#FFF;
}

.microsite .masthead .menuToggle .toggleIcon a span {
	color:#222;
}
.microsite.showMenu .masthead .menuToggle .toggleIcon a span {
	color:#222;
}

/* FOR MASTHEAD SECTION */

/* BACKGROUND OF MASTHEAD CONTAINER SECTION */
.micrositeMastLogo.container {
	background-image: url("../jpg/london-5297395-72dpi-scaled.jpg");
	background-color: #EEE;
	background-position: center; /* Center the image on the page */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
	/* height: 800px;  You must set a specified height */
	padding-bottom:0!important;
	margin-bottom:0;
}

#LGVG-logo-container {
	align-content: center;
	/* border: 1px solid #F00; */
	max-width: 600px;
	padding: 100px 0;
	margin: 0 auto;
	text-align: center;
}

img.LGVG-Logo {
	align-content: center;
	color: #FFF;
	/* display: inline-block; */
	height: auto;
	margin: 0 auto;
	width: 480px;
}

.microsite .masthead .mast .mastControls {
    width: auto;
}

/* BACKGROUND OF MAIN NAV BAR */
.desktopNavigation {
	background: #4f5f86;
	/* BOX SHADOW */
	-webkit-box-shadow: 0px -12px 18px -7px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px -12px 18px -7px rgba(0,0,0,0.5);
	box-shadow: 0px -12px 18px -7px rgba(0,0,0,0.5);
}

/* FOR PINK BUTTON */

a.button-pink {
	color: #fff;
}

.button-pink {
	cursor: pointer;
	display: inline-block;
	padding: 7px 16px;
}

.button-pink {
	border: 0;
	border-radius: 5px;
	font-size: .889rem;
	font-weight: 700;
	font-family: PT Sans,sans-serif;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	background-color: #cc1e2a;
	transition: background-color .25s ease-in;
}

/* FOR FOOTER */

		#footer {
			background-color: #4f5f86;
			color: #FFF;
		}
		
		.footer .footerTopNavPageText {
			background-color: #4f5f86;
			border-bottom: 1px solid #FFF;
			padding-bottom: 0;
		}
		
		.awards-footer {
			background-color: #4f5f86;
			color: #FFF;
			font-family: PT Sans,sans-serif;
			font-size: 16px!important;
			font-weight: 700;
			padding: 0 10px;
			overflow: hidden;
			text-transform: uppercase;
		}
		
		.awards-footer a {
			color: #FFF;
			text-decoration: none;
		}
		
		.awards-footer a:hover {
			opacity: 0.8;
			text-decoration: underline;
		}
		
		.awards-footer a:active {
			color: #FF0;
		}
		
		.footercol1 {
			display: table;
			margin: 0 auto;
		}
		
		.footercol1 ul li {
			list-style: none;
			display: inline;
			font-size: 16px;
			margin:0;
			padding-left: 0;
		}
		
		.footercol1 li {
			padding-bottom: 10px;
			padding-left: 0;
		}
		
		li.last {
			font-weight:300;
		}
		
		.footercol1 ul li a:current {
			color: #FF0;
		}
		
		.footer .footerSocial {
			border-top:none;
		}
		
		.footer .webvision {
			color: #FFF;
		}
		
		.footer .webvision a {
			color: #FFF;
		}


/* MEDIA QUERIES */

@media only screen and (max-width : 1020px) {
/* Styles */

#LGVG-logo-container {
	/* float:left; */
	max-width: 600px;
	padding: 60px 0;
}


}

@media only screen and (max-width: 769px) {
/* Styles */

	#LGVG-logo-container {
		float:none;
		max-width: 100%;
		padding: 40px 0;
		text-align: center;
	}
	
	img.LGVG-Logo {
		margin: 0 auto;
		width: 400px!important;
	}
	
	/* FOR FOOTER */
	
			.awards-footer {
				padding: 40px 10px 0 10px;
			}
			
			.footercol1, .footercol2, .footercol3 {
				width: 100%;
			}

}

@media only screen and (max-width: 414px) {
/* Styles */
	img.LGVG-Logo {
		width: 300px!important;
	}
}