/*
	Primary Screen Style Sheet :
	Developed by: Mizrahi, Inc.
*/

html,
body {
  height: 100%;
}

body {
  background: url(../images/bg.jpg) 0 205px repeat-x #fff;
  font: 13px/1.5 arial, helvetica, sans-serif;
  color: #555;
  text-align: center;
}

body.home {
  background: #fff;
}

body.guide {
  background-position: 0 0;
}

img {
  border: 0;
}
.maincontent img {
  max-width: 100%;
  height: auto;
}
.secondary img {
  max-width: 100%;
  height: auto;
}

a {
  color: #00853f;
  outline: none;
}
a:visited {
  color: #00853f;
}
a:hover,
.clickbox:hover a {
  color: #004c24;
}

.clickbox,
.clickbox * {
  transition: all 0.15s ease;
}

.clickbox:hover {
  cursor: pointer;
}

.learnmore {
  text-transform: uppercase;
  font-size: 80%;
  font-weight: bold;
}

b,
strong,
th {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}

td,
th {
  text-align: left;
  vertical-align: top;
}

.note {
  background: #ffa;
  color: red;
}
.skipnav,
.printonly,
.mobileonly,
.hide {
  display: none;
}

.date {
  text-transform: uppercase;
  font-size: 80%;
}

/* Primary Page Layout
----------------------------------------------- */

.pagewrap {
  background: url(../images/bg-dropshadow.png) 0 0 repeat-x;
  text-align: left;
  margin: 0 auto;
}

.mastheadwrap {
  background: url(../images/bg-masthead.jpg) #0d7e3e;
  width: 100%;
}

.masthead {
  text-align: left;
  width: 960px;
  height: 160px;
  margin: 0 auto;
  position: relative;
}

.home .masthead {
  height: 240px;
}

.guide .masthead {
  width: 1020px;
}

.mainnavwrap {
  background: url(../images/bg-dropshadow.png) 0 0 repeat-x #004c24;
  width: 100%;
}

.mainnav {
  text-align: left;
  width: 960px;
  margin: 0 auto;
}

.contentwrap {
  background: url(../images/bg-contentwrap.png) 242px 30px no-repeat;
  width: 1020px;
  margin: 0 auto;
  padding: 30px 0 0;
}

.home .contentwrap,
.guideIntro .contentwrap {
  background: none;
}

.maincontent {
  background: #fff;
  width: 770px;
  min-height: 400px;
  padding: 20px 0;
  float: left;
  display: inline;
}

.home .maincontent {
  background: none;
  width: 600px;
  min-height: inherit !important;
  margin: 0 30px;
  padding: 0;
}

.guideIntro .maincontent {
  width: 1020px;
  margin-top: -28px;
}

.primary {
  width: 470px;
  margin-right: 20px;
  float: left;
  display: inline;
}

.guideIntro .primary {
  width: 480px;
  margin: 35px 0 0 50px;
  float: none;
  display: block;
}

.secondary {
  width: 200px;
  margin-left: 20px;
  float: right;
  display: inline;
}

.twocolumn {
  background: url(../images/bg-maincontent.jpg) 490px 0 repeat-y #fff;
  margin: 0 30px;
}

.notwo {
  background: #fff !important;
}

.onecolumn {
  margin: 0 30px;
}

.onecolumn .primary {
  width: 710px;
  margin: 0;
  float: none;
  display: block;
}

.onecolumn .secondary {
  width: 710px;
  margin: 0;
  float: none;
  display: block;
}

.sidebar {
  width: 250px;
  padding: 20px 0;
  float: left;
  display: inline;
}

.home .sidebar {
  width: 300px;
  margin: 0 30px;
  padding: 7px 0 0;
}

.footerwrap {
  background: url(../images/bg-footerwrap.gif) 0 15px repeat-x #fff;
  width: 100%;
  margin-top: 30px;
  position: sticky;
  top: 100dvh;
}

.footerwrap {
  height: 135px;
  clear: both;
}

