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;
	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 {
	color: #004890;
}
h2 {
	color: #004890;
}
h3 {
	padding: 0;
	padding-bottom: 20px;
	margin: 0;
	font-size: 2em;
	font-weight: 600;
	line-height: 2em;
	color: #004890;
}
h4 {
	padding: 0;
	padding-bottom: 20px;
	margin: 0;
	font-size: 1.5em;
	font-weight: 600;
	line-height: 1.5em;
	color: #004890;
}
.standardMenu h4 {
	padding-bottom: 5px;
}


.contentCol h1 {
    color: #004890;
    font-size: 1.6em;
    line-height: 1.4em;
    padding-top: 10px;
	font-weight: 600;
}

.contentCol h2 {
    color: #004890;
    font-size: 1.2em;
    line-height: 1.2em;
    padding-top: 10px;
	font-weight: 600;
}

p {
	color: #004890;
	line-height: 1.6em;
}
li {
	color: #004890;
	line-height: 1.6em;
}



/* Corporate colours */
.bgBlue {
	background-color: #004890;
	color: #FFF;
}
.bgOrange {
	background-color: #aa4e0f;
	color: #FFF;
}
.bgYellow {
	background-color: #ffbf2a;
	color: #004890;
}
.bgGreen {
	background-color: #00ab4d;
	color: #FFF;
}

.txtBlue {
	color: #004890;
}
.txtOrange {
	color: #aa4e0f;
}
.txtYellow {
	color: #ffbf2a;
}
.txtWhite {
	color: #FFF;
}




.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;
	}



.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/buttonSearchLarge.png);
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: bottom;
   	color: transparent;
}




.importantMessage {
    background-image: url(./images/symbolExclamation.png);
    background-repeat: no-repeat;
    background-position: 10px 0px;
    background-color: #F26C11;
    padding: 5px 20px 5px 60px;
    margin-bottom: 5px;
    font-size: 2em;
    font-weight: 600;
    color: #FFF;
    min-height: 40px;
}

    .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;
    width:80px;
    height:25px;
}

.importantMessage a:hover {
    color: #FFF;
    background-color: #dc7320;
}

.warnLevelRed {
    background-color: #FF2222;
    color: #FFF;
}

.warnLevelAmber {
    background-color: #F26C11;
}

.warnLevelGreen {
    background-color: #5AA010;
}


.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: #004890;
	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;
}

@media (max-width: 768px) {
	.browseAll .top  {
		margin: 20px 0 0 0;
	}
	.browseAll .bottom {
		margin: 0;
	}
}



.otherNav .browse {
    background-color: #004890;
    margin: 30px 0 5px 0;
	padding: 2px 10px;
	font-size: 1.2em;
	font-weight: 400;
	color: #bfd1e3;
    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: #dc7320;
}

.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: 30px 30px 20px 30px;
	min-height: 140px;
	color: #FFF;
	background-color: #808080;
	border-radius: 0px 7px 0px 0px;
}
footer .topFooter a {
	color: #FFF;
}

.footerTelephone {
    font-size:1.2em; font-weight: 800; line-height: 0.3em
}


.footerTelephoneNumber {

font-weight: 600;
font-size: 2em
}



@media (max-width: 768px) {
	footer .topFooter {
		padding: 20px;
	}

    .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: #aa4e0f;
        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: #aa4e0f;
  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: #004890;
  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;
    }

  
}

footer .topFooter a {
	display: block;
}
footer p {
	color: #FFF;
}
footer .topFooter .left {
	float:left;
}
footer .topFooter .right {
	padding-top: 20px;
	float:right;
}
footer .bottomFooter {
	border: none;
	padding: 30px 30px 20px 30px;
	color: #FFF;
	background-color: #004890;
	font-size: 1.2em;
	font-weight: 600;
}



footer .logoFooter {
	padding: 33px 0 5px 0;
	width: 100%;
}

footer .logoFooter #__ba_panel {
width: 60px !important;
overflow: hidden;
}

footer .logoFooter #__ba_panel ._ba_logo #_ba__button img {

margin: -2px 35px 0 -35px!important;
}


footer .logoFooter div {
	float: right;
}

