/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 5, ../../../../../../lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 10, ../sass/_checkboxes.scss */
.checkbox-wrapper {
  position: relative;
  margin-bottom: 20px;
}
/* line 13, ../sass/_checkboxes.scss */
.checkbox-wrapper .form-type-checkbox {
  position: relative;
}
/* line 17, ../sass/_checkboxes.scss */
.checkbox-wrapper input[type='checkbox'] {
  height: 20px;
  width: 20px;
  outline: none;
  border: none;
  opacity: 0;
  background-color: transparent;
  position: absolute;
  left: 0;
  z-index: 1000;
}
/* line 29, ../sass/_checkboxes.scss */
.checkbox-wrapper label.custom-checkbox {
  display: inline-block;
}
/* line 33, ../sass/_checkboxes.scss */
.checkbox-wrapper input[type='checkbox'] + span.custom-checkbox {
  display: inline-block;
  border: 1px solid #666666;
  height: 18px;
  width: 18px;
  z-index: 990;
  background-color: #f5f5f5;
  border-radius: 4px;
}
/* line 41, ../sass/_checkboxes.scss */
.checkbox-wrapper input[type='checkbox'] + span.custom-checkbox:hover {
  background-color: #ebebeb;
}
/* line 44, ../sass/_checkboxes.scss */
.checkbox-wrapper input[type='checkbox'] + span.custom-checkbox:after {
  font-weight: bold;
  position: relative;
  font-size: 15px;
  content: 'x';
  color: #f5f5f5;
  top: -1px;
  right: -4px;
}
/* line 56, ../sass/_checkboxes.scss */
.checkbox-wrapper span.custom-checkbox + label {
  padding-left: 10px;
  position: absolute;
}
/* line 61, ../sass/_checkboxes.scss */
.checkbox-wrapper input[type='checkbox']:checked + span.custom-checkbox {
  background-color: #474747;
}
/* line 63, ../sass/_checkboxes.scss */
.checkbox-wrapper input[type='checkbox']:checked + span.custom-checkbox:after {
  color: #ffffff;
}
/* line 68, ../sass/_checkboxes.scss */
.checkbox-wrapper input[type='checkbox']:focus + span.custom-checkbox {
  border: 1px solid #b3b3b3;
}

/* line 40, ../sass/_slider.scss */
.noUi-target {
  width: 6px;
  height: 150px;
  cursor: pointer;
  animate: 0.2s;
  margin: 5px 0;
  width: 6px;
  padding: 0 24px;
  background-color: transparent;
  border: none;
  box-shadow: none;
  border-radius: none;
}
/* line 50, ../sass/_slider.scss */
.noUi-target:focus {
  outline: none;
}
/* line 54, ../sass/_slider.scss */
.noUi-target .noUi-base {
  width: 6px;
  height: 150px;
  cursor: pointer;
  animate: 0.2s;
  height: 150px;
  box-shadow: 0 0 0 #222, 0px 0px 0 #2f2f2f;
  background: #c2c2c2;
  border-radius: 0;
  border: 0px solid #c2c2c2;
  margin: 0 -2px;
}
/* line 64, ../sass/_slider.scss */
.noUi-target .noUi-handle {
  box-shadow: 1px 1px 1px #111, 0px 0px 1px #1e1e1e;
  border: 0px solid #c2c2c2;
  height: 10px;
  width: 25px;
  border-radius: 8px;
  background: #464646;
  cursor: pointer;
  margin-left: -4px;
  top: 0;
}
/* line 68, ../sass/_slider.scss */
.noUi-target .noUi-handle:after, .noUi-target .noUi-handle:before {
  background: none;
}
/* line 73, ../sass/_slider.scss */
.noUi-target:focus::-webkit-slider-runnable-track {
  background: #cfcfcf;
}
/* line 77, ../sass/_slider.scss */
.noUi-target::-moz-range-track {
  width: 6px;
  height: 150px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0 0 0 #222, 0px 0px 0 #2f2f2f;
  background: #c2c2c2;
  border-radius: 0;
  border: 0px solid #c2c2c2;
}
/* line 84, ../sass/_slider.scss */
.noUi-target::-moz-range-thumb {
  box-shadow: 1px 1px 1px #111, 0px 0px 1px #1e1e1e;
  border: 0px solid #c2c2c2;
  height: 10px;
  width: 25px;
  border-radius: 8px;
  background: #464646;
  cursor: pointer;
}
/* line 88, ../sass/_slider.scss */
.noUi-target::-ms-track {
  width: 6px;
  height: 150px;
  cursor: pointer;
  animate: 0.2s;
  border: none;
  color: transparent;
  position: absolute;
  z-index: 100;
}
/* line 96, ../sass/_slider.scss */
.noUi-target::-ms-fill-lower {
  background: #c2c2c2;
  border-left: 8px solid white;
  border-right: 8px solid white;
  border-radius: 0;
  border-radius: 0;
}
/* line 104, ../sass/_slider.scss */
.noUi-target::-ms-fill-upper {
  background: #c2c2c2;
  border-left: 8px solid white;
  border-right: 8px solid white;
  border-radius: 0;
}
/* line 111, ../sass/_slider.scss */
.noUi-target::-ms-thumb {
  box-shadow: 1px 1px 1px #111, 0px 0px 1px #1e1e1e;
  border: 0px solid #c2c2c2;
  height: 10px;
  width: 25px;
  border-radius: 8px;
  background: #464646;
  cursor: pointer;
  position: absolute;
  width: 25px;
  height: 10px;
  z-index: 100;
}
/* line 118, ../sass/_slider.scss */
.noUi-target:focus::-ms-fill-lower {
  background: #c2c2c2;
}
/* line 121, ../sass/_slider.scss */
.noUi-target:focus::-ms-fill-upper {
  background: #c2c2c2;
}

