@charset "utf-8";

/*** Contents ***

*site containers
*containers
*nav
*divs
*buttons
*typography
*lists and tables
*tabs
*/

/* site containers */

html {
	overflow-y: scroll;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-family: 'Museo Sans', "Museo Sans", 'Source Sans Pro', "Open Sans", "Helvetica";
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #C6D3DF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#container  {
	width: 100%; /* this overrides the text-align: center on the body element. */
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	bottom: auto;
	color: #FFFFFF;
	text-align: left;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-webkit-box-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}


/* containers */

#header {
	height: 50px;
	top: 0px;
	width: 100%;
	box-sizing: border-box;
	/* [disabled]margin-bottom: 5px; */
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-wrap: nowrap;
	-webkit-box-flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	} 
#main {
	font-family: 'Museo Sans', "Museo Sans", 'Source Sans Pro', "Open Sans", "Helvetica";
	padding-top: 10px;
	padding-bottom: 0;
	width: 100%;
	font-weight: 300;
}
  @media all and (min-width:1201px) {
	#header {
	height: 50px;
	top: 0px;
	width: 20%;
	box-sizing: border-box;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-webkit-box-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	} 
	#main {
	padding-top: 15px;
	width: 80%;
	font-weight: 300;
}
}
.oneColLiqCtrHdr #footer {
	bottom: 0px;
	font-family: 'Museo Sans', "Museo Sans", 'Source Sans Pro', "Open Sans", "Helvetica";
	font-size: 10px;
	padding: 0px;
	width: 100%;
	min-height: 100px;
	box-sizing: border-box;
	align-self: flex-end;
} 

/* nav */

.nav {
	position: relative;
	margin-top: 15px;
	margin-right: 0;
	margin-left: 0;
	padding-top: 5px;
	width: 100%;
	font-family: 'Museo Sans', "Museo Sans", 'Source Sans Pro', "Open Sans", "Helvetica";
	box-sizing: border-box;
	visibility: visible;
	flex-grow: 1;
	-webkit-flex-grow: 1;
	-ms-flex-grow: 1;
	font-weight: 300;
}
  @media all and (min-width:1401px) {.nav {font-size: 25px;}}
  @media all and (min-width:1301px) and (max-width:1400px) {.nav {font-size: 24px;}}
  @media all and (min-width:1201px) and (max-width:1300px) {.nav {font-size: 23px;}}
  @media all and (min-width:1101px) and (max-width:1200px) {.nav {font-size: 22px;}}
  @media all and (min-width:1001px) and (max-width:1100px) {.nav {font-size: 21px;}}
  @media all and (min-width:951px) and (max-width:1000px) {.nav {font-size: 20px;}}
  @media all and (min-width:851px) and (max-width:950px) {.nav {font-size: 19px;}}
  @media all and (min-width:751px) and (max-width:850px) {.nav {font-size: 18px;}}
  @media all and (max-width:750px) {.nav {font-size: 17px;}}
.nav ul {
	margin: 0;
	padding: 0;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-wrap: nowrap;
	-webkit-box-flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
}
  @media all and (min-width:1201px) {
	.nav ul {
	flex-wrap: wrap;
	-webkit-box-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	}
}
.nav li {
	list-style: none;
	display: flex;
	margin: 0px;
	padding: 0;
	}
  @media all and (min-width:1201px) {
	.nav li {
	width: 100%;
	}
}
.nav a {
	color: rgba(250,250,250,.90);
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
	text-decoration: none;
	line-height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: 25px;
	margin-right: 25px;
	display: flex;
	align-items: flex-start;
}
  @media all and (min-width:1201px) {
	.nav a {
	padding-bottom: 15px;
	}
}
.nav a:hover {
	color: #FFFFFF;
}
  @media screen and (min-width: 651px) {#menu-icon #navtoggl {display: none;}}
  @media screen and (max-width: 650px) {#menu-icon #navtoggl {display: block;}
	.nav .hideable {display: none;}	
	}
#navdrop {
	font-size: 16px;
	font-family: 'Museo Sans', "Museo Sans", 'Source Sans Pro', "Open Sans", "Helvetica";
	margin-top: 0px;
	padding-top: 0px;
	font-weight: 300;
	}
	#navdrop ul {
	width: 100%;
	background-repeat: no-repeat;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-left: 0px;
	}
	#navdrop ul li{
	list-style-type: none;
	text-decoration: none;
	}
	#navdrop a {
	color: #EEEEEE;
	display: block;
	padding-top: 15px;
	padding-right: 30px;
	padding-left: 25px;
	padding-bottom: 5px;
	text-align: left;
	border-bottom-style: none;
	list-style-image: none;
	text-decoration: none;
	}
	#navdrop a:hover {
	color: #FFF;
	}

