div#MapCanvas.MarginBottom25px > div.gm-style > div > div h1
{
		/* This is the title of the click on address on the whereweare map*/
		color:black;
		font-size:1.4em;
		font-weight:900;
}

div#MapCanvas.MarginBottom25px > div.gm-style > div > div
{
		/* This is the text of the click on address on the whereweare map*/
		color:black;
		font-size:1em;
}
div#WhereWeAreColumnA
{
	width:48%;
	float:Left;
	margin-right:2%
}

div#WhereWeAreColumnB
{
	width:48%;
	float:right;
}

div#WhereWeAreColumnB img.WhereWeAreColumnBTopImage
{
	width:100%;
	height:auto;
	float:left;
	margin-top:10px;
}

div#DirectoryMapContainer
{
/*
	background-color:red;
*/
	background-color:#111111;
}

#MapCanvas
{
	width:100%;
	display:block;
	min-height:400px;
}

form#WhereWeAreForm.WhereWeAreForm > fieldset.SelectDestinationGroup > input
{
    margin-left:1%;
    margin-right:1%;
}

div#WhereWeAreColumnA h3
{
	display:block;
	margin:5px 0 5px 0;
	font-weight:900;
	color:black;
}

@media screen and (max-width: 768px) 
{
	div#WhereWeAreColumnB,
	div#WhereWeAreColumnA
	{
		width:100%;
		margin:inherit;
		padding:inherit;
	}
}	

p#AdminDynamicCSSAlert
{
         display:none;
}