/* line 128, ../sass/_slider.scss */
.os-mac.ua-chrome input[type=range]::-webkit-slider-thumb, .os-mac.ua-safari input[type=range]::-webkit-slider-thumb {
  position: relative;
  left: 4px;
}

/* line 135, ../sass/_slider.scss */
.ua-msie input[type=range] {
  padding-left: 0;
  padding-right: 0;
  width: 29px;
  margin-left: 10px;
  margin-right: 10px;
}
/* line 141, ../sass/_slider.scss */
.ua-msie input[type=range]::-ms-track {
  margin: 0;
  padding: 0;
  width: 25px;
}
/* line 146, ../sass/_slider.scss */
.ua-msie input[type=range]::-ms-thumb {
  border: none;
}
/* line 151, ../sass/_slider.scss */
.ua-msie select::-ms-expand {
  display: none;
}
/* line 154, ../sass/_slider.scss */
.ua-msie input[type='text']::-ms-clear {
  display: none;
}

/* line 136, viewer-icons/*.png */
.viewer-icons-sprite, .viewer-icons-funnel, .viewer-icons-graph, .viewer-icons-grid, .viewer-icons-hover-scroll-down-chevron-bad-background, .viewer-icons-left-chevron, .viewer-icons-right-chevron, .viewer-icons-search-white, .viewer-icons-search, .viewer-icons-select-down-chevron, .viewer-icons-x-close, .viewer-icons-zoom-in, .viewer-icons-zoom-out {
  background-image: url('/images/viewer-icons-s6ab77f1629.png');
  background-repeat: no-repeat;
}

/* line 84, ../../../../../../lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.viewer-icons-funnel {
  background-position: 0 0;
}

/* line 84, ../../../../../../lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.viewer-icons-graph {
  background-position: 0 -32px;
}

/* line 84, ../../../../../../lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.viewer-icons-grid {
  background-position: 0 -64px;
}

/* line 84, ../../../../../../lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.viewer-icons-hover-scroll-down-chevron-bad-background {
  background-position: 0 -96px;
}

/* line 84, ../../../../../../lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.viewer-icons-left-chevron {
  background-position: 0 -128px;
}

/* line 84, ../../../../../../lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.viewer-icons-right-chevron {
  background-position: 0 -160px;
}

/* line 84, ../../../../../../lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.viewer-icons-search-white {
  background-position: 0 -192px;
}

/* line 84, ../../../../../../lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.viewer-icons-search {
  background-position: 0 -224px;
}

/* line 84, ../../../../../../lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.viewer-icons-select-down-chevron {
  background-position: 0 -256px;
}

/* line 84, ../../../../../../lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.viewer-icons-x-close {
  background-position: 0 -288px;
}

/* line 84, ../../../../../../lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.viewer-icons-zoom-in {
  background-position: 0 -320px;
}

/* line 84, ../../../../../../lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.viewer-icons-zoom-out {
  background-position: 0 -352px;
}

/* line 2, ../sass/_dropdown.scss */
label.sort-dropdown-label {
  margin-top: 5px;
}

