
html {
	height:100%;
}
body {
	margin:0;
	padding:0;
	background-color:#eee;
	height:100%;
	font-family:'Open Sans', sans-serif;
	font-weight:300;
	line-height:22px;
}

p {
	line-height:22px;
}

a {
	text-decoration:none;
	color:#0097DF;
	font-weight:400;
}	
	
a:hover {
	text-decoration:underline;
	color:#41B3F0;
	font-weight:400;
}

b {
	font-family:'Open Sans' sans-serif;
	font-weight:700;
	color:#888;
}

#canvas {
	margin-left:auto;
	margin-right:auto;
	background-color:white;
	height:auto;
}

#header {
	height:120px;
	margin-top:50px;
	position:relative;
}

#mainContent {
	position:relative;
	padding: 0;
}

p.author {
	font-style:italic;
}

#SDGs {
    float:right;
    margin-left:20px;
    width:30%
}

@media (max-width:700px) {
    #SDGs {
        float:none;
        width:200px;
        margin:0;
        margin-top:20px;
        margin-bottom:20px;
    }
}

.upper {
    text-transform:uppercase;
}

/*------------------------------------------------*/
/*-----------------[MOBILE STYLES]----------------------*/
/*------------------------------------------------*/

@media only screen and (min-width:280px) {
		    
	table, thead, tbody, tfoot, th, td, tr { display:block; }	
		        
	html {
		-webkit-text-size-adjust: none;
	}
	
	#canvas {
		width:300px;
		margin-left:auto;
		margin-right:auto;
	}
	
	h1 {
		font-family:'Open Sans' sans-serif;
		font-weight:800;
		color:#B5B7BA;
		font-size:20px;
		line-height:24px;
	}
	
	h2 {
		font-family:'Open Sans' sans-serif;
		font-weight:700;
		color:#888;
		font-size:16px;
		margin:0;
		padding:0;
	}		
	
	h3 {
		font-family:'Open Sans' sans-serif;
		font-weight:700;
		color:#888;
		font-size:14px; 
		margin:0;
		padding:0;	
	}
	
	.subHead {
		font-family:'Open Sans' sans-serif;
		font-weight:700;
		color:#888;
		font-size:14px; 
		margin:0;
		padding-bottom:0;
		padding-top:5px;
	}	
	
	p {
		margin-top:3px;
		margin-bottom:3px;
	}	
	
/*-----------------[HEADER]----------------------*/
	
	#header {
		height:180px;
	}
	
	#logo {
		height:80px;
		width:214px;
		margin-left:50px;
		position:relative;
	}
	#logo img {
		width:214px;
		height:80px;
		margin-top:20px;
	}
	
	#nav {
		position:relative;
		height:30px;
		width:150px;
	}
	
	span.br {
		display:inline;
	}
	
	.hover {
		-webkit-user-select: none;
		-webkit-touch-callout: none;        
	}
	
	#nav ul {
		list-style:none;
		width:150px;
		background-color:#F7601B;
		height:30px;
		overflow:hidden;
		display:block;
		left:55px;
		border-radius:8px;
		border:1px solid #888;
		margin-top:40px;
		position:absolute;
		z-index:1;
	}
	#nav ul:hover, ul.hover_effect {
		height:auto;
		overflow:none;
	}
	#nav ul li {
		font-size:14px;
		color:white;
		text-align:center;
		padding:5px;
		padding-left:0 !important;
		margin-left:-40px;
		list-style-type:none;
	}
	#nav ul li a {
		color:white;
	}
	#nav ul li a.selected {}
	
	#menuLI {
		display:block;
	}	
		
	#topimage {
		overflow:hidden;
	}
	
	#slideshow {
		height:110px;
		width:300px;
		overflow:hidden;
	}
	
/*-----------------[CONTENT----------------------*/

	#introBlurb {
		width:260px;
		font-size:14px;
		line-height:23px;
		padding:15px;
		color:#777;
		font-family:'Open Sans' sans-serif;
		font-weight:300;
		background-color:white;
	}
	
	#colBlurb {
		width:260px;
		font-size:13px;
		line-height:21px;
		padding:15px;
		color:#777;
		font-family:'Open Sans' sans-serif;
		font-weight:300;
		background-color:white;
	}
	
	#fullWidthBlurb {
		width:260px;
		font-size:13px;
		line-height:19px;
		padding:15px;
		color:#777;
		font-weight:300;
		font-family:'Open Sans' sans-serif;
		}
	
