contourhtml {
	font-family: 'Helvetica Neue', 'Helvetica', 'Roboto', Arial, sans-serif;
	font-family: 'Roboto', Arial, sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	letter-spacing: 0px;
	width: 100%;
	overflow-x: hidden;
}

header, nav, main, footer, article, section, aside {
	display: block;
}

body {
	padding-top: 0px;
	padding-bottom: 20px;
	font-family: 'Helvetica Neue', 'Helvetica', 'Roboto', Arial, sans-serif;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 1.6em;
	width: 100%;
	overflow-x: hidden;
}

.betalogo {
	position: fixed;
	bottom: 0;
	left: 0;
}

/* Set padding to keep content from hitting the edges */
.body-content {
	margin-top: 0;
	padding-top: 0;
}

s *:focus {
	outline: none;
}




h1 {
}

h2 {
	padding: 0;
	padding-bottom: 20px;
	margin: 0;
	font-size: 2em;
	font-weight: 600;
	line-height: 1.6em;
	color: #005192;
}

h3 {
	padding: 0;
	padding-bottom: 20px;
	margin: 0;
	font-size: 1.5em;
	font-weight: 600;
	line-height: 1.5em;
	color: #005192;
}

h4 {
	padding: 0;
	padding-top: 15px;
	padding-bottom: 20px;
	margin: 0;
	font-size: 1em;
	font-weight: 600;
	color: #005192;
	line-height: 1em;
}

.standardMenu h5 {
	padding-bottom: 5px;
}





p {
	color: #005192;
	line-height: 1.6em;
}

li {
	color: #005192;
	line-height: 1.6em;
}



/* Corporate colours */
.bgBlue {
	background-color: #005192;
	color: #FFF;
}

.bgOrange {
	background-color: #AA4E0F;
	color: #FFF;
}

.bgYellow {
	background-color: #006871;
	color: #005192;
}

.bgGreen {
	background-color: #006871;
	color: #FFF;
}

.txtBlue {
	color: #005192;
}

.txtOrange {
	color: #F26C11;
}

.txtYellow {
	color: #ffbf2a;
}

.txtWhite {
	color: #FFF;
}

.txtGreen {
	color: #006871;
}




.visuallyhidden {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}



.navbar {
	margin-bottom: 5px;
}

	.navbar .topHeader {
		padding-top: 20px;
	}

.topHeader .BMDClogo {
	float: left;
	width: 318px;
	background-image: url(./images/logoBMDC.png);
	height: 88px;
	background-repeat: no-repeat;
	display: block;
	min-height: 100%;
}

	.topHeader .BMDClogo img {
		max-width: 318px;
	}










.sprite {
	background-image: url(./images/spritesheet.png);
	background-repeat: no-repeat;
	display: block;
}

.sprite-buttonHome {
	width: 24px;
	height: 17px;
	background-position: -5px -5px;
}


footer .topFooter .smLogo img {
	filter: alpha(opacity=60);
	margin: 10px;
	opacity: 0.90;
	width: 60px;
	height: 60px;
}

	footer .topFooter .smLogo img:hover {
		filter: alpha(opacity=100);
		opacity: 1;
	}


.sprite-logoMediumFacebook {
	width: 60px;
	height: 60px;
	background-position: -39px -5px;
}

.sprite-logoMediumInstagram {
	width: 60px;
	height: 60px;
	background-position: -5px -75px;
}

.sprite-logoMediumStayConnected {
	width: 60px;
	height: 60px;
	background-position: -75px -75px;
}

.sprite-logoMediumTwitter {
	width: 60px;
	height: 60px;
	background-position: -109px -5px;
}

.sprite-logoMediumYoutube {
	width: 60px;
	height: 60px;
	background-position: -145px -75px;
}

.sprite-logoSmallFacebook {
	width: 22px;
	height: 22px;
	background-position: -179px -5px;
}

.sprite-logoSmallTwitter {
	width: 22px;
	height: 22px;
	background-position: -211px -5px;
}

.sprite-logoSmallYoutube {
	width: 22px;
	height: 22px;
	background-position: -5px -37px;
}






















.loginHeader {
	float: left;
	padding-left: 20px;
	background-color: #006871;
	width: 100%;
	margin-bottom: 10px;
	color: #FFF;
}

	.loginHeader p {
		float: left;
		margin-top: 9px;
		max-width: 75%;
		color: #FFF;
	}

	.loginHeader button {
		display: block;
		padding: 10px 10px;
		background: #aa4e0f;
		padding: 10px;
		text-align: center;
		color: white;
		font-weight: bold;
		border: 0;
		float: right;
		margin-top: 0;
		height: 44px;
	}

		.loginHeader button:hover {
			text-decoration: underline;
		}

#loginModel_Username {
	border: 1px solid #ccc;
}

#loginModel_Password {
	border: 1px solid #ccc;
}




.topHeader .topRightHeader {
	float: right;
}

	.topHeader .topRightHeader .accessibility {
		float: right;
	}

		.topHeader .topRightHeader .accessibility > div {
			float: left;
			padding-left: 20px;
		}


.resizer {
	list-style: none;
	margin: 0;
	margin-top: 3px;
	padding: 0;
}

	.resizer li {
		float: left;
		padding-left: 4px;
	}

		.resizer li a {
			color: #000;
		}

	.resizer .small {
	}

	.resizer .medium {
		font-size: 1.2em;
		line-height: 0.9em;
	}

	.resizer .large {
		font-size: 1.4em;
		line-height: 0.8em;
	}


.topHeader .smallLogos div {
	float: left;
	padding-left: 5px;
}


.topHeader .topRightHeader .search {
	clear: both;
	height: 48px;
	padding-left: 20px;
	padding-top: 10px;
}



	.topHeader .topRightHeader .search input[type=text] {
		font-size: 1.6em;
		padding: 4px 8px;
		margin: 0;
		height: 48px;
		border: 1px solid #ccc;
		border-right: none;
		font-weight: 100;
		vertical-align: bottom;
		width: 290px;
	}


		.topHeader .topRightHeader .search input[type=text]:focus,
		.topHeader .topRightHeader .search input[type=text]:active,
		.topHeader .topRightHeader .search input[type=text]:active,
		.topHeader .topRightHeader .search input[type=text]:focus {
			border-color: black;
			border-style: solid;
			background: #fcfcca;
		}

	.topHeader .topRightHeader .search input[type=submit] {
		font-size: 1.6em;
		padding: 0px;
		border: none;
		margin: 0;
		height: 48px;
		width: 60px;
		background-color: #006871;
		background-image: url(./images/buttonSearchLarge.png);
		background-repeat: no-repeat;
		background-position: center;
		vertical-align: bottom;
		color: transparent;
	}

		.topHeader .topRightHeader .search input[type=submit]:focus,
		.topHeader .topRightHeader .search input[type=submit]:active,
		.topHeader .topRightHeader .search input[type=submit]:active,
		.topHeader .topRightHeader .search input[type=submit]:focus {
			border-color: black;
			border-style: solid;
			background-color: #005192;
		}


.importantMessage {
	background-image: url(./images/symbolExclamation.png);
	background-repeat: no-repeat;
	background-position: 10px 0px;
	background-color: #C2540A;
	padding: 5px 20px 5px 60px;
	margin-bottom: 5px;
	font-size: 2em;
	font-weight: 600;
	color: #FFF;
}

	.importantMessage p {
		font-size: 0.6em;
		font-weight: 400;
		color: #FFF;
	}

.importantMore {
	margin: 0;
	margin-left: 10px;
	padding: 0px 10px;
	border: 1px solid #FFF;
	background-color: #C2540A;
	text-decoration: none;
	color: #FFF;
	font-weight: 500;
	font-size: 1.2em;
}

.importantMessage a:hover {
	color: #FFF;
	background-color: #dc7320;
}

.warnLevelRed {
	background-color: #E00000;
	color: #FFF;
}

.warnLevelAmber {
	background-color: #C2540A;
}

.warnLevelGreen {
	background-color: #49820D;
}

.warnLevelAmber, .warnLevelGreen {
	padding: 0px 20px 0px 60px;
	font-size: 1.4em;
	background-size: 20px;
}

	.warnLevelAmber p, .warnLevelGreen p {
		font-size: 0.8em;
	}


@media (max-width: 768px) {
	.importantMessage {
		margin-bottom: 5px;
		font-size: 1.6em;
		padding: 2px 20px 2px 60px;
		background-size: 20px;
	}

	.warnLevelAmber, .warnLevelGreen {
		font-size: 1.0em;
		background-size: 15px;
	}
}




.browseAll .top {
	background-image: url(./images/logoBrowseAll.png);
	background-repeat: no-repeat;
	margin: 3px 0 0 15px;
	height: 55px;
}

.browseAll .bottom {
	height: 48px;
	background-color: #006871;
	margin: 0 0 20px 15px;
	padding-left: 15px;
}

	.browseAll .bottom a {
		display: block;
		color: #FFF;
		text-decoration: none;
		height: 100%;
	}

		.browseAll .bottom a:after {
			padding-right: 10px;
			content: ">";
			text-align: right;
			float: right;
		}


.formLinkBox {
	display: inline-block;
	margin: 20px 0 20px 0;
	padding: 20px;
	background: #006871;
	text-align: center;
	color: white !important;
	font-weight: bold;
	font-size: 20px;
}

	.formLinkBox:hover {
		background: #005192;
	}

	.formLinkBox::after {
		padding-left: 10px;
		content: ">";
		text-align: right;
		float: right;
		font-size: 30px;
	}


/*Google Translate Tooltip Overrides */
.goog-tooltip {
	display: none !important;
}

	.goog-tooltip:hover {
		display: none !important;
	}

.goog-text-highlight {
	background-color: transparent !important;
	border: none !important;
	box-shadow: none !important;
}


.contentCol #GD-form {
	background-color: #005192;
	color: #FFF;
	margin-bottom: 20px;
	font-size: 1.2em;
	font-weight: 200;
	padding: 0 15px 15px 15px;
	text-align: center;
	display: block;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}

	.contentCol #GD-form label {
		display: none;
	}

	.contentCol #GD-form input {
		color: #005192;
		border: none;
		padding: 4px;
		font-size: 1em;
		width: 70%;
		max-width: 400px;
		font-weight: 200;
		margin-right: 4px;
		height: 44px;
	}


		.contentCol #GD-form input[type=submit] {
			background-color: #eee;
			color: #444;
			border: none;
			margin-top: 20px;
			padding: 4px;
			font-size: 1em;
			font-weight: 200;
			width: auto;
		}




	.contentCol #GD-form fieldset legend {
		color: #FFF;
		font-size: 1.4em;
		font-weight: 400;
		text-align: center;
		vertical-align: bottom;
		border-bottom: none;
		padding-top: 5px;
	}


	.contentCol #GD-form fieldset ol {
		padding: 0;
	}

	.contentCol #GD-form label {
		color: #FFF;
	}

