@charset "UTF-8";
/* base.scss */
/*
Theme Name: Open Parks Network
Theme URI: http://www.openparksnetwork.org/
Description: Custom Wordpress theme built for Open Parks Network.
Version: 1.0
Author: Mathew Smith
Author URI: http://www.jacksonmg.com/
Tags: black, gray, white, full-width
*/
/* variables.scss */
/* was 768px; */
html {
  min-height: 100%; }

body, html {
  height: 100%; }

/* fonts.scss */
@font-face {
  font-family: 'light';
  src: url("resources/fonts/Roboto-Light-webfont.eot");
  src: url("resources/fonts/Roboto-Light-webfont-.eot#iefix") format("embedded-opentype"), url("resources/fonts/Roboto-Light-webfont.woff2") format("woff2"), url("resources/fonts/Roboto-Light-webfont.woff") format("woff"), url("resources/fonts/Roboto-Light-webfont.ttf") format("truetype"), url("resources/fonts/Roboto-Light-webfont.svg.html#din_lightregular") format("svg"); }
/*
@font-face {
  font-family: 'header_light';
  src: url("resources/fonts/Roboto-Light-webfont.eot");
  src: url("resources/fonts/Roboto-Light-webfont-.eot#iefix") format("embedded-opentype"), 
       url("resources/fonts/Roboto-Light-webfont.woff2") format("woff2"), 
       url("resources/fonts/Roboto-Light-webfont.woff") format("woff"), 
       url("resources/fonts/Roboto-Light-webfont.ttf") format("truetype"), 
       url("resources/fonts/Roboto-Light-webfont.svg.html#din_lightregular") format("svg"); }
*/
@font-face {
  font-family: 'regular';
  src: url("resources/fonts/Roboto-Regular-webfont.eot");
  src: url("resources/fonts/Roboto-Regular-webfont-.eot#iefix") format("embedded-opentype"), url("resources/fonts/Roboto-Regular-webfont.woff2") format("woff2"), url("resources/fonts/Roboto-Regular-webfont.woff") format("woff"), url("resources/fonts/Roboto-Regular-webfont.ttf") format("truetype"), url("resources/fonts/Roboto-Regular-webfont.svg.html#dinregular") format("svg"); }
/*
@font-face {
  font-family: 'header_regular';
  src: url("resources/fonts/Roboto-Regular-webfont.eot");
  src: url("resources/fonts/Roboto-Regular-webfont-.eot#iefix") format("embedded-opentype"), 
       url("resources/fonts/Roboto-Regular-webfont.woff2") format("woff2"), 
       url("resources/fonts/Roboto-Regular-webfont.woff") format("woff"), 
       url("resources/fonts/Roboto-Regular-webfont.ttf") format("truetype"), 
       url("resources/fonts/Roboto-Regular-webfont.svg.html#dinregular") format("svg"); }
*/
@font-face {
  font-family: 'medium';
  src: url("resources/fonts/Roboto-Medium-webfont.eot");
  src: url("resources/fonts/Roboto-Medium-webfont-.eot#iefix") format("embedded-opentype"), url("resources/fonts/Roboto-Medium-webfont.woff2") format("woff2"), url("resources/fonts/Roboto-Medium-webfont.woff") format("woff"), url("resources/fonts/Roboto-Medium-webfont.ttf") format("truetype"), url("resources/fonts/Roboto-Medium-webfont.svg.html#din_mediumregular") format("svg"); }
@font-face {
  font-family: 'bold';
  src: url("resources/fonts/Roboto-Bold-webfont.eot");
  src: url("resources/fonts/Roboto-Bold-webfont-.eot#iefix") format("embedded-opentype"), url("resources/fonts/Roboto-Bold-webfont.woff2") format("woff2"), url("resources/fonts/Roboto-Bold-webfont.woff") format("woff"), url("resources/fonts/Roboto-Bold-webfont.ttf") format("truetype"), url("resources/fonts/Roboto-Bold-webfont.svg.html#dinbold") format("svg"); }
/*
@font-face {
  font-family: 'header_bold';
  src: url("resources/fonts/Roboto-Bold-webfont.eot");
  src: url("resources/fonts/Roboto-Bold-webfont-.eot#iefix") format("embedded-opentype"), 
       url("resources/fonts/Roboto-Bold-webfont.woff2") format("woff2"), 
       url("resources/fonts/Roboto-Bold-webfont.woff") format("woff"), 
       url("resources/fonts/Roboto-Bold-webfont.ttf") format("truetype"), 
       url("resources/fonts/Roboto-Bold-webfont.svg.html#dinbold") format("svg"); }
*/
/* end fonts.css */
/* vendor/_slick.scss */
.slick-slide {
  margin: 0 10px 0 0; }

.slick-prev {
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(images/slider_arrow_prev.png);
  left: 0;
  -webkit-border-radius: 0 10px 10px 0;
  border-radius: 0 10px 10px 0; }

.slick-next {
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(images/slider_arrow_next.png);
  right: 0;
  -webkit-border-radius: 10px 0 0 10px;
  border-radius: 10px 0 0 10px; }

.slick-prev::before, .slick-next::before {
  display: none; }

.slick-next, .slick-prev {
  top: 0;
  width: 60px;
  height: 30%;
  margin-top: 90px;
  background-color: rgba(0, 0, 0, 0.5); }

.slick-prev:hover {
  background-color: rgba(0, 0, 0, 0.7);
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(images/slider_arrow_prev.png); }

.slick-next:hover {
  background-color: rgba(0, 0, 0, 0.7);
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(images/slider_arrow_next.png); }

.slick-disabled {
  display: none !important; }

.slick-title-location, .slick-slide span {
  font-size: .5em;
  font-style: italic;
  display: block; }