footer .topFooter img {
    opacity: 0.4;
    filter: alpha(opacity=40);
}
footer .topFooter img:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
}


footer .links {
  padding: 0px;
  margin-bottom: 10px;
  list-style: none;
}
footer .links > li {
  display: inline-block;
}
footer .links > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: " | ";
}
footer .links a {
	color: #FFF;
	font-size: 0.8em;
	font-weight: 200;
}
footer .links > .active {
  color: #777;
}

footer .smLinks {
  list-style: none;
}
footer .smLinks > li {
  display: inline-block;
  margin-right: 10px;
 
}









/* 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: #004890;
	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: #aa4e0f;
	opacity: 1;
	filter: alpha(opacity=100);
}
















/* 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;
  display: block;
  background-color: #004890;
}
.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;
  color: #004890;
  background-color: #ffbf2a;
}

.breadcrumb {
  padding: 0px 0px;
  margin-bottom: 10px !important;
  list-style: none;
  background-color: #FFF;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
  color: #aa4e0f;
  font-weight: 600;
}
.breadcrumb > li + li:before {
  content: " | ";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb a {
  color: #004890;
  font-weight: 400;
}
.breadcrumb > .active {
  color: #777777;
}


.topRightHeaderMobile {
    display: none;
}




.mobileMenu {
    display: none;
}






@media (min-width: 768px) {
  .nav {
	  width: 100%;
	  background-color: #004890;
	  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: #004890;
	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: #004890;
}
.pageTitle p {
	padding-top: 4px;
	font-size: 1.2em;
	color: #004890;
}


.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: #004890;
	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;
}
.contentCol h3 {
	color: #004890;
	font-size: 1.6em;
	line-height: 1.4em;
	padding-top: 10px;
}
.contentCol h4 {
	color: #004890;
	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: #D6E5D8;
	color: #004890;
	font-weight: bold;
}
.contentCol thead th {
	padding: 5px;
	vertical-align: top;
}
/*
.contentCol tr:first-child {
	background-color: #D6E5D8;
	color: #004890;
	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: #004890;
	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 #aa4e0f;
	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$='.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: #004890;
	line-height: 1.6em;
}
.widgetCol a {
	color: #004890;
}
.widgetCol h4 {
	color: #004890;
	font-size: 1.2em;
}
.widgetCol .bgLight {
	background-color: #D6E5D8;
	padding: 20px;
}
.widgetCol iframe {
	height: 300px;
	width: 100%;
	border: none;
}
.widgetCol hr {
	border: 0;
	height: 1px;
	background: #aa4e0f;
}

.homeWidgetCol {
	margin: 0;
	padding: 0;
	margin-left: 0;
	margin-bottom: 0;
}
.homeWidgetCol .bgLight {
	background-color: #D6E5D8;
	padding: 20px;
}


.widgetCol ul.bullets0 {
	padding-left: 0;
	list-style-type: none;
}
.widgetCol ul.bullets0 li {
	list-style-position:inside;
}

.widgetCol ul {
	padding-left: 0;
	list-style-image: url(./images/bulletBrown.png)
}
.widgetCol ul li {
	list-style-position:inside;
}
.widgetCol a.button {
	display: block;
    padding: 10px 20px;
    background: #aa4e0f;
    padding: 10px;
    text-align: center;
    color: white;
    font-weight: bold;
}


.widgetColNews ul li {
	margin-bottom: 10px;
	font-size: 0.8em;
}




.homeWidgetCol {
	margin: 0;
	padding: 0;
	margin-left: 0;
	margin-bottom: 0;
}
.homeWidgetCol .bgLight {
	background-color: #D6E5D8;
	padding: 20px;
}
.homeWidgetCol a.button {
	display: block;
    padding: 10px 20px;
    background: #aa4e0f;
    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: #004890;
	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: #004890;
}
.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: #004890;
}
.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: #aa4e0f;
    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;
		
	}

    footer .topFooter {
        min-height:160px;
    }
	

.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: #aa4e0f;
	background-image: url(./images/buttonSearchLarge.png);
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: bottom;

}
	
.icon-bar { 
    background-color: #004890 ; 


}
	
.navbar-toggle {
  
	right: 14px;
    padding: 8.5px 10px;
    border: 3px solid #004890; 
    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;*/
     }

    .footerTelephone {
        font-size:1.2em;
    }