.accessibleHidden {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}


#skiptocontent a {
	padding: 6px;
	position: absolute;
	top: -40px;
	left: 0px;
	color: white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	border-bottom-right-radius: 8px;
	background: transparent;
	-webkit-transition: top 1s ease-out, background 1s linear;
	transition: top 1s ease-out, background 1s linear;
	z-index: 100;
}

	#skiptocontent a:focus {
		position: absolute;
		left: 0px;
		top: 0px;
		background: #006871;
		-webkit-transition: top .1s ease-in, background .5s linear;
		transition: top .1s ease-in, background .5s linear;
	}


#tooltip2 {
	text-align: center;
	color: #fff;
	background: #F26C11;
	position: absolute;
	z-index: 100;
	padding: 15px;
}


/* Start JIT notification styles */


.form-tooltip {
	visibility: hidden;
	height: 0;
	padding: 0 10px 0 20px;
	width: 450px;
	cursor: help;
	margin-left: 200px;
	color: #FFF;
	position: relative;
	background: #006871;
	border-radius: .4em;
	opacity: 0; /* define initial transition property */
	-webkit-transition: all 1s ease-out 0s;
	-moz-transition: all 1s ease-out 0s;
	-ms-transition: all 1s ease-out 0s;
	-o-transition: all 1s ease-out 0s;
	transition: all 1s ease-out 0s;
}

.contentCol .form-tooltip a {
	color: #FFF;
}

.form-tooltip:after {
	content: '';
	position: absolute;
	top: 1px;
	left: 90%;
	width: 0;
	height: 0;
	border: 24px solid transparent;
	border-bottom-color: #006871;
	border-top: 0;
	border-left: 0;
	margin-left: -12px;
	margin-top: -24px;
}

.form-tooltip:hover {
	visibility: visible;
}



.disabledParkingIcons tr td:first-child {
	height: 40px;
	background: url('images/disabledParkingIcon.png');
	background-size: auto 26px;
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: 2px;
	color: #FFF;
	text-align: center;
}

.disabledParkingIcons th {
	background-color: #E3EDE5;
	padding: 5px;
	vertical-align: top;
	color: #005192;
}

.parkingStarIcon ul {
	list-style-type: none;
	counter-reset: ol-counter;
}

.parkingStarIcon li {
	padding: 5px 0 0 0;
	margin: 0 0 10px 0;
	counter-increment: ol-counter;
	position: relative;
	list-style-image: none !important;
	list-style-type: none;
}

	.parkingStarIcon li::before {
		display: inline-block;
		content: counter(ol-counter);
		background: url('images/parkingStarIcon.png');
		list-style-image: none;
		left: calc(-1 * 35px - 10px);
		line-height: 35px;
		width: 35px;
		height: 35px;
		top: 0;
		text-align: center;
		color: #FFF;
	}


.govDelivery h2 {
	color: #FFF;
	font-size: 1.6em;
	/*padding-left: 10px;*/
	text-align: center;
}


.widgetTitles {
	padding: 0;
	padding-bottom: 15px;
	margin: 0;
	font-size: 1.2em;
	font-weight: 600;
	color: #005192;
}

.timeline-Widget {
	max-width: 100% !important;
}


.CroppedImage-image {
	max-width: 100% !important;
}

.twixRow {
	width: 100%;
	display: table;
	float: left;
	background-color: #f4faf8;
}

	.twixRow img {
		max-width: 100%;
	}

.twixColLeftImg {
	width: 50%;
	height: 100%;
	float: left;
	display: table-cell;
}

	.twixColLeftImg img {
		width: 100%;
		object-fit: fill;
	}

.twixColRightText {
	width: 50%;
	min-height: 100%;
	float: left;
	padding: 50px;
	display: table-cell;
}

	.twixColRightText h2 {
		color: #d92a33 !important;
		font-size: 2em !important;
	}




.twixRow:after {
	content: "";
	clear: both;
}

.twixRowImgText {
	width: 100%;
	min-height: 100px;
	display: table;
	float: left;
	background: url('images/photos/AspirationHomePage2.png');
	background-repeat: no-repeat;
	padding: 50px;
	text-align: center;
}

	.twixRowImgText p {
		color: #FFF !important;
	}

	.twixRowImgText h2 {
		color: #FFF !important;
		font-size: 1.8em !important;
	}

.twixFindOutMoreRed {
	background-color: transparent;
	border: solid rgba(217, 42, 51, 1) 1px;
	cursor: pointer !important;
	text-align: center;
	align-items: center;
	border-radius: 100px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
	width: 142px;
	padding: 5px;
	color: rgba(217, 42, 51, 1) !important;
	align-items: center;
	text-decoration: none;
}


	.twixFindOutMoreRed a {
		text-decoration: none !important;
	}



		.twixFindOutMoreRed a:visited {
			color: rgba(217, 42, 51, 1) !important;
		}


	.twixFindOutMoreRed:hover {
		background-color: rgba(217, 42, 51, 1);
		border-color: transparent;
		transition: color 0.4s ease 0s;
		color: #FFF !important;
	}


		.twixFindOutMoreRed:hover a {
			transition: color 0.4s ease 0s;
			color: #FFF !important;
		}



.twixFindOutMoreWhite {
	background-color: transparent;
	border: solid #FFF 1px;
	cursor: pointer !important;
	text-align: center;
	align-items: center;
	border-radius: 100px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
	width: 142px;
	padding: 5px;
	color: #FFF !important;
	align-items: center;
	text-decoration: none;
}


	.twixFindOutMoreWhite a {
		text-decoration: none !important;
	}



		.twixFindOutMoreWhite a:visited {
			color: #FFF !important;
		}


	.twixFindOutMoreWhite:hover {
		background-color: rgba(217, 42, 51, 1);
		border-color: transparent;
		transition: color 0.4s ease 0s;
		color: #FFF !important;
	}


		.twixFindOutMoreWhite:hover a {
			transition: color 0.4s ease 0s;
			color: #FFF !important;
		}


@media(max-width:768px) {
	.twixColLeftImg {
		width: 100%;
	}

	.twixColRightText {
		width: 100%;
		padding: 5px;
	}
}

ul.twixButtonPanes {
	padding-left: 0 !important;
}

.twixButtonPanes ul {
	padding-left: 0;
}


ul.twixButtonPanes li {
	list-style-type: none;
	list-style-image: none;
}

	ul.twixButtonPanes li a {
		display: block;
		float: left;
		width: 50%;
		height: 158px;
		padding: 20px;
		margin: 0;
		font-size: 1.5em;
		color: #FFF;
		text-decoration: none;
	}

		ul.twixButtonPanes li a:hover {
			text-decoration: underline;
		}

	ul.twixButtonPanes li span {
		font-size: 0.6em;
		font-weight: 500;
		line-height: normal;
		padding-top: 10px;
		text-overflow: ellipsis;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 5;
		-webkit-box-orient: vertical;
		max-height: 95px;
	}

.boxAddText {
	font-size: 0.8em;
}

ul.twixButtonPanes li:nth-child(3n+1) a {
	background-image: linear-gradient(#035189, #3882b7);
}

ul.twixButtonPanes li:nth-child(3n+2) a {
	background-image: linear-gradient(#c01128,#ee696f);
}

ul.twixButtonPanes li:nth-child(3n+3) a {
	background-image: linear-gradient(#417320,#6a9c49);
}

@media (max-width: 768px) {

	ul.twixButtonPanes li a {
		width: 100%;
	}
}

@media(max-width:768px) {
	.form-tooltip {
		margin-left: 0;
		width: 100% !important;
	}
}
/* End JIT notification styles */
#tooltip2:after /* triangle decoration */ {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #F26C11;
	content: '';
	position: absolute;
	left: 50%;
	bottom: -10px;
	margin-left: -10px;
}

#tooltip2.top:after {
	border-top-color: transparent;
	border-bottom: 10px solid #F26C11;
	top: -20px;
	bottom: auto;
}

#tooltip2.left:after {
	left: 10px;
	margin: 0;
}

#tooltip2.right:after {
	right: 10px;
	left: auto;
	margin: 0;
}


/* browser sniffer styles*/

.lessThanIE10Warning {
	width: 100%;
	background-color: #aa4e0f;
	padding: 10px;
	color: #FFF;
	text-align: center;
}

	.lessThanIE10Warning p {
		color: #FFF;
	}


iframe {
	border: none;
}

@media(max-width:768px) {

	.lessThanIE10Warning h1 {
		font-size: 24px;
	}

	.lessThanIE10Warning p {
		font-size: 0.9em;
	}

	.lessThanIE10Warning {
		margin-bottom: 10px;
	}
}


.explorerImg {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	width: 62px;
	height: 62px;
	text-decoration: none;
	background: url("/css/images/internetExplorerLogoRO.png");
	margin: 10px
}

	.explorerImg:hover {
		background: url("/css/images/internetExplorerLogo.png");
	}

.operaImg {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	width: 62px;
	height: 62px;
	text-decoration: none;
	background: url("/css/images/operaLogoRO.png");
	margin: 10px;
}

	.operaImg:hover {
		background: url("/css/images/operaLogo.png");
	}

.firefoxImg {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	width: 62px;
	height: 62px;
	text-decoration: none;
	background: url("/css/images/firefoxLogoRO.png");
	margin: 10px;
}

	.firefoxImg:hover {
		background: url("/css/images/firefoxLogo.png");
	}

.chromeLogoImg {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	width: 62px;
	height: 62px;
	text-decoration: none;
	background: url("/css/images/chromeLogoRO.png");
	margin: 10px;
}

	.chromeLogoImg:hover {
		background: url("/css/images/chromeLogo.png");
	}

@media (max-width: 768px) {
	.browseAll .top {
		margin: 20px 0 0 0;
	}

	.browseAll .bottom {
		margin: 0;
	}
}

.otherNav .browse {
	background-color: #005192;
	margin: 30px 0 5px 0;
	padding: 2px 10px;
	font-size: 1.2em;
	font-weight: 400;
	color: #FFF;
	border-radius: 0px 7px 0px 0px;
}


