/*Style sheet for chesapeake bay stat*/
/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	line-height: 1.3em;
}
/* HTML5 display-role reset for older browsers */
footer, header section {
	display: block;
}

/*Basic tags*/
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	margin-bottom: 10px;
}
h1 {
	font-size: 2.8em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.1em;
}
h5 {
	font-size: 1em;
}
strong {
	font-weight: 700;
}
.strong {
	font-weight: 700;
}
a {
	text-decoration: none;
	color: #009ad3;
	-moz-transition: color 0.2s ease-in;
	-webkit-transition: color 0.2s ease-in;
	-o-transition: color 0.2s ease-in;
	transition: color 0.2s ease-in;
	-moz-transition: background 0.2s ease-in;
	-webkit-transition: background 0.2s ease-in;
	-o-transition: background 0.2s ease-in;
	transition: background 0.2s ease-in;		  		
}
a:hover {
	color: #003c52;
}
p, ul {
	line-height: 1.3em;
	font-size: 1.3em;
	color: #000;
}
p {
	padding-bottom: 30px;
}
ul {
	padding: 0 0 25px;
	margin-left: 15px;
	list-style: none;
}
ul li {
	padding: 5px;
	background-image: url(/images/site/bullet.png);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	padding-left: 1.6em;
}
iframe, img {
	max-width: 100%;
	height: auto;
}

/* Main style */
body {
	margin: 0;
	font-weight: 400;
	color: #000;
	line-height: 1;	
	font-family: "utopia-std", "Times New Roman", Georgia, Serif;
	font-size: 14px;
}