.footerTelephoneNumber {

        font-weight: 600;
        font-size: 2em
    }

    .topFooter .right li a img {
        width: 50px;
    }

    footer .topFooter {
        height: 150px;
    }


footer .logoFooter {
	padding: 5px 0 5px 0;
	width: 100%;
}


footer .bottomFooter {
	padding: 20px 20px 20px 20px;
	font-weight: 500;
}



}

@media (max-width: 605px) {


   .topFooter .right  ul {
   
}



footer .smLinks > li {

}

    footer .topFooter .left {
        padding-right: 10px;
	height: 100%;
    }


    footer .topFooter .right {
        padding-top:10px;
        float:initial;
        padding-left:40px;
    }

        .topFooter .right li a img {
        width: 45px;
    }

        footer .bottomFooter {
        font-size: 1em;
    }






}





@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);
        image-rendering: crisp-edges;
	}

	.topHeader .BMDClogo img {
		width: 100%;
		max-width: 500px;
	}







    ul.smLinks {
    
   
    }
    


    footer .smLinks > li {
  margin-right: 0;
}



.footerTelephoneNumber {

        font-weight: 600;
        font-size: 1.5em
    }



    .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: #aa4e0f;
}
.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: #004890;
	padding-left: 2px;
	display: block;
}
.browseNav li.node > a:after {
	padding-right: 10px;
	color: #aa4e0f;
	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: #aa4e0f;
	content:'';
	text-align: right;
	float:none;
}




.webform {
	margin: 0 10%;
	padding: 50px;
	background-color: #D6E5D8;
	border-radius: 7px;
}
.webform label {
	color: #004890;
	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: #004890;
	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: #aa4e0f;
    width: 100%;
    display: block;
    margin: 0 0 20px 0;
}

.webform .additionalText {
    display: block;
	border: 1px solid #aa4e0f;
    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: #004890;
}

.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: #004890;
	}
	.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: #aa4e0f;
}
.contourPage .input-validation-error {
    background-color: #ffe5e5;
	vertical-align: top;
}
.contourPage .field-validation-error {
    color: #aa4e0f;
	vertical-align: top;
}
.contourPage h2 {
	padding: 0;
	margin: 0;
	padding-top: 20px;
	font-size: 1.4em;
	font-weight: 600;
	color: #004890;
}
.contourPage .help-block {
	clear: both;
}

.contourPage input, .contourPage textarea, .contourPage select {
	width: 450px;
	border: 1px solid #aa4e0f;
	color: #004890;
	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 span .radiobuttonlist {
	width: 50px;
}
.contourField {
	margin-top: 20px;
}
.contourField label {
	margin: 0;
	color: #004890;
}
.contourField .help-block {
	margin: 0;
	width: 450px;
	display: block;
	margin-left: 200px;
	color: #004890;
	font-style: italic;
}

.contourMessageOnSubmit {
	padding: 40px;
	background-color: #D6E5D8;
	margin: 20px 0;
}

.contourPage span.field-validation-error span {
	display: block;
	margin-left: 200px;
}


@media (max-width: 768px) {
	.contourPage input, .contourPage textarea, .contourPage select {
		width: 100%;
	}
	.contourField .help-block {
		margin: 0;
		width: 300px;
		display: block;
		color: #004890;
	}
	.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: #004890;
}
.event table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #004890;

}
.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: #004890;
}
.eventFooter {
	background-color: #aa4e0f;
	padding: 10px;
	margin-bottom: 30px;
}
.eventFooter a{
	color: #FFF;
}
@media (max-width: 768px) {
	.event img {
		display: none;
	}
}


@media (max-width: 480px) {
	.footerTelephoneNumber {
		font-weight: 600;
		font-size: 1.2em
	}

	.bottomFooter p {
		font-size: 0.7em;
 	}
}

.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;
			color: #FFF;
		}

@media (min-width: 768px) {
	.covidBanner .navbar-nav {
		margin-top: 5px;
	}
}