#menu-icon  {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	-ms-justify-content: flex-end;
	top: 0px;
	right: 0px;
	float: right;
	padding-top: 15px;
	padding-right: 5px;
}

#menu-icon a  {
	text-decoration: none;
	text-align: right;
	display: inline-block;
	margin: 8px 40px 0px 40px;
	float: right;
	color: #999;
}
#navtoggl {
	float: right;
	order: 1;
	}
#menu-icon span {
	padding-top: 2px;
	padding-bottom: 1px;
	color: #FFF;
	font-weight: 300;
	padding-left: 10px;
	font-size: 16px;
	font-family: 'Museo Sans', "Museo Sans", 'Source Sans Pro', "Open Sans", "Helvetica";
	padding-right: 5px;
	margin-right: 5px;
	vertical-align: top;
}
  @media screen and (max-width: 700px) {#menu-icon span {display: none;}}

.dropdown  {
	display: none;
	z-index: 10;
	width: 100%;
	color: #999;
}
.dropdown:target  {
	display:block;
}
.opensearch{
}
/* divs */

#footer span {
	z-index: 11;
	font-size: 14px;
	color: #FFF;
	height: auto;
	padding: 10px;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-webkit-box-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#footer span.links {
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
}
#footer span.nwhabitat {
	justify-content: space-around;
	-webkit-justify-content: space-around;
	-ms-justify-content: space-around;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#footer span.social-networks {
	display: none;
	justify-content: space-around;
	-webkit-justify-content: space-around;
	-ms-justify-content: space-around;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#footer span.copyright {
	justify-content: space-around;
	-webkit-justify-content: space-around;
	-ms-justify-content: space-around;
	width: 100%;
	padding-bottom: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#footer .copyright {
	padding: 8px;
}
#footer span.social-networks div {
	/*order: 3;
	display: none;*/
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-webkit-box-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	justify-content: space-around;
	-webkit-justify-content: space-around;
	-ms-justify-content: space-around;
}
#footer span.social-networks dt {
	width: 100%;
	text-align: center;
	order: 2;
	-webkit-order: 2;
    -ms-flex-order: 2;
}
#footer span.social-networks dd {
	width: 100%;
	text-align: center;
	order: 1;
	-webkit-order: 1;
    -ms-flex-order: 1;
}
#footer span.social-networks img {
	margin: 10px;
	/*border-radius: 17px;*/
}
#footer span.social-networks img.linkedin {
	background-image: url(images/In-White-34px-R.png);
	background-repeat: no-repeat;
}
#footer span.social-networks img.linkedin:hover {
	background-image: url(images/In-Black-34px-R.png);
	background-repeat: no-repeat;
}
#footer span.social-networks img.facebook {
	background-image: url(images/FB-f-Logo__white_50.png);
	background-repeat: no-repeat;
	background-size: 34px 34px;
}
#footer span.social-networks img.facebook:hover {
	background-image: url(images/FB-f-Logo__blue_50.png);
	background-repeat: no-repeat;
	background-size: 34px 34px;
}

/*#footer div {
	color: #FFF;
	padding: 8px 20px;
	float: left;
}*/
#footer dt {
	font-size: 1.7em;
	padding-bottom: 10px;
}
#footer dd {
	font-size: 1.2em;
	margin-left: 0px;
	padding-bottom: 10px;
}

#footer a {
	color: #FFF;
	text-decoration: none;
}

#habitatsite {
	height: 100px;
	width: 82px;
}
#habitatsite a{
	background-image: url(images/NWHoff.png);
	background-repeat: no-repeat;
	height: 100px;
	width: 82px;
	background-size: 82px 100px;
	display: block;
}
#habitatsite a:link {
	background-image: url(images/NWHoff.png);
	background-repeat: no-repeat;
}
#habitatsite a:visited {
	background-image: url(images/NWHoff.png);
	background-repeat: no-repeat;
}
#habitatsite a:hover {
	background-image: url(images/NWHon.png);
	background-repeat: no-repeat;
}