.twitterContainerMob {
	display: none;
}


.WhatsOnConMob {
	display: none;
}


@media (max-width: 768px) {
	.otherNav .browse {
		font-size: 1em;
	}
}

.otherNav .browse a {
	display: block;
	color: #bfd1e3;
	text-decoration: none;
}

.otherNav .browse span {
	display: table-cell;
	width: 100%;
}

.otherNav .browse .right {
	text-align: right;
}


.twitterContainer {
	margin-left: 15px;
}



.otherNav .atoz {
	padding: 0;
	margin: 0;
	margin-bottom: 30px;
	list-style: none;
	width: 100%;
	font-size: 0;
}

	.otherNav .atoz ul {
		padding: 0;
	}

	.otherNav .atoz li {
		display: inline-block;
		width: calc((100% - 126px)/26);
		background-color: #AA4E0F;
		text-align: center;
		margin-right: 5px;
		padding: 5px 0;
		font-size: 14px;
	}

		.otherNav .atoz li:last-of-type {
			margin-right: 0px;
		}





.bannerImageMobile {
	display: none;
}


.ui-accordion-content {
	height: auto;
}


.browseNavMob {
	display: none;
}


@media (max-width: 991px) {
	.otherNav .atoz {
		background-color: #FFF;
	}

		.otherNav .atoz li {
			display: inline-block;
			width: calc((100% - 36px)/13);
			background-color: #AA4E0F;
			text-align: center;
			margin-right: 3px;
			margin-bottom: 3px;
			padding: 4px 0;
		}

			.otherNav .atoz li:last-of-type {
				margin-right: 0px;
			}

			.otherNav .atoz li:nth-child(13) {
				margin-right: 0px;
			}
}



.otherNav .atoz li:hover {
	color: #FFF;
	background-color: #D5B076;
}

.otherNav .atoz a {
	display: block;
	margin: 0;
	padding: 0;
	color: #FFF;
	font-size: initial;
	font-weight: 200;
}

.otherNav .atoz .links > .active {
	color: #777;
}


footer .topFooter {
	border: none;
	padding: 20px 20px 10px 20px;
	min-height: 140px;
	color: #FFF;
	background-color: #666;
	border-radius: 0px 7px 0px 0px;
}

footer > .row {
	margin: 0;
}

footer .bottomFooter {
	border: none;
	padding: 20px 20px 10px 20px;
	color: #FFF;
	background-color: #005192;
	font-size: 1.2em;
	font-weight: 600;
}

footer a:hover {
	text-decoration: none;
}

footer .topFooter .smLogo {
	float: left;
	width: 80px;
	line-height: 0.85em;
	text-align: center;
}

	footer .topFooter .smLogo div {
		color: #E6E6E6;
		font-size: 0.85em;
	}


footer .bottomFooter p, footer .bottomFooter a {
	color: #FFF;
}

footer .bottomFooter ul.links {
	margin-left: 0;
	padding-left: 0;
}

footer .bottomFooter p {
	clear: both;
}

footer .bottomFooter .links li {
	display: block;
	float: left;
	font-weight: 300;
	font-size: 0.8em;
}

	footer .bottomFooter .links li + li:before {
		padding: 0 5px;
		color: #ccc;
		content: " | ";
	}

footer .footerText p, footer .footerText p a {
	color: #fff;
	font-weight: 300;
}

footer .largeFooterText p, footer .largeFooterText p a {
	color: #fff;
	font-weight: 300;
	font-size: 1.2em;
}

footer p span {
	font-weight: 500;
}

.infoBoxRed {
	padding: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
	clear: both;
	border-left: 10px solid red;
	background-color: #E3EDE5;
}

.infoBoxAmber {
	padding: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
	clear: both;
	border-left: 10px solid orange;
	background-color: #E3EDE5;
}

.infoBoxGreen {
	padding: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
	clear: both;
	border-left: 10px solid green;
	background-color: #E3EDE5;
}

@media (max-width: 991px) {
	footer p span {
		display: block;
		clear: both;
	}

	footer .row {
		padding: 10px !important;
	}

	footer .col-xs-6 {
		width: 50%;
	}

	footer .topFooter .smLogo {
		float: left;
		width: 80px;
		line-height: 0.85em;
		text-align: center;
	}

		footer .topFooter .smLogo img {
			-webkit-transform: scale(0.75); /* Saf3.1+, Chrome */
			-moz-transform: scale(0.75); /* FF3.5+ */
			-ms-transform: scale(0.75); /* IE9 */
			-o-transform: scale(0.75); /* Opera 10.5+ */
			transform: scale(0.75);
		}
}




footer .logoFooter {
	padding: 15px 0 5px 0;
	width: 100%;
}

	footer .logoFooter div {
		float: right;
	}




.accordion h3:hover {
	text-decoration: underline;
	cursor: pointer;
}


.ui-accordion-content p {
	margin-left: 20px;
}


@media (max-width: 768px) {


	.accordion h3 {
		width: 100%;
		display: inline-block;
		text-overflow: ellipsis;
	}





	.browseNav {
		display: none;
	}

	.browseNavMob {
		display: block;
	}

	.ui-accordion-header {
		display: block;
		width: 100%;
		height: 40px;
		margin: 0;
		padding: 5px 7px 7px 10px;
		color: #FFF;
		border: none;
		border-bottom: 5px solid #FFF;
	}

		.ui-accordion-header:focus {
			outline: none;
		}


	.sportsCentresAccordion {
		display: inline-block;
		width: 100%;
		min-height: 40px;
		margin: 0;
		padding: 5px 7px 7px 10px;
		color: #FFF;
		border: none;
		border-bottom: 5px solid #FFF;
		font-size: calc(12px + 2vw) !important;
	}




	.levelOne ul li {
		display: block;
		list-style-type: none !important;
	}

	.accordion2 > li {
		background-color: #F26C11;
		border-radius: 0px 7px 0px 0px !important;
	}

	.accordion3 li ul li a {
		padding-left: 20px;
		color: #6C6C6C;
		background-color: #FFF;
		display: block;
		height: 40px;
	}

	.accordion2 > li > a {
		color: #FFF !important;
	}

	ul, menu, dir {
		-webkit-padding-start: 0;
	}

	.accordion3 {
		display: block;
		background-color: #F3F3F3;
	}




	.accordionL3 a {
		display: block;
		border-bottom: 1px solid #bfd1e3;
		padding-top: 0;
		padding-bottom: 5px;
		padding-top: 5px;
		padding-left: 10px;
	}


		.accordionL3 a:first-child {
		}




	.browseNavMob {
		display: block;
		width: 100%;
		margin: 20px auto;
	}

		.browseNavMob h1, .browseNavMob h2, .browseNavMob h3, .browseNavMob h4 {
			cursor: pointer;
			margin-top: initial;
			margin-bottom: initial;
		}

		.browseNavMob h1 {
			padding: 8px 20px;
			background-color: #006871;
			font-size: 1em;
			font-weight: 400;
			text-align: left;
			padding-left: 10px;
			border-radius: 0px 7px 0px 0px;
			height: 35px;
			margin-bottom: 10px;
			color: #FFF;
		}

			.browseNavMob h1:hover {
			}

			.browseNavMob h1:first-child {
			}

			.browseNavMob h1:last-of-type {
				border-radius: 0px 7px 0px 0px;
			}

			.browseNavMob h1:not(:last-of-type) {
				border-radius: 0px 7px 0px 0px;
			}

		.browseNavMob div, .browseNavMob p {
			display: none;
		}

		.browseNavMob h2 {
			color: #005192;
			font-weight: 500;
			line-height: 2.2em;
			font-size: 1em;
			border-bottom: 1px solid #bfd1e3;
		}

			.browseNavMob h2 > a:after {
				padding-right: 10px;
				content: ">";
				text-align: right;
				float: right;
			}


			.browseNavMob h2:hover {
				background-color: #eee;
			}

		.browseNavMob h3 {
		}

			.browseNavMob h3:hover {
				background-color: #a93142;
			}

		.browseNavMob h4 {
			color: #af720a;
		}

			.browseNavMob h4:hover {
			}

		.browseNavMob p {
			color: #333;
			line-height: 1.3rem;
		}

		.browseNavMob .opened {
			display: block;
		}






	.bannerImage {
		display: none;
	}

	.bannerImageMobile {
		display: block;
	}



	.twitterContainer {
		display: none;
	}

	.twitterContainerMob {
		display: block;
	}
}











/* Banner styles */
.bannerLinks .p {
	POSITION: absolute;
	WIDTH: 350px;
	HEIGHT: 32px;
	TOP: 0;
	LEFT: 0;
	padding: 0px;
}

.bannerLinks .w {
	cursor: pointer;
	position: absolute;
	WIDTH: 348px;
	HEIGHT: 29px;
	top: -1px;
	left: 0px;
}

.bannerLinks .pav .w, .bannerLinks .pdn .w {
	border-radius: 10px 10px 10px 10px;
}

.bannerLinks .c {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 29px;
	text-align: left;
	padding-left: 10px;
	color: #FFF;
	font-size: 0.9em;
}

#bannerOne .caption a {
	position: absolute;
	bottom: 20px;
	right: 0;
	padding: 10px 20px;
	color: #005192;
	font-weight: 800;
	font-size: 2em;
	background-color: #ffbf2a;
	opacity: 0.75;
	filter: alpha(opacity=75);
	text-decoration: none;
}

	#bannerOne .caption a:hover {
		opacity: 0.9;
		filter: alpha(opacity=90);
	}



@media (max-width: 768px) {
	.bannerLinks {
		/*visibility: hidden !important;*/
	}

		.bannerLinks .c {
			font-size: 1.5em;
			line-height: 1.2em;
		}

	#bannerOne .caption a {
	}
}

@media (max-width: 480px) {
	.bannerLinks {
		/*visibility: hidden !important;*/
	}

		.bannerLinks .p {
			HEIGHT: 50px;
		}

		.bannerLinks .w {
			HEIGHT: 49px;
		}

		.bannerLinks .c {
			font-size: 2em;
			line-height: 1.5em;
		}

	.WhatsOnConMob {
		display: block;
	}

	.WhatsOnCon {
		display: none;
	}
}



.bannerLinks .p .c, .bannerLinks .pav:hover .c {
	border-radius: 15px;
	background-color: #000;
	opacity: 0.65;
	filter: alpha(opacity=65);
}

.bannerLinks .pav .c, .bannerLinks .p:hover .c {
	border-radius: 15px;
	background-color: #F26C11;
	opacity: 1;
	filter: alpha(opacity=100);
}