/*-----------------[TABLE]----------------------*/

	#table1 { 	
		padding-left:0;
		border-spacing:0;
	}
	
	td.highlite {
		width:255px;
        background-color:#C2DCD4;
        padding:4px;
        padding-left:5px;
        font-size:12px;
        text-align:center;
        color:#000;
        font-family:'Open Sans' sans-serif;
        font-weight:700;
        color:#777;
     }
		        
	td.titleBarCol1 {
		width:255px;
        background-color:#385D60;
        padding:4px;
        padding-left:10px;
        font-size:13px;
        font-weight:700;
        font-family:'Open Sans' sans-serif;
        color:#FFFFFF
    }
	
	td.infoBar1 {
		width:255px;
       	background-color:#FFFFFF;
       	padding:4px;
       	padding-left:10px;
       	font-size:13px;
       	font-weight:300;
       	color:#777;
       	font-family:'Open Sans' sans-serif;
       	border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #999;
	}
		        
	td.infoBar1a {
		width:255px;
        background-color:#FFFFFF;
        padding:4px;
        padding-left:10px;
        font-size:13px;
        color:#777;
        font-weight:300;
        font-family:'Open Sans' sans-serif;
        border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #999;
    }
		        
	td.infoBar1b {
		width:255px;
        background-color:#FFFFFF;
        padding:4px;
        padding-left:10px;
        font-size:13px;
        color:#777;
        font-family:'Open Sans' sans-serif;
        font-weight:300;
        border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #999;
    }

		        
	td.infoBar2 {
        width:255px;
        background-color:#FFFFFF;
        padding:4px;
        padding-left:10px;
        font-size:13px;
        color:#777;
        font-family:'Open Sans' sans-serif;
        font-weight:300;
        border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #999;
	}
	
/*-----------------[FOOTER]----------------------*/
	
	#footer {
		width:100%;
	}
	
	#footerTopBehind {
		background-color:black;
		font-size:14px;
		line-height:125%;
		position:relative;
		height:120px;
	}
	#footerTop {
		height:70px;
		color:white;
		font-weight:bold;
		background-color:#F7601B;
		padding:5px;
		padding-top:10px;
		text-align:center;
		width:290px;
		display:inline-block;
		margin:0;
	}
	#footerTopArrow {
		display:none;
	}
	#footerTopSecondary {
		margin-left:auto;
		margin-right:auto;
		width:300px;
		display:inline-block;
		text-align:center;
		text-align:center;
		margin:0;
		padding-top:10px;
		padding-bottom:10px;
	}
	#footerTopSecondary a {
		font-weight:bold;
		font-family:'Open Sans' sans-serif;
		font-weight:700;
	}
	
	#footerMiddle {
		height:210px;
		background-color:#404040;
		position:relative;
		color:white;
		padding-bottom:30px;
	}
	#footerUpdatesFeed {
		width:300px;
		font-size:13px;
		padding:30px;
		padding-bottom:50px;
	}
	#footerUpdatesFeedTitle {
		font-family:'Open Sans' sans-serif;
		font-weight:700;
		color:white;
		font-size:15px;
	}
	#footerOrigin {
		display:none;
	}
	#footerDCBT {
		display:none;
	}
	#footerLink3 {
		display:none;
	}
	
	#footerBottom {
		height:30px;
		color:white;
		background-color:black;
		font-size:10px;
		line-height:14px;
		padding:15px;
		text-align:center;
		padding:5px;
	}
}
/*------------------------------------------------*/
/*-----------------[DESKTOP STYLES]----------------------*/
/*------------------------------------------------*/

