html, body {
	height: 100%;
	font-size: 12px;
	line-height: 1.5;
	color: #414b50;
}

img {
	max-width: 100%;
	height: auto;
}

#wrapper > .container {
	max-width: 1000px;
	background-color: #FFF;
	-webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.6);
	box-shadow: 0 0 8px 0 rgba(0,0,0,0.6);
	margin-bottom: 90px;
}

h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a { margin-top: 0; }
h1 a:hover, h1 a:active, h1 a:focus, h2 a:hover, h2 a:active, h2 a:focus, h3 a:hover, h3 a:active, h3 a:focus, h4 a:hover, h4 a:active, h4 a:focus { text-decoration: none; color: inherit; }
h1, h1 a 	{  }
h2, h2 a 	{ color: #141414; font-size: 30px; line-height: 1; margin-bottom: 4px; text-decoration: none; }
h3, h3 a 	{  }
h4, h4 a	{ color: #00787c; font: italic 20px/24px Georgia,"Times New Roman",Times,serif; margin-bottom: 6px; }
p 			{ margin-bottom: 12px; }
a 			{ color: #009297; }
a:hover	{ color: inherit; }

.bordered {
	background: #FFF;
	border: solid 1px #CCC;
	padding: 2px;
}
.bordered img {
	width: 100%;
}

.form-control {
	border-radius: 0;
	padding: 3px 6px;
	height: 24px;
	line-height: 1;
}
.btn[type="submit"] {
	display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    text-align: center;
    font-size: 11px;
    line-height: 18px;
    padding: 0;
    margin: 0;
    background-color: #009297;
    border: none;
    color: #FFF;
}

#wrapper {}

#site_header {
	position: relative;
	z-index: 1000;
}

#fws-logo {
	display: inline-block;
	position: absolute;
	top: 10px;
	left: 15px;
}

#site_header > section {
	padding-left: 110px !important;
}

#site_header .top-bar {
	background: #000;
	padding: 10px 15px;
}
#site_header .top-bar .organisation {
	font-size: 14px;
	line-height: 1;
	font-weight: bold;
	color: #FFF;
	padding-top: 8px;
}
#site_header .top-bar .search-form {
	text-align: right;
}
#site_header .top-bar .search-form .form-group {
	position: relative;
}
#site_header .top-bar .search-form .form-group:before {
	position: absolute;
	font-family: FontAwesome;
	content: "\f002";
	left: 6px;
	top: 3px;
}
#site_header .top-bar .search-form .form-control {
	height: 20px;
	border-radius: 0;
	box-shadow: none;
	font-size: 11px;
	border: none;
	background-color: #9d9d9d;
	color: #292929;
	padding: 0 5px 0 25px;
	max-width: 160px;
	margin-right: 5px;
}
#site_header .top-bar .search-form .form-control::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #292929;
}
#site_header .top-bar .search-form .form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #292929;
   opacity:  1;
}
#site_header .top-bar .search-form .form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #292929;
   opacity:  1;
}
#site_header .top-bar .search-form .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #292929;
}
#site_header .top-bar .search-form .btn {
	display: inline-block;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	text-align: center;
	font-size: 11px;
	line-height: 18px;
	padding: 0;
	margin: 0;
	background-color: #009297;
	border: none;
	color: #FFF;
}
#site_header .top-bar .search-form .checkbox {
	padding-left: 15px;
	color: #878787;
}

#site_header .branding {
	padding: 20px 15px 15px 15px;
}
#site_header .branding .refuge {}
#site_header .branding .refuge a {
	font-weight: bold;
}
#site_header .branding .refuge span {
	color: #7d7d7d;
  font: italic 14px Georgia,"Times New Roman",Times,serif;
  display: block;
  margin-top: 4px;
}
#site_header .branding .association {
	border-left: solid 1px #CCC;
	padding-top: 5px;
	padding-bottom: 5px;
}

.body-content {
	margin-top: 10px;
	position: relative;
	padding-bottom: 40px;
}
.home .body-content {
	margin-top: 0;
}