/* Replacement banner styling */
.bannerBoxes {
	margin: 20px 0 50px 0;
}

	.bannerBoxes div {
		padding: 0;
	}

		.bannerBoxes div a {
			display: block;
			position: relative;
			text-decoration: none;
			margin: 10px;
			padding: 10px;
			background-color: #006871;
			background-repeat: no-repeat;
			background-position-x: center;
			color: #FFF;
			height: 160px;
			border-radius: 0 10px 0 0;
		}

		.bannerBoxes div div.bannerLink {
			display: block;
			position: relative;
			text-decoration: none;
			margin: 10px;
			padding: 10px;
			background-color: #F26C11;
			background-repeat: no-repeat;
			background-position-x: center;
			color: #FFF;
			height: 160px;
			border-radius: 0 10px 0 0;
		}

		.bannerBoxes div a:hover, .bannerBoxes div a:focus {
			background-color: #005192;
			color: #FFF;
		}

		.bannerBoxes div a p {
			color: #FFF;
			width: 97%;
			margin-left: -8px;
			text-align: center;
			font-weight: 100;
			margin-bottom: 5px;
			line-height: 1.1em;
			position: absolute;
			bottom: 0;
		}


@media (max-width: 768px) {
	.bannerBoxes .col-xs-6 {
		width: 50%;
	}

	.bannerBoxes div a p {
		font-size: 0.9em;
	}
}















/* Override Bootstrap styles */



a {
	color: #000;
}

	a:hover {
		color: #000;
	}

input, textarea, select {
	/*outline: none;*/
}

label {
	font-weight: initial;
}

.nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.navbar-collapse {
	padding-right: 0px;
	padding-left: 0px;
}

.nav > li {
	position: relative;
	background-color: #005192;
	display: block;
}

.navbar li.active {
	background-color: #00AB4D;
}


.covidBanner .nav li {
	width: 100%;
}

	.covidBanner .nav li a {
		background-color: #006871;
		border: none;
		text-decoration: underline;
	}

		.covidBanner .nav li a:hover,
		.covidBanner .nav li a:focus {
			background-color: #006871;
			text-decoration: none;
		}

@media (min-width: 768px) {
	.covidBanner .navbar-nav {
		margin-top: 5px;
	}
}


.lbBanner {
	width: 100%;
	background-color: #222;
	border-radius: 0;
	overflow: auto;
}

@media (min-width: 768px) {
	.lbBanner {
		margin-top: 50px;
	}
}

.lbBanner img {
	max-height: 150px;
}

.lbBanner p {
	color: #DDD;
}

.lbBanner li {
	background-color: #222;
	display: inline-block;
	margin-top: 8px;
}

	.lbBanner li a {
		margin: 10px;
		padding: 5px;
		border-radius: 5px;
		background-color: #333;
		color: #FFF;
		border: none;
		text-decoration: underline;
	}

		.lbBanner li a:hover,
		.lbBanner li a:focus {
			background-color: #000;
			text-decoration: none;
		}

@media (min-width: 768px) {
	.lbBanner .navbar-nav {
		margin-top: 5px;
	}
}



.nav > li > a {
	position: relative;
	display: block;
	border-right: 5px solid #FFF;
	padding: 10px 25px;
	color: #FFF;
}

	.nav > li > a:hover,
	.nav > li > a:focus {
		text-decoration: none;
		/*background-color: #97B79C;*/
		background-color: #006871;
	}

.breadcrumb {
	padding: 0px 0px;
	margin-bottom: 30px;
	list-style: none;
	background-color: #FFF;
	border-radius: 4px;
}

	.breadcrumb > li {
		display: inline-block;
		color: #F26C11;
		font-weight: 600;
	}

		.breadcrumb > li + li:before {
			content: " | ";
			padding: 0 5px;
			color: #cccccc;
		}

	.breadcrumb a {
		color: #005192;
		font-weight: 400;
	}

	.breadcrumb > .active {
		color: #575757;
	}


.topRightHeaderMobile {
	display: none;
}




.mobileMenu {
	display: none;
}






@media (min-width: 768px) {
	.nav {
		width: 100%;
		background-color: #005192;
		border-radius: 0px 7px 0px 0px;
	}

	.navbar-nav {
		float: left;
		margin-top: 20px;
	}

		.navbar-nav > li {
			float: left;
		}

			.navbar-nav > li > a {
				padding-top: 10px;
				padding-bottom: 10px;
			}
}







.mainBanner {
	margin-top: 0px;
	margin-bottom: 20px;
	width: 100%;
	overflow: hidden;
}

	.mainBanner img {
		width: 100%;
	}





.ttRow {
	margin-bottom: 20px;
}

.ttBox {
	margin-top: 3px;
}

.ttTop {
	width: 100%;
	height: 55px;
	margin: 0;
	padding: 7px;
	padding-left: 45px;
	border-radius: 0px 7px 0px 0px;
	color: #FFF;
	background-repeat: no-repeat;
	background-size: 55px;
	background-position: left 80%;
	overflow: visible;
}

	.ttTop div {
		padding-left: 10px;
		font-weight: 400;
	}

		.ttTop div a {
			color: #FFF;
			text-decoration: none;
		}

.ttContainer {
	width: 100%;
	margin: 0;
	padding: 0px;
}

	.ttContainer ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.ttContainer li {
		border-bottom: 1px solid #bfd1e3;
		font-weight: 200;
		font-size: 1em;
		line-height: 1.2em;
		padding: 10px 0 10px 0;
		margin: 0;
	}

		.ttContainer li:hover {
			background-color: #EEE;
		}

		.ttContainer li > a {
			color: #005192;
			display: block;
			text-decoration: none;
		}

			.ttContainer li > a:after {
				/*
	font-weight: 600;
	padding-right: 2px;
	content: ">";
	text-align: right;
	float:right
	*/
			}

.mobileMenu .ttTop {
	cursor: pointer;
}





















.pageTitleContainer {
	width: 100%;
}

	.pageTitleContainer > div {
		float: left;
		margin-bottom: 20px;
	}

	.pageTitleContainer .sectionLogo {
		width: 104px;
	}

	.pageTitleContainer .pageTitle {
		width: 90%; /* fallback if needed */
		width: calc(100% - 114px);
		margin-left: 10px;
	}

.pageTitle h1 {
	padding: 0;
	padding-bottom: 10px;
	margin: 0;
	font-size: 2.4em;
	font-weight: 600;
	line-height: 1em;
	color: #006871;
}

.pageTitle p {
	padding-top: 4px;
	font-size: 1.2em;
	color: #005192;
}