@media only screen and (min-width:750px) and (min-device-width:750px) {

	th, td { display:table-cell; }
        tr { display:table-row; }
        table { display:table; }
		    	
		    	
	#canvas {
		width:960px;
	}
	
	#logo {
		height:80px;
		width:214px;
		margin-left:20px;
		margin-top:5px;
	/*
		background:url(../images/logo_287.png) no-repeat;
			background-size:214px 80px;*/
	
		position:absolute;
		top:0;
		left:20px;
	}
	
	span.br {
		display:block;
	}
	
	h1 {
		font-family:'Open Sans' sans-serif;
		font-weight:800;
		color:#B5B7BA;
		font-size:28px;
		padding-bottom:10px;
	}	
	
	h2 {
		font-family:'Open Sans' sans-serif;
		font-weight:700;
		color:#888;
		font-size:20px; 
		margin-bottom:0;
		padding-bottom:0;
	}	
	
	h3 {
		font-family:'Open Sans' sans-serif;
		font-weight:700;
		color:#888;
		font-size:16px;
		margin:0;
		padding:0;	
	}
	
	.subHead {
		font-family:'Open Sans' sans-serif;
		font-weight:700;
		color:#888;
		font-size:16px; 
		margin:0;
		margin-bottom:0;
		padding-bottom:0;
		padding-top:10px
	}
	
	.fullWidthBlurbitalic {
		color:#777;
		font-family:'Open Sans' sans-serif;
		font-weight:300;
		font-style:italic;
	}
	
		
	.captions {
		font-family:'Open Sans' sans-serif;
		font-style: italic;
		font-weight:300;
		color:#777;
		font-size:11px;
		line-height:150%;
	}
	
	p {
	margin-top:7px;
	margin-bottom:7px;
	}

/*-----------------[HEADER]----------------------*/
	
	#header {
		height:120px;
	}
	
	#nav {
		position:relative;
		width:auto;
		margin-left:200px;
		padding:0;
	}
	
	#nav ul {
		list-style:none;
		background-color:white;
		height:auto;
		width:auto;
		position:absolute;
		top:0;
		right:10px;
		border:none;
		padding-top:40px;
		padding-left:0;
	}

	#nav ul li {
		display:inline;
		font-size:14px;
		margin-left:15px;
	}
	#nav ul li span {
		display:none;
	}
	#nav ul li a {
		color:#777;
	}
	#nav ul li a:hover {
		color:#0097DF;
		text-decoration:none;
	}
	#nav ul li a.selected {
		color:#F7601B;
	}
	
	#menuLI {
		display:none !important;
	}
	
	#topimage {
		height:180px;
		width:960px;
		display:block;
		margin-top:15px;
	}
	#pagetopimage {
		height:350px;
		width:960px;
		display:block;
		margin-top:15px;
	}
    
    
	
	
/*-----------------[CONTENT]----------------------*/
		
	#colBlurb {
		width:580px;
		font-size:14px;
		line-height:22px;
		padding:30px;
		padding-left:40px;
		color:#777;
		font-family:'Open Sans' sans-serif;
		font-weight:300;
	}
	
	#fullWidthBlurb {
		width:880px;
		font-size:14px;
		line-height:22px;
		padding:30px;
		padding-left:40px;
		color:#777;
		font-family:'Open Sans' sans-serif;
		font-weight:300;
	}
	
/*-----------------[TABLE]----------------------*/
	
	#table1 { 	padding-left:0;
				border-spacing:0;
		        }
		        
	td.highlite {
		width:880px;
        background-color:#C2DCD4;
        padding:8px;
        padding-left:15px;
        font-size:14px;
        text-align:center;
        color:#000;
        font-family:'Open Sans' sans-serif;
        font-weight:700;
        color:#777;
     }
		        
	td.titleBarCol1 {
		width:880px;
        background-color:#385D60;
        padding:4px;
        padding-left:15px;
        font-size:14px;
        color:#000;
        font-family:'Open Sans' sans-serif;
        font-weight:700;
        color:#ffffff;
     }
	
	td.infoBar1 {
		width:150px;
        background-color:#FFFFFF;
        padding:5px;
        padding-left:15px;
        font-size:14px;
        font-weight:700;
        color:#777;
        font-family:'Open Sans' sans-serif;
        border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #999;
    }
		        
	td.infoBar1a {
		width:150px;
        background-color:#FFFFFF;
        padding:5px;
        padding-left:15px;
        font-size:14px;
        color:#777;
        font-family:'Open Sans' sans-serif;
        font-weight:300;
        border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #999;
    }
		        
	td.infoBar1b {
		width:150px;
        background-color:#FFFFFF;
        padding:10px;
        padding-left:15px;
        font-size:14px;
        color:#777;
        font-family:'Open Sans' sans-serif;
        font-weight:300;
        border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #999;
    }
		        
	td.infoBar2 {
        background-color:#FFFFFF;
        padding:5px;
        padding-left:25px;
        font-size:14px;
        color:#777;
        font-family:'Open Sans' sans-serif;
        font-weight:300;
        border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #999;
	}
		        
    td.infoBar3 {
        width:150px;
        vertical-align:top;
        padding-top:10px;
        padding-left:0;
        font-size:14px;
        color:#777;
        font-family:'Open Sans' sans-serif;
        font-weight:300;
	}
		        
	td.infoBar4 {
		vertical-align:top;
       	padding-top:10px;
        padding-left:20px;
        padding-bottom:20px;
        font-size:14px;
        color:#777;
        font-family:'Open Sans' sans-serif;
        font-weight:300;
	}
		        