.push {
  /* height: 135px; */
  clear: both;
}

.footer {
  text-align: left;
  width: 960px;
  margin: 0 auto;
  padding: 40px 0 30px;
  position: relative;
}

/* Masthead
----------------------------------------------- */

.masthead h1 {
  position: absolute;
  top: 5px;
  left: -25px;
}

.masthead h1 a {
  background: url(../images/hunt-institute-logo-sm.png) 0 0 no-repeat;
  width: 319px;
  height: 0;
  padding-top: 137px;
  display: block;
  overflow: hidden;
}

.home .masthead h1 a {
  background: url(../images/hunt-institute-logo-lg.png) 0 0 no-repeat;
  width: 491px;
  padding-top: 240px;
}

.guide .guideTitles {
  text-align: right;
  width: 580px;
  position: absolute;
  right: 0;
  bottom: 22px;
}

.guideTitles h2 {
  color: #fff;
  font: 34px/1.2 Georgia, Times, serif;
  font-weight: normal;
  margin: 0 0 6px;
}

.guideTitles h3 {
  color: #fff;
  font: 16px/1.2 Georgia, Times, serif;
  font-style: italic;
  font-weight: normal;
  margin: 0;
}

ul.topnav {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 10px;
  right: 0;
  display: flex;
  align-items: center;
}

.topnav li {
  float: left;
  display: inline;
}

.topnav li a,
.topnav li span {
  color: #fff;
  font: 12px/1.3 Arial, sans-serif;
  text-decoration: none;
  margin: 6px 0;
  padding: 0 6px;
  border-right: 1px solid rgb(103, 148, 124);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  display: block;
}

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

.topnav li.last {
  padding: 0 10px 0 5px;
}

.topnav li span {
  border: none;
}

.topnav form {
  margin-top: -2px;
}

.topnav form input[type="text"] {
  min-width: 18ch;
}

td.gsc-input {
  padding-right: 0 !important;
}

.gsc-search-button-v2 {
  background: #9c8943 !important;
}

/* Main Navigation
----------------------------------------------- */

.mainnav ul {
  width: 960px;
}

.mainnav li {
  float: left;
  display: inline;
}

.mainnav a {
  color: #99b7a7;
  font: 15px/21px Georgia, serif;
  text-decoration: none;
  margin: 12px 0;
  padding: 0 12px;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  display: block;
  transition: color 0.15s ease;
}

.mainnav a:hover {
  color: #fff;
}

.mainnav li:first-child a {
  padding-left: 0;
}

.mainnav li:last-child a {
  border: none;
}

.about #nav_about a,
.archives #nav_archive a,
.art #nav_art a,
.bibliography #nav_bibly a,
.library #nav_lib a,
.flora #nav_flora a,
.publications #nav_pub a,
.exhibitions #nav_exhib a,
.databases #nav_data a {
  color: #fff;
}

.mainnav a:hover {
}

/* Main Content Styles
----------------------------------------------- */

.contentwrap h2 {
  color: #753535;
  font: 30px/1.2 Georgia, serif;
  margin: 0 100px 25px 30px;
  font-weight: normal;
}

.contentwrap {
}

.contentwrap h3 {
  font-family: georgia, serif;
  color: #00853f;
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 9px;
  font-weight: normal;
}

.contentwrap h3 a {
}

.contentwrap h4 {
  text-transform: uppercase;
  color: #004c24;
  font-size: 12px;
  margin: 0 0 6px;
  font-weight: bold;
}

.secondary > *:first-child {
  margin-top: 0;
}

.secondary > .divider:first-child {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}

.primary > .section:first-child {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}

.guideIntro .contentwrap h4,
.guide .secondary .section h4 {
  color: #00853f;
  font-size: 11px;
  font-weight: normal;
}

.guide .secondary .section h4 {
  font-weight: bold;
}

.contentwrap h5 {
  color: #333;
  margin: 0 0 6px;
  font-weight: bold;
}