/* end vendor/_slick.scss */
.input-group-btn {
  background-color: #999999; }

/* header.scss */
header .nav {
  z-index: 3; }

header .navbar-inverse {
  background-color: black; }

header .navbar-toggle {
  margin-top: 17px;
  margin-bottom: 17px; }

header .navbar-header a.search {
  padding-top: 22px;
  padding-bottom: 25px;
  padding-right: 15px; }

header .navbar-brand {
  height: 68px;
  padding-top: 18px;
  padding-bottom: 15px; }

header .navbar-brand .large-logo {
  display: none;
  height: 35px;
  /* added 2/3/16 when I bumped up the dimensions of the logo */ }
  @media (min-width: 1000px) {
    header .navbar-brand .large-logo {
      display: inline; } }

header .navbar-brand .small-logo {
  height: 35px;
  /* added 2/3/16 when I bumped up the dimensions of the logo */ }
  @media (min-width: 1000px) {
    header .navbar-brand .small-logo {
      display: none; } }

header .navbar-nav {
  margin: 0px -15px; }

.sidebar a {
  color: #333; }

.sidebar a:hover {
  color: #666; }

header .navbar-nav > li {
  background-color: #48484a;
  border-top: 1px solid white;
  font-size: 24px;
  text-align: center; }
  @media (min-width: 1000px) {
    header .navbar-nav > li {
      text-align: left;
      border: none;
      background-color: black;
      font-size: 1em; } }

header .navbar-nav > li > a, header .navbar-inverse .navbar-nav > li > a {
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 1.4em;
  color: white; }

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
  background-color: #000;
  color: #FFF;
  transition: background-color 0.45s ease; }

/*
.navbar-inverse .navbar-nav>li > a:focus, .navbar-inverse .navbar-nav>li > a:hover {
	color: black;
}
*/
header .navbar-nav > li > a:hover {
  color: #ddd; }

header .navbar-nav > li > a.search {
  padding-top: 22px;
  padding-bottom: 25px; }

header .navbar-nav > li > a.my-opn {
  font-size: 0.85em;
  background-position: center 15px;
  background-repeat: no-repeat;
  background-image: url(../images/header_my_icon.png);
  padding-top: 41px;
  padding-bottom: 7px; }

header .navbar-nav > li > ul.dropdown-menu {
  background-color: white; }

/* @media (max-width: 767px) { */
@media (max-width: 999px) {
  .dropdown-menu {
    font-size: 20px; }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: black; }

  .navbar-nav .open .dropdown-menu {
    background-color: white;
    text-align: center;
    position: relative; } }
@media (min-width: 1000px) {
  header .navbar-inverse .navbar-collapse {
    background-color: transparent; } }
.navbar-nav > li > .dropdown-menu {
  padding: 15px 5px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 0; }

.dropdown-menu > .active > a {
  background-color: #88944a;
  color: white; }

.dropdown-menu > .active > a:hover {
  background-color: #9caa55;
  color: white; }

.dropdown-menu > .active > a:visited {
  color: white; }

.navbar-nav > li > .dropdown-menu:before {
  content: ' ';
  display: block;
  position: absolute;
  top: -5px;
  left: calc(50% - 5px);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid rgba(255, 255, 255, 0.9); }

@media (min-width: 1000px) {
  .navbar-nav > li > .dropdown-menu:before {
    left: initial;
    right: 30px; } }
.navbar-nav > li > ul.dropdown-menu.open {
  display: block;
  position: relative;
  top: initial;
  float: none;
  background-color: white;
  text-align: center;
  border: none; }

header .search-button {
  float: right;
  margin-left: 15px;
  padding-left: 15px;
  padding-top: 22px;
  padding-bottom: 26px;
  position: relative; }

header .search-box {
  position: fixed;
  top: -36px;
  z-index: 1020;
  background-color: rgba(255, 255, 255, 0.9);
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 100%; }

header .search-button.open:before {
  content: ' ';
  display: block;
  position: absolute;
  bottom: -1px;
  left: 17px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid white; }

@media (min-width: 1000px) {
  header .search-button.open:before {
    right: 6px; } }
header .search-box .input-group {
  border: 1px solid #999999;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

@media (min-width: 768px) {
  header .search-box .input-group {
    width: 50%; } }
header .search-box .input-group input {
  border-radius: 0px;
  border: none; }

header .search-box .input-group .input-group-btn {
  background: #999999; }

#homeSlideshow .panel-body form.search .input-group .form-control {
  box-sizing: border-box;
  height: 32px; }

.input-group .input-group-browse {
  display: table-cell;
  vertical-align: middle;
  padding-left: 3px; }

.input-group .input-group-browse a {
  outline: 0; }

.input-group .input-group-browse a:link {
  text-decoration: underline;
  color: #88944a; }

.input-group .input-group-browse a:visited {
  text-decoration: underline;
  color: #88944a; }

.input-group .input-group-browse a:hover {
  text-decoration: underline;
  font-style: normal;
  color: #9caa55; }

.input-group .input-group-browse a:active {
  text-decoration: underline;
  font-style: italic;
  color: #88944a; }

.search-results-search-box {
  position: relative;
  z-index: 20;
  background-color: rgba(255, 255, 255, 0.9);
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 100%; }

.search-button input {
  outline: 0; }

.search-results-search-box .input-group .form-control {
  border: 1px solid #999; }

/*
inspired from http://codepen.io/Rowno/pen/Afykb 
*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity; }

.carousel-fade .carousel-inner .active {
  opacity: 1; }

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1; }

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1; }

.carousel-fade .carousel-control {
  z-index: 2; }

/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
now override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next,
  .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  .carousel-fade .carousel-inner > .item.prev,
  .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  .carousel-fade .carousel-inner > .item.next.left,
  .carousel-fade .carousel-inner > .item.prev.right,
  .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
/* for lack of a better place .... */
.sb-logo-group img {
  height: 70px;
  padding-top: 10px;
  vertical-align: middle; }
  @media (min-width: 1000px) {
    .sb-logo-group img {
      padding-top: 18px; } }

.sb-logo-group span {
  vertical-align: middle;
  padding-top: 10px;
  padding-left: 10px; }
  @media (min-width: 1000px) {
    .sb-logo-group span {
      padding-left: 12px; } }

.sb-logo-group a {
  outline: 0; }

.sb-logo-group a:link {
  text-decoration: underline;
  color: #88944a; }

.sb-logo-group a:visited {
  text-decoration: underline;
  color: #88944a; }

.sb-logo-group a:hover {
  text-decoration: underline;
  font-style: normal;
  color: #9caa55; }

.sb-logo-group a:active {
  text-decoration: underline;
  font-style: italic;
  color: #88944a; }

/*  
header .navbar-inverse .navbar-collapse {
	background-color: white;
	@media (min-width: $tablet-breakpoint) {
		background-color: transparent;
	}
}
*/
#opnimageshield {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 998;
  height: 100%;
  width: 100%;
  opacity: 0.1;
  background-color: #ffffff; }

/*
#menu-primary-navigation > li:first-child a
{
	color:#88944a;
}
#menu-primary-navigation > li:first-child a:hover
{
	color: #9caa55;
}
#menu-primary-navigation > li:first-child a:active
{
	color:#88944a;
}
*/
.preview-mode-block {
  width: 100%; }

.aq-message {
  color: yellow; }

a.aq-commit-link:link {
  color: green; }

a.aq-commit-link:visited {
  color: green !important; }

a.aq-commit-link:hover {
  color: #66ff66 !important; }

a.aq-commit-link:active {
  color: green !important; }

a.aq-rollback-link:link {
  color: red !important; }

a.aq-rollback-link:visited {
  color: red !important; }

a.aq-rollback-link:hover {
  color: #ff6666 !important; }

a.aq-rollback-link:active {
  color: red !important; }

/* end header.scss */
/* footer.scss */
footer {
  background-color: #48484a;
  padding-top: 30px;
  padding-bottom: 30px;
  text-transform: uppercase; }

footer .links {
  margin-bottom: 50px; }

footer .links li {
  font-size: 0.9em;
  margin-left: 5px;
  margin-right: 5px; }

footer .links li a:hover {
  color: #88944a; }

footer .social {
  margin-bottom: 50px; }

footer .social li {
  margin-left: 10px;
  margin-right: 10px; }

footer .social li.facebook a {
  display: block;
  background-repeat: no-repeat;
  background-image: url(images/social_facebook.png);
  height: 40px;
  width: 40px;
  text-indent: -9999px; }

footer .social li.facebook a:hover {
  background-repeat: no-repeat; }

footer .social li.twitter a {
  display: block;
  background-repeat: no-repeat;
  background-image: url(images/social_twitter.png);
  height: 40px;
  width: 40px;
  text-indent: -9999px; }

footer .social li.twitter a:hover {
  background-repeat: no-repeat; }

footer .social li.tumblr a {
  display: block;
  background-repeat: no-repeat;
  background-image: url(images/social_tumblr.png);
  height: 40px;
  width: 40px;
  text-indent: -9999px; }

footer .social li.tumblr a:hover {
  background-repeat: no-repeat; }

footer .social li.google a {
  display: block;
  background-repeat: no-repeat;
  background-image: url(images/social_google.png);
  height: 40px;
  width: 40px;
  text-indent: -9999px; }

footer .opncopyright {
  color: white; }

footer .social li.google a:hover {
  background-repeat: no-repeat; }

footer p {
  font-size: 0.8em; }

/* end footer.scss */
/* slider.scss */
#homeSlideshow {
  position: relative;
  height: 100%; }

#homeSlideshow .carousel-indicators li {
  margin-left: 4px;
  margin-right: 4px; }

#homeSlideshow .gradient-fill {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,000000+100&amp;0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(30, 87, 153, 0) 0%, black 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(30, 87, 153, 0)), color-stop(100%, black));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0) 0%, black 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(30, 87, 153, 0) 0%, black 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(30, 87, 153, 0) 0%, black 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, black 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
  width: 100%;
  height: 700px;
  position: absolute;
  bottom: 0px;
  left: 0; }

.hero-image .gradient-fill {
  background: -moz-linear-gradient(top, rgba(30, 87, 153, 0) 0%, black 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(30, 87, 153, 0)), color-stop(100%, black));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0) 0%, black 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(30, 87, 153, 0) 0%, black 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(30, 87, 153, 0) 0%, black 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, black 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
  width: 100%;
  height: 75%;
  position: absolute;
  bottom: 0;
  left: 0; }

#homeSlideshow .carousel, #homeSlideshow .carousel .carousel-inner, #homeSlideshow .carousel .carousel-inner .item {
  height: 100%; }

#homeSlideshow .fill {
  min-height: 640px;
  height: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /* default to phones */ }

#homeSlideshow .carousel-caption {
  text-align: left;
  width: 100%;
  right: auto;
  left: auto;
  bottom: 40px; }

#homeSlideshow .carousel-caption a.btn {
  float: right; }

#homeSlideshow .carousel-caption h3 {
  font-family: 'bold', sans-serif;
  font-size: 1.2em;
  line-height: 1.2em;
  text-transform: uppercase;
  margin-top: 0; }
  @media (min-width: 1000px) {
    #homeSlideshow .carousel-caption h3 {
      font-size: 1.3em; } }

#homeSlideshow .carousel-caption p a:link {
  text-decoration: underline;
  color: #88944a; }

#homeSlideshow .carousel-caption p a:visited {
  text-decoration: underline;
  color: #88944a; }

#homeSlideshow .carousel-caption p a:hover {
  text-decoration: underline;
  font-style: normal;
  font-weight: bold;
  color: #88944a; }

#homeSlideshow .carousel-caption p a:active {
  text-decoration: underline;
  font-style: italic;
  color: #88944a; }

#homeSlideshow .carousel-caption p {
  font-size: 1em; }
  @media (min-width: 1000px) {
    #homeSlideshow .carousel-caption p {
      font-size: 1.3em; } }

#homeSlideshow .panel {
  border-radius: 0;
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0.7);
  left: 15px;
  right: 15px;
  top: 18%;
  position: absolute;
  display: none;
  z-index: 1; }
  @media (min-width: 1000px) {
    #homeSlideshow .panel {
      display: block;
      width: 50%;
      left: auto;
      right: 30px;
      top: 30%; } }