/*-----------------[FOOTER]----------------------*/

	#footer {
		width:100%;
	}
	
	#footerTopBehind {
		background-color:black;
		font-size:18px;
		position:relative;
		height:66px;
	}
	#footerTop {
		height:56px;
		color:white;
		font-weight:bold;
		background-color:#F7601B;
		padding:5px;
		padding-top:12px;
		text-align:center;
		width:660px;
		display:inline-block;
		margin:0;
	}
	#footerTopArrow {
		width:14px;
		height:66px;
		background:url(../images/Orange-arrow.png) no-repeat;
		background-size:14px 66px;
		position:absolute;
		top:0;
		left:669px;
		display:block;
	}
	#footerTopSecondary {
		margin-left:50px;
		margin-right:auto;
		width:200px;
		display:inline-block;
		text-align:center;
		background-color:black;
	}
	#footerTopSecondary a {
		font-weight:800;
		font-family:'Open Sans' sans-serif;
	}
	
	#footerMiddle {
		height:220px;
		background-color:#404040;
		position:relative;
		color:white;
	}
	#footerUpdatesFeed {
		width:400px;
		font-size:12px;
		line-height:130%;
		padding:30px;
		padding-left:40px;
	}
	
	#footerUpdatesFeedTitle {
		font-family:'Open Sans' sans-serif;
		font-weight:800;
		color:white;
		font-size:16px;
		padding-bottom:10px;
	}
	#footerOrigin {
		position:absolute;
		top:40px;
		left:300px;
		width:200px;
		height:auto;
		font-size:12px;
		line-height:150%;
		display:block;
	}
	#footerDCBT {
		position:absolute;
		top:40px;
		right:250px;
		width:200px;
		height: auto;
		font-size:12px;
		line-height:150%;
		display:block;
	}
	#footerLink3 {
		position:absolute;
		top:40px;
		right:50px;
		width:200px;
		height: auto;
		font-size:12px;
		line-height:150%;
		display:block;
	}
	
	#footerBottom {
		height:14px;
		color:white;
		background-color:black;
		font-size:11px;
		line-height:150%;
		padding:15px;
	}
}


span.updateDate {
	color:white;
	font-weight: 700;
}
span.updateDetails {
	color:#41B3F0;
}

#tmlc {
	color:#41B3F0;
}

#links {
	padding:20px;
	padding-left:40px;
	background-color:white;
	border-bottom:1px dotted #eee;
}

.section-title {
	font-weight:bold;
	color:#222;
	margin-bottom:15px;
}

#logoStrip {
	position:relative;
}
#logoStripBack {
	position:absolute;
	height:100%;
	width:100%;
	background-color:black;
}
#lsContainer {
	width:100%;
}


.logo-backing {
	background-color:white;
	width:85%;
	height:85%;
	border:1px solid #999;
	margin:auto auto auto auto;
	position:relative;
}
.logo-backing-black {
	background-color:black;
}

.a-logo {
	width:250px;
	height:250px;
	white-space: nowrap;
	text-align:center;
}
.a-logo img {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	max-height:98%;
	max-width:98%;
}

.b-logo {
	width:120px;
	height:120px;
	white-space: nowrap;
	text-align:center;
}
.b-logo img {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	max-height:98%;
	max-width:98%;
}