.contentwrap h6 {
  color: #333;
  margin: 0 0 6px;
  font-weight: normal;
  font-style: italic;
}

.contentwrap p {
  margin: 0 0 15px;
}

.contentwrap ul {
  list-style: disc;
  margin: 0 0 15px 30px;
}

.contentwrap ol {
  list-style: decimal;
  margin: 0 0 15px 30px;
}

.contentwrap li {
  margin: 0 0 9px;
}

.maincontent .section {
  padding: 12px 0 6px;
  margin: 0;
}

.home .section {
  background: url(../images/bg-maincontent.jpg) 660px 9px repeat-y #fff;
  margin-bottom: 40px;
}

.home .maincontent p {
  font: 18px/1.6 Georgia, sans-serif;
}

.home .maincontent p a {
  font-style: italic;
}

.divider {
  border-top: 1px dotted #c6ba8e;
  margin-top: 20px;
  padding-top: 15px;
}

.divider.clickbox:hover {
  border-color: #8c761c;
}

.archives-listing {
  border-top: solid 1px #e9e7d3;
  margin-top: 9px;
  padding-top: 9px;
}

.guide .divider {
  border-top-style: solid;
}

.summary {
}

.summary h3 {
}

.summary img {
  width: 150px;
  margin: 0 0 10px 10px;
  float: right;
  display: inline;
}

ul.summarylinks {
  margin: 0;
  list-style: none;
}

.summarylinks li {
}

.summarylinks li a {
}

.summarylinks li a:hover {
}

.map {
}

.map iframe {
  border: 3px solid #eeecdd;
}

.map p {
  font-size: 12px;
  margin: 12px 0 0;
}

.intro {
  margin-top: 10px;
  position: relative;
}

.message {
  width: 480px;
  margin: 0 0 0 50px;
  float: left;
  display: inline;
}

.message h2 {
  color: #8c761c;
  font: 44px/1.2 Georgia, Times, serif;
  font-weight: normal;
  margin: 40px 0 6px;
}

.message h3 {
  color: #8c761c;
  font: 20px/1.2 Georiga, Times, serif;
  font-style: italic;
  font-weight: normal;
  margin: 0;
}

a.enter {
  background: url(../images/btn-enter.png) 0 0 no-repeat;
  width: 290px;
  height: 0;
  margin: 25px 0 0;
  padding-top: 48px;
  overflow: hidden;
  display: block;
}

a.enter:hover {
  background-position: 0 -48px;
}

.poster {
  width: 420px;
  position: absolute;
  top: 0;
  right: 30px;
}

.poster img {
  width: 420px;
  height: auto;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.2);
}

.guideImg {
  width: 470px;
  height: auto;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.2);
}

.meta {
  margin: 0 0 30px;
  padding: 30px 0 10px;
  border-top: 1px solid #e2ddc6;
  border-bottom: 1px solid #e2ddc6;
}

.meta ul {
  list-style: none;
  margin: 0 0 12px;
}

.meta li {
  font: 16px/1.3 Georgia, Times, serif !important;
  width: 140px;
  margin: 0 20px 5px 0;
  float: left;
  display: inline;
}

.meta li h4 {
  font-family: Arial, sans-serif;
  font-size: 12px !important;
  font-weight: bold !important;
  color: #8c761c;
  margin-bottom: 3px;
}

.meta p {
  font: 13px/1.1 Georgia, Times, serif !important;
  margin: 0 0 15px;
}

a.viewImages {
  background: url(../images/btn-view-images.png) 0 0 no-repeat;
  width: 175px;
  height: 0;
  margin: 0 0 15px;
  padding-top: 40px;
  overflow: hidden;
  display: block;
}

a.viewImages:hover {
  background-position: 0 -40px;
}

/* Sidebar Styles
----------------------------------------------- */

.sidebar h3 {
  color: #8c761c;
  font: 30px/1.2 Georgia, sans-serif;
  margin: 0 20px 20px 30px;
}

.sidebar h3 a {
  color: #8c761c;
  text-decoration: none;
  display: block;
}