#homeSlideshow .panel-body {
  padding: 10px; }
  @media (min-width: 1000px) {
    #homeSlideshow .panel-body {
      padding: 18px; } }

#homeSlideshow .panel-body h2 {
  font-family: 'light', sans-serif;
  font-size: 2em;
  text-transform: uppercase;
  margin-top: 0; }
  @media (min-width: 1000px) {
    #homeSlideshow .panel-body h2 {
      font-size: 2em; } }

#homeSlideshow .panel-body .searchbox-subtext a:link {
  text-decoration: underline;
  color: #88944a; }

#homeSlideshow .panel-body .searchbox-subtext a:visited {
  text-decoration: underline;
  color: #88944a; }

#homeSlideshow .panel-body .searchbox-subtext a:hover {
  text-decoration: underline;
  font-style: normal;
  font-weight: bold;
  color: #88944a; }

#homeSlideshow .panel-body .searchbox-subtext a:active {
  text-decoration: underline;
  font-style: italic;
  color: #88944a; }

#homeSlideshow .panel-body p {
  font-family: 'regular', sans-serif;
  font-size: 1.1em; }
  @media (min-width: 1000px) {
    #homeSlideshow .panel-body p {
      font-size: 1.3em; } }

#homeSlideshow .panel-body .search {
  margin-top: 20px; }