/* line 6, ../sass/_dropdown.scss */
.select-wrapper {
  padding: 0;
  margin: 5px 115px 25px 0;
  border: 1px solid #c2c2c2;
  overflow: hidden;
  background-color: #fff;
}

/* line 14, ../sass/_dropdown.scss */
select {
  margin: 0;
  padding: 4px 26px 1px 8px;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: url("../images/viewer-icons/select-down-chevron.png");
  background-position: right;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: auto;
  font-weight: bold;
}

/* line 30, ../sass/_dropdown.scss */
select:focus {
  outline: none;
}

/* line 34, ../sass/_dropdown.scss */
option {
  font-weight: bold;
}

/**
 * A search box that reveals itself when a user clicks a button
 */
/* line 5, ../sass/_revealed-search.scss */
#search-sort-wrapper {
  float: right;
  width: 255px;
}

/* line 10, ../sass/_revealed-search.scss */
#search-filter-wrapper, #sort-dropdown-wrapper {
  position: absolute;
}

/* line 14, ../sass/_revealed-search.scss */
#sort-dropdown-wrapper {
  z-index: 100;
}

/* line 18, ../sass/_revealed-search.scss */
#search-filter-wrapper {
  margin: 24px 115px 25px 0;
}
/* line 20, ../sass/_revealed-search.scss */
#search-filter-wrapper form {
  width: 320px;
}
/* line 23, ../sass/_revealed-search.scss */
#search-filter-wrapper input, #search-filter-wrapper button {
  float: right;
}
/* line 26, ../sass/_revealed-search.scss */
#search-filter-wrapper input, #search-filter-wrapper button, #search-filter-wrapper form {
  display: inline-block;
}
/* line 29, ../sass/_revealed-search.scss */
#search-filter-wrapper input {
  padding: 0;
  overflow: hidden;
  width: 0;
  height: 34px;
  color: #333;
  border: none;
  background-color: #ffffff;
  outline-width: 0;
  -webkit-appearance: none;
  box-shadow: none;
}
/* line 40, ../sass/_revealed-search.scss */
#search-filter-wrapper input:focus {
  background-color: #ffffff;
  outline-width: 0;
  -webkit-appearance: none;
  box-shadow: none;
}
/* line 47, ../sass/_revealed-search.scss */
#search-filter-wrapper ::-webkit-calendar-picker-indicator {
  display: none;
}
/* line 51, ../sass/_revealed-search.scss */
#search-filter-wrapper input::-webkit-search-results-decoration,
#search-filter-wrapper input::-webkit-search-decoration,
#search-filter-wrapper input::-webkit-search-results-button,
#search-filter-wrapper input::-webkit-autofill {
  outline: none;
  -webkit-appearance: none;
  background-color: transparent;
  box-shadow: none;
  outline-style: none;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
/* line 63, ../sass/_revealed-search.scss */
#search-filter-wrapper input::-webkit-search-results-decoration:hover, #search-filter-wrapper input::-webkit-search-results-decoration:focus,
#search-filter-wrapper input::-webkit-search-decoration:hover,
#search-filter-wrapper input::-webkit-search-decoration:focus,
#search-filter-wrapper input::-webkit-search-results-button:hover,
#search-filter-wrapper input::-webkit-search-results-button:focus,
#search-filter-wrapper input::-webkit-autofill:hover,
#search-filter-wrapper input::-webkit-autofill:focus {
  background-color: transparent;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
