<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* BASIC LAYOUT */
body {
	font-family: "nimbus-sans", Verdana, Arial, Helvetica, sans-serif;
	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;
}

#container {
	display: flex;
	margin: 0 auto;
	/* text-align: left; */
	/* padding-right: 0px;
	padding-left: 8px; */
}

.species {
	flex-wrap: nowrap;
	padding: 2rem;
}

.species-body {
	margin: auto;
}

/* HEADER, NAVBAR*/
.skip-to-content-link {
	font-weight: 700;
	color: #3f4a22;
	padding: 1rem;
	background: #dbd7c2;
	border-radius: .5rem;
	left: 50%;
	position: absolute;
	transform: translateY(-100%);
	transition: transform 0.3s;

}

.skip-to-content-link:focus-within {
	transform: translateY(0%);
}


#header {
	display: flex;
	align-items: center;
	background-color: #3f4a22;
	background: url('../assets/treerings17.png') center bottom no-repeat scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	padding: 0 0px;
	height: 85px;
}

#header h1 {
	margin: 0;
	color: #FFF;
	padding-left: 1rem;
	font-size: 1.5rem;
}

.logo {
	display: flex;
	padding-left: 4rem;
}

.logo-footer {
	display: flex;
	flex-wrap: wrap;
	padding-left: 2rem;
	margin: auto;
}

.navbar {
	padding: .3rem !important;
}

#navtop {
	display: flex;
	background-color: #dbd7c2;
	background-repeat: repeat-x;
	width: 100%;
}

#navtop ul {
	display: flex;
	align-items: center;
	justify-content: center;
	list-style-type: none;
	color: #000;
	width: 100%;
	font-family: "nimbus-sans", Verdana, Arial, Helvetica, sans-serif;
	font-weight: 800;
	text-align: center;
}

#navtop li {
	padding: .25rem;
	font-size: 1.1rem;
}

#navtop li a {
	text-decoration: none;
	color: #000;
	padding: .58rem;
	font-weight: bold;
}

#navtop li a.first {
	background-color: #3f4a22;
	color: #FFF;
	border-radius: .3rem;
	overflow: hidden;
	white-space: nowrap;
}

#navtop li a:hover {
	text-decoration: underline #3F4A22 2px;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#navtop li a.first:hover {
	color: #3f4a22;
	background-color: #fff;
	border:3px solid #3f4a22;
	box-shadow: 2px 2px 3px rgba(0 0 0 0.5);
	border-radius: .3rem;
	text-decoration: none;
}



#navtop ul li.hid {
	overflow: hidden;
	list-style-type: none;
	border: none;
}

/* SIDE NAVIGATION */
#sidebar1 {
	float: left;
	color: #FFFFFF;
	margin: 2rem 1rem;
	padding: 0 0 10px;
}

#sidebar1 .box160 {
	background: #dbd7c2;
	padding: .5rem;
}

#sidebar1 .box160 h3 {
	line-height: 31px;
	color: #000;
	text-align: center;
	margin: 0;
	font-size: 1.2rem;
	font-weight: 700;
	border-bottom: 2px solid #FFF;
}

#sidebar1 .box160 p {
	padding: 25px 25px 0px;
	margin: 0;
	color: #000;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
}

#sidebar1 .box160 ul {
	list-style: none;
	padding: 10px 14px 0;
	height: auto;
	margin: 0px;
}

#sidebar1 .box160 ul li {
	padding: .3rem;
	text-decoration: none;
	font-size: 1rem;
	word-spacing: -1px;
	list-style: none;
}

#sidebar1 .box160 ul li a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	white-space: nowrap;
}

#sidebar1 .box160 ul li a:hover {
	text-decoration: underline #3f4a22 2px;
	font-weight: bold;
	height: 2rem;
}

#sidebar {
	float: right;
	width: 110%;
	background: #ffffff;
	margin: 10px 10px 15px;
	padding: 0 0 10px 10px;
	border-left: 1px solid #CCC;
}

#sidebar2 {
	float: right;
	background: #ffffff;
	margin: 2rem 1rem;
	padding: 0 0 10px;
}

#sidebar2 .box190 {
	background: #dbd7c2;
	padding: .5rem;
}

#sidebar2 .box190 h3 {
	line-height: 31px;
	color: #000;
	text-align: center;
	margin: 0;
	font-size: 1.2rem;
	font-weight: 700;
	border-bottom: 2px solid #FFF;
}

#sidebar2 .box190 p {
	padding: 25px 25px 0px;
	margin: 0;
	color: #000;
}

#sidebar2 .box190 ul {
	list-style: none;
	padding: 10px 14px 0;
	height: auto;
	margin: 0px;
	white-space: nowrap;
}

#sidebar2 .box190 ul li {
	padding: .3rem;
	text-decoration: none;
	font-size: 1rem;
	word-spacing: -1px;
	list-style: none;
}

#sidebar2 .box190 ul li a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	padding: .58rem;
}

#sidebar2 .box190 ul li a:hover {
	text-decoration: underline #3f4a22 2px;
	font-weight: bold;
	height: 2rem;
}