.navbar {
	background-color: #009297;
	margin-bottom: 0;
	border-radius: 0;
	border: none;
}
.home .navbar {
	position: absolute;
  right: 0;
  bottom: 34px;
  padding-right: 20%;
  z-index: 100;
}
.navbar:after, .navbar .navbar-nav > li.visit:after {
	display: block;
	position: absolute;
	z-index: 1;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.3) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.3) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.navbar .navbar-nav {
	position: relative;
	z-index: 2;
	float: none;
}
.navbar .navbar-nav > li {
	padding: 21px 0 16px 0;
}
.navbar .navbar-nav > li.visit {
	background: #009297;
}
.navbar .navbar-nav > li.visit > a {
	border-right: none !important;
  background: transparent url('/nwrs/images/icons/visit.png') no-repeat 28px center;
  padding: 0 32px 0 68px;
}
.navbar .navbar-nav > li > a {
	border-right: 1px solid rgba(0,0,0,0.2);
	color: #fff;
	display: block;
	font-size: 17px;
	font-weight: normal;
	line-height: 30px;
	padding: 0 22px 0 20px;
}
.navbar .navbar-nav > li:last-child > a {
	border-right: none !important;
}

.dropdown:hover .dropdown-menu {
	display: block;
}
.dropdown-menu {
	box-shadow: none;
	border-radius: 0;
	margin: 0;
	border-top: none;
	border-left: solid 1px #018186;
	border-right: solid 1px #018186;
	border-bottom: solid 4px #018186;
	background: #2ea6aa;
}
.dropdown-menu ul {
	margin: 0;
	padding: 16px 6px 14px 6px;
	list-style: none;
}
.dropdown-menu ul > li {
	margin: 0;
	padding: 5px 0;
	border-bottom: solid 1px #179398;
}
.dropdown-menu ul > li:last-child {
	border-bottom: none;
}
.dropdown-menu ul > li > a {
	color: #fff;
  font: italic 16px Georgia,"Times New Roman",Times,serif;
}
.dropdown-menu ul > li > a.active, .dropdown-menu ul > li > a:hover, .dropdown-menu ul > li > a:active, .dropdown-menu ul > li > a:focus {
	color: #003a3c;
  text-decoration: none;
}

.event .dropdown-menu {
	display: block !important;
}

#site_footer {}
#site_footer .footer-top {
	padding: 10px 0;
	border-top: 3px solid #009297;
	border-bottom: 1px solid #ccc;
}
#site_footer .footer-top ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#site_footer .footer-top ul > li {
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
	border-right: 1px solid #ccc;
}
#site_footer .footer-top ul > li:last-child {
	border-right: none;
	margin: 0;
	padding: 0;
}
#site_footer .footer-top ul > li > a {
	color: #007a7e;
	font: italic 15px Georgia,"Times New Roman",Times,serif;
}

#site_footer .footer-bot {
	padding: 10px 0 30px 0;
}
#site_footer .footer-bot h5 {
	display: inline-block;
	margin: 2px 40px 0 0;
}
#site_footer .footer-bot h5 a {
	color: #007a7e;
	font-size: 14px;
}
#site_footer .footer-bot a {
	font-size: 11px;
	color: #848484;
}
#site_footer .footer-bot ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#site_footer .footer-bot ul > li {
	display: inline-block;
	padding: 0;
	margin: 0 20px 0 0;
}
#site_footer .footer-bot .bot-left {
	position: absolute;
	left: 15px;
	top: 0;
}
#site_footer .footer-bot .bot-left img {
	float: left;
	margin-right: 10px;
}
#site_footer .footer-bot .bot-mid {
	position: relative;
	padding-left: 140px;
}
#site_footer .footer-bot .bot-right {
	border-left: solid 1px #ccc;
}
#site_footer .footer-bot .bot-right img {
	float: left;
	margin: 0 10px 0 0;
}
#site_footer .footer-bot .bot-right h5 {
	display: block;
	margin-top: 10px;
}

.sidebar {
	border-left: solid 1px #CCC;
}
.home .sidebar {
	border-left: none;
}
.sidebar h3 {
	font-size: 11px;
	margin-bottom: 4px;
	color: #4a565b;
  font-weight: bold;
  line-height: 1.5;
  padding: 0 0 2px 0;
  text-transform: uppercase;
}