.contentCol {
	margin-bottom: 30px;
}

	.contentCol .bodyText {
		/*text-align: justify;*/
	}

		.contentCol .bodyText img {
			max-width: 100%;
			height: auto !important;
			margin-left: 0 !important;
		}


	.contentCol p {
		color: #005192;
		line-height: 1.6em;
	}

		.contentCol p.justified {
			text-align: justify;
		}

		.contentCol p.quote {
			border: 1px solid #CCC;
			font-size: 1.1em;
			margin-top: 20px;
			padding: 20px;
		}

	.contentCol a {
		color: #AA4E0F;
		font-weight: 500;
		text-decoration: underline;
	}

	.contentCol h2 {
		color: #005192;
		font-size: 1.6em;
		line-height: 1.4em;
		padding-top: 10px;
	}

	.contentCol h3 {
		color: #005192;
		font-size: 1.2em;
		line-height: 1.2em;
		padding-top: 10px;
	}

	.contentCol img.mainImage {
		width: 100%;
		margin-bottom: 10px;
	}

	.contentCol img.rule, object.rule {
		width: 100%;
		height: 15px;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.contentCol li {
		padding-left: 0;
		list-style-image: url(./images/bulletBrown.png);
	}


	.contentCol ol li {
		padding-left: 0;
		list-style-image: none;
	}

	.contentCol ul {
		padding-left: 20px;
	}


	.contentCol .bodyText img {
		margin: 0 10px;
	}

		.contentCol .bodyText img.imgisleft {
			margin: 0 20px 0 0;
		}

		.contentCol .bodyText img.imgisright {
			margin: 0 0 0 20px;
		}

	.contentCol table {
		width: 100%;
		background-color: #F2F2F2;
	}

	.contentCol table, th, td {
		border: 2px solid white;
	}

	.contentCol td {
		padding: 5px;
		vertical-align: top;
	}

	.contentCol thead {
		background-color: #E3EDE5;
		color: #005192;
		font-weight: bold;
	}

		.contentCol thead th {
			padding: 5px;
			vertical-align: top;
		}
	/*
.contentCol tr:first-child {
	background-color: #FEEBC1;
	color: #005192;
	font-weight: bold;
}
*/
	.contentCol .bodyText .caption {
		margin: 0 10px;
		background-color: #00ab4d;
	}

		.contentCol .bodyText .caption p {
			color: #ffffff;
			padding: 2px 2px 2px 5px;
			margin: 0;
			font-size: 0.8em;
			font-weight: 300;
			font-style: italic;
		}

	.contentCol .bodyText div.left {
		margin: 0 30px 0 0;
		float: left;
	}

	.contentCol .bodyText div.right {
		margin: 0 0 0 30px;
		float: right;
	}

	.contentCol .bodyText div.caption img {
		margin: 0;
	}


	.contentCol a.button {
		padding: 5px;
		background: #AA4E0F;
		text-align: center;
		color: white;
		font-weight: bold;
	}


.linkShareBox {
	background-color: #EEE;
	padding: 10px;
	border-radius: 7px;
	width: 66%;
	margin-bottom: 10px;
	float: left;
}

	.linkShareBox p {
		padding: 0;
		margin: 0;
		line-height: none;
	}

	.linkShareBox hr {
		padding: 0;
		margin: 10px;
		background-color: #005192;
		height: 1px;
	}

	.linkShareBox a {
		display: inline-block;
		margin-right: 10px;
		width: 30px;
		height: 30px;
		background-repeat: no-repeat;
	}

	.linkShareBox .twitter {
		background-image: url('images/logoShareTwitter.png');
	}

	.linkShareBox .facebook {
		background-image: url('images/logoShareFacebook.png');
	}

	.linkShareBox .email {
		background-image: url('images/logoShareEmail.png');
	}

@media (max-width: 768px) {
	.linkShareBox {
		width: 100%;
	}
}



ul.bullets1 {
	padding-left: 0;
	list-style-image: url(./images/bulletBrown.png);
}

	ul.bullets1 li {
		list-style-position: inside;
	}

ul.bullets2 {
	list-style-image: url(./images/bulletBrown.png);
}

	ul.bullets2 li {
		list-style-position: inside;
	}



.contentCol .docList {
	padding: 0;
	margin: 0;
	margin-left: 100px;
}

	.contentCol .docList li {
		list-style-type: none;
		list-style-image: none;
		padding-top: 10px;
		padding-bottom: 20px;
	}

		.contentCol .docList li span {
			display: block;
			max-width: 750px;
		}

/*.contentCol .docListEIA {
	padding: 0;
	margin: 0;
	margin-left: 10px;
}
.contentCol .docListEIA li {
	list-style-type: none;
	list-style-image: none;
	padding-top: 0px;
	padding-bottom: 10px;
}
.contentCol .docListEIA li span {
	display: block;
	max-width: 750px;

}*/


.contentCol ul.docListFolder {
	margin-bottom: 30px;
	border-bottom: 1px solid #F26C11;
	background-color: #F2F2F2;
	padding: 10px;
}


.contentCol ul.docListEIA {
	padding-left: 0;
}

.contentCol .docListEIA li, .contentCol .docListFolder li {
	list-style-type: none;
	list-style-image: none;
	line-height: 1.5em;
	text-align: start;
}

	.contentCol .docListEIA li a, .contentCol .docListFolder li a {
		padding-left: 40px;
		padding-top: 5px;
		display: block;
		background-size: 32px 32px;
		word-wrap: break-word;
		list-style-type: none;
		min-height: 50px;
	}

		.contentCol .docListEIA li a[href$='.pdf'], .contentCol .docListEIA li a[href$='.PDF'] {
			background: url('images/fileicons/acrobat.png') no-repeat left;
			background-position: 0 0;
		}

		.contentCol .docListEIA li a[href$='.jpg'], .contentCol .docListEIA li a[href$='.JPG'] {
			background: url('images/fileicons/image.png') no-repeat left;
			background-position: 0 0;
		}

		.contentCol .docListEIA li a[href$='.doc'], .contentCol .docListEIA li a[href$='.DOC'] {
			background: url('images/fileicons/word.png') no-repeat left;
			background-position: 0 0;
		}

		.contentCol .docListEIA li a[href$='.docx'], .contentCol .docListEIA li a[href$='.DOCX'] {
			background: url('images/fileicons/word.png') no-repeat left;
			background-position: 0 0;
		}

		.contentCol .docListEIA li a[href$='.csv'], .contentCol .docListEIA li a[href$='.CSV'] {
			background: url('images/fileicons/excel.png') no-repeat left;
			background-position: 0 0;
		}


		.contentCol .docListEIA li a[href$='.xls'], .contentCol .docListEIA li a[href$='.XLS'] {
			background: url('images/fileicons/excel.png') no-repeat left;
			background-position: 0 0;
		}

		.contentCol .docListEIA li a[href$='.xlsx'], .contentCol .docListEIA li a[href$='.XLSX'] {
			background: url('images/fileicons/excel.png') no-repeat left;
			background-position: 0 0;
		}

		.contentCol .docListEIA li a[href$='.txt'], .contentCol .docListEIA li a[href$='.TXT'] {
			background: url('images/fileicons/text.png') no-repeat left;
			background-position: 0 0;
		}

		.contentCol .docListEIA li a[href$='.mp3'], .contentCol .docListEIA li a[href$='.MP3'] {
			background: url('images/fileicons/media.png') no-repeat left;
			background-position: 0 0;
		}

		.contentCol .docListEIA li a[href$='.ppt'], .contentCol .docListEIA li a[href$='.PPT'] {
			background: url('images/fileicons/powerpoint.png') no-repeat left;
			background-position: 0 0;
		}

		.contentCol .docListEIA li a[href$='.asp'], .contentCol .docListEIA li a[href$='.html'], .contentCol .docListEIA li a[href$='.htm'] {
			background: url('images/fileicons/link.png') no-repeat left;
			background-position: 0 0;
		}

	.contentCol .docListFolder li a {
		background: url('images/fileicons/folder.png') no-repeat left;
		background-position: 0 0;
	}

	.contentCol .docListFolder li.closedFolder a {
		background: url('images/fileicons/closedfolder.png') no-repeat left;
		background-position: 0 0;
	}



.box-col {
	width: calc(33.33% - 10px);
	float: left;
	background-color: #ccc;
	margin: 0 10px 10px 0;
	min-height: 180px;
	line-height: 170px;
	/* overflow: hidden;*/
	height: 180px;
	display: table;
	color: #FFF !important;
}

li .box-col {
	line-height: unset !important;
}

.box-col:nth-child(7n+1) {
	background-color: #c71f41;
}

.box-col:nth-child(7n+2) {
	background-color: #3f2975;
}

.box-col:nth-child(7n+3) {
	background-color: #0c8c75;
}

.box-col:nth-child(7n+4) {
	background-color: #1181ac;
}

.box-col:nth-child(7n+5) {
	background-color: #1aa94a;
}

.box-col:nth-child(7n+6) {
	background-color: #a74d25;
}

.box-col:nth-child(7n+7) {
	background-color: #1a4c8e;
}

.box-col a {
	background: none !important;
	padding: 0 !important;
	text-align: center !important;
	height: 100% !important;
	display: table-row !important;
}


a .box-text {
	font-weight: bold;
	font-size: 16px;
	color: #FFF !important;
	display: table-cell;
}


.box-text {
	display: table-cell;
	vertical-align: middle;
}

.box-col a {
	text-decoration: none !important;
}

.box-col:nth-child(7n+1):hover {
	background-color: #FFF;
	border: 1px solid #c71f41;
	-webkit-transition: all 1s;
	transition: all 1s;
	text-decoration: none;
}

	.box-col:nth-child(7n+1):hover > a > span {
		color: #c71f41 !important;
	}

	.box-col:nth-child(7n+1):hover > a {
		text-decoration: none !important;
	}




.box-col:nth-child(7n+2):hover {
	background-color: #FFF;
	border: 1px solid #3f2975;
	-webkit-transition: all 1s;
	transition: all 1s;
}

	.box-col:nth-child(7n+2):hover > a > span {
		color: #3f2975 !important;
	}

	.box-col:nth-child(7n+2):hover > a {
		text-decoration: none !important;
	}

.box-col:nth-child(7n+3):hover {
	background-color: #FFF;
	border: 1px solid #0c8c75;
	-webkit-transition: all 1s;
	transition: all 1s;
}

	.box-col:nth-child(7n+3):hover > a > span {
		color: #0c8c75 !important;
	}

	.box-col:nth-child(7n+3):hover > a {
		text-decoration: none !important;
	}

.box-col:nth-child(7n+4):hover {
	background-color: #FFF;
	border: 1px solid #1181ac;
	-webkit-transition: all 1s;
	transition: all 1s;
}

	.box-col:nth-child(7n+4):hover > a > span {
		color: #1181ac !important;
	}

	.box-col:nth-child(7n+4):hover > a {
		text-decoration: none !important;
	}

.box-col:nth-child(7n+5):hover {
	background-color: #FFF;
	border: 1px solid #1aa94a;
	-webkit-transition: all 1s;
	transition: all 1s;
}

	.box-col:nth-child(7n+5):hover > a > span {
		color: #1aa94a !important;
	}

	.box-col:nth-child(7n+5):hover > a {
		text-decoration: none !important;
	}

.box-col:nth-child(7n+6):hover {
	background-color: #FFF;
	border: 1px solid #a74d25;
	-webkit-transition: all 1s;
	transition: all 1s;
}

	.box-col:nth-child(7n+6):hover > a > span {
		color: #a74d25 !important;
	}

	.box-col:nth-child(7n+6):hover > a {
		text-decoration: none !important;
	}

.box-col:nth-child(7n+7):hover {
	background-color: #FFF;
	border: 1px solid #1a4c8e;
	-webkit-transition: all 1s;
	transition: all 1s;
}

	.box-col:nth-child(7n+7):hover > a > span {
		color: #1a4c8e !important;
	}

	.box-col:nth-child(7n+7):hover > a {
		text-decoration: none !important;
	}

.folderBoxes {
	float: left;
	width: 100%;
}


@media (max-width: 768px) {
	.contentCol .docList {
		margin-left: 0;
	}
}

.widgetCol {
	margin: 0;
	padding: 0;
	margin-left: 10px;
	margin-bottom: 20px;
}

	.widgetCol div {
		margin-bottom: 10px;
	}

.govDelivery h4 {
	color: #FFF;
	font-size: 1.6em;
	/*padding-left: 10px;*/
	text-align: center;
}

.widgetCol p {
	color: #005192;
	line-height: 1.6em;
}

.widgetCol a {
	color: #005192;
	font-weight: 500;
	text-decoration: underline;
}

.widgetCol h3 {
	color: #005192;
	font-size: 1.2em;
}

.widgetCol .bgLight {
	background-color: #E3EDE5;
	padding: 20px;
}

.widgetCol .bgLight2 {
	background-color: #E3EDE5;
	padding: 20px;
}

.widgetCol iframe {
	height: 300px;
	width: 100%;
	border: none;
}

.widgetCol hr {
	border: 0;
	height: 1px;
	background: #006871;
}

.homeWidgetCol {
	margin: 0;
	padding: 0;
	margin-left: 0;
	margin-bottom: 0;
}

	.homeWidgetCol .bgLight {
		background-color: #FEEBC1;
		padding: 20px;
	}

.contentCol .bgLight {
	background-color: #E3EDE5;
	padding: 20px;
}

.homeWidgetCol .bgDark {
	background-color: #006871;
	padding: 20px;
}

	.homeWidgetCol .bgDark h4, .homeWidgetCol .bgDark p {
		color: #FFF;
	}

	.homeWidgetCol .bgDark .button {
		border: 1px solid #679397;
	}


.widgetCol ul.bullets0 {
	padding-left: 0;
	list-style-type: none;
}

	.widgetCol ul.bullets0 li {
		list-style-position: inside;
	}

.widgetCol ul.bullets1 {
	padding-left: 0;
	list-style-image: url(./images/bulletBrown.png);
}

	.widgetCol ul.bullets1 li {
		list-style-position: inside;
	}

.widgetCol a.button {
	display: block;
	padding: 10px 20px;
	background: #006871;
	padding: 10px;
	text-align: center;
	color: white;
	font-weight: bold;
}

	.widgetCol a.button:hover {
		background: #005192;
	}

.widgetColNews ul.bullets1 li {
	margin-bottom: 10px;
	font-size: 0.8em;
}


.govDelivery {
	background-color: #005192;
	padding: 5px 5px 15px 5px;
}

.homeWidgetCol .govDelivery {
	margin-top: 60px;
	margin-left: 15px;
	margin-bottom: 40px;
}

.govDelivery h3 {
	color: #FFF;
	font-size: 1.6em;
	font-weight: 400;
	text-align: center;
	margin-bottom: 0;
	padding-bottom: 0;
}

.govDelivery p {
	color: #FFF;
	font-size: 1.2em;
	font-weight: 200;
	text-align: center;
}

.govDelivery form {
	text-align: center;
}

	.govDelivery form input {
		color: #005192;
		border: none;
		padding: 4px;
		font-size: 1em;
		width: 50%;
		font-weight: 200;
	}

		.govDelivery form input[type=submit] {
			background-color: #eee;
			border: none;
			padding: 4px;
			color: #444;
			font-size: 1em;
			font-weight: 200;
			width: auto;
		}


.widgetCol .dataMill {
	background-color: #FEEBC1;
	padding: 10px 5px 0px 5px;
}

	.widgetCol .dataMill div {
		display: inline-block;
		padding: 0;
	}




.homeWidgetCol {
	margin: -48px 0 0 0;
	padding: 0;
}

	.homeWidgetCol .bgLight {
		background-color: #E3EDE5;
		padding: 20px;
	}

		.homeWidgetCol .bgLight h4 {
			color: #005192;
		}

		.homeWidgetCol .bgLight p {
			color: #005192;
		}

	.homeWidgetCol a.button {
		display: block;
		padding: 10px 20px;
		background: #006871;
		padding: 10px;
		text-align: center;
		color: white;
		font-weight: bold;
	}



.popular {
	margin-bottom: 20px;
}

	.popular h4 {
		border-radius: 0px 7px 0px 0px;
		padding: 5px;
		font-size: 1.2em;
		line-height: 1.2em;
	}

	.popular ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.popular li {
		border-bottom: 1px solid #bfd1e3;
		font-weight: 500;
		padding: 5px 0;
		margin: 0;
		margin-right: 10px;
		overflow: hidden;
	}

		.popular li:hover {
			background-color: #EEE;
		}

		.popular li > a {
			color: #005192;
			display: block;
		}

			.popular li > a:after {
				padding-right: 10px;
				content: "";
				text-align: right;
				float: right;
			}


.searchResults {
	padding-left: 120px;
	width: 70%;
}

	.searchResults h3 {
		line-height: 1.2em;
		padding: 0;
	}

		.searchResults h3 a {
			color: #005192;
		}

	.searchResults > li {
		padding: 0;
		padding-bottom: 10px;
		border-bottom: 1px solid #CCC;
		list-style: none;
	}

span.boxed {
	padding: 2px;
	border: 1px solid #aaa;
	border-radius: 2px;
}

.moreSearch {
	margin: 0;
	background-color: #005192;
}

	.moreSearch p {
		padding: 10px 5px;
		color: #FFF;
	}

@media (max-width: 768px) {


	.homeWidgetCol {
		margin-top: 0;
	}

		.homeWidgetCol .govDelivery {
			margin-left: 0px;
		}


	.searchResults {
		padding-left: 0;
		width: 100%;
	}

	.mobileMenu {
		display: block;
	}

		.mobileMenu .ttTop {
			margin-bottom: 5px;
			background-size: 40px;
		}

	.standardMenu {
		display: none;
	}

	.twitterContainer {
		margin-left: 0;
	}

	.widgetCol {
		margin-left: 0;
	}

	.caption {
		/*display:none;*/
	}





	.body-content {
		padding-left: 0;
		padding-right: 0;
	}

	.navbar .topHeader {
		padding-top: 0;
		padding-bottom: 20px;
	}


	.topRightHeader {
		display: none;
	}

	.topRightHeaderMobile {
		display: block;
	}



	.col-xs-6 {
		width: 100%;
	}



	.topHeader .topRightHeaderMobile .search {
		height: 48px;
		padding-top: 100px;
	}

		.topHeader .topRightHeaderMobile .search input[type=text] {
			font-size: 1em;
			padding: 4px 8px;
			margin: 0;
			height: 48px;
			width: 90%; /* fallback if needed */
			width: calc(100% - 140px);
			border: 1px solid #ccc;
			font-weight: 100;
			vertical-align: bottom;
		}

		.topHeader .topRightHeaderMobile .search input[type=submit] {
			font-size: 1.6em;
			padding: 0px;
			border: none;
			margin: 0;
			height: 48px;
			width: 60px;
			background-color: #006871;
			background-image: url(./images/buttonSearchLarge.png);
			background-repeat: no-repeat;
			background-position: center;
			vertical-align: bottom;
		}

	.icon-bar {
		background-color: #006871;
	}

	.navbar-toggle {
		right: 14px;
		padding: 8.5px 10px;
		border: 3px solid #006871;
		float: right;
		margin-top: 0;
	}

	.nav {
	}

	.minNav .navbar-toggle {
		margin-top: -60px;
	}

	.navbar-toggle .icon-bar {
		height: 5px;
		border-radius: 3px;
	}


		.navbar-toggle .icon-bar + .icon-bar {
			margin-top: 5px;
		}

	body {
		padding: 5px;
	}

	.navbar .container {
		padding: 0;
	}

	.col-sm-4 {
		padding: 0;
	}

	.col-sm-8 {
		padding: 0;
	}

	.body-content .row {
		margin: 0;
		padding: 0;
	}

	.navbar {
		border: 0;
	}

	.nav > li > a {
		border-right: 0;
	}

	.container > .navbar-collapse {
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
	}

	.navbar-nav {
		margin: 0;
	}


	.ttTop {
		height: 40px;
	}

	.ttTop {
		/*background-image:none !important;*/
	}
}






@media (max-width: 590px) {
	ul.smLinks {
		max-width: 405px;
	}

		ul.smLinks li {
			margin: 5px;
		}
}



@media (max-width: 520px) {
}






@media (max-width: 500px) {
	.topHeader .BMDClogo {
		width: 100% !important;
		height: 0;
		padding-bottom: 28%;
		margin-bottom: 10px;
		background-size: 100%;
		background-image: url(./images/logoBMDCMob.png);
	}

		.topHeader .BMDClogo img {
			width: 100%;
			max-width: 500px;
		}

	ul.smLinks {
	}

	.pageTitle h1 {
		font-size: 2em;
		font-weight: 600;
		line-height: 1em;
	}

	.formLinkBox {
		display: block;
	}
}











.browseNav {
	margin: 30px 0;
}

	.browseNav ul {
		list-style: none;
		margin-right: 20px;
		padding: 0;
		border-right: 1px solid #CCC;
	}

	.browseNav li {
		list-style: none;
		line-height: 2.2em;
		padding: 4px 0 4px 0;
		margin: 0;
	}

		.browseNav li.node {
			font-weight: 500;
			line-height: 1.2em;
			margin-bottom: 7px;
		}

		.browseNav li.selected {
			background-color: #006871;
		}

			.browseNav li.selected a {
				color: #ffffff;
				padding: 8px 0 8px 10px;
			}

				.browseNav li.selected a:hover {
					background-color: #AA4E0F;
				}

		.browseNav li:hover {
			background-color: #EEE;
		}

		.browseNav li > a {
			color: #005192;
			padding-left: 2px;
			display: block;
		}

		.browseNav li.node > a:after {
			padding-right: 10px;
			color: #B14531;
			content: '\25BA';
			text-align: right;
			float: right;
		}

	.browseNav .levelThree ul {
		border: none;
	}

	.browseNav .levelThree li {
		font-weight: 400;
		line-height: 1.2em;
		padding-bottom: 15px;
	}

		.browseNav .levelThree li > a:after {
			padding-right: 10px;
			color: #F26C11;
			content: '';
			text-align: right;
			float: none;
		}




.webform {
	margin: 0 10%;
	padding: 50px;
	background-color: #E3EDE5;
	border-radius: 7px;
}

	.webform label {
		color: #005192;
		font-weight: 400;
	}

	.webform .row {
		min-height: 40px;
		clear: both;
		padding-bottom: 20px;
	}

		.webform .row > div {
			float: left;
		}

@media (max-width: 768px) {
	.webform .row > div {
		float: none;
	}
}

.webform .row label {
	width: 250px;
	margin-right: 15px;
}

.webform.rr .row label {
	width: 500px;
	margin-right: 15px;
}

.webform .rr .row > div {
	width: 100%;
}

.webform input, .webform textarea, .webform select {
	width: 300px;
	border: 1px solid #AA4E0F;
	color: #005192;
	padding: 2px;
	resize: none;
}

.webform .formError {
	color: #AA4E0F;
}

.webform .errorList {
	margin: 10px 0;
	padding: 20px;
	width: 100%;
	background-color: #006871;
}

	.webform .errorList li,
	.webform .errorList h3 {
		color: #FFF;
		list-style-image: url(./images/bulletOrange.png);
	}


.webform input[type=text] {
}

.webform input[type=submit] {
	width: initial;
	background-color: #AA4E0F;
	color: #FFF;
	border: none;
	margin-top: 20px;
	padding: 10px 30px;
}

::-webkit-input-placeholder {
	color: #333 !important;
	font-weight: 300;
}

:-moz-placeholder {
	color: #333 !important;
	font-weight: 300;
}

::-moz-placeholder {
	color: #333 !important;
	font-weight: 300;
}

:-ms-input-placeholder {
	color: #333 !important;
	font-weight: 300;
}





.webform .formSeparator {
	height: 1px;
	background-color: #F26C11;
	width: 100%;
	display: block;
	margin: 0 0 20px 0;
}

.webform .additionalText {
	display: block;
	border: 1px solid #F26C11;
	padding: 10px 10px 0 10px;
	margin: 0 0 20px 0;
	width: 100%;
	background-color: #fff0d0;
}


.webform .row .colContainer {
	width: 100%;
}

	.webform .row .colContainer .col1 {
		width: 60%;
		float: left;
		margin: 5px 0 5px 0;
		padding-right: 5px;
	}

	.webform .row .colContainer .col2 {
		width: 20%;
		float: left;
		margin: 5px 0 5px 0;
		text-align: center;
	}

	.webform .row .colContainer .col3 {
		width: 20%;
		float: left;
		margin: 5px 0 5px 0;
		text-align: center;
		max-width: 70px;
	}

	.webform .row .colContainer .col1a {
		width: 80%;
		float: left;
		margin: 5px 0 5px 0;
		padding-right: 5px;
	}

	.webform .row .colContainer .col2a {
		width: 20%;
		float: left;
		margin: 5px 0 5px 0;
		text-align: center;
		max-width: 70px;
	}

.webform.rr .colContainer input {
	width: 60px;
	margin-left: auto;
	margin-right: auto;
}


.webform.rr .colContainer .topRow {
	text-align: center;
}

.webform.rr .colContainer .labelcell {
	color: #005192;
}

.webformRRResultsCol1 {
	float: left;
	width: 50%;
}


.webformRRResultsCol2 {
	float: left;
	width: 50%;
}


@media (max-width: 991px) {

	.webformRRResultsCol1 {
		width: calc(100% - 70px);
	}

	.webformRRResultsCol2 {
		width: 70px;
	}
}

@media (max-width: 768px) {
	.webform {
		margin: 0;
		padding: 10px;
		width: 100%;
		display: block;
		color: #005192;
	}

		.webform input[type=text], textarea {
			display: block;
			width: 100%;
		}

		.webform label {
			width: 100%;
		}

		.webform.rr .row label {
			max-width: 60%;
		}
}




.contourPage {
	padding: 20px;
	padding-bottom: 60px;
	background-color: #E3EDE5;
	margin: 20px 0;
	overflow: visible;
}

h4.contourPageName {
	font-size: 2em;
	color: #006871;
	line-height: 1em !important;
}

span.contourIndicator {
	color: #AA4E0F;
}

.contourPage .contourFieldSet {
	margin-top: 0px;
	padding-bottom: 20px;
	border-bottom: 1px solid #8eb1b4;
}

.contourPage .hiddenfield {
	display: none;
	margin: 0;
	padding: 0;
}

.contourPage .umbraco-forms-field {
	clear: both;
}

	.contourPage .umbraco-forms-field textarea {
		height: 130px;
	}

.contourPage label {
	float: left;
	width: 200px;
	padding-left: 0;
	padding-right: 10px;
}


.contourPage .radiobuttonlist label {
	width: 414px;
}






.umbraco-forms-field .fieldlabel {
	margin-bottom: 20px;
}


span.Error {
	color: #F26C11;
}

.contourPage .input-validation-error {
	background-color: #ffe5e5;
	vertical-align: top;
}

.contourPage .field-validation-error {
	color: #F26C11;
	vertical-align: top;
}

.contourPage h2 {
	padding: 0;
	margin: 0;
	padding-top: 20px;
	font-size: 1.4em;
	font-weight: 600;
	color: #005192;
}

.contourPage .help-block {
	clear: both;
}

.contourPage input, .contourPage textarea, .contourPage select {
	width: 400px;
	border: 1px solid #AA4E0F;
	color: #005192;
	padding: 4px;
	/*resize: none;*/
	margin: 0;
	margin-bottom: 2px;
	vertical-align: bottom;
}

.contourPage textarea {
	height: 100px;
}

.contourPage input[type=checkbox], .contourPage input[type=radio] {
	width: auto;
	margin: 5px;
	margin-top: 0;
	padding: 0;
	vertical-align: middle;
}

.contourPage input[type='radio'], label {
	vertical-align: baseline;
	/*padding: 10px;
    margin: 10px;*/
}

.contourPage span.radiobuttonlist label {
	width: auto;
}

.contourPage .checkbox {
	margin-bottom: 20px;
}

.contourPage input[type="submit"] {
	width: auto;
	margin: 10px 0 0 200px;
	padding: 5px 20px;
	border: none;
	background-color: #AA4E0F;
	color: #FFF;
	/*outline: none;*/
}

.contourPage .radiobuttonlist {
	display: block;
	float: left;
	padding: 0 !important;
	margin-bottom: 20px;
}

.contourPage .checkboxlist {
	display: block;
	float: left;
	padding: 0;
	margin-bottom: 20px;
	margin-top: 20px;
}

	.contourPage .checkboxlist label {
		float: none;
		width: 300px;
	}

.contourPage span .radiobuttonlist {
	width: 50px;
}

.umbraco-forms-field {
	margin-top: 20px;
}

	.umbraco-forms-field label {
		margin: 0;
		color: #005192;
	}

	.umbraco-forms-field .help-block {
		margin: 0;
		width: 450px;
		display: block;
		margin-left: 200px;
		color: #005192;
		font-style: italic;
	}

.contourMessageOnSubmit {
	padding: 40px;
	background-color: #FEEBC1;
	margin: 20px 0;
}

span.field-validation-error {
	display: block;
	padding: 0 !important;
	margin-left: 200px;
}

.umbraco-forms-field recaptcha label {
	float: left;
}

.umbraco-forms-field #recaptcha_area {
	float: left;
}