.gray-side {
	width: 50%;
	float: right;
	padding: 1rem;
	margin-left: 1rem;
	border: #000;
	border-radius: .5rem;
	background-color: #E0E0E0;
}

/* ACCORDION STYLING */
/* Current attempt */
/* ul {
	list-style: none;
  } */
  
  #accordion button:focus {
	border-radius: 0px;
	outline: none;
  }
  #accordion button {
	outline: none;
	background-color: DarkSeaGreen;
	padding: 10px;
	border: none;
	border-bottom: 1px solid darkslategrey;
	color: white;
	width: 100%;
	text-align: left;
	font-size: 16px;
	border-radius: 0px;
  }
  #accordion li {
	border: 1px solid DarkSlateGray;
	border-bottom: none;
  }
  .acc-item:last-child {
	border-bottom: 1px solid DarkSlateGray;
  }
  #accordion button::after {
	content: "\002B";
	font-weight: 900;
	font-size: 22px;
	float: right;
  }
  
  #accordion {
	width: 80%;
	max-width: 800px;
	min-width: 275px;
	margin: auto;
  }
  
  .acc-item-content {
	padding: 0px 10px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease-out;
  }

/* Early attempt*/
button.accordion {
    
    cursor: pointer;
    padding: 13px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    /* font-size: 1.25em;
    transition: 0.4s;
	font-weight:bold;
	 margin: .5em 0;
	color: #D0DC9E; */
	/* box-shadow: inset 0 7px 9px -7px rgba(0,0,0,0.7); */
	/* background-color:#3F4A22; 	 */
}

button.accordion span	{width: 10em; float:right; clear:left; text-align:right;}


/* button.accordion.active, button.accordion:hover {
	color: #3F4A22;
    background-color:#D0DC9E;
	}

div.panel {
    padding: .5rem;
    display: none;
    background-color: white;
	border-left: 2px solid #3F4A22;
	border-right: 2px solid #3F4A22;
	border-bottom: 2px solid #3F4A22;
	border-radius: 0 0 .5rem .5rem ;
	
}

div.panel p, div.panel ul, div.panel ol	{
	line-height:1.5rem;
	font-size:1rem;
}
	*/

	section.contentWrap	{
		text-align: left;
		width: 98%;
		margin:0 1%;
	}


ul.morespace2 li a, ul.morespace2 li a:link	{
	text-decoration:none;
	line-height:1.5rem;
	font-size:1rem;
}

ul.morespace2 li a:hover	{
	text-decoration:underline;
	}

hr	{margin: 2rem 0; border: 0; height: 1px; background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));}

section.topBanner	{
	 padding:.5rem .8rem; 
	 /* border-radius: .5rem; 
	 box-shadow: 0 0 .1em 0.1em #C0C0C0; */
     background-color:#D0DC9e; 
	/* background: -webkit-gradient(linear, left top, left bottom, from(#E9A127), to(#F3CB88));
	background: -moz-linear-gradient(top,  #E9A127,  #F3CB88);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E9A127', endColorstr='#F3CB88');
	background-image: linear-gradient(to bottom, #E9A127 0%, #F3CB88 100%);
	background-image: -ms-linear-gradient(top, #E9A127 0%, #F3CB88 100%);	 */
}


/* WILDLIFE SPECIES STYLING */
.species-body {
	margin:auto;
}

.species-side {
	display: flex;
	flex-wrap: wrap;
}

.species-section {
	background-color: #dbd7c2;
	padding: 2rem;
	border: 4px dashed #3F4A22;
	margin: 1rem;
	height: fit-content;
}

.species-section h3 {
	font-size: 1.5rem;
}

.species-section a {
	font-weight: bold;
}

/* MOBILE VIEW OF LEFT NAV */
ul #secondary-menu {
	border: 4px dashed #3F4A22;
	padding: 1rem;
}


/* ANNOUNCEMENT ALERT */
.alert {
	border-left: none;
	padding: 0.75rem;
	position: relative;
}

.alert--info {
	background-color: rgb(231, 246, 248);
	color: black;
}

.alert--emergency {
	background-color: rgb(250, 243, 209);
}

.alert a:link {
	text-decoration: underline;
}

.alert__heading {
	font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
	font-size: 1.1rem;
	margin-top: 0;
	font-weight: 800;
}

.alert__text {
	margin-bottom: 0;
}

.alert__body {
	margin: auto;
	text-align: left;
	width: 65%;
}


/* BANNER */
.banner-text-container {
	padding-right: 30px;
	padding-left: 30px;
}

.banner-link {
	text-decoration: none;
}

.banner-header {
	font-family: rothwood, serif;
	font-weight: 700;
	font-size: 1.3rem;
	margin-bottom: .5rem;
}


/*BUTTON*/
.btn {
	font-size: 0.9em;
	background-color: #DBD7C2;
	color: #000;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
	font-family: "nimbus-sans", Verdana, sans-serif;
	font-weight: 800;
	font-style: bold;
	font-size: .9rem;
}