.sidebar h3 a:hover {
  color: #75651c;
}

.home .sidebar h3 {
  color: #753535;
  font: 15px/1 Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 20px;
}

.home .sidebar ul {
  list-style: none;
  margin: 0;
}

.home .sidebar li {
  margin: 0 0 15px;
}

.home .sidebar a {
  color: #004c24;
  text-decoration: underline;
}

.home .sidebar a:hover {
}

.secondary .section {
  margin-bottom: 20px;
}

.selectedWorks {
  margin: 0 0 30px;
}

.selectedWorks h4 {
  margin: 0;
  font-family: Georgia, serif;
  text-transform: none;
  font-size: 18px;
  font-weight: normal;
  font-style: italic;
  color: #753535;
}

.featuredArtwork .image {
  margin-bottom: 2px;
}

.featuredArtwork .image a {
  display: block;
}

.featuredArtwork .image img {
  display: block;
}

.featuredArtwork .image a:hover img {
  opacity: 0.9;
}

.featuredArtwork .caption {
  background: #e0eae5;
  padding: 9px 9px 1px;
}

.featuredArtwork p {
  color: #004c24;
  font-size: 10px;
  line-height: 13px;
  margin-bottom: 9px;
}

.selectedWorks ul {
  list-style: none;
  margin: 0;
}

.selectedWorks li {
  margin: 0 6px 6px 0;
  float: left;
  display: inline;
}

.selectedWorks li img {
  width: auto;
  height: 60px;
  border: 1px solid #e2ddc6;
  -webkit-transition: border 0.2s ease;
}

.selectedWorks li a:hover img {
  border-color: #c6ba8e;
}

.selectedWorks_alt {
  margin: 60px 0 30px;
}

.selectedWorks_alt h4 {
  margin: 0;
  font-family: Georgia, serif;
  text-transform: none;
  font-size: 18px;
  font-weight: normal;
  font-style: italic;
  color: #753535;
}

.selectedWorks_alt p {
  border-bottom: solid 1px #e2ddc6;
  padding-bottom: 9px;
  margin-bottom: 12px;
  font-size: 10px;
  text-transform: uppercase;
}

.selectedWorks_alt ul {
  list-style: none;
  margin: 0;
}

.selectedWorks_alt li {
  margin-bottom: 12px;
}

.selectedWorks_alt li a {
  text-decoration: none;
}

.selectedWorks_alt li img {
  display: block;
  max-width: 198px;
  height: auto;
  border: solid 1px #e2ddc6;
  opacity: 0.8;
}

.selectedWorks_alt li a:hover img {
  border-color: #c6ba8e;
  opacity: 1;
}

.searchData,
downloadProgram {
}

.searchData a,
.downloadProgram a {
  background: #753535;
  color: #fff;
  width: 200px;
  height: 0;
  padding-top: 50px;
  display: block;
  overflow: hidden;
  border-radius: 3px;
}

.searchData a {
  background: url(../images/search-database.png) 0 0 no-repeat;
}

.downloadProgram a {
  background-image: url(../images/download-checklist.png);
}

.searchData a,
.downloadProgram a {
  -webkit-transition: opacity 0.2s ease;
  opacity: 0.94;
}

.searchData a:hover,
.downloadProgram a:hover {
  opacity: 1;
}

.guidePaginate {
}

.guidePaginate a.prev,
.guidePaginate a.next {
  background: url(../images/sprite-arrows.png) 0 0 no-repeat;
  width: 39px;
  height: 0;
  padding-top: 31px;
  overflow: hidden;
  float: left;
  display: inline-block;
}

.guidePaginate a.next {
  background-position: -39px 0;
}

.guidePaginate a.prev:hover,
.guidePaginate a.next:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.guidePaginate span {
  background: #e2ddc6;
  color: #8c761c;
  font: 16px/1 Georgia, Times, serif;
  font-style: italic;
  padding: 7px 12px 8px;
  float: left;
  display: inline-block;
}