/*Header*/
#section-header {
	background: #003c52;
	border-top: 8px solid #001e29;
}
.home-page-header {
	background: #003c52 url("/images/site/cover-8.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
/*	background-size: 100% 100%; */
	border-top: 8px solid #001e29;
}
.header-logo {
	text-align: center;
	padding: 20px 0 15px;
}
.header-logo img {
	width: 130px;
}
.wide-screen-navigation {
	display: none;
}
.header-navigation {
	text-align: center;
	margin-top: 10px;
}
.header-navigation ul {
	padding: 0;
	margin-left: 0;
	line-height: 1em;
	font-size: 1em;
	min-height: 70px;		
}
.header-navigation ul li {
	font-size: 1.6em;
	list-style: none;
	display: inline-block;
	background-image: none;
	padding: 0;
	padding-left: 0;

}
.header-navigation ul li.active a{
	border-bottom: 5px solid #009ad3;
	color: #009ad3;	
}
.header-navigation ul li a {
	color: #fff;
	text-decoration: none;
	padding: 10px 17px 44px;	
	-moz-transition: border-bottom 0.1s ease-out;
  -webkit-transition: border-bottom 0.1s ease-out;
  -o-transition: border-bottom 0.1s ease-out;
  transition: border-bottom 0.1s ease-out;
	-moz-transition: color 0.1s ease-out;
  -webkit-transition: color 0.1s ease-out;
  -o-transition: color 0.1s ease-out;
  transition: color 0.1s ease-out;	  	
}
.header-navigation ul li a:hover {
	border-bottom: 5px solid #009ad3;
	color: #009ad3;
}
/*Mobile navigation*/
.mobile-navigation {
	margin: 0;
	padding: 10px;
	background-color: #009ad3;
	background-image: url("/images/site/burger.png");
	background-repeat: no-repeat;
	background-position: right 30px center;
	background-position-x: 90%; /* for Safari on iPhone 4s */
	background-position-y: 50%; /* for Safari on iPhone 4s */
}
.mobile-navigation a {
	color: #fff;
	font-size: 1.8em;
	font-weight: 700;
}
/* Content */
#content-wrapper {
  background-position: center -340px;
  background-repeat: no-repeat; 	
}
.banner-image {
	padding: 40px 0 5px;
	display: none;
}
.mobile-banner-image {
	padding: 40px 0 5px;
	text-align: center;
}
.content-intro {
	padding: 50px 55px 10px 55px !important;
	text-align: center;
}
.content-intro-title {
	color: #000;
	font-size: 2.7em;
	font-weight: 700;
	line-height: 1em;
}
.content-intro-body {
	font-size: 1em;
	line-height: 1.5;
	padding: 10px 0;
}
.content-intro-news {
	border-bottom: 1px solid #828a85;
	padding: 40px 0 30px;
	text-align: center;
  background-image:url(/images/site/content-news-bg.png);
  background-position: center top;
  background-repeat: no-repeat; 
  margin-top: -16px;
	font-family: "century-old-style-std";
	font-size: 1.3em;
}
/*News navigation*/
.content-intro-news {
	border-bottom: 1px solid #828A85;
	padding: 40px 5px 30px;
	text-align: center;
	background-image: url(/images/site/content-news-bg.png);
	background-position: center top;
	background-repeat: no-repeat;
	margin-bottom: 60px;
	font-family: "century-old-style-std";
	font-size: 1.3em;
	position: relative; 
	height:auto;	
}
.news-navigation {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 50%;
	left: 0;
}
.news-rotator {
	margin: 0 50px;
	position: relative;
	z-index: 2;
}
.news-rotator p {
	padding-bottom: 0;
}
.left-navigation {
	left: 10px;
	position: absolute;
	width: 18px;
}
.right-navigation {
	right: 10px;
	position: absolute;
	width: 18px;
}
.news-navigation {
	position: absolute;
	z-index: 1;
	height: 18px;
}
.section-content-body {
	padding-bottom: 55px;
	background: #FFF;
	font-size: 1.1em;	
}
.box-wrapper {
	background: #d9e1e5;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 30px;
	margin: 20px 0;
}
.box-wrapper.progress{
	border-top: 5px solid #0084b5;
}
.box-wrapper.decisions{
	border-top: 5px solid #517687;
}
.box-wrapper.data{
	border-top: 5px solid #00bdf2;
}
.box-title {
	padding: 20px 0 10px;
	font-size: 1.28em;
	text-transform: uppercase;	
	line-height: 0.5em;
	color: #003c52;
	letter-spacing: .1em;
}
.box-title-bold {
	font-size: 2.2em;
}
.box-thumbnail {
	min-height: 100px;
	padding: 45px 10px 10px;
}
.box-body {
	padding: 10px 25px 20px;
	line-height: 1.6;
	font-size: 1.2em;
}
.box-button {
	padding: 20px;
	font-size: 1.28em;
}
.box-button a {
	text-decoration: none;
	color: #000;
	padding: 15px 35px;
	border: 1px solid #000;
}
.box-button a:hover {
	color: #fff;
	border: 1px solid #000;
	background: #009ad3;
}
.team-wrapper {
	background: #d9e1e5;
	text-align: left;
	margin: 10px 0px;
	padding: 20px 20px 20px 19px;
	min-height: 590px;
}
.team-wrapper p {
	padding-bottom: 10px;
}
.team-photo {
	text-align: center;
	max-height: 302px;
	max-width: 272px;
}
.team-name {
	font-weight: bold;
	letter-spacing: .1em;
	text-transform: uppercase;
}
.team-name p {
	padding: 5px 0px;
	color: #003c52;
	font-size: 1.4em;
}
.team-title p {
	padding: 5px 0px;
	font-size: 1.2em;
	color: #003c52;
}
.team-agency p {
	padding: 5px 0px;
	font-size: 1.2em;
	color: #003c52;
}
.team-bio p {
	padding: 5px 0px;
	font-size: 1.1em;
	color: #003c52;
}
.team-email p {
	padding: 5px 0px;
	font-size: 1.1em;
	color: #003c52;
}
.goals-list {
	 column-count: 2;
	 -webkit-column-count: 2;
	 -moz-column-count: 2;
}
.h2-extrapaddingtop {
	padding-top: 30px;
}
.h3-extrapaddingtop {
	padding-top: 20px;
}
.contactform p {
	padding-top: 10px;
	padding-bottom: 0;
	font-size: 16pt;
	font-weight: normal;
}
/*Footer*/
footer {
	clear: both;
}
#section-footer-top {
	min-height: 105px;
	background: #009ad3;
}
.bay-aggreement {
	margin: 0 auto;
	padding: 39px 0;
	text-align: center;
	font-size: 1.28em;
}
.bay-aggreement a {
	color: #fff;
	padding: 10px 10px;
	border: 1px solid #fff;
	text-decoration: none;
}
.bay-aggreement a:hover {
	color: #003c52;
	border: 1px solid #003c52;
}
#section-footer-bottom {
	background: #003c52;
	color: #fff;
	padding: 35px 0 50px;
	font-size: 0.95em;
}
#section-footer-bottom a {
	color: #009ad3;
}
#section-footer-bottom a:hover {
	color: #fff;
}
.section-footer-bottom-left {
	text-align: center;
	margin-bottom: 15px;
}
.footer-copyright {
	display: inline-block;
}
.footer-credits {
	display: inline-block;
	line-height: 1.0em;
}
.footer-terms {
	display: inline-block;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
	padding: 0 10px;
	margin: 0 10px;
	line-height: 1.0em;
}
.footer-privacy {
	display: inline-block;
	line-height: 1.0em;
}
.section-footer-bottom-right {
	text-align: center;
}
.footer-chesapeakebay-body {
	text-align: center;
}
.footer-chesapeakebay-logo {
	text-align: center;
}
.footer-top-inner-container {
}
/* Secondary page */
#section-content-header-wrapper {
	background: #d9e1e5;
}
body.internal-page .content-intro {
	border-bottom: 0;
}
.internal-content-intro {
	padding: 30px 0 !important;
	text-align: center;
}
.internal-content-intro-title {
	color: #000;
	font-weight: 700;
}
.internal-content-intro-title h1 {
	margin-bottom: 10px;
}
.internal-content-intro-body {
	font-size: 1.2em;
	line-height: 1.5;
	padding: 10px 0;
}
.internal-page .section-content-body {
	padding-bottom: 0;
}
#internal-content-wrapper {
	padding: 35px 10px;
}
.internal-banner-section {
	padding: 20px 0;
}
.internal-page .bay-aggreement {
	text-align: center;
}
.internal-page #section-footer-top {
	background: #D9E1E5;
}
.internal-page .bay-aggreement a {
	padding: 15px 20px;
	color: #003c52;
	border: 1px solid #003c52;
}
.internal-page .bay-aggreement a:hover {
	color: #009ad3;
	border: 1px solid #009ad3;
}	
.section-footer-top-column {
	text-align: center;
	margin: 0 15px;
	color: #003c52;
	font-size: 0.7em;
	line-height: .5em;
	vertical-align: middle;
	padding: 20px 10px;
	text-transform: uppercase;
}
.section-footer-top-column a {
	color: #003c52;
	/*font-size: 0.7em;*/
	line-height: .5em;
}
.section-footer-top-column-bold {
	font-size: 1.5em;
}
.section-footer-top-column a:hover {
	color: #009ad3;
}
.section-footer-top-column-thumb {
	padding-bottom: 10px;
}
.section-footer-top-column-text {
	font-size: 1.15em;
	text-align: center;
	width: 110px;	
	margin: 0 auto;
}
.internal-side-block {
	text-align: center;
	padding-bottom: 40px;
}
input {
	padding: 10px;
	font-family: "utopia-std", serif;
}
input[type=text] {
	font-size: 16pt;
	width: 90%;
}
input[type=email] {
	font-size: 16pt;
	width: 90%;
}
input[type=radio] {
	font-size: 16pt;
	padding: 5px;
}
textarea {
	font-family: "utopia-std", serif;
	font-size: 16pt;
	padding: 10px;
	width: 90%;
}
input[type=submit] {
	font-weight: bold;
	cursor: pointer;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding-right: 30px;
	padding-left: 30px;
	font-size: 16pt;
}
.messages-ok {
	color: green;
}
.messages-error {
	color: red;
}
.breadcrumb {
	font-size: 15.4px;
	font-weight: 500;
}
/*Responsive media queries*/
/*ONLY MOBILE*/
@media screen and (max-width: 719px) {
	/* Grids defined */
	.grid-12 {
		margin: 0 auto;
		margin: 0 10px;
	}
	.mobile-navigation{
		color: #fff;
		font-weight: 700;
	}
	.header-navigation ul {
		display: block;
		padding: 0;
		margin: 0 -10px;
		line-height: 1em;
		font-size: 1em;
		min-height: 70px;		
	}	
	.header-navigation ul li {
		line-height: 1.3em;
		list-style: none;
		display: block;
		background-image: none;
		padding: 0;
		padding-left: 0;
		font-size: 1.8em;
		font-weight: 700;
		background-color: #009ad3;
	}
	.header-navigation ul li a {
		padding: 0;
	}
	.header-navigation ul li.active a{
		border: none;
		color: #003c52;	
	}
	#navigation li a:hover {
		border-bottom: none;
		color: #003c52;
	}
	ul#navigation li:last-child {
		padding-bottom: 10px;
	}
	.bay-aggreement {
		font-size: 1.4em;
	}
	.bay-aggreement a {
		border: none;
		padding: 0;
	}
	.bay-aggreement a:hover {
		color: #003c52;
		border: none;
	}	
	.internal-page .bay-aggreement {
		font-size: 1.4em;
	}
	.internal-page .bay-aggreement a {
		border: none;
		padding: 0;
	}
	.internal-page .bay-aggreement a:hover {
		color: #009ad3;
		border: none;
	}	
	.adaptive-graphic {
		display: none;
	}
	.adaptive-owl {
		display: block;
		text-align: center;
	}
	.team-bio p {
		font-size: 1.0em;
	}
	.goals-list {
		 columns: 1;
		 -webkit-columns: 1;
		 -moz-columns: 1;
	}
	.team-wrapper {
		min-height: 400px;
	}
	.section-orgchart {
		width: 100% !important;
	}
	.orgchart-box {
		width: 95% !important;
	}
	.mobile-vertical-navigation ul li {
		padding-bottom: 8px;
	}
	h1.subpage-title {
		font-size: 2.1em;
	}
}