.umbraco-forms-field .recaptchatable {
	border: 1px solid #F26C11 !important;
	background-color: #FFF;
}

.umbraco-forms-field #recaptcha_image[style] {
	border: none !important;
}

.contourFieldSet .title1 {
	margin-top: -20px;
}

.contourMessageOnSubmit {
	background-color: #E3EDE5;
}


@media (max-width: 768px) {
	.contourPage input, .contourPage textarea, .contourPage select {
		width: 100%;
	}

	.umbraco-forms-field .help-block {
		margin: 0;
		width: 300px;
		display: block;
		color: #005192;
	}

	.contourPage .field-validation-error {
		display: block;
		margin-left: 0;
	}

	.contourPage span.field-validation-error span {
		margin-left: 0;
	}
}





input[type=text]:focus, textarea:focus {
	box-shadow: 0 0 5px rgba(81, 203, 238, 1);
	border: 1px solid rgba(81, 203, 238, 1);
}






.event {
	width: 100%;
	padding: 0 0px;
	margin: 0;
	margin-top: 20px;
	color: #FFF;
	background-color: #FFF;
	border-radius: 0px 7px 0px 0px;
}

	.event h4 {
		color: #005192;
	}

	.event table {
		width: 100%;
		border-collapse: collapse;
		border-top: 1px solid #005192;
	}

	.event img {
		width: 50%;
		border: 2px solid #FFF;
	}

	.event td {
		background-color: #FFF;
		width: 25%;
		vertical-align: top;
		text-align: center;
		padding: 5px;
		border: none;
	}

	.event a {
		font-weight: 500;
		font-size: 1.0em;
		color: #005192;
	}