/* the following sets the width of the text box area in the floating search box. */
#homeSlideshow .panel-body .search .input-group {
  width: 90%; }

#homeSlideshow .panel-body .form-control, #homeSlideshow .panel-body .btn {
  border-radius: 0;
  border: none;
  height: auto; }

#homeSlideshow .panel-body .btn {
  background-color: #999;
  color: white; }

/* end slider.scss */
/* content.scss */
body {
  color: white;
  background-color: black;
  font-family: 'regular', sans-serif; }

a {
  color: white; }

a:hover {
  color: white;
  text-decoration: none; }

/****** the following take advantage of support built into WordPress for image alignment ***********/
img.alignright {
  float: right;
  margin: 0 0 1.5em 1.5em; }

img.alignleft {
  float: left;
  margin: 0 1.5em 1.5em 0; }

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.alignright {
  margin-left: 1.5em;
  padding: 4px;
  float: right; }

.alignleft {
  margin-right: 1.5em;
  padding: 4px;
  float: left; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

/****** end WordPress image alignment support **************/
/****** this deals with bullets in wrapping text overlapping images ****/
ul {
  list-style: outside disc;
  margin-left: 1em; }

ul li {
  position: relative;
  /*left: 1em;*/
  padding-right: 1em; }

/****** end bullets overlapping ******/
/****** these are additional CSS definitions for images to specify in Advanced Options for image edits ****/
.opnImagePadding {
  padding: 3px; }

.opnImageBorder {
  border: solid #e5e5e5 1px; }

/****** end additional CSS for Options ************/
/**** featured items list in sidebar.  custom flexible posts widget plugin theme ****/
.basic-sidebar {
  margin-left: 2.5em; }

.opn-featured-list {
  list-style-type: none;
  list-style-position: inside;
  margin: 8px 0px 2px 0px;
  padding-left: 0px; }

.opn-featured-listitem-image {
  padding: 5px;
  border: solid #e5e5e5 1px; }

.opn-featured-listitem-title {
  font-size: 14px; }

/**** end featured items list ****/
.page_item a, .page_item a:link, .page_item a:visited {
  font-size: 1em;
  line-height: 20px;
  /*1.3em;*/
  font-family: 'regular', sans-serif;
  text-decoration: none;
  color: #88944a; }

.page_item a:hover {
  text-decoration: underline;
  color: #9caa55; }

.opn-cattopspacer {
  margin-top: 20px; }

.opn-catlist-item a, .opn-catlist-item a:link, .opn-catlist-item a:visited {
  font-size: 18px;
  line-height: 1.3em;
  font-family: 'bold', sans-serif;
  text-decoration: none;
  color: #88944a; }

.opn-catlist-item a:hover {
  text-decoration: underline;
  color: #9caa55; }

.opn-catheader {
  margin-left: 8px; }

.white-bg {
  background-color: white;
  color: #363636; }

.white-bg .list-pages-shortcode {
  font-size: 18px; }

.white-bg a {
  color: #88944a; }

.white-bg a:hover {
  color: #9caa55;
  text-decoration: none; }

@media (min-width: 1000px) {
  .page-content {
    padding: 40px 0px; } }

@media (min-width: 1000px) {
  .text-sm-right {
    text-align: right; }

  .container-fluid {
    padding-right: 30px;
    padding-left: 30px; } }
.mobilealt {
  display: none;
  padding-left: 15px; }

@media (max-width: 1000px) {
  .scrolly {
    display: none; }

  .mobilealt {
    display: table; } }
div.row.collection .col-md-12 {
  float: left; }

/* end content.scss */
/* _buttons.scss */
.btn-opn-base {
  background-color: #88944a;
  display: block;
  padding: 5%;
  width: 100%;
  border: 0px;
  color: white;
  font-weight: 700;
  font-size: .90em;
  white-space: nowrap;
  min-width: 113px;
  min-height: 3em; }

.btn-opn-base:hover {
  background-color: #9caa55;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7); }

.btn-opn-fixed-small {
  min-height: 1em;
  min-width: 100px;
  max-width: 100px;
  padding: 2px; }

.btn-opn-inline {
  display: inline-block;
  margin-left: 2px;
  margin-right: 2px; }

.btn-opn-first {
  margin-bottom: 3px; }

.btn-opn-center {
  margin-left: auto;
  margin-right: auto; }

.btn-default {
  padding-right: 27px;
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-image: url(images/btn_arrow_sm.png);
  border: 1px solid white;
  background-color: transparent;
  border-radius: 0;
  color: white;
  font-size: 1.2em;
  text-transform: uppercase; }

.btn-default.btn-lg {
  padding-right: 50px;
  padding-left: 24px;
  background-position: right 20px center;
  background-image: url(images/btn_arrow.png);
  border-width: 2px;
  font-family: 'bold', sans-serif; }

.btn-down {
  padding-right: 27px;
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-image: url("images/btn_arrow_down_sm.png");
  border: 1px solid white;
  background-color: transparent;
  border-radius: 0;
  color: white;
  font-size: 1.2em;
  text-transform: uppercase; }

.btn-down.btn-down-lg {
  padding-right: 50px;
  padding-left: 24px;
  background-position: right 20px center;
  background-image: url("images/btn_arrow_down.png");
  border-width: 2px;
  font-family: 'bold', sans-serif; }

.btn-default:hover {
  background-color: transparent;
  color: #d4d4d4;
  border-color: #d4d4d4; }

/* end buttons.scss */
/* hero.scss */
.hero-image {
  position: relative;
  padding-top: 100px;
  padding-bottom: 40px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(images/home_slideshow_photo1.jpg);
  background-size: cover;
  color: white; }

.hero-image .search .form-control {
  border-radius: 0;
  border: none;
  height: auto; }

.hero-image h2 {
  text-transform: uppercase; }

/* end hero.scss */
/* _home.scss */
#homeCollections .nps {
  padding-top: 50px;
  padding-bottom: 60px; }

#homeCollections .nps .logo, #homeCollections .nps .text {
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
  padding-right: 15px; }

#homeCollections .nps p {
  font-size: 1em; }

#homeCollections .title {
  margin-bottom: 20px; }

#homeCollections h3 {
  font-family: 'bold', sans-serif;
  font-size: 2.8em;
  text-transform: uppercase;
  color: #88944a;
  margin-top: 0; }

#homeCollections .collection {
  margin-bottom: 50px; }

#homeCollections .slide {
  background-color: white;
  display: block;
  width: 215px; }

#homeCollections .slide:hover {
  text-decoration: none; }

#homeCollections .slide img {
  width: 100%;
  height: auto; }

#homeCollections .slide h4 {
  font-family: 'bold', sans-serif;
  font-size: 1.4em;
  line-height: 1.3em;
  color: #363636;
  padding: 14px;
  margin: 0; }

#homeCollections .slide p {
  font-size: 1.1em;
  text-transform: uppercase;
  color: #363636;
  padding: 14px;
  margin: 0; }