/*TABLET and UP*/
@media screen and (min-width: 720px) {
	/*Tags*/
	h1, h2, h3, h4, h5, h6 {
		margin-bottom: 10px;
	}	
	h1 {
		font-size: 3.28em;
	}
	h2 {
		font-size: 1.7em;
	}
	h3 {
		font-size: 1.3em;
	}
	h4 {
		font-size: 1.1em;
	}
	h5 {
		font-size: 1em;
	}	
	/* Grids defined */
	.grid-12 {
		margin: 0 auto;
		width: 720px;
	}
	.grid-9 {
		width: 69%;
		display: inline-block;
		padding: 0;
		vertical-align: top;
		padding-right: 5%;
	}
	.grid-4 {
		width: 237px;
		display: inline-block;
		padding: 0;
		vertical-align: top;
	}
	.grid-3 {
		width: 25%;
		display: inline-block;
		padding: 0;
		vertical-align: top;
	}	
	.grid-team {
		float: left;
		padding-right: 4px;
		width: 650px;
	}

	/*Header*/
	.header-navigation ul li {
		font-size: 1.3em;
	}	
	.header-navigation ul li a {
		padding: 10px 25px 10px;
	}
	.header-logo {
		text-align: center;
		padding: 25px 0 15px;
		height: 110px;	
	}		
	.header-navigation ul	{
		/*height: 70px;*/
	}
	.mobile-navigation {
		display: none;
	}
	.wide-screen-navigation {
		display: block;
	}
	/* Content */
	.banner-image {
		padding: 40px 0 5px;
		display: block;
	}
	.mobile-banner-image {
		display: none;
	}	
	.content-intro {
		padding: 25px;
	}	
	.internal-content-intro-body {
		font-size: 1.3em;
	}	
	#content-wrapper {
		background-position: center -320px;
	}
	.box-wrapper {
		width: 230px;
		min-height: 700px;
	}
	.box-title {
		font-size: 1em;
	}		
	.content-intro-title {
		font-size: 3.28em;
		line-height: 1.3em;
	}
	.content-intro-body {
		font-size: 1.2em;
	}		
	/*Footer*/
	.footer-top-inner-container {
		padding: 39px 0;
	}
	.internal-page .footer-top-inner-container {
		padding: 20px 0;
	}	
	.bay-aggreement {
		padding: 0px;
		font-size: 1.5em;
	}
	.bay-aggreement a {
		padding: 15px 15px;
	}
	.internal-page .bay-aggreement {
		text-align: left;
		display: inline-block;
		font-size: 1.28em;
		margin-right: 20px;
	}
	.section-footer-top-column {
		padding: 10px;
	}	
	#section-footer-bottom {
		font-size: 0.95em;
	}
	.section-footer-bottom-left {
		width: 66%;
		display: inline-block;
		text-align: left;
	}	
	.section-footer-bottom-right {
		width: 30%;
		display: inline-block;
		text-align: right;
	}	
	.footer-chesapeakebay-body {
		width: 75%;
		display: inline-block;
		text-align: right;
	}
	.footer-chesapeakebay-logo {
		width: 23%;
		display: inline-block;
		text-align: right;
	}	
	.footer-top-inner-container {
		padding-bottom: 30px;
	}
	.section-footer-top-column {
		display: inline-block;
		padding: 0px;
	}	
	/*Seconday*/
	.internal-content-intro {
		padding: 20px;
	}	
	#internal-content-wrapper {
		padding: 45px 10px;
	}
	.internal-side-block {
		border-bottom: 5px solid #1F95D3;
	}		
	.section-footer-top-column {
		margin: 0 5px;
	}
	.internal-page .bay-aggreement {
		font-size: 1em;
	}	
	.internal-page .bay-aggreement a {
		padding: 15px 11px;
	}	
	.footer-chesapeakebay-logo {
		vertical-align: top;
		padding-top: 8px;
	}
	.adaptive-graphic {
		display: block;
		text-align: center;
	}
	.adaptive-owl {
		display: none;
	}
}