.eventFooter {
	background-color: #005192;
	color: #FFF;
	padding: 10px;
	margin-bottom: 30px;
}

	.eventFooter a {
		color: #FFF;
	}


.eventItemRSS {
	float: left;
	margin-bottom: 10px;
}


@media (max-width: 768px) {
	.event img {
		display: none;
	}

	.details {
		padding-left: 0 !important;
	}
}







a.splashFeature {
	display: inline-block;
	margin-bottom: 20px;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #F26C11;
	border-radius: 0px 20px 0px 0px;
	padding: 10px;
	color: #005192;
	height: 330px;
	/*overflow: hidden;*/
}

	a.splashFeature:hover {
		background-color: #F26C11;
		color: #FFF;
	}

	a.splashFeature div {
		padding-bottom: 99999px;
		margin-bottom: -99999px;
	}

		a.splashFeature div h2 {
			height: 40px;
			color: #fff;
			line-height: 1em;
			font-size: 1.2em;
			font-weight: 400;
			padding: 0;
			color: inherit;
			text-indent: -9999px;
		}

		/*   a.splashFeature div p {
                color: #fff;
                line-height: 1em;
                font-size: 1em;
                font-weight: 200;
                color: inherit;
            }
*/
		a.splashFeature div img {
			padding: 10px 0;
			width: 100%;
		}


.contentCol .bodyText .contentImageLeft {
	float: left;
	padding: 0 10px 10px 0;
	max-width: 100%;
}

@media(max-width:768px) {
	.contentCol .bodyText .contentImageLeft {
		padding: 0 0 10px 0;
	}
}

.contentCol .bodyText .contentImageRight {
	float: right;
	padding: 0 10px 10px 0;
	max-width: 100%;
}

@media(max-width:768px) {
	.contentCol .bodyText .contentImageRight {
		padding: 0 0 10px 0;
	}
}

/* Print layout */
@media print {
	.popular, footer, .breadcrumb, .pageTitleContainer .sectionLogo, .govDelivery, .goog-te-banner-frame {
		display: none;
	}

	.noPrint {
		display: none;
	}

	h2, h3, h4 {
		page-break-after: avoid;
	}

	img {
		max-width: 100% !important;
	}

	ul, img {
		page-break-inside: avoid;
	}

	a[href^=\/]:after {
		font-weight: bold;
		text-decoration: none;
		content: "";
	}

	a[href^=http]:after {
		content: " <" attr(href) ">\a";
		font-size: 0.8em;
	}

	a[href^="#"]:after {
		content: "";
	}

	a:after > img {
		content: "";
	}

	.BMDClogo {
		width: 300px;
		margin-bottom: 50px;
	}

	.widgetCol {
		margin: 0 !important;
		padding: 0 !important;
	}

	.printFooter {
		-webkit-print-color-adjust: exact;
		page-break-inside: avoid;
		width: 100%;
		color: #000 !important;
		background-color: #eee !important;
		padding: 20px 40px 10px 40px;
		border-radius: 0 20px 0 0;
		line-height: 1em;
	}

	.map-canvas {
		display: inline-block;
	}

	hr {
		display: block;
		height: 1px;
		background: transparent;
		width: 100%;
		border: none;
		border-top: solid 1px #aaa;
	}
}