/* line 69, ../sass/_revealed-search.scss */
#search-filter-wrapper input::-webkit-autofill {
  background-color: #ffffff;
  outline: none;
}
/* line 74, ../sass/_revealed-search.scss */
#search-filter-wrapper input.expanded, #search-filter-wrapper input.collapsing {
  border: 1px solid #c2c2c2;
}
/* line 78, ../sass/_revealed-search.scss */
#search-filter-wrapper button {
  background-color: #17689f;
  font-size: 30px;
  color: black;
  margin-bottom: 0;
  padding: 0 10px;
  height: 34px;
  width: 54px;
  border: none;
  position: relative;
  z-index: 10;
}
/* line 89, ../sass/_revealed-search.scss */
#search-filter-wrapper button:hover {
  background-color: #4698d2;
}
/* line 92, ../sass/_revealed-search.scss */
#search-filter-wrapper button i {
  display: block;
  width: 32px;
  height: 32px;
}

/* line 2, ../sass/_breadcrumbs.scss */
#breadcrumbs {
  float: left;
  clear: both;
  display: inline-block;
  margin-top: 9px;
  font-size: 10px;
}

/* line 10, ../sass/_breadcrumbs.scss */
#breadcrumbs a:after {
  padding-left: 6px;
  padding-right: 6px;
  content: '>';
  color: #000;
}
/* line 16, ../sass/_breadcrumbs.scss */
#breadcrumbs a:last-child:after {
  content: '';
}

/* line 23, ../sass/screen.scss */
h1, h2, p, button, a, div, label {
  font-family: "Open Sans", sans serif, Arial;
}

/* line 27, ../sass/screen.scss */
main h1 {
  color: transparent;
  font-weight: bold;
  display: inline-block;
  background-image: url("../images/vista-logo.png");
  background-repeat: no-repeat;
  width: 122px;
  height: 30px;
  margin-top: 15px;
}

/* line 38, ../sass/screen.scss */
#title {
  display: inline-block;
  text-align: center;
  font-weight: bold;
}
/* line 42, ../sass/screen.scss */
#title #vis-title {
  font-size: 20px;
  position: relative;
  padding-top: 19px;
}
/* line 47, ../sass/screen.scss */
#title #vis-description {
  color: #d0d0d0;
  padding-top: 6px;
  font-size: 14px;
  position: relative;
}

/* line 55, ../sass/screen.scss */
#title, #controls-left-column {
  width: 33%;
  overflow: hidden;
}

/* line 60, ../sass/screen.scss */
#controls-left-column {
  display: inline-block;
}

/* line 64, ../sass/screen.scss */
.clear {
  clear: both;
}

/* line 68, ../sass/screen.scss */
.container {
  margin: 0 auto;
}

/* line 72, ../sass/screen.scss */
main {
  margin: 0 auto;
}

/* line 76, ../sass/screen.scss */
img {
  display: block;
  float: left;
}

/* line 81, ../sass/screen.scss */
#controls {
  height: 80px;
  margin-left: 90px;
  margin-right: 90px;
}

/* line 87, ../sass/screen.scss */
#sort-dropdown-wrapper {
  width: auto;
  float: right;
}

/* line 92, ../sass/screen.scss */
.control-wrapper {
  display: inline-block;
  float: left;
  padding: 1px;
}

/* line 98, ../sass/screen.scss */
body {
  overflow: hidden;
  font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial;
}

/* line 104, ../sass/screen.scss */
.radio-control-wrapper label {
  margin-bottom: 20px;
}
/* line 107, ../sass/screen.scss */
.radio-control-wrapper input {
  display: none;
}
/* line 111, ../sass/screen.scss */
.radio-control-wrapper label input + i {
  margin: 2px;
  font-size: 45px;
  background-color: #FFF;
  width: 60px;
  height: 60px;
  display: block;
  text-align: center;
  padding: 3px;
  border-radius: 30px;
  line-height: 1.2;
}
/* line 123, ../sass/screen.scss */
.radio-control-wrapper label input:checked + i {
  background-color: #333;
  color: #fff;
}