#homeCollections .slide:hover h4, #homeCollections .slide:hover p {
  color: #88944a; }

#homeAbout {
  padding-bottom: 60px; }

#homeAbout .box {
  background-color: #222230;
  padding: 40px;
  margin-bottom: 15px; }

#homeAbout h3 {
  font-family: 'regular', sans-serif;
  font-size: 2.8em;
  text-transform: uppercase;
  color: #88944a;
  margin-top: 0; }

#homeAbout p {
  font-family: 'regular', sans-serif;
  font-size: 1.2em;
  color: #999; }

#homeAbout .btn {
  margin-top: 70px; }

#homeSponsors {
  background-color: #939598;
  padding-top: 16px;
  padding-bottom: 30px; }

#homeSponsors h4 {
  font-family: 'regular', sans-serif;
  font-size: 2.1em;
  text-transform: uppercase;
  margin-bottom: 30px; }

@media (max-width: 1000px) {
  #homeCollections h3 {
    font-size: 1.3em; } }
@media (min-width: 1000px) {
  #homeCollections .nps p {
    font-size: 1.3em; }

  #homeAbout p {
    font-size: 1.7em; }

  #homeSponsors h4 {
    margin-bottom: 0;
    color: white; } }
/* end home.scss */
/* results.scss */
#resultsTop {
  padding-top: 100px;
  padding-bottom: 40px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(images/home_slideshow_photo1.jpg);
  background-size: cover; }

#resultsTop .search .form-control {
  border-radius: 0;
  border: none;
  height: auto; }

#resultsTop h2 {
  text-transform: uppercase; }

#resultsListing {
  background-color: white;
  color: #363636; }

#resultsListing a {
  color: #363636; }

#resultsListing .toolbar {
  line-height: 26px; }

#resultsListing .toolbar a {
  line-height: normal; }

#resultsListing .dropdown-menu {
  border-radius: 0; }

#resultsListing .sidebar {
  /* was 28% until date range refinement added */
  width: 32%;
  padding-right: 0px; }

#resultsListing .listing {
  /* was 72% until date range refinement added */
  width: 68%;
  padding-left: 0px;
  padding-top: 39px; }

#resultsListing .sidebar .refine .refine-item {
  padding-right: 3px;
  padding-left: 8px; }

#resultsListing .sidebar .refine .refine-count {
  padding-left: 5px; }

#resultsListing .sidebar .refine {
  /*background-color: #c9cacb;*/
  background-color: white;
  padding: 0px 15px 13px 15px;
  /*padding: 13px 15px;*/
  height: 800px; }

#refineResults {
  position: relative;
  display: inline-block;
  padding-left: 21px;
  width: 100%;
  text-align: center; }

/*
#refineResults:before {
  content: "\f103";
  position: absolute;
  display: inline-block;
  font-family: "fontcustom";
  left:-6px;
  top:-5px;
  font-size:36px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;  
}
*/
#resultsListing .results {
  position: relative; }

#resultsListing .sidebar .btn {
  border-radius: 0;
  background-color: transparent;
  text-transform: lowercase;
  border: 2px solid #fff;
  color: #ffffff; }

#resultsListing .results .view {
  padding-left: 15px;
  padding-right: 15px; }

#resultsListing .refinementsheader {
  margin-top: 10px; }

#resultsListing .panel-group {
  margin-top: 3px;
  height: 636px;
  overflow: auto;
  /*overflow-x:hidden;*/ }

#resultsListing .panel-heading {
  border-radius: 0;
  border: none;
  text-transform: lowercase;
  background-color: white;
  padding-left: 0px;
  padding-bottom: 2px; }

#resultsListing .panel-subheading {
  background-color: white;
  /*#f4e5d7;*/
  padding: 0px 20px;
  text-transform: lowercase; }

#resultsListing .panel-group .panel + .panel {
  margin-top: 0; }

#resultsListing .panel-group .panel {
  border-radius: 0;
  border: none;
  box-shadow: none; }