div.swimmingTimes {
}

	div.swimmingTimes #ttContainer {
		position: relative;
	}

	div.swimmingTimes #loader {
		background-color: #191919;
		z-index: 100;
		display: block;
		opacity: 0.8;
		position: fixed;
		top: 0px;
		left: 0px;
		bottom: 0px;
		right: 0px;
	}

		div.swimmingTimes #loader img {
			position: absolute;
			margin: auto;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
			width: 40%;
		}

	div.swimmingTimes table.ttSessions {
		color: #005192;
	}

		div.swimmingTimes table.ttSessions tr:nth-child(even) {
			background: #d3e8d6;
		}

		div.swimmingTimes table.ttSessions tr:nth-child(odd) {
			background: #e6f8e9;
		}

		div.swimmingTimes table.ttSessions tr:first-child td {
			background-color: #006871;
			color: #FFF;
		}

	div.swimmingTimes button.ttLink {
		background-color: #FFF;
		color: #005192;
		border: 1px solid #006871;
		border-radius: 5px;
		padding: 10px;
		margin: 5px;
	}

		div.swimmingTimes button.ttLink:hover {
			background-color: #EEE;
		}

		div.swimmingTimes button.ttLink.selected {
			background-color: #AA4E0F;
			color: #FFF;
			border: none;
			border-radius: 5px;
			padding: 10px;
			margin: 5px;
		}

	div.swimmingTimes div.map {
		border: 1px solid #F26C11;
		width: 100%;
		height: 252px;
	}

		div.swimmingTimes div.map iframe {
			border: none;
			width: 100%;
			height: 250px;
		}

	div.swimmingTimes hr {
		border-top: 2px solid #006871;
		width: 100%;
	}

	div.swimmingTimes a.sessionTitle {
		color: #005192;
		text-decoration: none;
		cursor: default;
	}

.tooltip.top .tooltip-inner {
	background-color: #005192;
}

.tooltip.top .tooltip-arrow {
	border-top-color: #005192;
}



#quickClose {
	position: fixed;
	top: -8px;
	left: 0;
	width: 174px;
	background-image: url('images/quickclose.png');
	cursor: pointer;
	z-index: 100;
}

@media(max-width: 767px) {
	#quickClose {
		margin-left: initial;
		left: initial;
		position: fixed;
		top: 0px;
		right: 0px;
		width: 83px;
		height: 37px;
		background-image: url('images/quickclose.png');
		cursor: pointer;
		z-index: 5500;
	}
}

ul.buttonPanes {
	padding-left: 0;
}


	ul.buttonPanes li {
		list-style-type: none;
		list-style-image: none;
	}

		ul.buttonPanes li a {
			display: block;
			float: left;
			width: calc(50% - 10px);
			height: 158px;
			padding: 20px;
			margin: 0 10px 10px 0;
			font-size: 1.5em;
			color: #005192;
			text-decoration: none;
		}

			ul.buttonPanes li a:hover {
				text-decoration: underline;
			}

		ul.buttonPanes li span {
			font-size: 0.6em;
			font-weight: 500;
			line-height: normal;
			padding-top: 10px;
			text-overflow: ellipsis;
			overflow: hidden;
			display: -webkit-box;
			-webkit-line-clamp: 5;
			-webkit-box-orient: vertical;
			max-height: 95px;
		}

.boxAddText {
	font-size: 0.8em;
}

ul.buttonPanes li:nth-child(3n+1) a {
	background-color: #a7d2d6;
}

ul.buttonPanes li:nth-child(3n+2) a {
	background-color: #daad8f;
}

ul.buttonPanes li:nth-child(3n+3) a {
	background-color: #a4c4df;
}

@media (max-width: 768px) {

	ul.buttonPanes li a {
		width: 100%;
	}
}





ul.buttonPanesTW {
	padding-left: 0;
}


	ul.buttonPanesTW li {
		list-style-type: none;
		list-style-image: none;
	}

		ul.buttonPanesTW li a {
			display: block;
			float: left;
			width: calc(50% - 10px);
			height: 100px;
			padding: 20px;
			margin: 0 10px 10px 0;
			font-size: 1.5em;
			color: #FFF;
		}



		ul.buttonPanesTW li:nth-child(3n+1) a {
			background-color: #006871;
		}

		ul.buttonPanesTW li:nth-child(3n+2) a {
			background-color: #00728F;
		}

		ul.buttonPanesTW li:nth-child(3n+3) a {
			background-color: #006871;
		}

		ul.buttonPanesTW li:nth-child(3n+4) a {
			background-color: #00728F;
		}



@media (max-width: 768px) {

	ul.buttonPanesTW li a {
		width: 100%;
	}
}

h3.tickTitleYellow {
	background-image: url(./images/tickYellow.png);
	background-repeat: no-repeat;
	background-position-x: 0;
	background-color: #C37909;
	display: block;
	color: #FFF;
	height: 50px;
	padding: 12px 0 0 60px;
	border-radius: 25px 25px 25px 25px;
	margin: 20px 0 20px 0;
}




h3.tickTitleRed {
	background-image: url(./images/tickRed.png);
	background-repeat: no-repeat;
	background-position-x: 0;
	background-color: #c7332c;
	display: block;
	color: #FFF;
	height: 50px;
	padding: 12px 0 0 60px;
	border-radius: 25px 25px 25px 25px;
	margin: 20px 0 20px 0;
}

h3.tickTitleBrown {
	background-image: url(./images/tickBrown.png);
	background-repeat: no-repeat;
	background-position-x: 0;
	background-color: #ac5645;
	display: block;
	color: #FFF;
	height: 50px;
	padding: 12px 0 0 60px;
	border-radius: 25px 25px 25px 25px;
	margin: 20px 0 20px 0;
}


h3.tickTitleBlue {
	background-image: url(./images/tickBlue.png);
	background-repeat: no-repeat;
	background-position-x: 0;
	background-color: #0086ba;
	display: block;
	color: #FFF;
	height: 50px;
	padding: 12px 0 0 60px;
	border-radius: 25px 25px 25px 25px;
	margin: 20px 0 20px 0;
}


h3.tickTitlePink {
	background-image: url(./images/tickPink.png);
	background-repeat: no-repeat;
	background-position-x: 0;
	background-color: #c63785;
	display: block;
	color: #FFF;
	height: 50px;
	padding: 12px 0 0 60px;
	border-radius: 25px 25px 25px 25px;
	margin: 20px 0 20px 0;
}

h3.tickTitleGreen {
	background-image: url(./images/tickGreen.png);
	background-repeat: no-repeat;
	background-position-x: 0;
	background-color: #009941;
	display: block;
	color: #FFF;
	height: 50px;
	padding: 12px 0 0 60px;
	border-radius: 25px 25px 25px 25px;
	margin: 20px 0 20px 0;
}

h3.tickTitlePurple {
	background-image: url(./images/tickPurple.png);
	background-repeat: no-repeat;
	background-position-x: 0;
	background-color: #6e2764;
	display: block;
	color: #FFF;
	height: 50px;
	padding: 12px 0 0 60px;
	border-radius: 25px 25px 25px 25px;
	margin: 20px 0 20px 0;
}





.content2Col {
	float: left;
	width: 50%;
	padding-right: 20px;
}

@media (max-width: 768px) {

	.content2Col {
		width: 100%;
	}
}

.hwhr label {
	width: 400px;
}

.hwhr .umbraco-forms-field {
	display: block;
	padding-top: 20px;
	padding-bottom: 0px;
	line-height: initial;
}

.hwhr span.field-validation-error {
	margin-left: 0;
}

.browseAloud {
	width: 149px;
	height: 50px;
	float: left;
	margin-left: 290px;
}

@media screen and (max-width: 1200px) {
	.browseAloud {
		margin-left: 90px;
	}
}

@media screen and (max-width: 992px) {
	.browseAloud {
		margin: 0 5px 10px 0;
		float: right;
	}
}

@media screen and (max-width: 500px) {
	.topHeader .topRightHeaderMobile .search input[type=text] {
		/*width: calc(100% - 290px);*/
	}

	.topHeader .topRightHeaderMobile .minSearch {
		display: none;
	}

	.browseAloud {
		margin: 0 0 10px 0;
		float: right;
		width: 100%;
		text-align: center;
	}
}


.InfoBoxGreen {
	padding: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
	clear: both;
	border-left: 10px solid green;
	background-color: #E9F1E9;
}

.InfoBoxAmber {
	padding: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
	clear: both;
	border-left: 10px solid orange;
	background-color: #E9F1E9;
}

.InfoBoxRed {
	padding: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
	clear: both;
	border-left: 10px solid red;
	background-color: #E9F1E9;
}



#accordion > .panel {
	border: none;
	border-top: 1px solid #b1b4b6;
}

.panel-default > .panel-heading {
	color: #333;
	background-color: #fff;
	padding: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

	.panel-default > .panel-heading h2 {
		padding-bottom: 10px;
	}

	.panel-default > .panel-heading h3 {
		padding-bottom: 10px;
	}

	.panel-default > .panel-heading a {
		display: block;
	}

		.panel-default > .panel-heading a:before {
			content: "";
			position: relative;
			top: 1px;
			margin-right: 10px;
			display: inline-block;
			font-family: 'Glyphicons Halflings';
			font-style: normal;
			font-weight: 400;
			line-height: 1;
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
			float: left;
			transition: transform .25s linear;
			-webkit-transition: -webkit-transform .25s linear;
		}



		.panel-default > .panel-heading a[aria-expanded="true"]:before {
			content: "\2212";
			-webkit-transform: rotate(180deg);
			transform: rotate(180deg);
		}

		.panel-default > .panel-heading a[aria-expanded="false"]:before {
			content: "\002b";
			-webkit-transform: rotate(90deg);
			transform: rotate(90deg);
		}

.accordion-option {
	width: 100%;
	float: left;
	clear: both;
	margin: 15px 0;
}

	.accordion-option .title {
		font-size: 20px;
		font-weight: bold;
		float: left;
		padding: 0;
		margin: 0;
		width: 100%;
	}

	.accordion-option .toggle-accordion {
		float: left;
		font-size: 16px;
		color: #6a6c6f;
		margin-top: 10px;
		cursor: pointer
	}

		.accordion-option .toggle-accordion:before {
			content: "Expand All";
		}

		.accordion-option .toggle-accordion.active:before {
			content: "Collapse All";
		}


.cookie-icon {
	position: fixed;
	bottom: 0;
	width: 70px;
	height: 70px;
	cursor: pointer;
	z-index: 10;
	padding: 0;
	border: 0;
	background: transparent;
}

	.cookie-icon #star path {
		fill: #fff;
	}



@media only screen and (max-width: 768px) {

	.tableScrollContainer {
		overflow-x: auto;
	}
}


.rowWrapper {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 300px;
}

	.rowWrapper div {
		display: table-cell;
		height: 300px;
	}

@media only screen and (max-width: 768px) {

	.rowWrapper {
		display: table;
		table-layout: auto;
		width: 100%;
		height: 250px;
	}

		.rowWrapper > div {
			display: inline-block;
			max-width: 25%;
			height: 250px;
		}

			.rowWrapper > div a {
				padding: 2px;
				height: 250px;
			}
}



#scopedByScopedPolyfill_1 #prefix-overlay-outer input[type="email"]:focus {
	outline: 1px solid #000 !important;
}