html {
	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;
}


body {
	padding-top: 0px;
	padding-bottom: 20px;
	font-family: 'Helvetica Neue', 'Helvetica', 'Roboto', Arial, sans-serif;
	font-family: 'Roboto', Arial, sans-serif;
	
	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 {
}

h3 {
	padding: 0;
	padding-bottom: 20px;
	margin: 0;
	font-size: 2em;
	font-weight: 600;
	line-height: 2em;
	color: #005192;
}

h4 {
	padding: 0;
	padding-bottom: 20px;
	margin: 0;
	font-size: 1.5em;
	font-weight: 600;
	line-height: 1.5em;
	color: #005192;
}

h5 {
	font-size: 1.3em;
	font-weight: 600;
}

.standardMenu h4 {
	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/bespoke/logoBMDC.png);
    height:88px;
	background-repeat: no-repeat;
    display: block;
    min-height: 100%;

}

    .topHeader .BMDClogo img {
    max-width: 318px;

    }

.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=submit] {
		font-size: 1.6em;
		padding: 0px;
		border: none;
		margin: 0;
		height: 48px;
		width: 60px;
		background-color: #006871;
		background-image: url(../images/bespoke/buttonSearchLarge.png);
		background-repeat: no-repeat;
		background-position: center;
		vertical-align: bottom;
		color: transparent;
	}




.importantMessage {
	background-image: url(../images/bespoke/symbolExclamation.png);
	background-repeat: no-repeat;
	background-position: 10px 0px;
	background-color: #F26C11;
	padding: 5px 20px 5px 60px;
	margin-bottom: 15px;
	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: #F26C11;
		text-decoration: none;
		color: #FFF;
		font-weight: 200;
	}

		.importantMessage a:hover {
			color: #FFF;
			background-color: #dc7320;
		}

.warnLevelRed {
	background-color: #FF2222;
	color: #FFF;
}

.warnLevelAmber {
	background-color: #F26C11;
}

.warnLevelGreen {
	background-color: #5AA010;
}




.browseAll .top {
	background-image: url(../images/bespoke/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;
		}


/*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;
}


#tooltip2
{
    text-align: center;
    color: #fff;
    background: #F26C11;
    position: absolute;
    z-index: 100;
    padding: 15px;
}
 
    #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;
        }


@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: #757575;
	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 img {
	filter: alpha(opacity=60);
	opacity: 0.60;
	padding: 10px;
}
footer .topFooter .smLogo img:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

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;
}
@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 img {
		padding: 4px;
		-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;
	margin-bottom: 90px;
}




    .accordion h3:hover {
		text-decoration: underline;
		cursor: pointer;
		cursor: hand;
    }


        .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;
		}

	.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;
	}

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;
}





.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;
	}

.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: #777777;
	}


.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: 10px;
}

.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: hidden;
}

	.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-top: 0px;
	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: #c21212;
	}

	.contentCol h3 {
		color: #005192;
		font-size: 1.6em;
		line-height: 1.4em;
		padding-top: 10px;
	}

	.contentCol h4 {
		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/bespoke/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: #D6E5D8;
		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;
}

	.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/bespoke/bulletBrown.png);
}

	ul.bullets1 li {
		list-style-position: inside;
	}

ul.bullets2 {
	list-style-image: url(../images/bespoke/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'] {
			background: url('images/fileicons/acrobat.png') no-repeat left;
			background-position: 0 0;
		}

		.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'] {
			background: url('images/fileicons/word.png') no-repeat left;
			background-position: 0 0;
		}

		.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'] {
			background: url('images/fileicons/excel.png') no-repeat left;
			background-position: 0 0;
		}

		.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'] {
			background: url('images/fileicons/excel.png') no-repeat left;
			background-position: 0 0;
		}

		.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'] {
			background: url('images/fileicons/media.png') no-repeat left;
			background-position: 0 0;
		}

        .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;
	}


@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;
	}

	.widgetCol p {
		color: #006871;
		line-height: 1.6em;
	}

	.widgetCol a {
		color: #006871;
	}

	.widgetCol h4 {
		color: #006871;
		font-size: 1.2em;
	}

	.widgetCol .bgLight {
		background-color: #D6E5D8;
		padding: 20px;
	}
	
	.widgetCol .bgLight2 {
		background-color: #D6E5D8;
		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;
}

.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/bespoke/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;
}


.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: 0;
	padding: 0;
	margin-left: 0;
	margin-bottom: 0;
}

	.homeWidgetCol .bgLight {
		background-color: #97B79C;
		padding: 20px;
	}
	.homeWidgetCol .bgLight h4 {
		color: #fff;
	}
	.homeWidgetCol .bgLight p {
		color: #fff;
	}

	.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 h3 {
		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) {
	.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;*/
	}

	.formLinkBox {
		display: block;
		padding: 10px 20px;
		background: #F26C11;
		padding: 10px;
		text-align: center;
		color: white !important;
		font-weight: bold;
	}



	.body-content {
		padding-left: 0;
		padding-right: 0;
	}

	.navbar .topHeader {
		padding-top: 0;
	}


	.topRightHeader {
		display: none;
	}

	.topRightHeaderMobile {
		display: block;
		height: 150px;
	}



	.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/bespoke/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;
	}

		.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/bespoke/logoBMDCMob.png);
        image-rendering: crisp-edges;
	}

		.topHeader .BMDClogo img {
			width: 100%;
			max-width: 500px;
		}

	ul.smLinks {
	}

	.pageTitle h1 {
		font-size: 2em;
		font-weight: 600;
		line-height: 1em;
	}
}











.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: #D6E5D8;
	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: #c21212;
}




.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: #aaa;
	font-weight: 300;
}

:-moz-placeholder {
	color: #aaa;
	font-weight: 300;
}

::-moz-placeholder {
	color: #aaa;
	font-weight: 300;
}

:-ms-input-placeholder {
	color: #aaa;
	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: #D6E5D8;
	margin: 20px 0;
	overflow: visible;
}

	.contourPage .hiddenfield {
		display: none;
		margin: 0;
		padding: 0;
	}

	.contourPage .contourField {
		clear: both;
	}

	.contourPage label {
		float: left;
		width: 200px;
		padding-left: 0;
		padding-right: 10px;
	}

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: 450px;
	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;
}

.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;
	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;
}

.contourField {
	margin-top: 20px;
}

	.contourField label {
		margin: 0;
		color: #005192;
	}

	.contourField .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;
}

.contourPage span.field-validation-error span {
	display: block;
	margin-left: 200px;
}
.contourField recaptcha label {
	float: left;
}
.contourField #recaptcha_area {
	float: left;
}
.contourField .recaptchatable {
	border: 1px solid #F26C11 !important;
	background-color: #FFF;
}
.contourField #recaptcha_image[style] {
	border: none !important;
}



@media (max-width: 768px) {
	.contourPage input, .contourPage textarea, .contourPage select {
		width: 100%;
	}

	.contourField .help-block {
		margin: 0;
		width: 300px;
		display: block;
		color: #005192;
	}

	.contourPage .field-validation-error {
		display: block;
	}

	.contourPage span.field-validation-error span {
		margin-left: 0;
	}
}



.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;
	}

@media (max-width: 768px) {
	.event img {
		display: none;
	}
}







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 h4 {
			height: 40px;
			color: #fff;
			line-height: 1em;
			font-size: 1.2em;
			font-weight: 400;
			padding: 0;
			color: inherit;
		}

		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%;
		}


/* 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;
}