#resultsListing .panel-body {
  border-top: none;
  padding-left: 8px; }

#resultsListing .form-control {
  border-radius: 0; }

#resultsListing .refine {
  margin-bottom: 15px;
  font-family: 'bold', sans-serif; }

#resultsListing .refine input[type=checkbox] {
  display: none;
  font-family: 'regular', sans-serif; }

#resultsListing .refine label {
  font-family: 'regular', sans-serif; }

#resultsListing .refine input[type=checkbox] + label:before {
  font-family: FontAwesome;
  content: "\f00c";
  /* fontawesome check mark */
  border-radius: 0px;
  border: solid 1px #cccccc;
  font-size: 14px;
  text-align: center;
  line-height: 14px;
  color: white;
  text-shadow: none;
  margin-right: 2px; }

#resultsListing .refine input[type=checkbox]:checked + label:before {
  font-family: FontAwesome;
  content: "\f00c";
  /* fontawesome check mark */
  border-radius: 0px;
  border: solid 1px #cccccc;
  font-size: 14px;
  text-align: center;
  line-height: 14px;
  color: black;
  text-shadow: 1px 1px 1px rbga(0, 0, 0, 0.2);
  margin-right: 2px; }

#resultsListing .refine .glyphicon, #resultsListing .refine .fa {
  padding-right: 3px; }

#resultsListing .pages {
  margin-top: 15px; }
  @media (min-width: 1000px) {
    #resultsListing .pages {
      margin-top: 0; } }

#resultsListing .view {
  margin-bottom: 15px; }

#resultsListing .item {
  /*background-color: #ebebeb;*/
  border-top-width: 2px 0px 0px;
  border-style: solid none none none;
  border-top-color: #DDD;
  border-top-image: none;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 7px;
  padding-top: 7px;
  position: relative;
  font-size: 1.1em; }

#resultsListing .item img {
  width: 100%;
  height: auto; }

#resultsListing a.opnsearchitemlink, a.opnsearchitemlink:link, a.opnsearchitemlink:visited {
  font-size: 1em;
  line-height: 1.3em;
  font-family: 'bold', sans serif;
  text-decoration: none;
  color: #88944a; }

div.results-caption-grid {
  position: absolute;
  bottom: 0px; }

#resultsListing a.opnsearchitemlink:hover {
  text-decoration: underline;
  color: #9caa55; }

#resultsListing a.opnsearchmaplink, a.opnsearchmaplink:link, a.opnsearchmaplink:visited {
  font-size: 1em;
  line-height: 1.3em;
  font-family: 'regular', sans-serif;
  text-decoration: none;
  color: #88944a; }

#resultsListing a.opnsearchmaplink:hover {
  text-decoration: underline;
  color: #9caa55; }

#resultsListing a.opnsearchserieslink, a.opnsearchserieslink:link, a.opnsearchserieslink:visited {
  font-size: 1em;
  line-height: 1.3em;
  font-family: 'regular', sans-serif;
  text-decoration: none;
  color: #88944a; }

#resultsListing a.opnsearchserieslink:hover {
  text-decoration: underline;
  color: #9caa55; }

a.opnsearchserieslink span {
  font-size: 80%; }

#resultsListing .item h3 {
  font-size: 1em;
  line-height: 1.3em;
  font-family: 'bold', sans-serif; }

@media (min-width: 768px) {
  #resultsListing .item h3 {
    font-size: 1em; } }
@media (min-width: 768px) {
  #resultsListing .item {
    font-size: 1.1em; } }
#resultsListing .item p {
  line-height: 1.3em;
  margin-bottom: 20px; }

#resultsListing .item .btn-search-results {
  border: 2px solid #999;
  font-family: 'bold', sans-serif;
  color: #999999;
  font-size: 0.875em;
  position: absolute;
  bottom: 15px;
  right: 140px; }

#resultsListing .grid .item .btn-search-results {
  position: relative;
  bottom: auto;
  right: auto; }

#resultsListing .item .item-results-date {
  width: 21%;
  display: inline-block;
  padding: 5px 0px 5px 0px; }

@media (min-width: 768px) {
  #resultsListing .item .item-results-date {
    padding: 12px 0px 15px 0px; } }
#resultsListing .item .item-results-text {
  padding: 5px 5px 5px 5px;
  width: 60%;
  display: inline-block; }

@media (min-width: 768px) {
  #resultsListing .item .item-results-text {
    padding: 12px 15px; } }
#resultsListing .item .item-results-text h3 {
  margin-top: 0px; }

#resultsListing .item .results-image {
  float: right;
  /*width: 41.5%;*/
  width: 20%; }

@media (min-width: 768px) {
  #resultsListing .item .results-image {
    width: 14.89%; } }
#resultsListing .item-grid {
  border: 1px solid #dddddd;
  padding-left: 3px;
  padding-right: 3px;
  height: 280px;
  max-height: 280px;
  min-height: 280px; }

#resultsListing .item .results-image-grid {
  /*float: right;*/
  /*width: 41.5%;*/
  width: 100%;
  height: 200px;
  overflow: hidden; }

@media (min-width: 768px) {
  #resultsListing .item .results-image-grid {
    width: 100%;
    height: 200px;
    overflow: hidden; } }
#resultsListing .item .results-image-catlist {
  float: left;
  /*width: 41.5%;*/
  width: 15%; }

@media (min-width: 768px) {
  #resultsListing .item .results-image-catlist {
    width: 12.89%; } }
#resultsListing .item .results-image-colllist {
  float: left;
  /*width: 41.5%;*/
  width: 15%; }

@media (min-width: 768px) {
  #resultsListing .item .results-image-colllist {
    width: 7.89%; } }
#resultsListing .item .item-results-text-colllist {
  padding: 5px 5px 5px 5px;
  width: 70%;
  display: inline-block; }

@media (min-width: 768px) {
  #resultsListing .item .item-results-text-colllist {
    padding: 12px 15px; } }
#resultsListing .item .item-results-text h3 {
  margin-top: 0px; }

#resultsListing .item.last {
  margin-bottom: 0; }