.btn:hover {
	background-color: #3F4A22;
	color: #FFF;
}

.btn:focus,
.btn:hover {
	text-decoration: none;
}

.btn.focus,
.btn:focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn-cta {
	display: inline-block;
	background-color: #3F4A22;
	color: #FFF;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
	font-family: "nimbus-sans", sans-serif;
	font-weight: 800;
	font-style: bold;
	font-size: .9rem;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	line-height: 1.5;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
		box-shadow 0.15s ease-in-out;

}

.btn-cta:hover {
	background-color: #DBD7C2;
	color: #000;
}

.btn-cta:focus,
.btn-cta:hover {
	text-decoration: none;
}

.btn-cta.focus,
.btn-cta:focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* MAIN CONTENT */
input {
	line-height: normal !important;
	font-family: normal !important;
	font-size: normal !important;
}


.content-container {
	padding-left: 2rem;
}

.intro {
	padding-right: 2rem;
}

#mainContent .breadcrumb {
	font-size: 1em;
	color: #202020;
}

#mainContent h1 {
	/* padding: 2px 5px; */
	color: #1F1F1F;
	font-size: 1.5em;
	border-bottom: 1px solid #CCC;
	font-weight: bold;
}

#mainContent h2 {
	/* padding: 2px 5px; */
	color: #1F1F1F;
	font-size: 1.3em;
	font-weight: bold;
}


#mainContent h3 {
	/* border-top: 1px solid #ABB7C2; */
	/* border-bottom: 1px solid #ABB7C2; */
	/* padding: 2px 5px; */
	color: #1F1F1F;
	font-size: 1.2em;
	font-weight: bold;
}

#mainContent h4 {
	color: #1F1F1F;
	font-size: 1.1em;
	font-weight: bold;
}

#mainContent li {
	font-size: 1em;
	margin-bottom: 3px;
}

#mainContent table {
	border: 1px solid #999;
}

#mainContent th {
	border: 1px solid #999;
	background: #dbd7c2;
}

#mainContent tr {
	border: 1px solid #999;

}

/* Controls Layout of Main Content */

.threeColumn {
	padding: 0px 10px 0px 0px;
	margin: 2rem;
}

.twoColumn {
	padding: 0px 10px 0px 0px;
	margin: 2rem;
}

.oneColumn {
	padding: 0px 10px;
	margin: 2rem;
}

/* #search {
	display: flex;
	margin-left: 1rem;
} */

#cse-search-box {
	width: 220px;
}

/* News release bullet styling */

.newsreleases li {
	margin-bottom: .5rem;
  }
  
  .newsreleases a {
	font-family: "nimbus-sans", Verdana, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1rem;
	line-height: 1.15rem;
  }
  
  .card {
	height: 100% !important;
  }
  
  .card-bottom {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-clip: border-box;
  }
  
  /* Card hover styling */
  .card-btn figure {
	background: #648326;
  }
  
  .card-btn figure img {
	text-decoration: none;
	color: #000;
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
  }
  
  .card-btn:hover figure img {
	text-decoration: none;
	color: #000;
	opacity: .5;
  }
  
  .card-btn {
	text-decoration: none;
	color: #000;
  }
  
  .card-btn:hover {
	text-decoration: none;
	color: #000;
  }
  
  .card:hover {
	box-shadow: 5px 5px rgba(107, 99, 78);
  }
  
  #card-divider {
	border-right: 1px solid rgba(0, 0, 0, 0.25);
  }
  
  .card&gt;hr {
	margin-right: 0;
	margin-left: 0;
  }
  
  .card&gt;.list-group:first-child .list-group-item:first-child {
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
  }
  
  .card&gt;.list-group:last-child .list-group-item:last-child {
	border-bottom-right-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
  }
  
  .card-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1rem;
  }
  
  .card-title {
	margin-bottom: 0.75rem;
	font-family: "nimbus-sans", Verdana, sans-serif;
	font-weight: 700;
	font-style: normal;
  }
  
  .card-subtitle {
	margin-top: -0.375rem;
	margin-bottom: 0;
  }
  
  .card-text:last-child {
	margin-bottom: 0;
  }
  
  .card-link:hover {
	text-decoration: none;
  }
  
  .card-link+.card-link {
	margin-left: 1.25rem;
  }
  
  .card-header {
	padding: 0.75rem 1.25rem;
	margin-bottom: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  }
  
  .card-header:first-child {
	border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
  }
  
  .card-header+.list-group .list-group-item:first-child {
	border-top: 0;
  }
  
  .card-footer {
	padding: 0 1.25rem;
  }
  
  .card-footer:last-child {
	border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
  }
  
  .card-header-tabs {
	margin-right: -0.625rem;
	margin-bottom: -0.75rem;
	margin-left: -0.625rem;
	border-bottom: 0;
  }
  
  .card-header-pills {
	margin-right: -0.625rem;
	margin-left: -0.625rem;
  }
  
  .card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1.25rem;
  }
  
  .card-img {
	width: 100%;
	border-radius: calc(0.25rem - 1px);
  }
  
  .card-img-top {
	width: 100%;
	background-size:cover;
  }
  
  .card-img-bottom {
	width: 100%;
	border-bottom-right-radius: calc(0.25rem - 1px);
	border-bottom-left-radius: calc(0.25rem - 1px);
  }
  
  .card-deck {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
  }
  
  .card-deck .card {
	margin-bottom: 15px;
  }
  
  .goth-m {
	font-weight: 700;
  }
  
  .card-title {
	color: #3F4A22;
  }
  
  .card-title-secondary {
	font-size: 1.2em;
	color: #000;
	font-weight: 700
  }
  
  .navbar-brand {
	font-weight: 500;
  }

  .navbar-toggler {
	margin-left: .5rem;
  }
  
  .popup {
	max-width: 200px;
  }
  
  .fas {
	margin-left: 20px;
  }
  
  .navbar a {
	text-decoration: none;
  }
  
  .nav-link {
	font-size: 1.1rem;
  }
  
  a {
	text-decoration: underline;
  }
  
  .a-btn {
	text-decoration: underline;
	cursor: pointer;
  }

  /* Font */
  .main-header {
	font-family: rothwood, serif;
	font-weight: 700;
	text-align: left;
}