.sidebar-top, .what-we-do {
	padding: 14px 22px 14px 23px;
	margin: 0;
	list-style: none;
}
.home .sidebar-top, .home .what-we-do {
	background-color: #f4f1e6;
	background-image: url(/nwrs/images/layout/rightNav_top.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.sidebar-top > li {
  margin-top: 10px;
  padding-top: 13px;
	border-top: solid 1px #CCC;
}
.sidebar-top > li:nth-child(2) {
	border-top: none;
}
.home .sidebar-top > li {
	background-image: url(/nwrs/images/layout/rightNav_devider.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	border-top: none;
}
.home .sidebar-top > li:first-child {
	background: none;
}
.sidebar-top > li > a {
	color: #00787c;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
}
.sidebar-top > li.alerts {
	margin-top: 3px;
	padding-top: 0;
	border-top: none;
}
.sidebar-top > li.alerts > a {
  background: url(/nwrs/images/icons/alert_new.gif) no-repeat left top;
  color: #752000;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  min-height: 27px;
  height: auto!important;
  padding: 4px 0 8px 45px;
  text-transform: uppercase;
}
.sidebar .print-share {
	border-top: none;
	padding-top: 0;
	padding-bottom: 30px;
	text-align: center;
	background-image: url(/nwrs/images/layout/seccol_softGradient.png);
	background-position: bottom center;
	background-repeat: no-repeat;
}
.sidebar .print-share > a {
	display: inline-block;
	color: #6a6a6a;
  font: italic 14px/18px Georgia,"Times New Roman",Times,serif;
  padding: 0 12px 0 30px;
	text-transform: none;
}
.sidebar .print-share > a.print {
	background: transparent url(/nwrs/images/icons/print.png) no-repeat left top;
	border-right: 1px solid #e0e0e0;
	margin-left: 8px;
}
.sidebar .print-share > a.share {
  background: transparent url(/nwrs/images/icons/share.gif) no-repeat left top;
  margin-right: 0;
	margin-left: 12px;
	padding-right: 0;
}
.sidebar-top > li.follow-us {
	/*
	padding-top: 0;
	border-top: none;
	*/
	padding-top: 13px;
}
.home .sidebar-top > li.follow-us {
	padding-top: 13px;
}
.sidebar-top > li.follow-us > p {
  color: #00787c;
  font-weight: bold;
  margin-bottom: 7px;
  text-transform: uppercase;
}
ul > li.follow-us > ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul > li.follow-us > ul > li {
	display: inline-block;
	margin-right: 8px;
}
ul > li.follow-us > ul > li > a {
	display: block;
	height: 22px;
	text-indent: -9999px;
	width: 22px;
	background-image: url(/nwrs/images/icons/social.png);
	background-repeat: no-repeat;
}
ul > li.follow-us > ul > li.facebook > a {
	background-position: 0 0;
}
ul > li.follow-us > ul > li.twitter > a {
	background-position: 0 -285px;
}
ul > li.follow-us > ul > li.youtube > a {
	background-position: 0 -379px;
}
ul > li.follow-us > ul > li.flickr > a {
	background-position: 0 -95px;
}
ul > li.follow-us > ul > li.rss > a {
	background-position: 0 -190px;
}
.sidebar-top > li.maps > a {
	background: url(/nwrs/images/icons/map_page.png) no-repeat 3px top;
  height: 30px;
  padding: 4px 0 0 45px;
}
.sidebar-top > li.multimedia > a {
	background: url(/nwrs/images/icons/multimedia_page.png) no-repeat 3px top;
  height: 30px;
  padding: 4px 0 0 45px;
}

.what-we-do, .featured-pages {
	padding-top: 0;
}
.what-we-do:before, .featured-pages:before {
	display: block;
	height: 11px;
	position: relative;
	content: "";
	background-image: url(/nwrs/images/layout/seccol_softGradient.png);
	background-position: top center;
	background-repeat: no-repeat;
	border-top: solid 1px #CCC;
	margin-bottom: 14px;
}
.home .what-we-do, .home .featured-pages {
	padding-top: 14px;
}
.home .what-we-do:before, .home .featured-pages:before {
	display: none;
}
.what-we-do > ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.what-we-do > ul > li {
	margin: 0 0 7px 0;
	padding: 0;
}
.what-we-do > ul > li > a {
	/*color: #752000;*/
	display: block;
	font: italic 15px Georgia,"Times New Roman",Times,serif;
}

.featured-pages {
	padding: 14px 22px 14px 23px;
	margin: 0;
	list-style: none;
}
.home .featured-pages {
	background-color: #f4f1e6;
	background-image: url(/nwrs/images/layout/rightNav_devider.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.featured-pages > ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.featured-pages > ul > li {
	margin: 0 0 7px 0;
}
.featured-pages > ul > li > a {
	font-size: 13px;
}

.events-side {
	background-color: #e7eeee;
	background-image: url(/nwrs/images/layout/rightEvents_top.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% auto;
}
.events-side h3 {
	padding: 14px 22px 0 23px;
	margin-bottom: 0;
}
.events-side .featured-event {
	background-color: #e7eeee;
	padding: 5px 22px 14px 23px;
}
.events-side .featured-item {
	cursor: pointer;
}
.events-side .item {
	background-color: #f8fafa;
	padding: 10px 22px 0 23px;
	cursor: pointer;
}
.events-side h2, .events-side h2 a {
	font-size: 18px;
	font-weight: bold;
	color: #141414;
}
.events-side .item h2, .events-side .item h2 a {
	font-size: 16px;
}
.events-side span {
	font-size: 10px;
	color: #818181;
	display: block;
}
.events-side .item span {
	display: inline;
}
.events-side a {
	font-weight: bold;
}
.events-side .item p {
	background-image: url(/nwrs/images/layout/rightEvents_devider.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 100% auto;
	padding: 0 30px 30px 0;
	margin: 0;
	position: relative;
}
.events-side .item:nth-child(2) h2 {
	margin-top: 10px;
}
.events-side .item:last-child p {
	background-image: none;
	padding: 0 30px 20px 0;
}
.events-side .item:last-child {
	padding-bottom: 10px;
}
.events-side .item p:after {
	position: absolute;
	font-family: fontAwesome;
	content: "\f105";
	top: 50%;
	right: 0;
	transform: translateY(-40px);
	color: #909090;
	font-size: 30px;
	line-height: 1;
}
.events-side .img {
	padding-right: 0;
}

.sidebar-promo {
	color: #5d5d5d;
  font: italic 14px Georgia,"Times New Roman",Times,serif;
  line-height: 20px;
	padding-left: 23px;
}
.sidebar-promo:before {
	display: block;
	height: 11px;
	position: relative;
	content: "";
	background-image: url(/nwrs/images/layout/seccol_softGradient.png);
	background-position: top center;
	background-repeat: no-repeat;
	margin-bottom: 14px;
}
.sidebar-promo h4 {
	font-size: 18px;
	margin-bottom: 9px;
}

.home-banner {
	position: relative;
}
.home-banner .banner-text {
	position: absolute;
	bottom: 120px;
	left: 0;
	width: 100%;
	margin: 0;
	padding-left: 60px;
	color: #fff;
}
.home-banner .banner-text .banner-text-inner {
	background: rgba(0,0,0,0.9);
	padding: 15px;
	float: right;
}
.home-banner .banner-text h3 {
  font: italic 24px Georgia,"Times New Roman",Times,serif;
  margin: 0 0 6px 0;
}
.home-banner .banner-text hr {
	border-color: #333;
	margin: 5px 0;
}

.learn-more {
	display: inline-block;
	position: relative;
	font: italic 14px Georgia,"Times New Roman",Times,serif;
  padding: 0 20px 0 0;
}
.learn-more:after {
	position: absolute;
	font-family: FontAwesome;
	font-style: normal;
	content: "\f138";
	right: 0;
	top: 0;
}

.main-content {
	padding: 25px 0 40px 0;
}

.subnav {
  padding: 10px 0 15px 0;
	margin: 0;
	list-style: none;
}
.subnav > li {
	/*border-bottom: 2px solid #4d291b;*/
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+50,0.35+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.15) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.15) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.15) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.subnav > li > a {
  color: #fff;
  display: block;
  line-height: 16px;
  margin: 0;
  padding: 5px 13px;
}
.subnav > li.title {
	border-bottom: none;
	background: none;
	margin-bottom: 6px;
}
.subnav > li.title > a {
  font-weight: bold;
  text-transform: uppercase;
}

.profile {
	padding-top: 50px;
}
.intro, .profile {
	color: #6a757a;
  font: italic 16px/24px Georgia,"Times New Roman",Times,serif;
	margin-bottom: 28px;
}
.intro h2, .profile h2 {
	color: #000!important;
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-size: 24px;
	font-style: normal;
	margin-bottom: 7px;
}
.intro .bordered {
	margin-bottom: 10px;
}
.profile .bordered {
	margin-top: 22px;
}
.profile .banner-controls {
  border-bottom: 1px solid #e0e0e0;
  padding: 7px 0;
  text-align: right;
}
.profile .banner-controls a {
  display: inline-block;
  color: #464646;
  font-family: Georgia,"Times New Roman",Times,serif;
  font-style: italic;
	font-size: 12px;
	border-right: 1px solid #e0e0e0;
	margin-right: 10px;
	padding-right: 10px;
}
.profile .banner-controls a:last-child {
	border-right: none;
	margin-right: 0;
}
.profile .banner-controls a .fa {
	color: #00787c;
}

.table-wrapper {
	background: #f4f1e6;
	border-top: 5px solid #009297;
	margin-bottom: 12px;
	padding: 0 20px 30px 20px;
}
.table-wrapper table {
	background: #f4f1e6;
	display: block;
}
.table-wrapper table th {
  background: transparent url(/nwrs/images/layout/table_hd.gif) no-repeat 20px bottom;
  padding: 20px 15px 2px 20px;
  margin-bottom: 4px;
  text-align: left;
  color: #141414;
  font: italic 18px Georgia,"Times New Roman",Times,serif;
}
.table-wrapper table td {
    color: #4a565b;
    padding: 4px 15px 0 20px;
}
.table-wrapper table td strong {
	font-size: 14px;
}
.content-field h4 {
  font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
  font-size: 14px;
	    color: #414b50;
			font-style: normal;
}

.summary-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.summary-list > li {
	background-image: url(/nwrs/images/layout/maincol_520.png);
	background-position: top center;
	background-repeat: no-repeat;
	margin-bottom: 28px;
	padding-top: 28px;
}

.content-field {
	background-image: url(/nwrs/images/layout/maincol_520.png);
	background-position: top center;
	background-repeat: no-repeat;
	margin-bottom: 28px;
	padding-top: 28px;
}

.features {
	position: relative;
	background-image: url(/nwrs/images/layout/maincol_520.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.features h3 {
	color: #4a565b;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.5px;
	margin: 0;
	text-transform: uppercase;
}
.features h4, .features h4 a {
  color: #00787c;
  font: italic 26px Georgia,"Times New Roman",Times,serif;
  line-height: 33px;
  margin-bottom: 7px;
}
.features p {
  color: #5d5d5d;
  font: italic 16px Georgia,"Times New Roman",Times,serif;
  line-height: 24px;
}

.section-title {
	background-color: #009297;
	color: #fff;
	line-height: 18px;
	margin: 0 0 20px 0;
	padding: 5px 0 4px 10px;
	font-weight: bold;
	text-transform: uppercase;
}
.section-text {
	padding-bottom: 10px;
	border-bottom: solid 1px #d6d6d6;
	margin-bottom: 10px;
}

.section-text:after { content: ""; clear: both; height: 0; overflow: hidden; display: block; }

.section-text:last-child {
	padding-bottom: 0;
	border: none;
}
.section-text .date {
	font-size: 10px;
	color: #818181;
	display: block;
}
.section-text p:last-child {
	margin-bottom: 0;
}
.section-footer {
	color: #00787c;
  font: italic 14px/24px Georgia,"Times New Roman",Times,serif;
}
.section-footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
}
.section-footer ul > li.follow-us > ul > li {
	margin-right: 0;
	margin-left: 5px;
}

.about-nwrs .section-text {
  font: italic 15px/24px Georgia,"Times New Roman",Times,serif;
	color: #49565b;
}
.about-nwrs .section-text h4, .about-nwrs .section-text h4 a {
	font-size: 19px;
}
.about-nwrs .section-text .col-xs-4 {
	padding-right: 0;
}

.system-alert .section-title {
	/*background-color: #A6192E;*/
	background-color: #FF8500;
}

.system-alert .section-text {
    /*font: 15px/24px Georgia,"Times New Roman",Times,serif;*/
	color: #49565b;
}
.system-alert .section-text h4, .about-nwrs .section-text h4 a {
	font-size: 19px;
}
.system-alert .section-text .col-xs-4 {
	padding-right: 0;
}

.home-promo {
	background-color: #f4f1e6;
	background-image: url(/nwrs/images/layout/rightNav_devider.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding: 15px;
	border: solid 1px #d6d6d6;
	-webkit-box-shadow:inset 0 0 0 2px #FFF;
	box-shadow:inset 0 0 0 2px #FFF;
	margin-bottom: 65px;
}
.home-promo h4 {
	padding-top: 10px;
}
.home-promo p {
	font: italic 16px/24px Georgia,"Times New Roman",Times,serif;
	color: #49565b;
}

.page-photo-credits {
	bottom: 0;
  color: #848484;
  display: inline-block;
  font-size: 10px;
  left: 0;
  line-height: 14px;
  margin: 0 0 10px 0;
  position: absolute;
}
.last-updated {
	bottom: 0;
  color: #848484;
  font-size: 10px;
  font-weight: bold;
  line-height: 14px;
  margin: 0 0 10px 0;
  position: absolute;
  right: 0;
}

.latin-name {
  color: #6a757a;
  font: italic 16px/24px Georgia,"Times New Roman",Times,serif;
}

.fact-box {
  background-color: #e7eeee;
  border-top: 1px solid #e0e0e0;
  color: #464646;
  padding: 15px;
}
.fact-box h4 {
  background: url(/nwrs/images/layout/fact_hardGradient.png) no-repeat bottom center;
  color: #333;
  font: italic 14px/1.4 Georgia,"Times New Roman",Times,serif;
  margin-bottom: 8px;
  padding: 2px 0 17px 0;
}
.fact-box p {
	font-size: 13px;
}
.fact-box p strong, .fact-box p b {
	display: block;
}
.fact-box dl {
  border-bottom: 1px solid #dce2e2;
  padding: 0 0 6px 0;
  margin: 4px 0 0 0;
}
.fact-box dl:last-child {
	border-bottom: none;
}

.pagination {
  background-color: #f4f1e6;
  border-bottom: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  color: #6b6a6a;
  clear: both;
  font: italic 12px Georgia,"Times New Roman",Times,serif;
  padding: 6px;
	text-align: right;
	display: block;
	border-radius: 0;
	min-height: 28px;
}
.pagination p {
	margin: 0;
}
.pagination a {
	margin-left: 4px;
	color: #6b6a6a;
}
.pagination a .fa {
	color: #c9c6be;
}
.hiddenPage {
	display: none;
}

.news-item {
	margin-bottom: 40px;
}
.news-item .text-right {
	font: 16px Georgia,"Times New Roman",Times,serif;
	color: #008a8e;
}
.news-item h3 {
	    color: #141414;
    font-size: 20px;
    line-height: 24px;
	margin-bottom: 5px;
}
.news-item span {
	font-size: 11px;
	color: #818181;
	display: block;
	margin-bottom: 5px;
}
.news-item p {
	font-size: 14px;
	margin: 0;
}

.events {
	margin-top: 150px;
}

.detail-box {
	background-color: #f4f1e6;
  border-top: 5px solid #009297;
  padding: 23px 22px 20px;
}
.detail-box hr {
	border-color: #cfcfcf;
	margin-bottom: 10px;
}

.event-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.event-list > li {
	background-image: url(/nwrs/images/layout/maincol_520.png);
	background-position: top center;
	background-repeat: no-repeat;
	margin-bottom: 28px;
	padding-top: 28px;
}
.event-list > li:first-child {
	background: none;
}
.event-list h3 a {
	font: italic 20px Georgia,"Times New Roman",Times,serif;
}

.event-display {
	display: inline-block;
	float: right;
	text-align: right;
}
.event-display span {
	display: block;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
}

.map {
	position: relative;
	margin-top: -25px;
	padding-left: 5px;
}
.map-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.map-list > li {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 10px;
	line-height: 1;
}
.map-list > li > span {
	display: inline-block;
	width: 25px;
	height: 10px;
	text-align: center;
}

.additional-links {
	list-style: none;
	margin: 0;
	padding: 10px 0 0 10px;
	border-left: solid 1px #CCC;
}
.additional-links > li {
	margin: 0;
	padding: 0 0 10px 0;
	line-height: 1.2;
}
.additional-links > li > .filesize {
	font-size: 10px;
}

.gallery-links {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}
.gallery-links > li {
	marging: 0;
	padding: 0 0 5px 0;
	font: italic 16px/24px Georgia,"Times New Roman",Times,serif;
}
.gallery-links > li > a {
	color: #009297;
}

.media-banner  {
	position: relative;
	border-top: solid 5px #009297;
	margin-bottom: 50px;
}
.media-banner > .banner-text {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 101;
	padding: 15px;
	background: rgba(0,0,0,0.9);
	color: #FFF;
}
.media-banner > .banner-text h3 {
	font: italic 24px/24px Georgia,"Times New Roman",Times,serif;
}
.media-banner > img {
	width: 100%;
	position: relative;
	z-index: 100;
}
.media-banner > .banner-text .media-link-list {
	list-style: none;
	border-left: solid 1px #515151;
	padding: 5px 0 5px 15px;
}
.media-banner > .banner-text .media-link-list:after {
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}
.media-banner > .banner-text .media-link-list > li {
	margin-bottom: 12px;
	width: 50%;
	float: left;
}
.media-banner > .banner-text .media-link-list > li:last-child {
	margin: 0;
}
.media-banner > .banner-text .media-link-list > li > a {
  height: 24px;
  padding: 4px 0 0 35px;
	display: block;
	color: #009297;
	text-decoration: none;
}
.media-banner > .banner-text .media-link-list > li > a#media-photos {
	background: url(/nwrs/images/icons/photo.png) no-repeat 3px top;
}
.media-banner > .banner-text .media-link-list > li > a#media-videos {
	background: url(/nwrs/images/icons/film.png) no-repeat 3px top;
}
.media-banner > .banner-text .media-link-list > li > a#media-audio {
	background: url(/nwrs/images/icons/audio.png) no-repeat 3px top;
}
.media-banner > .banner-text .media-link-list > li > a#media-webcam {
	background: url(/nwrs/images/icons/web_cam.png) no-repeat 3px top;
}


#calendarWrapper .rsContent {
  width: 100%;
  border-width: 0;
}
#calendarWrapper .rsHeader {
  height: 41px;
  line-height: 41px;
  border-width: 0;
  border-radius: 10px 10px 0 0;
  background: #009297;
}
#calendarWrapper .rsHeader ul {
  margin: 0;
  font-size: 12px;
}
#calendarWrapper .rsHeader li,
#calendarWrapper .rsHeader li a {
  line-height: 41px;
}
#calendarWrapper .rsHeader li a:hover,
#calendarWrapper .rsHeader li a:hover span {
  background: none;
}
#calendarWrapper .rsHeader .rsSelected,
#calendarWrapper .rsHeader .rsSelected em {
  background: none;
}
#calendarWrapper .rsHeader .rsSelected em {
  position: relative;
}
#calendarWrapper .rsHeader .rsSelected em:after {
  content: '';
  position: absolute;
  bottom: 7px;
  left: 0;
  width: 80%;
  width: calc(100% - 9px);
  height: 3px;
  background-color: white;
}
#calendarWrapper .rsHeader h2 {
  margin: 0;
  line-height: 41px;
  font-size: 1em;
  color: white;
}
#calendarWrapper .rsPrevDay {
  height: 27px;
  width: 27px;
  margin-top: 7px;
  margin-right: 5px;
  background: url('../images/icons-s72641ce03b.png') 0 -1104px;
}
#calendarWrapper .rsNextDay {
  height: 27px;
  width: 27px;
  margin-top: 7px;
  background: url('../images/icons-s72641ce03b.png') 0 -1131px;
}
#calendarWrapper .rsDatePickerActivator {
  height: 9px;
  width: 12px;
  margin-top: 18px;
  background: url('../images/icons-s72641ce03b.png') 0 -1158px;
}
#calendarWrapper .rsHorizontalHeaderWrapper {
  background: #ecf4fa;
}
#calendarWrapper .rsHorizontalHeaderWrapper th {
  border-width: 0;
  text-transform: uppercase;
  background: #ecf4fa;
}
#calendarWrapper .rsContentWrapper {
  border: 1px solid #c4c3bc;
}

.results-search {
	padding: 10px 0;
}
.search-results-header h3 {
	color: #4a565b;
	font-size: 12px;
	margin: 10px 0 0 0;
}
.search-results-header h3 span {
  font-weight: bold;
}



#calendarWrapper { padding-top: 20px; }
#calendar .fc-toolbar.fc-header-toolbar { margin-bottom: 0; border-radius: 10px 10px 0 0; background: #009297; padding: 10px; border-right: solid 0.5px #FFF;}
#calendar .fc-toolbar.fc-header-toolbar h2 { color: #FFF; font-size: 21px; }
#calendar .fc-head { text-transform: uppercase; background: #ecf4fa; }
#calendar .fc button { padding: 0 4px; }