#resultsListing .item .btn {
  border-radius: 0;
  background-color: transparent;
  border-color: #999;
  text-transform: uppercase; }

#resultsListing .item .photo {
  padding: 0; }

#resultsListing .item .photo img {
  width: 100%;
  height: auto; }

#resultsListing .searchlistinst {
  font-style: italic;
  font-weight: bold;
  display: block; }

#resultsListing .searchlistlabel {
  font-weight: bold;
  display: inline-block; }

#resultsListing .searchlistdesc {
  padding-top: 8px;
  display: block; }

.dkgray {
  color: #808080; }

/* end resutls.scss */
/* park-detail.scss */
.park-detail {
  padding-top: 50px;
  padding-bottom: 60px; }

.park-detail .title {
  margin-bottom: 20px; }

.park-detail h3 {
  font-family: 'bold', sans-serif;
  font-size: 2.8em;
  text-transform: uppercase;
  color: #88944a;
  margin-top: 0; }

.park-detail .collection {
  margin-bottom: 50px; }

/*
.park-detail .slider {
}
*/
.park-detail .slide {
  background-color: white;
  display: block; }

.park-detail .slide:hover {
  text-decoration: none; }

.park-detail .slide img {
  width: 100%;
  height: auto; }

.park-detail .slide h4 {
  font-family: 'bold', sans-serif;
  font-size: 1.4em;
  line-height: 1.3em;
  color: #363636;
  padding: 14px;
  margin: 0; }

.park-detail .slide p {
  font-size: 1.1em;
  text-transform: uppercase;
  color: #363636;
  padding: 14px;
  margin: 0; }

.park-detail .slide:hover h4, .park-detail .slide:hover p {
  color: #88944a; }

/* end park-detail.scss */
#opnmover {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  height: 800px; }

#opnmapframe {
  opacity: 1.0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  border: 15px solid #404040; }

#opnmapshield {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  height: 100%;
  width: 100%;
  opacity: 0.1;
  background-color: #ffffff; }

/* viewer.scss */
#metadata {
  font-size: .75em;
  width: 25%;
  position: relative;
  /*position:absolute;
  right:.5em;
  top:.5em;*/
  background-color: black;
  opacity: .8;
  z-index: 999;
  /* on top of the image shield */
  /*40; */
  /*border-radius:5px;*/
  padding: 1em;
  color: white;
  -webkit-animation: fadein .5s ease-in-out;
  -moz-animation: fadein .5s ease-in-out;
  -ms-animation: fadein .5s ease-in-out;
  -o-animation: fadein .5s ease-in-out;
  animation: fadein .5s ease-in-out; }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: .8; } }
/* Firefox */
@-moz-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: .8; } }
/* Safari and Chrome */
@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: .8; } }
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: .8; } }
​
#metadata a, #metadata a:link, #metadata a:visited {
  color: white;
  text-decoration: none;
  border-bottom: 1px dotted #dadada; }

h1 {
  font-weight: 300;
  margin: 0;
  font-size: 1.75em; }

a.opnviewbackbutton {
  color: black;
  text-decoration: none; }

a.opnviewbackbutton:hover {
  color: black;
  text-decoration: none; }

a#seriesitembutton, a#seriesitembutton:link, a#seriesitembutton:visited {
  display: inline-block;
  border: 0px;
  color: white;
  outline: 0; }

a#seriesitembutton:active, a#seriesitembutton:hover {
  font-weight: bold; }

#opn-collection {
  /*background-color:#033B57;*/
  /*border-radius:5px;*/
  padding: 0 0 .5em 0;
  color: #333;
  margin-bottom: 1em;
  border-bottom: 1px solid #dadada; }

#opn-id, #opn-relation-sequence {
  font-size: 1.15em;
  font-style: italic;
  margin: .25em 0; }

#download-links {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%; }

#download-links li {
  width: 32.66666666667%;
  float: left;
  margin-left: 1%; }

#download-links li:first-child {
  margin-left: 0px; }

#download-links a, #download-links a:link, #download-links a:visited {
  background-color: #88944a;
  display: block;
  padding: 8px;
  /*15%;*/
  width: 90%;
  border: 0px;
  color: white;
  font-weight: 700;
  font-size: 100%;
  /*height:3em;*/
  white-space: nowrap;
  min-width: 113px;
  min-height: 3em;
  max-height: 3em; }

#download-links .fa {
  margin-right: .5em; }

#download-links a:hover {
  /*background-color:#2579A2;*/
  background-color: #9caa55;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7); }

.download-links-section {
  width: 25%;
  float: right; }

#metadata-header {
  display: inline-block;
  width: 33%;
  height: 100%; }

#metadata-header h2 {
  font-size: 1em; }

/*
.bar-spacer
{
	border-right:1px solid #999;
	min-height:70px;
	width:0%;
	display:inline-block;
}
*/
.metadata-section {
  margin-top: .5em;
  padding-top: .5em;
  /*margin-left:20%;*/
  display: inline-block;
  width: 33%;
  height: 100%; }

.metadata-share-buttons {
  margin-left: 20%;
  vertical-align: top;
  margin-top: 2px; }

.metadata-share-buttons-left {
  margin-left: 0px; }

/* overrides for share button small size */
.metadata-share-buttons-small, .metadata-share-buttons-small a img {
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  width: auto !important;
  margin-right: 3px !important;
  cursor: pointer;
  cursor: hand;
  outline: 0; }

.details-metadata-section {
  margin-top: .5em;
  padding-top: .5em;
  /*margin-left:20%;*/
  margin-left: 20%;
  margin-right: auto;
  width: 60%;
  display: inline-block;
  /*width:100%;*/
  height: 100%; }

#metadata-container-header {
  /*padding-left:20%;*/
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  border-radius: 0px;
  font-size: 150%;
  margin-top: .4em;
  /*border:1px solid #eeeeee;*/
  border-bottom: 3px solid #cccccc; }