/* typography */

@media all and (min-width:1601px) {#main {font-size: 18px;}}
@media all and (max-width:1600px) and (min-width:1401px) {#main {font-size: 17px;}}
@media all and (max-width:1400px) and (min-width:1201px) {#main {font-size: 16px;}}
@media all and (max-width:1200px) and (min-width:1001px) {#main {font-size: 15px;}}
@media all and (max-width:1000px) and (min-width:601px) {#main {font-size: 14px;}}
@media all and (max-width:600px) and (min-width:451px) {#main {font-size: 13px;}}
@media all and (max-width:450px) {#main {font-size: 12px;}}

h1{
	letter-spacing:3px;
	text-transform:uppercase;
	font-family: 'Museo Sans', "Museo Sans", 'Source Sans Pro', "Open Sans", "Helvetica";
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
}
h2{
	font-family: 'Museo Sans', "Museo Sans", 'Source Sans Pro', "Open Sans", "Helvetica";
	font-size: 12px;
	text-align: left;
	list-style-type: square;
}

/* lists and tables */

table, tr, td {
	border-collapse: collapse;
	border-width: 0px;
	}
td {
	vertical-align: top;
	}
td:first-of-type {
	width: 5em;
}
#main ul {
	list-style-type: none;
}
#main ul li {
	list-style-type: none;
}
#main ul li ul {
	list-style-type: none;
	/*display: inline-block;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	align-content: space-between;
	-webkit-align-content: space-between;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	-ms-justify-content: flex-start;
	flex-wrap: nowrap;
	-webkit-box-flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;*/
	padding-left: 0px;
	margin-left: 0px;
}
#main ul li ul li:first-of-type {
	padding-left: 0px;
	margin-left: 5em;
}
#main ul li ul li {
	list-style-type: none;
	/*flex-wrap: wrap;
	display: inline-block;
	-webkit-box-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;*/
}
.stretch {
	width: 100%;
}
#homeimage {
	padding: 10px 25px;
	}
#homeimage p {
	text-align:center;
	}
.content{
	padding-left: 2em;
	padding-right: 2em;
}


/* tabs */

#page-wrap * { margin: 0; padding: 0; }
#page-wrap a:focus { outline: 0; }
#page-wrap {
	width: 100%;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 20px;
}
.hide {
	display: none;
}

#tabs-one .list-wrap {
	padding: 20px;
	margin: 0px;
	position: relative;
}

#tabs-one ul { list-style: none; }
#tabs-one ul li img {
	min-width: 100%;
}
#tabs-one ul li a {
	display: block;
	padding: 0px;
	color: #666;
	max-height: 75px;
	overflow-x: hidden;
	overflow-y: hidden;
}
#tabs-one ul li a:hover { background: #333; color: white; }
#tabs-one ul li:last-child a {
	/* [disabled]border: none; */
}
.list-wrap img {
	max-width: 100%;
	text-align: center;
}
.list-wrap div {
	text-align: center;
}
.list-wrap p {
	text-align: center;
}

#tabs-one .tab {
	overflow: hidden;
	overflow-x: scroll;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-wrap: nowrap;
	-webkit-box-flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	margin: 0;
	}
#tabs-one .tab li {
	float: left;
	margin-top: 0;
	margin-right: 0px;
	margin-left: 20px;
	margin-bottom: 0;
	flex-grow: 1;
	-webkit-flex-grow: 1;
	-ms-flex-grow: 1;
	padding: 0px;
}
#tabs-one .tab li:last-of-type { margin-right: 20px; }
#tabs-one .tab li a {
	display: block;
	color: white;
	text-align: center;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	font-size: 1.2em;
	font-family: 'Museo Sans', "Museo Sans", 'Source Sans Pro', "Open Sans", "Helvetica";
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#tabs-one li a.current,#tabs-one li a.current:hover {
	box-shadow: 0 0 0 0;
	-webkit-box-shadow: 0px 0 0 0px;	
	}
#tabs-one .tab li a:hover, #tabs-one .tab li a:focus {
}