/* line 129, ../sass/screen.scss */
.collapsed {
  display: none;
}

/* line 133, ../sass/screen.scss */
#detail-view {
  background-color: #fff;
  position: absolute;
  min-width: 300px;
  border-radius: 0 6px 6px 0;
  border: 1px solid #666;
}
/* line 139, ../sass/screen.scss */
#detail-view #detail-view-inner {
  height: 80%;
}
/* line 142, ../sass/screen.scss */
#detail-view #detail-view-controls {
  border-bottom: 1px solid #000;
  padding-top: 7px;
  padding-right: 15px;
  padding-left: 15px;
  height: 50px;
  position: relative;
  z-index: 1000;
  background-color: #fff;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
/* line 153, ../sass/screen.scss */
#detail-view #detail-view-controls .close {
  float: right;
}
/* line 156, ../sass/screen.scss */
#detail-view #detail-view-controls .previous, #detail-view #detail-view-controls .next {
  float: left;
}
/* line 159, ../sass/screen.scss */
#detail-view #detail-view-controls a {
  width: 32px;
  height: 32px;
}
/* line 164, ../sass/screen.scss */
#detail-view #detail-view-content {
  padding: 30px;
  overflow-y: auto;
  height: 100%;
  width: 100%;
  position: absolute;
  top: -68px;
  margin-top: 68px;
  padding-top: 68px;
  z-index: 1;
}
/* line 176, ../sass/screen.scss */
#detail-view .detail-title {
  font-size: 24px;
}
/* line 180, ../sass/screen.scss */
#detail-view .detail-label {
  font-weight: bold;
  margin-bottom: 4px;
}
/* line 184, ../sass/screen.scss */
#detail-view .detail-item-wrapper {
  margin-bottom: 20px;
}

/* line 189, ../sass/screen.scss */
#filter-wrapper {
  position: absolute;
  top: 100px;
  left: 100px;
  background-color: #fff;
  border-radius: 12px;
}
/* line 196, ../sass/screen.scss */
#filter-wrapper li input, #filter-wrapper li label {
  display: inline-block;
}
/* line 200, ../sass/screen.scss */
#filter-wrapper #filter-toggle {
  position: relative;
  right: 80px;
  background-color: transparent;
  height: 0;
  width: 0;
}
/* line 206, ../sass/screen.scss */
#filter-wrapper #filter-toggle a {
  display: block;
  color: #000;
  background-color: white;
  width: 58px;
  height: 58px;
  border-radius: 30px;
  line-height: 1.4;
}
/* line 214, ../sass/screen.scss */
#filter-wrapper #filter-toggle a.active {
  color: white;
  background-color: black;
}
/* line 222, ../sass/screen.scss */
#filter-wrapper #filter-wrapper-inner {
  overflow: auto;
  padding: 0;
}
/* line 226, ../sass/screen.scss */
#filter-wrapper #filter-wrapper-inner h2 {
  font-size: 20px;
  margin: 15px 30px;
  font-weight: bold;
}
/* line 231, ../sass/screen.scss */
#filter-wrapper #filter-wrapper-inner a.collapse-toggle {
  font-size: 18px;
  color: #000;
  display: block;
  padding: 15px 20px;
  border-top: 1px solid #c2c2c2;
}
/* line 237, ../sass/screen.scss */
#filter-wrapper #filter-wrapper-inner a.collapse-toggle span.collapse-triangle {
  margin-right: 8px;
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 8px solid #5496C6;
  border-bottom: 6px solid transparent;
  border-top: 6px solid transparent;
}
/* line 246, ../sass/screen.scss */
#filter-wrapper #filter-wrapper-inner a.collapse-toggle.active span.collapse-triangle {
  position: relative;
  top: 2px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #5496C6;
}
/* line 255, ../sass/screen.scss */
#filter-wrapper #filter-wrapper-inner a.collapse-toggle:hover {
  color: #666;
}
/* line 260, ../sass/screen.scss */
#filter-wrapper .filter-set-content {
  margin-left: 20px;
}