h2.green-header  {
	padding-top: 1.25rem;
	color: #3F4A22;
	font-family: "nimbus-sans", Verdana, sans-serif;
	font-weight: 700;
	font-size:  2.4rem;
	line-height: 2.4rem;
  }

  .oneColumn h2{
	width: 90%;
	margin: auto;
	padding-top: 1rem;
	padding-bottom: 1rem;
  }

  p {
	margin-top: 0;
	margin-bottom: 1rem;
	font-family: "nimbus-sans", Verdana, sans-serif;
	/* font-weight: 500;
	font-style: medium; */
	font-size: 1.1rem;
	line-height: 1.5rem;
  }

  .oneColumn p{
	width: 90%;
	margin: auto;
	padding-top: 1rem;
	padding-bottom: 1rem;
  }

  li {
	font-family: "nimbus-sans", Verdana, sans-serif;
	font-size: 1.1rem;
  }


/* FOOTER */

#footer {
	padding: 1rem;
	background: url('../assets/treeringsfooter.png') center;
	background-size: cover;
}

#footer h4 {
	font-weight: bold;
	/* text-align: left; */
	color: #dbd7c2;
	padding-left: 2rem;
	padding-top: 2rem;
}

#footer p {
	margin: 0;
	padding-left: 2rem;
	font-size: 1rem;
	color: #dbd7c2;
	/* text-align: left; */
	font-family: "nimbus-sans", Verdana, sans-serif;
}

#footer a {
	color: #dbd7c2;
	font-family: "nimbus-sans", Verdana, sans-serif;
	font-weight: bold;
	line-height: 1.4rem;
	/* font-size: 1rem; */
}

#footer ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	/* text-align: left; */
}

#copyright {
	text-align: center;
}

.fltrt {
	float: right;
	margin-left: 8px;
}

.fltlft {
	float: left;
	margin-right: 8px;
}

.clearfloat {
	/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

br.clearfloat {
	line-height: 50px;
}

.imgscright {
	float: right;
	margin: 5px 0px 6px 15px;
}

.imgsleft {
	float: left;
	margin: 5px 15px 6px 0px;
}

.smtxt {
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
}

/* This is CSS for the Search Box at Right Top */

.morespace {
	font-weight: bold;
}

.morespace ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	padding-top: 24px;
	margin-top: 10px;
	/* white-space:nowrap; */
}

.morespace li {
	display: block;
	margin: 0;
	text-align: left;
	padding-top: 12px;
	padding-left: 8px;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.15em;
}

.morespacenum {
	font-weight: bold;
}

.morespacenum ol {
	padding: 0px;
	margin: 0px;
	padding-top: 24px;
	margin-top: 10px;
	/* white-space:nowrap; */
}

.morespacenum li {
	margin: 0;
	text-align: left;
	padding-top: 12px;
	padding-left: 8px;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.15em;
}

.space {
	font-weight: normal;
}

.space ul {
	list-style: outside;
	list-style-type: circle;
	padding-top: 24px;
	padding-bottom: 24px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.space li {
	margin: 5px;
	text-align: left;
	padding-top: 6px;
	padding-left: 8px;
	font-size: 1em;
	line-height: 1.15em;
}

/* This is CSS for the Photo Galleries */
#thumbnails img {
	width: 100px;
	border: 1px solid #D5D5CA;
	padding: 4px;
	background: #FFFFFF;
	margin-right: 4px;
	margin-bottom: 4px;
	text-decoration: none;
}

#thumbnails a {
	text-decoration: none;
	font-size: .7em;
	font-weight: bold;
}

/* This CSS lowers the flash for Chrome and Firefox. */
#lower {
	margin: 0px;
	padding-top: 10px;
}

#social ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	list-style-type: none;
	font: normal 100% "nimbus-sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

#social img {
	padding-right: .5rem;
}