@media (max-width: 959px) and (min-width: 720px) {
    .team-wrapper {
        min-height: 510px;
    }
} 

/*ONLY WIDE*/
@media screen and (min-width: 960px) {

	/*Tags*/
	h1, h2, h3, h4, h5, h6 {
		margin-bottom: 20px;
	}
	h1 {
		font-size: 4.28em;
	}
	h2 {
		font-size: 2.28em;
	}
	h3 {
		font-size: 1.5em;
	}
	h4 {
		font-size: 1.3em;
	}
	h5 {
		font-size: 1.1em;
	}
	/* Grids defined */
	.grid-12 {
		width: 940px;
		padding: 0 10px;
	}
	.grid-4 {
		width: 310px;
	}
	.grid-team {
		width: 309px;
	}

	/*Header*/
	.header-logo img {
		width: auto;
	}
	.header-logo {
		text-align: center;
		padding: 28px 0 9px;
		height: 170px;
	}		
	.header-navigation ul {
		min-height: 70px;		
	}	
	.header-navigation ul li {
		font-size: 1.8em;
	}		
	.header-navigation ul li a{
		padding: 10px 30px 19px;
	}
	/* Content */
	.content-intro {
		padding: 10px 47px;
	}
	.content-intro-title {
		font-size: 3.4em;
	}
	.content-intro-body {
		font-size: 1.5em;
	}	
	.internal-content-intro-body {
		font-size: 1.5em;
		padding: 0 0 15px 0;
	}
	#content-wrapper {
		background-position: center -300px;
	}		
	.box-wrapper {
		width: 300px;
		min-height: 625px;
	}
	.box-title {
		font-size: 1.28em;
	}	
	.box-wrapper.progress{
		margin: 20px 10px 20px 0;
	}
	.box-wrapper.decisions{
		margin: 20px 5px;
	}
	.box-wrapper.data{
		margin: 20px 0 20px 10px;
	}	
	/*Footer*/
	.footer-top-inner-container {
		padding: 39px 0;
	}
	#section-footer-bottom {
		font-size: 1em;
	}	
	.internal-page .footer-top-inner-container {
		padding: 40px 0;
	}	
	.bay-aggreement {
		padding: 0px;
	}	
	/*Seconday*/
	.internal-content-intro {
		padding: 30px 50px;
	}	
	#internal-content-wrapper {
	padding: 50px 10px;
	}	
	.section-footer-top-column {
		margin: 0 28px;
	}
	.internal-page .bay-aggreement {
		font-size: 1.28em;
		margin-right: 20px;
	}	
	.internal-page .bay-aggreement a {
		padding: 15px 15px;
		color: #003c52;
		border: 1px solid #003c52;
	}
	.internal-page .bay-aggreement a:hover {
		color: #009ad3;
		border: 1px solid #009ad3;
	}
	.internal-page #section-footer-top {
		background: #D9E1E5;
	}	
	.footer-chesapeakebay-logo {
		padding-top: 0px;
	}	

}

/* Print Styles */

@media print {
  .no-print, .header-navigation, .header-logo, footer{
  	display: none;
  }
  .team-wrapper{
  	min-height: 0;
	page-break-after: auto;
  }
  img{
  	max-width: 75% !important;
  }
  .team-photo{
  	text-align: left;
  }
  .h3-extrapaddingtop{
  	page-break-before: always;
  }
  
}