.metadata-container-header-harvested-right {
  /*padding-left:20%;*/
  margin-left: 0px;
  margin-right: auto;
  width: 100%;
  border-radius: 0px;
  font-size: 150%;
  margin-top: .4em;
  margin-bottom: .2em;
  /*border:1px solid #eeeeee;*/
  border-bottom: 3px solid #cccccc; }

.metadata-container-header-harvested-left {
  /*padding-left:20%;*/
  margin-left: 0px;
  margin-right: auto;
  width: 100%;
  border-radius: 0px;
  font-size: 1.5em;
  margin-top: .4em;
  margin-bottom: .2em;
  /*border:1px solid #eeeeee;*/
  border-bottom: 3px solid #cccccc; }

#opn-creator, #opn-place {
  font-weight: 700; }

#opn-medium {
  /*font-size:.875em;*/
  font-style: italic; }

#opn-date {
  font-weight: 700;
  font-style: italic; }

.metadata-place-value {
  padding-right: 8px; }

.metadata-place-coords {
  /*display:block;*/ }

.metadata-item {
  font-weight: 300;
  font-size: 100%;
  margin-bottom: 1em;
  word-wrap: break-word; }

.metadata-item a {
  color: blue; }

.harvested-item-left {
  display: inline-block;
  vertical-align: top;
  margin-right: 1.5em;
  /*margin-top:2.9em;*/
  max-width: 25%; }

.harvested-item-left a img {
  max-width: 100%; }

.harvested-item-right {
  display: inline-block;
  max-width: 70%; }

.metadata-label {
  font-weight: 700;
  margin-right: .5em;
  margin-bottom: 2px;
  text-transform: uppercase;
  display: block;
  border-bottom: 1px solid #eeeeee; }

.metadata-item .metadata-item {
  font-size: 90%;
  margin-bottom: 0em; }

.metadata-item .metadata-item .metadata-label {
  display: inline-block;
  text-transform: none;
  border-bottom: 0px none white; }

.metadata-item a, .metadata-item a:link, .metadata-item a:visited {
  color: #88944a; }

.metadata-item a:hover {
  color: #a7b266; }

.metadata-item a span.fa {
  margin-left: .5em; }

.metadata-item-extra {
  padding-left: 0px;
  padding-right: 0px; }

.metadata-item-extra-left {
  padding-right: 16px; }

.metadata-item-extra-middle {
  padding-right: 16px; }

/*
.metadata-label:after {
	content: "\003A"
}
*/
#metadata-controls {
  text-align: right;
  width: 100%;
  position: relative; }

#metadata-controls.open {
  margin-top: 2em; }

.metadata-collapser {
  color: white;
  font-weight: 700;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0; }

#metadata-controls .fa {
  margin-right: .5em; }

#metadata-controls a, #metadata-controls a:link, #metadata-controls a:visited {
  font-weight: 700;
  text-decoration: none;
  border: 0px; }

@media only screen and (max-width: 1024px) {
  #metadata-header {
    width: 50%; } }
@media only screen and (max-width: 960px) {
  #metadata {
    width: 33%; }

  #download-links li {
    float: none;
    margin-left: 0;
    margin-top: 2%; }

  #download-links li:first-child {
    margin-bottom: 10px; }

  .metadata-section {
    margin-top: 0; } }
@media only screen and (max-width: 740px) {
  .metadata-collapser {
    color: white;
    font-weight: 700;
    cursor: pointer;
    position: static;
    width: auto;
    top: none;
    left: none;
    margin-top: 1em;
    padding-top: 1em;
    border-top: 1px solid #999; } }
/** below added 12.3.2015 **/
#content {
  background-color: white;
  /*padding:80px 6.66667%;*/
  /*padding:50px 6.66667%;*/
  position: relative;
  z-index: 3; }

/*
#main #viewer {
  width:60.7843137%;
  float:left;
}
*/
#main #metadata {
  /*float:right;
  float:left;*/
  /*width:37%;*/
  width: 100%; }

#main #viewer img {
  max-width: none; }

.js #opn-details #metadata-container {
  display: none; }

#opn-details {
  padding: 0 1em 1em 1em;
  /*background-color:#f5f5f5;*/
  color: #333;
  font-size: 1.25em;
  /*float:right;*/
  /*width: 63%;*/
  width: 100%; }

#opn-details .metadata-section:first-child {
  border: 0px;
  margin-top: 0px;
  padding-top: 0px; }

#opn-spatial {
  margin-top: 1em;
  /*padding-top:1em;
  border-top:1px solid #666;*/
  background-color: #033B57;
  color: #ddd;
  border-radius: 0px;
  padding: 1em; }

#opn-spatial #opn-google, #opn-spatial #opn-google:link, #opn-spatial #opn-google:visited {
  display: block;
  height: 2.25em;
  background-repeat: no-repeat;
  background-position: left 50%;
  color: white;
  font-size: 1.25em;
  font-weight: bold;
  border: 0px;
  text-decoration: none;
  padding-top: .75em; }

#opn-google {
  background-image: url("img/mapandpointericon.png");
  padding-left: 90px; }

#opn-google.pointer {
  background-image: url("img/mappointericon.png");
  padding-left: 50px; }

#opn-google.pointercircle {
  background-image: url("img/mappointercircleicon.png");
  padding-left: 80px; }

#opn-spatial #cuir-map-viewer {
  /*float:left;*/
  width: 304px; }

#opn-spatial #metadata-links {
  /*width:57.5585137%;
  float:right;*/
  margin-left: 330px; }

#opn-spatial .opn-spatial-links ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

#opn-spatial a, #opn-spatial a:link, #opn-spatial a:visited {
  color: #4da9d7; }

/** end 12.3.2015 additions **/
/** added 6.9.2016 additions for OpenSeadragon support **/
#osdimageviewer {
  background-color: black;
  margin-left: auto;
  margin-right: auto; }

#opn-collection {
  padding: 0 0 0 0;
  margin-bottom: 0; }

/** end 6.9.2016  **/
/* end viewer.scss */
.slowChange {
  -webkit-transition: height 500ms linear;
  -moz-transition: height 500ms linear;
  -ms-transition: height 500ms linear;
  -o-transition: height 500ms linear;
  transition: height 500ms linear; }

/*# sourceMappingURL=style.css.map */