#social li {
	margin: 0;
	display: inline;
	white-space: nowrap;
	line-height: 1.75rem;
}

#social li a {
	display: flex;
	align-items: center;
	margin: 0;
	padding-right: 1rem;
	text-decoration: none;
	color: #dbd7c2;
	font-weight: bold;
	font-size: 1rem;
	line-height: 1.75rem;
}


#social li a:hover {
	text-decoration: underline #dbd7c2 2px;
}

sub {
	font: "nimbus-sans", Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	top: 3px;
	text-decoration: none;
	line-height: 0px;
	vertical-align: baseline;
	/* font-size: 80%; */
}

sup {
	font: "nimbus-sans", Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	top: -5px;
	text-decoration: none;
	line-height: 0px;
	vertical-align: baseline;
	/* font-size: 80%; */
}

.back-to-top {
	position: fixed;
	bottom: 0em;
	right: 5.25em;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #000000;
	font-size: 12px;
	padding: 1em 1em 3em 1em;
	display: none;
	border-top-left-radius: 1em;
	border-top-right-radius: 1em;
	border-bottom-right-radius: 0em;
	border-bottom-left-radius: 0em;
}

.back-to-top:hover {
	background-color: #FFFFFF;
	color: #000000;
}



/*  New, On GIS only so far     */
div.rightsideNav {
	width: 200px;
	float: right;
	margin: .5em .5em 0 1em;
	padding: 0;
	border: 1px solid #DBDCDD;
	border-radius: .5em;
}

div.rightsideNav h3 {
	color: #000000;
	text-decoration: none;
	text-align: center;
	border-bottom: 1px solid #DBDCDD;
	border-top: 1px solid #DBDCDD;

	background-color: #FFFFFF;
	margin: 0;
	padding: 0.625em;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#E1E1E1));
	background: -moz-linear-gradient(top, #FFFFFF, #E1E1E1);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#E1E1E1');
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #E1E1E1 100%);
	background-image: -ms-linear-gradient(top, #FFFFFF 0%, #E1E1E1 100%);
}

div.rightsideNav h3.primary {
	border-top: none;
	border-top-left-radius: .5em;
	border-top-right-radius: .5em;
}

div.rightsideNav p.withimage {
	width: 98%;
	margin-left: 2%;
}

div.rightsideNav p.withimage a,
div.rightsideNav p.withimage a:link {
	display: block;
	width: 190px;
	float: left;
	height: 85px;
}

div.rightsideNav p.withimage a img,
div.rightsideNav p.withimage a:link img {
	margin-left: .5em
}

div.rightsideNav ul {
	padding-left: 15px;
	width: 98%;
}

div.rightsideNav li {
	margin: .5em 0
}

div.rightsideNav li a,
div.rightsideNav li a:link {}

h1.withFeaturedLinks {
	width: 65%;
}


ul#buttonNav {
	list-style-type: none;
	width: 60%;
	margin: 3em 0;
	padding: 0;
	text-align: left;
}

ul#buttonNav li {
	width: 100%;
	height: 3.125em;
	display: block;
	padding: 0;
	margin: .5em 0;
	list-style-type: none;
	border: none;
}