/* Subnav Styles
----------------------------------------------- */

.subnav {
  width: 200px;
}

ul.subnav {
  width: 200px;
  margin: 0 20px 0 30px;
  list-style: inside none;
  border-bottom: 1px dotted #c6ba8e;
}

.guide ul.subnav {
  margin-top: 53px;
  margin-bottom: 50px;
  border: none;
}

.subnav li {
  margin: 0;
}

.subnav li ul {
  margin: 0 0 8px 9px;
  list-style: none;
  border: none;
}

.subnav li ul li {
}

.subnav li ul li a {
  color: #555;
  font-size: 11px;
  line-height: 1.3;
  padding: 3px 0;
  border: none;
}

.subnav li ul li a:hover {
  color: #000;
  text-decoration: underline;
}

.subnav li ul li.current a {
  color: #000;
}

.subnav li a {
  color: #00853f;
  font: 14px/1.4 Georgia, sans-serif;
  text-decoration: none;
  padding: 8px 0;
  border-top: 1px dotted #c6ba8e;
  display: block;
}

.guide .subnav li a {
  border-top: none;
  border-bottom: 1px solid #c6ba8e;
}

.subnav li a:hover {
  color: #004c24;
}

.subnav li a.current,
.subnav li a.current:hover {
  color: #753535;
}

a.returnHunt {
  background: url(../images/btn-return-hunt.png) 0 0 no-repeat;
  width: 200px;
  height: 0;
  margin: 0 20px 0 30px;
  padding-top: 33px;
  overflow: hidden;
  display: block;
}

a.returnHunt:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* Featured
----------------------------------------------- */

.featuredWrap {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.featuredWrap button {
  background: url(../images/sprite-btn-featured.png) 0 0 no-repeat;
  width: 36px;
  height: 0;
  padding: 44px 0 0;
  border: none;
  position: absolute;
  top: 180px;
  z-index: 9999;
}

.featuredWrap button.next {
  right: -32px;
}

.featuredWrap button.prev {
  background-position: 0 -44px;
  left: -32px;
}

.featuredWrap button:hover {
  cursor: pointer;
  opacity: 0.85;
  filter: alpha(opacity=85);
}

.featured {
  background: url(../images/bg-featured.jpg) 0 0 no-repeat !important;
  width: 1020px !important;
  margin: 0 auto;
  padding: 30px 0;
  clear: both;
  z-index: 1000;
}

.featured ul {
  margin: 0;
  list-style: none;
}

.featured li {
  text-align: left;
  width: 300px;
  padding: 0 20px 25px;
  float: left;
  display: inline;
}

.featured li img {
  width: 300px;
  height: 150px;
  margin-bottom: 10px;
  border: 1px solid rgba(0, 0, 0, 3);
  box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.2);
  transition: all 0.15s ease;
}

.featured li h4 {
  color: #004c24;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 0 10px;
  text-transform: none;
}

.featured li p {
  color: #555;
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 10px;
}

.featured li a.more {
  background: url(../images/ico-arrow.jpg) left 3px no-repeat;
  line-height: 30px;
  padding-left: 30px;
  display: block;
}

.featured li:hover img {
  box-shadow: 3px 4px 6px rgba(0, 0, 0, 0.3);
}

/* Online Collections
----------------------------------------------- */

.archiveSearch {
  margin-bottom: 15px;
}

.archiveSearch input[type="text"] {
  background: #fff;
  font: 14px/1 Arial, sans-serif;
  width: 100%;
  padding: 5px 5px 6px;
  border: 1px solid #a6a6a6;
}

.filter {
}

.filter ul {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}

.filter ul li {
  float: left;
  margin: 0;
  padding: 0;
  width: 16.66666%;
}

.filter a {
  display: block;
  text-decoration: none;
  text-align: center;
  font-family: Georgia, serif;
  font-size: 21px;
  line-height: 30px;
  background: #eee;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  -webkit-transition: 0.2s;
}