/* line 265, ../sass/screen.scss */
#zoom-slider-wrapper {
  position: absolute;
  right: 28px;
  top: 275px;
  background-color: #FFFFFF;
  width: 50px;
  border-radius: 6px;
}
/* line 272, ../sass/screen.scss */
#zoom-slider-wrapper button {
  background-color: transparent;
  border: none;
  font-size: 30px;
  color: black;
  margin: 7px 7px;
  height: 30px;
  width: 30px;
  padding: 0;
}

/* line 284, ../sass/screen.scss */
#grid-graph-toggle {
  position: absolute;
  top: 100px;
  right: 20px;
}

/* line 290, ../sass/screen.scss */
#sort-order-wrapper {
  display: none;
}

/* line 294, ../sass/screen.scss */
svg, #svg-wrapper {
  background-color: #eaeaea;
}

/* line 298, ../sass/screen.scss */
svg {
  display: block;
  margin: auto;
}
/* line 301, ../sass/screen.scss */
svg image {
  background-color: #000;
  opacity: .8;
}
/* line 305, ../sass/screen.scss */
svg.active-modal {
  background-color: dodgerblue;
}
/* line 307, ../sass/screen.scss */
svg.active-modal image {
  opacity: .6;
}
/* line 310, ../sass/screen.scss */
svg.active-modal image.active-modal-item {
  opacity: 1;
}

/* line 318, ../sass/screen.scss */
.viewer-icon.small {
  height: 20px;
  width: 20px;
  line-height: 18px;
}

/* line 325, ../sass/screen.scss */
a#filter-reset {
  background-color: cornflowerblue;
  color: white;
  border-radius: 12.5px;
  font-size: 16px;
  position: absolute;
  right: 20px;
  font-weight: bold;
  text-align: center;
  top: 15px;
}

/* line 338, ../sass/screen.scss */
.hover-scrollable .hover-scroll {
  height: 100px;
}
/* line 340, ../sass/screen.scss */
.hover-scrollable .hover-scroll.up {
  background: linear-gradient(to bottom, #fff);
}
/* line 343, ../sass/screen.scss */
.hover-scrollable .hover-scroll.down {
  background: linear-gradient(to top, #fff);
}

/* line 349, ../sass/screen.scss */
.drop-shadow {
  box-shadow: 5px 5px 2px #888888;
}

/* line 353, ../sass/screen.scss */
#search-form a.clear-search {
  position: absolute;
  color: white;
  background-color: #6b6b6b;
  border-radius: 10px;
  right: 60px;
  font-size: 13px;
  top: 9px;
  width: 17px;
  height: 17px;
  text-align: center;
  font-weight: bold;
  padding-top: 1px;
  z-index: 0;
}
/* line 367, ../sass/screen.scss */
#search-form a.clear-search:hover {
  background-color: #8b8b8b;
}

/* line 372, ../sass/screen.scss */
footer {
  height: 56px;
  color: #9c9c9c;
  font-weight: bold;
  font-size: 12px;
}
/* line 377, ../sass/screen.scss */
footer div {
  width: 40%;
  margin-top: 14px;
}
/* line 381, ../sass/screen.scss */
footer p {
  padding-top: 6px;
}

/* line 386, ../sass/screen.scss */
#footer-left {
  float: left;
  margin-left: 90px;
}
/* line 389, ../sass/screen.scss */
#footer-left p {
  padding-left: 60px;
}

/* line 394, ../sass/screen.scss */
#footer-right {
  float: right;
  text-align: right;
  margin-right: 90px;
}

/* line 400, ../sass/screen.scss */
#filter-wrapper i, #grid-graph-toggle i {
  font-size: 40px;
  display: block;
  text-align: center;
}

@media (max-width: 945px) {
  /* line 3, ../sass/_responsive.scss */
  #controls-left-column {
    width: 122px;
  }

  /* line 6, ../sass/_responsive.scss */
  #title h2, #title p {
    display: inline-block;
  }

  /* line 9, ../sass/_responsive.scss */
  footer div {
    width: 35%;
  }

  /* line 12, ../sass/_responsive.scss */
  #breadcrumbs {
    position: absolute;
  }
}