ul#buttonNav li a,
ul#buttonNav li a:link {
	font-size: 1.25em;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	border: .063em solid #FFFFFF;
	border-radius: .5em;
	background-color: #9ABA8B;
	margin: 0;
	padding: 0.625em;
	background: -webkit-gradient(linear, left top, left bottom, from(#9ABA8B), to(#D1DECA));
	background: -moz-linear-gradient(top, #9ABA8B, #D1DECA);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9ABA8B', endColorstr='#D1DECA');
	background-image: linear-gradient(to bottom, #1a2813 0%, #D1DECA 100%);
	background-image: -ms-linear-gradient(top, #9ABA8B 0%, #D1DECA 100%);
}

ul#buttonNav li a:visited {}

ul#buttonNav li a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	border: .063em solid #FFFFFF;
	border-radius: .5em;
	background-color: #D1DECA;
	margin: 0;
	padding: 0.625em;
	background: -webkit-gradient(linear, left top, left bottom, from(#D1DECA), to(#9ABA8B));
	background: -moz-linear-gradient(top, #D1DECA, #9ABA8B);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1DECA', endColorstr='#9ABA8B');
	background-image: linear-gradient(to bottom, #D1DECA 0%, #9ABA8B 100%);
	background-image: -ms-linear-gradient(top, #D1DECA 0%, #9ABA8B 100%);
}

section.homelinkButtons {
	width: 90%;
	margin: 0;
	padding: 0;
	text-align: center;
}

section.homelinkButtons a,
section.homelinkButtons a:link {
	width: 98%;
	margin: 1rem auto;
	padding: 0 .4rem;
	display: block;
	box-shadow: 0.2rem 0.2rem 0.25rem #000;
	text-decoration: none;
}

/* Just one line of text, adjust for spacing above and below so that heights of all text-only buttons roughly match up   */
section.homelinkButtons a.oneLine,
section.homelinkButtons a.oneLine:link {
	padding: 1.25rem .4rem
}

/* Just two lines of text, adjust for spacing above and below so that heights of all text-only buttons roughly match up  */
section.homelinkButtons a.twoLine,
section.homelinkButtons a.twoLine:link {
	padding: .4rem .4rem
}

/* This is one with an image within the text or between two lines of text  */
section.homelinkButtons a.withImg,
section.homelinkButtons a.withImg:link {
	padding: 0;
	width: 105.5%;
}

/* less margin at the top  */
section.homelinkButtons a.lessTop,
section.homelinkButtons a.lessTop:link {
	padding-top: .25rem;
}

/* less margin at the bottom */
section.homelinkButtons a.lessBottom,
section.homelinkButtons a.lessBottom:link {
	padding-bottom: .25rem;
}


/* This is when you have a full logo or image as a link, note it must be a minimum 180px wide  */
section.homelinkButtons a.fullImglink,
section.homelinkButtons a.fullImglink:link {
	padding: 0;
	box-shadow: none;
}

section.homelinkButtons a.fullImglink img {
	margin: 0 0 0 -.0625rem;
	padding: 0;
	box-shadow: 0.2rem 0.2rem 0.25rem #000;
}

/* Styles for the different colored backgrounds, second value is usually darker but it could be any gradient you like */
section.homelinkButtons a.red {
	background-color: #BA202E;
	background: -webkit-gradient(linear, left top, left bottom, from(#BA202E), to(#E0C8AA));
	background: -moz-linear-gradient(top, #BA202E, #E0C8AA);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#BA202E', endColorstr='#E0C8AA');
	background-image: linear-gradient(to bottom, #BA202E 0%, #E0C8AA 100%);
	background-image: -ms-linear-gradient(top, #BA202E 0%, #E0C8AA 100%);
}

section.homelinkButtons a.tan {
	background-color: #8A5D27;
	background: -webkit-gradient(linear, left top, left bottom, from(#8A5D27), to(#E0C8AA));
	background: -moz-linear-gradient(top, #8A5D27, #E0C8AA);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8A5D27', endColorstr='#E0C8AA');
	background-image: linear-gradient(to bottom, #8A5D27 0%, #E0C8AA 100%);
	background-image: -ms-linear-gradient(top, #8A5D27 0%, #E0C8AA 100%);
}

section.homelinkButtons a.yellow {
	background-color: #E9A127;
	background: -webkit-gradient(linear, left top, left bottom, from(#E9A127), to(#F3CB88));
	background: -moz-linear-gradient(top, #E9A127, #F3CB88);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E9A127', endColorstr='#F3CB88');
	background-image: linear-gradient(to bottom, #E9A127 0%, #F3CB88 100%);
	background-image: -ms-linear-gradient(top, #E9A127 0%, #F3CB88 100%);
}

section.homelinkButtons a.bluegray {
	background-color: #5A6A76;
	background: -webkit-gradient(linear, left top, left bottom, from(#5A6A76), to(#A0ABB2));
	background: -moz-linear-gradient(top, #5A6A76, #A0ABB2);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5A6A76', endColorstr='#A0ABB2');
	background-image: linear-gradient(to bottom, #5A6A76 0%, #A0ABB2 100%);
	background-image: -ms-linear-gradient(top, #5A6A76 0%, #A0ABB2 100%);
}

section.homelinkButtons a.huntergreen {
	background-color: #4A5231;
	background: -webkit-gradient(linear, left top, left bottom, from(#4A5231), to(#919682));
	background: -moz-linear-gradient(top, #4A5231, #919682);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4A5231', endColorstr='#919682');
	background-image: linear-gradient(to bottom, #4A5231 0%, #919682 100%);
	background-image: -ms-linear-gradient(top, #4A5231 0%, #919682 100%);
}

section.homelinkButtons a.lightblue {
	background-color: #BAD0DE;
	background: -webkit-gradient(linear, left top, left bottom, from(#BAD0DE), to(#81A9DB));
	background: -moz-linear-gradient(top, #BAD0DE, #81A9DB);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#BAD0DE', endColorstr='#81A9DB');
	background-image: linear-gradient(to bottom, #BAD0DE 0%, #81A9DB 100%);
	background-image: -ms-linear-gradient(top, #BAD0DE 0%, #81A9DB 100%);
}


/* Styles for the spans that contain the text of the links   */
section.homelinkButtons a.leftAlign {
	text-align: left;
}

section.homelinkButtons a span {
	display: block;
	color: #fff;
	font-size: 1.45rem;
	font-weight: bold;
	text-shadow: .0625rem .0625rem .0625rem #000;
}

section.homelinkButtons a span.smaller {
	font-size: 1.25rem;
	color: #fff;
}

section.homelinkButtons a span.redText {
	text-shadow: .125rem .125rem .125rem #680000;
}

section.homelinkButtons a span.blackText {
	color: #000;
	font-weight: 500;
	text-shadow: .0625rem .0625rem .0625rem #4D5256;
}

/* Wider desktop view */

@media only screen and (min-width: 1501px) {
	#container {
		width: 70%
	}

	.fpitems-container {
		width: 80%;
		text-align: center;
	}


	#search-container {
		width: 35%;
	}

	#button-container {
		width: 20%;
		justify-content: flex-end;
	}

	#secondary-menu {
		display: none !important;
	}

	/* Placeholder color code from w3schools:  https://www.w3schools.com/howto/howto_css_placeholder.asp*/
	::placeholder {
		/* Chrome, Firefox, Opera, Safari 10.1+ */
		color: #000000;
		opacity: 0.5;
		/* Firefox */
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: 400;
		font-size: 1.5rem;
	}

	:-ms-input-placeholder {
		/* Internet Explorer 10-11 */
		color: rgba(255, 255, 255, 0.5);
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: 400;
		font-size: 1.5rem;
	}

	::-ms-input-placeholder {
		/* Microsoft Edge */
		color: rgba(255, 255, 255, 0.5);
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: 400;
		font-size: 1.5rem;
	}
}

/* CAROUSEL STYLING START */
/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next &amp; previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/4 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
/* CAROUSEL STYLING END  */

/* Desktop view */

@media only screen and (min-width: 1125px) and (max-width: 1500px){

	/* Front page */
	#container {
		width: 80%;
	}

	h1 {
		font-size: 2.5rem;
		margin-bottom: 1rem;
	}

	p {
		font-size: 1.1rem;
		text-align: left;
	}

	.fpitems-container {
		width: 80%;
		text-align: center;
	}


	#search-container {
		width: 35%;
	}

	#button-container {
		width: 20%;
		justify-content: flex-end;
	}

	#secondary-menu {
		display: none !important;
	}

	/* Placeholder color code from w3schools:  https://www.w3schools.com/howto/howto_css_placeholder.asp*/
	::placeholder {
		/* Chrome, Firefox, Opera, Safari 10.1+ */
		color: #000000;
		opacity: 0.5;
		/* Firefox */
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: 400;
		font-size: 1.5rem;
	}

	:-ms-input-placeholder {
		/* Internet Explorer 10-11 */
		color: rgba(255, 255, 255, 0.5);
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: 400;
		font-size: 1.5rem;
	}

	::-ms-input-placeholder {
		/* Microsoft Edge */
		color: rgba(255, 255, 255, 0.5);
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: 400;
		font-size: 1.5rem;
	}

}


/* Tablet view */
@media only screen and (min-width: 900px) and (max-width: 1124px) {

	#header h1 {
		font-size: 1.4rem;
	}

	.navbar-toggler {
		margin-left: .5rem;
	}


	.logo {
		padding-left: 1rem;
	}

	.gray-side {
		width: 100%;
	}

	h1 {
		font-size: 1.8rem;
		margin-bottom: .8rem;
	}

	p {
		font-size: 1.1rem;
		text-align: left;
	}

	#mainContent li {
		font-size: 1.1rem;
	}

	#navtop li {
		font-size: 1.1rem;
	}

	.alert__body {
		margin: auto;
		text-align: left;
		width: 90%;
	}

	#cse-search-box {
		width: 220px;
		margin: auto;
		padding-top: .5rem;
	}

	/* #container {
		width: 80%;
	} */

	.species {
		flex-wrap: wrap;
	}

	.front-page-container {
		background-size: cover;
	}

	.fpitems-container {
		width: 80%;
		text-align: center;
	}

	#search-container {
		width: 45%;
	}

	#button-container {
		width: 20%;
		justify-content: flex-end;
	}

	#secondary-menu {
		display: none !important;
	}

	/* Placeholder color code from w3schools:  https://www.w3schools.com/howto/howto_css_placeholder.asp*/
	::placeholder {
		/* Chrome, Firefox, Opera, Safari 10.1+ */
		color: #000000;
		opacity: 0.5;
		/* Firefox */
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: 400;
		font-size: 1.3rem;
	}

	:-ms-input-placeholder {
		/* Internet Explorer 10-11 */
		color: rgba(255, 255, 255, 0.5);
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: 400;
		font-size: 1.3rem;
	}

	::-ms-input-placeholder {
		/* Microsoft Edge */
		color: rgba(255, 255, 255, 0.5);
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: 400;
		font-size: 1.3rem;
	}

}

/* Mobile view */
@media only screen and (max-width: 899px) {

	.species {
		flex-wrap: wrap;
	}

	#sidebar2 {
		width: 100%;
		text-align: center;
	}

	.gray-side {
		width: 100%;
	}

	h2.green-header  {
		padding-top: 0;
		font-size: 2rem;
		line-height: 2.25rem;
	}

	#header h1 {
		padding-left: .5rem;
		font-size: 1.25rem;
	}

	.content-container {
		padding-left: 1rem;
	}

	.logo {
		padding-left: 1rem;
	}

	.navbar-toggler {
		margin-left: .5rem;
	}


	.alert__body {
		margin: auto;
		text-align: left;
		width: 95%;
	}
	
	h1 {
		font-size: 1rem;
	}

	p {
		font-size: 1.1rem;
		text-align: left;
	}

	ul#social {
		padding-left: .5rem;
	}

	#navtop li {
		font-size: 1.2rem;
	}

	.front-page-container {
		background-size: cover;
	}

	.fpitems-container {
		width: 80%;
		text-align: center;
	}

	.searchbar {
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: 400;
		font-size: 1.2rem;
		background-color: whitesmoke;
		width: 20rem;
		height: 4rem;
		margin-top: 1rem;
		margin-bottom: 0.5rem;
		margin-right: .2rem;
		padding-left: 1rem;
		border-radius: .5rem;
	}

	/* #container {
		width: 90%;
	} */

	#sidebar1 {
		display: none !important; 
	}

	#footer h4 {
		padding-left: .5rem;
	}
	
	#footer p {
		margin: 0;
		padding-left: .5rem;
	}

	/* #footer span {
		text-align: center;
	}

	.address #footer p {
		text-align: center;
	} */
	.logo-footer {
		padding-left: .5rem;
	}

	#cse-search-box {
		margin: auto;
		padding: 1rem;
	}


	/* Placeholder color code from w3schools:  https://www.w3schools.com/howto/howto_css_placeholder.asp*/
	::placeholder {
		/* Chrome, Firefox, Opera, Safari 10.1+ */
		color: #000000;
		opacity: 0.5;
		/* Firefox */
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: 400;
		font-size: 1.2rem;
	}

	:-ms-input-placeholder {
		/* Internet Explorer 10-11 */
		color: rgba(255, 255, 255, 0.5);
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: 400;
		font-size: 1.2rem;
	}

	::-ms-input-placeholder {
		/* Microsoft Edge */
		color: rgba(255, 255, 255, 0.5);
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: 400;
		font-size: 1.2rem;
	}


}


/* RESPONSIVE ACCESSIBLE TABLE CSS - ADRIAN ROSSELI*/
table {
	margin: 1em 0;
	border-collapse: collapse;
  /*   width: 100%; */
  	caption-side: top !important;
  }
  
  caption {
	text-align: left;
	font-weight: bold;
	padding: 0.25em 0.5em 0.5em 0.5em;
	color:#000;
  }
  
  th,
  td {
	padding: 0.25em 0.5em 0.25em 1em;
	/* vertical-align: text-top; */
	text-align: left;
	/* text-indent: -0.5em; */
  }
  
  th {
	vertical-align: bottom;
	background-color: rgba(0, 0, 0, 0.5);
	/* color: #fff; */
	font-weight: bold;
  }
  
  td::before {
	display: none;
  }
  
  tr:nth-child(even) {
	background-color: rgba(255, 255, 255, 0.5);
  }
  
  tr:nth-child(odd) {
	background-color: rgba(208, 220, 158);
  }
  
  td:nth-of-type(2) {
	font-style: italic;
  }
  
  th:nth-of-type(3),
  td:nth-of-type(3) {
	/* text-align: right; */
  }
  
  /* div {
	overflow: auto;
  } */

  #acctable {
	margin: auto;
  }
  
  @media screen and (max-width: 37em), print and (max-width: 5in) {
	table,
	tr,
	td {
	  /* display: flex; */
	  border: none;
	}

	tr {
	  padding: 0.7em 2vw;
	}
	th,
	tr:first-of-type {
	  display: none;
	}
	
	td::before {
	  display: inline;
	  font-weight: bold;
	}
	td {
	  display: grid;
	  /* grid-template-columns: 4em auto; */
	  /* grid-gap: 1em 0.5em; */
	}
	caption {
	  font-style: normal;
	  background-color: #dbd7c2;
	  color: #000;
	  font-weight: bold;
	}
	td:nth-of-type(3) {
	  text-align: left;
	}
	/* td:nth-of-type(4), td:nth-of-type(5) {
	  text-align: right;
	  width: 12em;
	} */
	td:nth-of-type(4)::before, td:nth-of-type(5)::before {
	  text-align: left;
	}
	td:nth-of-type(2)::before {
	  font-style: normal;
	}
  }
  
  @media print {
	body {
	  font-size: 6pt;
	  color: #000;
	  background-color: #fff;
	  background-image: none;
	}
	body,
	main {
	  margin: 0;
	  padding: 0;
	  background-color: #fff;
	  border: none;
	}
	table {
	  page-break-inside: avoid;
	}
	div {
	  overflow: visible;
	}
	th {
	  color: #000;
	  background-color: #fff;
	  border-bottom: 1pt solid #000;
	}
	tr {
	  border-top: 1pt solid #000;
	}
  }
  
  @media print and (max-width: 5in) {
	caption {
	  color: #000;
	  background-color: #fff;
	  border-bottom: 1pt solid #000;
	}
	table {
	  page-break-inside: auto;
	  border: none;
	  display: flex;
	}
	tr {
	  page-break-inside: avoid;
	}
  }
  /* END RESPONSIVE &amp; ACCESSIBLE TABLE CODE - ADRIAN ROSELLI  */</pre></body></html>