.filter a.full:hover {
  background-color: green;
  color: #fff;
}

.filter a.empty {
  opacity: 0.4;
  filter: alpha(opacity=40);
}

.filter a {
}

.filter a:hover {
}

.alphaLetter {
  margin-top: 30px;
  font-weight: bold;
  color: #753535;
}

.maincontent .alphaLetter:first-of-type {
  margin-top: 0;
}

ul.collections {
  margin: 0;
  list-style: none;
}

.collections li {
  border-bottom: solid 1px #e2dec5;
  padding: 12px 9px;
  margin: 0;
}

.collections h4 {
  margin-bottom: 6px;
}

.collections li h4 a {
}

.collections li h4 a:hover {
}

.collections p:last-child {
  margin-bottom: 0;
}

ol.collections {
  margin: 0 0 0 18px;
}

/* News
----------------------------------------------- */

ul.news-listing {
  margin: 0;
  list-style: none;
}

ul.news-listing li {
  margin-bottom: 12px;
}

ul.news-listing li h3,
ul.news-listing li h3 a {
  font: 13px/1.5 Arial, Helvetica, sans-serif;
  margin-bottom: 3px;
}

.news .primary h3 {
  margin-bottom: 3px;
}

.news-boiler {
}

.news-boiler p {
  color: #898989;
  font-size: 12px;
  margin-bottom: 12px;
}

.relatedFiles {
  background: #e0eae5;
  margin-top: 21px;
  padding: 15px;
}

.relatedFiles ul {
  margin: 0;
  list-style: none;
}

.relatedFiles li {
  margin-bottom: 9px;
}

.relatedFiles li:last-child {
  margin-bottom: 0;
}

.pagination {
  margin-top: 25px;
}

.pagination span {
  display: inline;
}

.pagination span {
  background: #e0eae5;
  color: #004c24;
  margin: 0 6px 0 0;
  padding: 9px 12px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.pagination a {
  color: #004c24;
  text-decoration: none;
}

.pagination a:hover span {
  background: #aed3c0;
}

blockquote {
  padding: 0 3%;
  color: #777;
}

.maincontent table {
  width: 100%;
  margin: 0 0 21px;
}

.maincontent table tr {
  border-bottom: solid 1px #dedede;
}

.maincontent table td {
  padding: 4px 8px 4px 0;
}

.search .maincontent table {
  width: auto;
  border: none;
  margin: 0;
}

.search .maincontent table tr {
  border: none;
}

.search .maincontent table td {
  padding: 0;
}

/* Footer
----------------------------------------------- */

.social-icons {
  margin-bottom: 10px;
}

.social-icons a {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-color: #0c6f32;
  border-radius: 50%;
  transition: background-color 0.15s ease;
}

.social-icons a img {
  display: block;
  width: 32px;
  height: 32px;
  transition: opacity 0.15s ease;
}

.social-icons a:hover {
  background-color: #054b26;
}

.social-icons a:hover img {
  opacity: 1;
}

.footer .social-icons a {
  background-color: rgba(255, 255, 255, 0.2);
}

.footer .social-icons a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.footer p {
  color: #fff;
  font: 12px/1.3 Arial, sans-serif;
  margin: 0;
}

.footer a,
.footer a:visited {
  color: #fff;
  text-decoration: none;
}

.footer .copyright a {
  margin-left: 0.5em;
  padding-left: 0.75em;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.footer .copyright a:hover {
  color: #e5e0cb;
}

.footer .footer-support-btn {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

.footer .footer-support-btn img {
  box-shadow: 3px 5px 6px rgba(0, 0, 0, 0.3);
  transition: box-shadow 0.15s ease;
}

.footer .footer-support-btn:hover img {
  box-shadow: 4px 6px 10px rgba(0, 0, 0, 0.5);
}

/* Clear Fix
----------------------------------------------- */

.group:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/*
img[src*="mizrahidev"], a[href*="mizrahidev"] {
	border: solid 2px orange;
	color: red !important;
	background: black !important;
	}
*/
