/**
 * @file
 * Page Styling
 *
 * Style the markup found in page.tpl.php. Also includes some styling of
 * miscellaneous Drupal elements that appear in the $content variable, such as
 * ul.links, .pager, .more-highlighted, etc.
 */
/******************************************************************************\
  * Break points - partial file
  * This file is imported into 'base'
  *
  * Set your mediaquery breakpoints. I like to use cute bear names like Chris 
  * Coyer: http://css-tricks.com/naming-media-queries/
  * Set your breakpoints in ems: http://blog.cloudfour.com/the-ems-have-it-proportional-media-queries-ftw/
\******************************************************************************/
/******************************************************************************\
  * Colours - partial file
  * This file is imported into 'base'
  *
  * Note: Currently there are some colours set in the various partial files in
  * the theme. This can be cleaned up. Sorry!
\******************************************************************************/
/*
 * Descriptive colours
 *
 * Describes the colours in non-hex terms. 
 *
 * Example: $blue: #000CFF;
 */
/*
 * Descriptive
 */
/*
 * Functional variables
 *
 * Describes how the colours are actually used - these should not be hex colours
 * and should reference the colours specified above.
 *
 * Example: $link-text: $blue
 */
/******************************************************************************\
  * Fonts - partial file
  * This file is imported into 'base'
  *
  * Specify all fonts here, remember to include any licence information.
  * It is easiest to use the same font-family for all fonts and set the weights
  * and styles in the font face declarations: 
  * http://www.456bereastreet.com/archive/201012/font-face_tip_define_font-weight_and_font-style_to_keep_your_css_simple/
\******************************************************************************/
/*
 * Menus
 */
/*
 * Display attributes
 */
/*
 * Old browser fixes, based on Jake Archibald's method
 * http://jakearchibald.github.com/sass-ie/
 */
/*
 * Media queries - based on Jake Archibald's method
 * http://jakearchibald.github.com/sass-ie/
 */
/*
 * Body
 */
/* line 16, ../sass/pages.scss */
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 21, ../sass/pages.scss */
body {
  margin: 0;
  padding: 0;
  min-width: 18.75em;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  overflow: hidden;
}

/* line 33, ../sass/pages.scss */
html body.admin-menu {
  margin: 0 !important;
  top: 29px;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

/*
 * The skip-link link will be completely hidden until a user tabs to the link.
 * See the element-focusable rule in system.base.css.
 */
/* line 47, ../sass/pages.scss */
#skip-link {
  margin: 0;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 500;
}
/* line 55, ../sass/pages.scss */
#skip-link a,
#skip-link a:visited {
  display: block;
  width: 100%;
  height: 0;
  padding: 0;
  text-align: center;
  background-color: #252628;
  color: #f4edca;
  text-decoration: none;
}
/* line 66, ../sass/pages.scss */
#skip-link .element-invisible.element-focusable:active,
#skip-link .element-invisible.element-focusable:focus {
  padding: 13px 0 13px 0;
  height: auto;
}

/* line 74, ../sass/pages.scss */
#page-skip-position:focus,
#section-list:focus {
  outline: 0;
}

/* line 79, ../sass/pages.scss */
.main-content {
  top: 5.625em;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
}
@media screen and (max-width: 65.625em) {
  /* line 79, ../sass/pages.scss */
  .main-content {
    top: 0em;
  }
}

/* line 92, ../sass/pages.scss */
.page-content-wrapper {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  *zoom: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/* line 63, ../sass/partials/_custom.scss */
.page-content-wrapper:before, .page-content-wrapper:after {
  content: " ";
  display: table;
}
/* line 67, ../sass/partials/_custom.scss */
.page-content-wrapper:after {
  clear: both;
}

/* line 103, ../sass/pages.scss */
.page-content-top {
  margin: 0;
  padding: 0;
  box-shadow: 0 10px 90px -20px black;
  z-index: 999;
  position: relative;
}
/* line 110, ../sass/pages.scss */
.page-content-top .page-title {
  margin: 0;
  padding: 2rem;
  text-align: center;
}

/* line 117, ../sass/pages.scss */
.object-top-button {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-color: #77ced9;
  display: none;
  float: right;
  color: #000;
  padding: 0.625em;
  font-size: 0.625em;
}
/* line 126, ../sass/pages.scss */
.object-top-button:link, .object-top-button:visited {
  text-decoration: none;
  color: #000;
}
/* line 131, ../sass/pages.scss */
.object-top-button:hover, .object-top-button:focus {
  background-color: #AADCEA;
}

/* line 138, ../sass/pages.scss */
.no-sidebars .main-page,
.no-sidebars .main-page .main-page-wrapper {
  left: 0;
}

/* line 145, ../sass/pages.scss */
.not-front.page-collections .page-title {
  box-shadow: none !important;
}
/* line 148, ../sass/pages.scss */
.not-front.page-collections .page-content-top {
  box-shadow: 0 10px 90px -20px rgba(0, 0, 0, 0.3);
}
/* line 151, ../sass/pages.scss */
.not-front.page-collections .region-content {
  padding: 2.5em;
  max-width: 42.5em;
  margin: auto;
}
/* line 156, ../sass/pages.scss */
.not-front.page-collections .region-content ul,
.not-front.page-collections .region-content ol {
  font-size: 1.1rem;
  font-weight: 400;
  color: #565656;
}
/* line 160, ../sass/pages.scss */
.not-front.page-collections .region-content ul li,
.not-front.page-collections .region-content ol li {
  margin-bottom: 5px;
}
/* line 165, ../sass/pages.scss */
.not-front.page-collections #nma-cs-feature-search-form {
  margin: auto;
  padding-bottom: 2rem;
}
/* line 169, ../sass/pages.scss */
.not-front.page-collections #nma-cs-feature-search-form .form-submit {
  bottom: initial;
}
/* line 175, ../sass/pages.scss */
.not-front.node-type-basic-page .page-title, .not-front.node-type-webform .page-title, .not-front.page-user .page-title {
  margin: 0;
  padding: 2rem;
  text-align: center;
  box-shadow: 0 10px 90px -20px rgba(0, 0, 0, 0.3);
}
/* line 181, ../sass/pages.scss */
.not-front.node-type-basic-page .region-content, .not-front.node-type-webform .region-content, .not-front.page-user .region-content {
  padding: 2.5em;
  max-width: 42.5em;
  margin: auto;
}
/* line 186, ../sass/pages.scss */
.not-front.node-type-basic-page .page-content-wrapper, .not-front.node-type-webform .page-content-wrapper, .not-front.page-user .page-content-wrapper {
  top: 0;
}
/* line 188, ../sass/pages.scss */
.not-front.node-type-basic-page .page-content-wrapper ul li, .not-front.node-type-webform .page-content-wrapper ul li, .not-front.page-user .page-content-wrapper ul li {
  font-size: 1.1rem;
  margin-bottom: 5px;
}
/* line 193, ../sass/pages.scss */
.not-front.node-type-basic-page .messages-wrapper, .not-front.node-type-webform .messages-wrapper, .not-front.page-user .messages-wrapper {
  padding: 0.625em 0;
}
/* line 199, ../sass/pages.scss */
.not-front .page-ce .page-content-padding {
  padding: 0;
  max-width: none;
}
/* line 203, ../sass/pages.scss */
.not-front .page-ce .page-content-wrapper {
  top: 3.125em;
  background: #fff;
}

/* line 210, ../sass/pages.scss */
.section-list-wrapper {
  *zoom: 1;
}
/* line 63, ../sass/partials/_custom.scss */
.section-list-wrapper:before, .section-list-wrapper:after {
  content: " ";
  display: table;
}
/* line 67, ../sass/partials/_custom.scss */
.section-list-wrapper:after {
  clear: both;
}

/* line 215, ../sass/pages.scss */
.mobile-header,
.header {
  position: absolute;
  z-index: 20;
  right: 0;
  left: 0;
  top: 0;
  height: 5.625em;
  background: #252525;
  font-family: "nimbus-sans", Helvetica, Arial, sans-serif;
  text-transform: lowercase;
}
@media screen and (max-width: 65.625em) {
  /* line 215, ../sass/pages.scss */
  .mobile-header,
  .header {
    height: 3.125em;
  }
}
/* line 228, ../sass/pages.scss */
.mobile-header .name-and-slogan,
.header .name-and-slogan {
  padding: 0.5em 0.875em;
  *zoom: 1;
}
@media screen and (max-width: 65.625em) {
  /* line 228, ../sass/pages.scss */
  .mobile-header .name-and-slogan,
  .header .name-and-slogan {
    padding: 0;
  }
}
/* line 63, ../sass/partials/_custom.scss */
.mobile-header .name-and-slogan:before, .mobile-header .name-and-slogan:after,
.header .name-and-slogan:before,
.header .name-and-slogan:after {
  content: " ";
  display: table;
}
/* line 67, ../sass/partials/_custom.scss */
.mobile-header .name-and-slogan:after,
.header .name-and-slogan:after {
  clear: both;
}
/* line 235, ../sass/pages.scss */
.mobile-header .name-and-slogan h1,
.mobile-header .name-and-slogan h2,
.header .name-and-slogan h1,
.header .name-and-slogan h2 {
  margin: 0;
}
/* line 238, ../sass/pages.scss */
.mobile-header .name-and-slogan .titles,
.header .name-and-slogan .titles {
  *zoom: 1;
}
/* line 63, ../sass/partials/_custom.scss */
.mobile-header .name-and-slogan .titles:before, .mobile-header .name-and-slogan .titles:after,
.header .name-and-slogan .titles:before,
.header .name-and-slogan .titles:after {
  content: " ";
  display: table;
}
/* line 67, ../sass/partials/_custom.scss */
.mobile-header .name-and-slogan .titles:after,
.header .name-and-slogan .titles:after {
  clear: both;
}
/* line 241, ../sass/pages.scss */
.mobile-header .name-and-slogan .collection-explorer,
.header .name-and-slogan .collection-explorer {
  display: block;
  float: left;
}
/* line 245, ../sass/pages.scss */
.mobile-header .name-and-slogan .site-slogan,
.header .name-and-slogan .site-slogan {
  padding: 0.375em 0 0 1.25em;
  color: #77ced9;
  font-weight: 300;
  font-size: 1.875em;
  line-height: 1.5em;
  float: left;
}
/* line 253, ../sass/pages.scss */
.mobile-header .name-and-slogan .nma-wrapper,
.header .name-and-slogan .nma-wrapper {
  float: right;
  *zoom: 1;
  max-width: 26.25em;
  display: block;
  width: 40%;
  position: relative;
  margin-right: 1.875em;
}
/* line 63, ../sass/partials/_custom.scss */
.mobile-header .name-and-slogan .nma-wrapper:before, .mobile-header .name-and-slogan .nma-wrapper:after,
.header .name-and-slogan .nma-wrapper:before,
.header .name-and-slogan .nma-wrapper:after {
  content: " ";
  display: table;
}
/* line 67, ../sass/partials/_custom.scss */
.mobile-header .name-and-slogan .nma-wrapper:after,
.header .name-and-slogan .nma-wrapper:after {
  clear: both;
}
/* line 261, ../sass/pages.scss */
.mobile-header .name-and-slogan .nma-wrapper .sitename,
.header .name-and-slogan .nma-wrapper .sitename {
  margin-top: 0.625em;
  width: 3.4375em;
  height: 3.4375em;
  margin-right: -3.125em;
  font-size: 1em;
  line-height: 1em;
  text-indent: -999px;
  overflow: hidden;
  margin-right: 1.25em;
  float: left;
}
/* line 273, ../sass/pages.scss */
.mobile-header .name-and-slogan .nma-wrapper .title-wosca,
.header .name-and-slogan .nma-wrapper .title-wosca {
  position: absolute;
  left: 5em;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  overflow: hidden;
  text-indent: -999px;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 1em;
  background-image: url("../images/wosca.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 273, ../sass/pages.scss */
  .mobile-header .name-and-slogan .nma-wrapper .title-wosca,
  .header .name-and-slogan .nma-wrapper .title-wosca {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../images/wosca-2x.png");
    background-size: 100% auto;
  }
}

/* line 293, ../sass/pages.scss */
.mobile-header {
  display: none;
}
@media screen and (max-width: 65.625em) {
  /* line 293, ../sass/pages.scss */
  .mobile-header {
    display: block;
  }
}
/* line 299, ../sass/pages.scss */
.mobile-header .name-and-slogan .titles {
  margin: 5px 0 0 0;
  float: left;
}
/* line 303, ../sass/pages.scss */
.mobile-header .name-and-slogan .site-slogan {
  padding: 0;
  font-size: 0.875em;
  line-height: 1em;
  float: none;
  margin: -2px 0 0 0;
}
/* line 310, ../sass/pages.scss */
.mobile-header .name-and-slogan .collection-explorer {
  float: none;
  display: block;
}
/* line 314, ../sass/pages.scss */
.mobile-header .name-and-slogan .nma-wrapper {
  float: none;
  max-width: none;
  width: auto;
  display: inline-block;
}
/* line 319, ../sass/pages.scss */
.mobile-header .name-and-slogan .nma-wrapper .sitename {
  margin: 0;
  text-indent: 0;
  width: auto;
  height: auto;
  color: #fff;
  font-size: 0.875em;
  background: transparent;
}
/* line 328, ../sass/pages.scss */
.mobile-header .name-and-slogan .nma-wrapper .title-wosca {
  display: none;
}

/* line 337, ../sass/pages.scss */
.explore-header {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@media screen and (max-width: 65.625em) {
  /* line 343, ../sass/pages.scss */
  .mobile-filter-active .explore-header {
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    -o-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
}
/* line 348, ../sass/pages.scss */
.explore-header .region-content-top {
  *zoom: 1;
  padding: 0.3125em 1em 0.3125em 1em;
}
/* line 63, ../sass/partials/_custom.scss */
.explore-header .region-content-top:before, .explore-header .region-content-top:after {
  content: " ";
  display: table;
}
/* line 67, ../sass/partials/_custom.scss */
.explore-header .region-content-top:after {
  clear: both;
}
/* line 351, ../sass/pages.scss */
.explore-header .region-content-top .filter-button {
  display: none;
  background-color: #77ced9;
  color: #000;
  float: left;
  font-size: 0.75em;
  padding: 0.25em 0.625em 0.3125em 0.625em;
  margin-right: 0.625em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
/* line 361, ../sass/pages.scss */
.explore-header .region-content-top .filter-button:hover, .explore-header .region-content-top .filter-button:focus {
  background: #AADCEA;
  text-decoration: none;
}
/* line 365, ../sass/pages.scss */
.explore-header .region-content-top .filter-button span {
  float: right;
  color: #fff;
  background: #8f0000;
  padding: 2px 4px;
  line-height: 1em;
  display: block;
  font-size: 0.875em;
  margin: 4px 0 0 5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

/* line 380, ../sass/pages.scss */
#block-nma-cs-explore-bar-mobile {
  display: none;
  background: #ddd;
  width: 100%;
  text-align: center;
  margin: 0;
}
/* line 386, ../sass/pages.scss */
#block-nma-cs-explore-bar-mobile .block-title {
  display: none;
}
/* line 390, ../sass/pages.scss */
#block-nma-cs-explore-bar-mobile h2,
#block-nma-cs-explore-bar-mobile .explore-count {
  margin: 0;
  font-size: inherit;
  color: #444;
  line-height: 5em;
  font-size: 0.7em;
  float: none;
  display: inline-block;
  text-transform: uppercase;
}

/* line 403, ../sass/pages.scss */
.mobile-menu,
.mobile-filter {
  display: none;
  width: 3.125em;
  height: 3.125em;
  background-repeat: no-repeat;
  background-position: center;
}

/* line 411, ../sass/pages.scss */
.mobile-menu {
  float: left;
  background-image: url("../images/mobile-menu.png");
  background-size: 1.09375em;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
}

/* line 418, ../sass/pages.scss */
.mobile-filter {
  float: right;
  background-image: url("../images/mobile-filter-active.png");
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-size: 1.875em;
}
/* line 423, ../sass/pages.scss */
.mobile-filter span {
  float: right;
  color: #fff;
  background: #8f0000;
  padding: 2px 4px;
  line-height: 1em;
  display: block;
  font-size: 0.75em;
  margin: 7px 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

/* line 436, ../sass/pages.scss */
.main-page {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 50;
  left: 3.125em;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  overflow: hidden;
  max-width: calc(100% - 16.875em);
}
@media screen and (max-width: 65.625em) {
  /* line 436, ../sass/pages.scss */
  .main-page {
    max-width: none;
  }
}
/* line 449, ../sass/pages.scss */
.main-page .main-page-wrapper {
  z-index: 40;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
}
/* line 458, ../sass/pages.scss */
.main-page .main-page-wrapper .main-page-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-left: 1px solid #d0d0d0;
  -webkit-transition: right 0.3s ease-out;
  -moz-transition: right 0.3s ease-out;
  -o-transition: right 0.3s ease-out;
  transition: right 0.3s ease-out;
}
@media screen and (max-width: 65.625em) {
  /* line 458, ../sass/pages.scss */
  .main-page .main-page-wrapper .main-page-inner {
    border: 0;
  }
}

/* line 474, ../sass/pages.scss */
.sidebars {
  width: 16.875em;
  height: 100%;
  background-color: #eee;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 65.625em) {
  /* line 474, ../sass/pages.scss */
  .sidebars {
    position: relative;
    z-index: 20;
  }
}
/* line 486, ../sass/pages.scss */
.sidebars #search-block-form-error,
.sidebars .ac_results {
  display: none !important;
}
/* line 490, ../sass/pages.scss */
.sidebars .sidebar-wrapper .scrollbar-content {
  padding: 0;
  width: 100%;
}
/* line 495, ../sass/pages.scss */
.sidebars .block-facetapi {
  opacity: 0;
  background: #ddd;
  overflow: hidden;
  position: absolute;
  left: 16.875em;
  top: 0px;
  bottom: 0;
  z-index: 10;
  -webkit-transition: left 0.3s ease-out, opacity 0s ease-out 0.3s;
  -moz-transition: left 0.3s ease-out, opacity 0s ease-out 0.3s;
  -o-transition: left 0.3s ease-out, opacity 0s ease-out 0.3s;
  transition: left 0.3s ease-out, opacity 0s ease-out 0.3s;
  width: 13.75em;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 65.625em) {
  /* line 495, ../sass/pages.scss */
  .sidebars .block-facetapi {
    margin-top: 0;
  }
}
/* line 512, ../sass/pages.scss */
.sidebars #block-menu-menu-top {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* line 518, ../sass/pages.scss */
.ac_results {
  width: 270px !important;
  border: 0;
  top: 8.75em !important;
}
@media screen and (max-width: 65.625em) {
  /* line 518, ../sass/pages.scss */
  .ac_results {
    top: 3.1875em !important;
  }
}
/* line 525, ../sass/pages.scss */
.ac_results li {
  padding: 17px 10px;
  cursor: pointer;
  text-transform: capitalize;
  font-family: "nimbus-sans", Helvetica, Arial, sans-serif;
}
/* line 531, ../sass/pages.scss */
.ac_results .ac_over {
  background-color: #f4edca;
  color: #000;
}

/* line 538, ../sass/pages.scss */
.ajax-throbber-wrapper {
  top: -200%;
  opacity: 0;
  height: 0;
  width: 0;
  position: absolute;
  background: url("../images/ie8-white.png");
  background: rgba(255, 255, 255, 0.8);
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 300;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
/* line 553, ../sass/pages.scss */
.ajax-throbber-wrapper .ajax-throbber-img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 64px;
  width: 64px;
  margin-top: -32px;
  margin-left: -32px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/ajax-throbber.gif");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 553, ../sass/pages.scss */
  .ajax-throbber-wrapper .ajax-throbber-img {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../images/ajax-throbber@2x.gif");
    background-size: 64px 64px;
  }
}

/* line 569, ../sass/pages.scss */
.active-menu .main-page {
  -webkit-transform: translateX(13.75em);
  -moz-transform: translateX(13.75em);
  -ms-transform: translateX(13.75em);
  -o-transform: translateX(13.75em);
  transform: translateX(13.75em);
}
/* line 573, ../sass/pages.scss */
.active-menu .sidebars {
  overflow: hidden;
  overflow-y: auto;
  overflow-x: hidden;
}
/* line 578, ../sass/pages.scss */
.active-menu #block-menu-menu-top {
  opacity: 1;
}

/* line 585, ../sass/pages.scss */
.throbber-active .ajax-throbber-wrapper {
  top: 0;
  opacity: 1;
  height: auto;
  width: auto;
  overflow: visible;
}
/* line 591, ../sass/pages.scss */
.throbber-active .ajax-throbber-wrapper img {
  display: block;
}
/* line 595, ../sass/pages.scss */
.throbber-active .page-content-wrapper {
  overflow: hidden;
}
/* line 599, ../sass/pages.scss */
.throbber-active .object-active .page-content-wrapper {
  overflow-x: hidden;
  overflow-y: auto;
}
/* line 605, ../sass/pages.scss */
.throbber-active .object-active .ajax-throbber-wrapper {
  right: 0;
  left: 480px;
  top: 0;
  opacity: 1;
  height: auto;
  width: auto;
}
/* line 612, ../sass/pages.scss */
.throbber-active .object-active .ajax-throbber-wrapper img {
  display: block;
}

/* line 619, ../sass/pages.scss */
#section-object {
  box-shadow: 0px 0px 100px 20px rgba(0, 0, 0, 0.4);
  background: #fff;
  left: 100%;
  -webkit-transition: left 0.3s ease-out, opacity 0s ease-out 0.3s;
  -moz-transition: left 0.3s ease-out, opacity 0s ease-out 0.3s;
  -o-transition: left 0.3s ease-out, opacity 0s ease-out 0.3s;
  transition: left 0.3s ease-out, opacity 0s ease-out 0.3s;
  z-index: 100;
}

/* line 629, ../sass/pages.scss */
.object-active .featured-list-wrapper {
  display: none;
}
/* line 633, ../sass/pages.scss */
.object-active #block-nma-cs-explore-bar .object-filter {
  padding: 0 1.2em;
}
@media screen and (max-width: 65.625em) {
  /* line 633, ../sass/pages.scss */
  .object-active #block-nma-cs-explore-bar .object-filter {
    padding: 0;
  }
}
/* line 639, ../sass/pages.scss */
.object-active .main-page .main-page-inner {
  left: 0;
  bottom: 0;
  max-width: 480px;
}
/* line 644, ../sass/pages.scss */
.object-active #section-object {
  position: absolute;
  right: 0;
  left: 480px;
  bottom: 0;
  top: 0;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: left 0.3s ease-out, opacity 0s ease-out 0.3s;
  -moz-transition: left 0.3s ease-out, opacity 0s ease-out 0.3s;
  -o-transition: left 0.3s ease-out, opacity 0s ease-out 0.3s;
  transition: left 0.3s ease-out, opacity 0s ease-out 0.3s;
}
/* line 655, ../sass/pages.scss */
.object-active .page-content-wrapper {
  -webkit-transition: top 0.3s ease-out;
  -moz-transition: top 0.3s ease-out;
  -o-transition: top 0.3s ease-out;
  transition: top 0.3s ease-out;
}
/* line 659, ../sass/pages.scss */
.object-active #block-nma-cs-explore-bar .object-filter .filters {
  padding-right: 0;
}
/* line 663, ../sass/pages.scss */
.object-active #block-nma-cs-explore-bar .object-filter .filter-section,
.object-active #block-nma-cs-explore-bar .object-filter .current-filters {
  float: none;
  width: 100%;
  margin: 0;
}
/* line 668, ../sass/pages.scss */
.object-active #block-nma-cs-explore-bar .object-filter .right-sort {
  float: none;
  width: 100%;
}
/* line 676, ../sass/pages.scss */
.object-active .table-who,
.object-active .table-when,
.object-active .table-what,
.object-active .table-where {
  display: none;
}
/* line 680, ../sass/pages.scss */
.object-active .titles {
  margin: 7px 0 0 10px;
}
/* line 689, ../sass/pages.scss */
.object-active .header .filter-button,
.object-active .header .mobile-filter {
  display: block;
}
/* line 692, ../sass/pages.scss */
.object-active .header .filters {
  padding-right: 0;
  float: none;
  left: 0;
  right: 0;
  margin: 0;
  position: absolute;
  background: #555134;
  z-index: -10;
  -webkit-transition: top 0.3s ease-out;
  -moz-transition: top 0.3s ease-out;
  -o-transition: top 0.3s ease-out;
  transition: top 0.3s ease-out;
}
/* line 702, ../sass/pages.scss */
.object-active .header .filters .current-search-item li {
  margin: 5px;
  float: left;
  *zoom: 1;
}
/* line 63, ../sass/partials/_custom.scss */
.object-active .header .filters .current-search-item li:before, .object-active .header .filters .current-search-item li:after {
  content: " ";
  display: table;
}
/* line 67, ../sass/partials/_custom.scss */
.object-active .header .filters .current-search-item li:after {
  clear: both;
}
/* line 708, ../sass/pages.scss */
.object-active .header .name-and-slogan {
  padding: 0;
  position: relative;
  z-index: 10;
  width: 100%;
  float: left;
}
/* line 714, ../sass/pages.scss */
.object-active .header .name-and-slogan h1 {
  font-size: 0.75em;
  line-height: 1.2em;
  float: none;
  margin-right: 0;
  font-weight: normal;
}
/* line 721, ../sass/pages.scss */
.object-active .header .name-and-slogan h2 {
  float: none;
  line-height: 1em;
}
/* line 726, ../sass/pages.scss */
.object-active .header .region-content-top {
  position: relative;
  margin: 0;
  width: 100%;
  padding: 0;
  float: left;
}
/* line 732, ../sass/pages.scss */
.object-active .header .region-content-top .current-filters .title-wrapper {
  display: none;
}
/* line 735, ../sass/pages.scss */
.object-active .header .region-content-top #block-nma-cs-explore-bar {
  padding: 0.3125em;
  background: #555134;
}
/* line 738, ../sass/pages.scss */
.object-active .header .region-content-top #block-nma-cs-explore-bar .object-filter .right-sort .sort-group select {
  font-size: 0.75em;
  padding: 6px 5px 8px 5px;
}
/* line 742, ../sass/pages.scss */
.object-active .header .region-content-top #block-nma-cs-explore-bar .filter-section {
  *zoom: 1;
  width: 100%;
  float: none;
}
/* line 63, ../sass/partials/_custom.scss */
.object-active .header .region-content-top #block-nma-cs-explore-bar .filter-section:before, .object-active .header .region-content-top #block-nma-cs-explore-bar .filter-section:after {
  content: " ";
  display: table;
}
/* line 67, ../sass/partials/_custom.scss */
.object-active .header .region-content-top #block-nma-cs-explore-bar .filter-section:after {
  clear: both;
}
/* line 746, ../sass/pages.scss */
.object-active .header .region-content-top #block-nma-cs-explore-bar .filter-section .right-sort {
  float: none;
  height: auto;
  margin-top: 0;
}

/* line 757, ../sass/pages.scss */
.mobile-filter-active.filters-expanded .object-active .current-filter {
  background: #1e1e0b;
}

/* line 764, ../sass/pages.scss */
.facet-menu .facet-block-active {
  opacity: 1;
  left: 3.125em;
  -webkit-transition: left 0.3s ease-out 0.3s;
  -moz-transition: left 0.3s ease-out 0.3s;
  -o-transition: left 0.3s ease-out 0.3s;
  transition: left 0.3s ease-out 0.3s;
}
/* line 769, ../sass/pages.scss */
.facet-menu .sidebars {
  overflow-y: hidden;
}

/* line 776, ../sass/pages.scss */
.jqactive .object-filter-list-wrapper .form-submit {
  display: none;
}

/* line 782, ../sass/pages.scss */
#section-list .facet-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 787, ../sass/pages.scss */
#section-list .facetapi-inactive {
  background-image: url("../images/icon-add-blue.png");
  background-repeat: no-repeat;
  background-position: 0px 2px;
  text-indent: 20px;
  padding: 0;
  border: 0;
  margin: 5px 0;
  font-size: 0.8125em;
  line-height: 1.4em;
  display: inline-block;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 787, ../sass/pages.scss */
  #section-list .facetapi-inactive {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../images/icon-add-blue@2x.png");
    background-size: 15px 15px;
  }
}

/* line 804, ../sass/pages.scss */
.print_html,
.print_mail,
.print_pdf {
  margin: 0;
}

/* line 812, ../sass/pages.scss */
.page-ce .page-title,
.page-object .page-title,
.page-highlight .page-title {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* line 817, ../sass/pages.scss */
.page-title {
  color: #524e3e;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 2.4em;
  color: #524e3e;
  font-weight: 400;
}

/* line 826, ../sass/pages.scss */
.page-ce div.messages {
  margin: 10px auto;
  border-radius: 2px;
}
/* line 830, ../sass/pages.scss */
.page-ce .page-content-padding {
  padding: 0;
  width: auto;
}

/* line 842, ../sass/pages.scss */
.jqactive.page-ce #section-object .close, .jqactive.page-set #section-object .close, .jqactive.page-whats-new #section-object .close {
  display: inline-block;
}
/* line 845, ../sass/pages.scss */
.jqactive.page-ce #section-object .back, .jqactive.page-set #section-object .back, .jqactive.page-whats-new #section-object .back {
  display: none;
}

/* line 853, ../sass/pages.scss */
.page-object .page-content {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
/* line 863, ../sass/pages.scss */
.page-object .object-page-main .object-page-padding {
  padding: 0;
}

/* line 869, ../sass/pages.scss */
.main-page-wrapper .page-title {
  margin-top: 0;
  background: white;
}
/* line 873, ../sass/pages.scss */
.main-page-wrapper h1, .main-page-wrapper h2, .main-page-wrapper h3, .main-page-wrapper h4, .main-page-wrapper h5, .main-page-wrapper h6 {
  color: #232323;
}
/* line 876, ../sass/pages.scss */
.main-page-wrapper h1 {
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 400;
}
/* line 881, ../sass/pages.scss */
.main-page-wrapper h2 {
  font-size: 1.65rem;
  line-height: 1.2;
  font-weight: 600;
}
/* line 886, ../sass/pages.scss */
.main-page-wrapper h3 {
  font-weight: 600;
}
/* line 889, ../sass/pages.scss */
.main-page-wrapper p {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #565656;
  font-weight: 400;
}

/* line 897, ../sass/pages.scss */
#logo {
  display: none;
}

/* line 903, ../sass/pages.scss */
.maintenance-page #content {
  max-width: 800px;
  padding: 50px;
}

/* line 911, ../sass/pages.scss */
html.js .region-sidebar-first #block-block-1 .contextual-links-wrapper {
  display: none;
}

/* line 924, ../sass/pages.scss */
html.js .sidebar input.throbbing {
  background-image: url("../images/search-loading.gif");
  background-position: 93.5% 17px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 924, ../sass/pages.scss */
  html.js .sidebar input.throbbing {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../images/search-loading-2x.gif");
    background-size: 16px 16px;
  }
}

/*
 * Content
 */
/* line 939, ../sass/pages.scss */
.breadcrumb {
  /* The path to the current page in the form of a list of links */
}
/* line 940, ../sass/pages.scss */
.breadcrumb ol {
  margin: 0;
  padding: 0;
}
/* line 944, ../sass/pages.scss */
.breadcrumb li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 952, ../sass/pages.scss */
ul.inline {
  /* List of links generated by theme_links() */
  display: inline;
  padding: 0;
}
/* line 956, ../sass/pages.scss */
ul.inline li {
  display: inline;
  list-style-type: none;
  padding: 0 1em 0 0;
  /* LTR */
}

/* line 962, ../sass/pages.scss */
span.field-label {
  /* The inline field label used by the Fences module */
  padding: 0 1em 0 0;
  /* LTR */
}

/* line 966, ../sass/pages.scss */
.item-list .pager {
  /* A list of page numbers when more than 1 page of content is available */
  padding: 0;
}
/* line 969, ../sass/pages.scss */
.item-list .pager li {
  /* Each page number in the pager list */
  padding: 0 0.5em;
}

/* line 974, ../sass/pages.scss */
#listing-more-link {
  background-color: #77ced9;
  color: #000;
  padding: 0.625em;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  min-width: 3.125em;
}
/* line 983, ../sass/pages.scss */
#listing-more-link:link, #listing-more-link:visited {
  color: #000;
}

/* line 989, ../sass/pages.scss */
.grid-display #listing-more-link {
  clear: none;
  float: left;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  min-width: 0;
  width: 220px;
  margin: 0;
  padding: 30px 0px 130px 0;
  background: url("../images/more-button.png") no-repeat center 80px #eeeeee;
  color: #444;
  font-size: .9em;
}
/* line 1000, ../sass/pages.scss */
.grid-display #listing-more-link:hover {
  color: #fff;
  background: url("../images/more-button.png") no-repeat center 80px #130c0e;
}
/* line 1005, ../sass/pages.scss */
.grid-display #listing-more-link.loading {
  text-indent: 0;
  text-align: center;
  overflow: auto;
  background-image: url("../images/object-loading.gif");
  background-repeat: no-repeat;
  background-color: #eee;
  background-position: center 80px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 1005, ../sass/pages.scss */
  .grid-display #listing-more-link.loading {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../images/object-loading@2x.gif");
    background-size: 32px 32px;
  }
}
/* line 1014, ../sass/pages.scss */
.grid-display #listing-more-link.loading:hover {
  text-indent: 0;
  text-align: center;
  overflow: auto;
  color: #444;
  background-repeat: no-repeat;
  background-color: #eee;
  background-position: center 80px;
  background-image: url("../images/object-loading.gif");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 1014, ../sass/pages.scss */
  .grid-display #listing-more-link.loading:hover {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../images/object-loading@2x.gif");
    background-size: 32px 32px;
  }
}

/* line 1028, ../sass/pages.scss */
.object-page-main {
  background: #fff;
}
/* line 167, ../sass/partials/_custom.scss */
.object-page-main ul {
  margin: 0;
  padding: 0;
}
/* line 170, ../sass/partials/_custom.scss */
.object-page-main ul li {
  list-style: none;
}
/* line 1034, ../sass/pages.scss */
.object-page-main .user-fields .field-name-field-locations-latlon {
  margin-bottom: 0;
}
/* line 1038, ../sass/pages.scss */
.object-page-main .user-fields .edit-editor-is-popup .field-items {
  display: none;
}
/* line 1042, ../sass/pages.scss */
.object-page-main .user-fields .edit-form-container {
  width: 94%;
  margin: 0 3%;
}
/* line 1045, ../sass/pages.scss */
.object-page-main .user-fields .edit-form-container .edit-form {
  position: static;
  margin-bottom: 1.5em;
  max-width: none;
  padding: 10px;
}
/* line 1050, ../sass/pages.scss */
.object-page-main .user-fields .edit-form-container .edit-form .link-field-column {
  margin-right: 1%;
}
/* line 1055, ../sass/pages.scss */
.object-page-main .user-fields .comment-wrapper {
  padding-top: 15px;
  border-top: solid 1px #ccc;
  width: 100%;
}
/* line 1059, ../sass/pages.scss */
.object-page-main .user-fields .comment-wrapper #comment-body-add-more-wrapper fieldset.filter-wrapper {
  display: none;
}
/* line 1062, ../sass/pages.scss */
.object-page-main .user-fields .comment-wrapper .ajax-comment-wrapper {
  border-bottom: solid 1px #ccc;
  margin-bottom: 15px;
}
/* line 1065, ../sass/pages.scss */
.object-page-main .user-fields .comment-wrapper .ajax-comment-wrapper .indented {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
/* line 1071, ../sass/pages.scss */
.object-page-main .user-fields .comment-wrapper .title {
  font-weight: 300;
  width: 140px;
  margin: 0;
  float: left;
  font-size: 0.875em;
  line-height: 1.25em;
}
/* line 1079, ../sass/pages.scss */
.object-page-main .user-fields .comment-wrapper .title.comment-form {
  line-height: 2.2em;
}
/* line 1082, ../sass/pages.scss */
.object-page-main .user-fields .comment-wrapper .user-comments-wrapper {
  padding-left: 160px;
  margin-bottom: 20px;
  font-size: inherit;
  line-height: inherit;
}
/* line 1087, ../sass/pages.scss */
.object-page-main .user-fields .comment-wrapper .user-comments-wrapper .field-items {
  padding: 0;
  margin: 0;
  font-size: inherit;
}
/* line 1092, ../sass/pages.scss */
.object-page-main .user-fields .comment-wrapper .user-comments-wrapper .field {
  margin-bottom: 0;
}
/* line 1095, ../sass/pages.scss */
.object-page-main .user-fields .comment-wrapper .user-comments-wrapper .submitted {
  color: #757575;
  width: 150px;
  float: left;
  display: block;
  margin: 0;
  font-size: 0.65em;
}
/* line 1102, ../sass/pages.scss */
.object-page-main .user-fields .comment-wrapper .user-comments-wrapper .submitted .username {
  font-size: 1.3em;
  display: block;
  color: #000;
  text-transform: capitalize;
}
/* line 1108, ../sass/pages.scss */
.object-page-main .user-fields .comment-wrapper .user-comments-wrapper .submitted .ajax-comment-reply {
  font-size: 1.3em;
  display: block;
  text-transform: capitalize;
}
/* line 1114, ../sass/pages.scss */
.object-page-main .user-fields .comment-wrapper .user-comments-wrapper .content .field-name-comment-body {
  margin-left: 150px;
}
/* line 1116, ../sass/pages.scss */
.object-page-main .user-fields .comment-wrapper .user-comments-wrapper .content .field-name-comment-body p {
  font-size: 0.875em;
}
/* line 1119, ../sass/pages.scss */
.object-page-main .user-fields .comment-wrapper .user-comments-wrapper .content .field-name-comment-body .indented {
  margin-left: 15px;
}
/* line 1123, ../sass/pages.scss */
.object-page-main .user-fields .comment-wrapper .user-comments-wrapper .form-actions .form-submit {
  float: left;
  margin-right: 20px;
}
/* line 1127, ../sass/pages.scss */
.object-page-main .user-fields .comment-wrapper .user-comments-wrapper .form-actions .ajax-comments-reply-cancel {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.625em;
  padding: 6px 20px;
}
/* line 1133, ../sass/pages.scss */
.object-page-main .user-fields .comment-wrapper .user-comments-wrapper form.comment-form {
  padding-left: 0;
}
/* line 1135, ../sass/pages.scss */
.object-page-main .user-fields .comment-wrapper .user-comments-wrapper form.comment-form .filter-wrapper {
  padding: 0;
}
/* line 1140, ../sass/pages.scss */
.object-page-main .user-fields .comment-wrapper form.comment-form {
  padding-left: 160px;
  margin-bottom: 20px;
  max-width: 450px;
}
/* line 1147, ../sass/pages.scss */
.object-page-main .user-fields .form-type-item label {
  display: none;
}
/* line 1150, ../sass/pages.scss */
.object-page-main .user-fields .form-type-item .field-items {
  padding: 50px 40px 100px 40px;
  text-align: center;
  font-size: 1.2em;
  margin: 0;
  background: url("../images/network.png") no-repeat center bottom;
}
/* line 1156, ../sass/pages.scss */
.object-page-main .user-fields .form-type-item .field-items p {
  color: #000;
  font-weight: 300;
  font-size: 1.05em;
  line-height: 1.5em;
}
/* line 1164, ../sass/pages.scss */
.object-page-main .user-fields .contextual-links-wrapper {
  position: static;
  width: 94%;
  clear: both;
  background: #ddd;
  display: block;
  margin-bottom: 20px;
  padding: 10px 3%;
}
/* line 1173, ../sass/pages.scss */
.object-page-main .user-fields .contextual-links {
  display: block;
  position: static;
  -moz-border-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  overflow: auto;
}
/* line 1187, ../sass/pages.scss */
.object-page-main .user-fields .contextual-links li {
  line-height: 1.5em;
}
/* line 1189, ../sass/pages.scss */
.object-page-main .user-fields .contextual-links li a {
  margin: 0;
}
/* line 1193, ../sass/pages.scss */
.object-page-main .user-fields .contextual-links .quick-edit {
  float: left;
}
/* line 1195, ../sass/pages.scss */
.object-page-main .user-fields .contextual-links .quick-edit a {
  color: #000;
  font-weight: 400;
  font-size: 0.875em;
  padding: 6px 20px;
  background-color: #77ced9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
  margin: 0 auto;
  display: inline-block;
  color: #000;
  line-height: 2em;
  transition: background-color 0.1s, transform 0.1s;
  -webkit-transition: background-color 0.1s, -webkit-transform 0.1s;
  color: #fff !important;
  float: left;
}
/* line 161, ../sass/partials/_custom.scss */
.object-page-main .user-fields .contextual-links .quick-edit a:hover, .object-page-main .user-fields .contextual-links .quick-edit a:focus {
  background-color: #AADCEA;
}
/* line 1201, ../sass/pages.scss */
.object-page-main .user-fields .contextual-links .flag-inappropriate {
  float: right;
}
/* line 1203, ../sass/pages.scss */
.object-page-main .user-fields .contextual-links .flag-inappropriate span {
  display: block;
}
/* line 1205, ../sass/pages.scss */
.object-page-main .user-fields .contextual-links .flag-inappropriate span .flag-wrapper {
  position: static;
}
/* line 1207, ../sass/pages.scss */
.object-page-main .user-fields .contextual-links .flag-inappropriate span .flag-wrapper a {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.75em;
  padding: 6px;
  color: #8f0000 !important;
}
/* line 1214, ../sass/pages.scss */
.object-page-main .user-fields .contextual-links .flag-inappropriate span .flag-wrapper a:hover, .object-page-main .user-fields .contextual-links .flag-inappropriate span .flag-wrapper a:focus {
  text-decoration: underline;
  background: transparent;
}
/* line 1219, ../sass/pages.scss */
.object-page-main .user-fields .contextual-links .flag-inappropriate span .flag-wrapper .flag-throbber {
  display: none;
}
/* line 1223, ../sass/pages.scss */
.object-page-main .user-fields .contextual-links .flag-inappropriate span .unflag-disabled {
  padding: 6px 0;
  font-size: 0.8em;
}
/* line 1230, ../sass/pages.scss */
.object-page-main .user-fields .contextual-links-region-active {
  border: 0;
  outline: 0;
}
/* line 1234, ../sass/pages.scss */
.object-page-main .user-fields .contextual-links-trigger {
  display: none;
}
/* line 1238, ../sass/pages.scss */
.object-page-main .field {
  *zoom: 1;
  width: 94%;
  padding: 0 3%;
  margin-bottom: 1.5em;
}
/* line 63, ../sass/partials/_custom.scss */
.object-page-main .field:before, .object-page-main .field:after {
  content: " ";
  display: table;
}
/* line 67, ../sass/partials/_custom.scss */
.object-page-main .field:after {
  clear: both;
}
/* line 1243, ../sass/pages.scss */
.object-page-main .field .field-label {
  font-weight: 300;
  margin: 0;
  font-size: 1em;
  line-height: 1.25em;
  color: #000;
  float: none;
  margin-bottom: 0.625em;
}
/* line 1252, ../sass/pages.scss */
.object-page-main .field .field-items {
  margin-bottom: 10px;
  font-size: 0.875em;
  line-height: 1.25em;
  float: none;
}
/* line 1257, ../sass/pages.scss */
.object-page-main .field .field-items p {
  font-weight: 400;
  color: #757575;
  margin: 1em 0;
  font-size: 0.95em;
}
/* line 1265, ../sass/pages.scss */
.object-page-main .field-name-field-rephotograph .field-items {
  position: relative;
}
/* line 1269, ../sass/pages.scss */
.object-page-main .field-name-field-user-content-tags .field-item {
  float: left;
  margin-right: 10px;
}
/* line 1274, ../sass/pages.scss */
.object-page-main legend {
  font-size: 1.2em;
  font-weight: 400;
  width: 100%;
}
/* line 1278, ../sass/pages.scss */
.object-page-main legend .fieldset-legend {
  background: none !important;
  padding: 0 !important;
  height: 35px;
  background-position: 0 !important;
}
/* line 1283, ../sass/pages.scss */
.object-page-main legend .fieldset-legend .fieldset-title {
  display: block;
  padding: 5px;
  background-repeat: no-repeat;
  background-image: url("../images/expanded.png");
  background-position: 99% 12px;
  border-bottom: 1px solid #aaa;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 1283, ../sass/pages.scss */
  .object-page-main legend .fieldset-legend .fieldset-title {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../images/expanded@2x.png");
    background-size: 10px 10px;
  }
}
/* line 1292, ../sass/pages.scss */
.object-page-main legend .fieldset-legend .fieldset-title:hover, .object-page-main legend .fieldset-legend .fieldset-title:focus {
  background-color: #eee;
  color: #000;
}
/* line 1300, ../sass/pages.scss */
.object-page-main .collapsed .fieldset-legend {
  background: none !important;
}
/* line 1303, ../sass/pages.scss */
.object-page-main .collapsed .fieldset-legend .fieldset-title {
  background-image: url("../images/collapsed.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 1303, ../sass/pages.scss */
  .object-page-main .collapsed .fieldset-legend .fieldset-title {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../images/collapsed@2x.png");
    background-size: 10px 10px;
  }
}
/* line 1309, ../sass/pages.scss */
.object-page-main .object-wrapper-top {
  background: #f5f5f5;
  border-bottom: 1px solid #ebebeb;
}
/* line 1316, ../sass/pages.scss */
.object-page-main .object-top {
  padding: 2.5rem 2rem 1rem;
}
/* line 1319, ../sass/pages.scss */
.object-page-main .object-top .object-title {
  max-width: 77%;
  font-weight: 400;
  padding-left: 0;
  font-size: 2rem;
  color: #232323;
  margin: 0 0 5px 0;
}
/* line 1327, ../sass/pages.scss */
.object-page-main .object-top .featured-object-icon {
  text-transform: uppercase;
  font-size: 0.8em;
  color: #8f0000;
  padding-left: 15px;
  background-image: url("../images/icon-check-red.png");
  background-repeat: no-repeat;
  background-position: left center;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 1327, ../sass/pages.scss */
  .object-page-main .object-top .featured-object-icon {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../images/icon-check-red@2x.png");
    background-size: 10px 10px;
  }
}
/* line 1337, ../sass/pages.scss */
.object-page-main .object-top .object-id {
  float: none;
  color: #463f39;
  font-size: 0.875em;
  font-weight: 300;
  margin: 0;
  text-align: left;
}
/* line 1347, ../sass/pages.scss */
.object-page-main .block {
  *zoom: 1;
}
/* line 63, ../sass/partials/_custom.scss */
.object-page-main .block:before, .object-page-main .block:after {
  content: " ";
  display: table;
}
/* line 67, ../sass/partials/_custom.scss */
.object-page-main .block:after {
  clear: both;
}
/* line 1350, ../sass/pages.scss */
.object-page-main .block h3 {
  font-weight: 400;
  padding: 0 0 10px 37px;
  margin: 20px 0 30px 0;
  font-size: 1.4rem;
  color: #232323;
}
/* line 1357, ../sass/pages.scss */
.object-page-main .block p {
  font-weight: 400;
  color: #757575;
  margin: 1em 0;
}
/* line 1361, ../sass/pages.scss */
.object-page-main .block p:focus {
  outline: none;
}
/* line 1367, ../sass/pages.scss */
.object-page-main .block-wrapper h4 {
  font-weight: 400;
  font-size: 1.15rem;
  margin: 0;
  color: #000;
  display: inline-block;
  padding-right: 0.5rem;
  vertical-align: top;
}
/* line 1376, ../sass/pages.scss */
.object-page-main .block-wrapper .block-info {
  display: inline-block;
  font-size: 1.15rem;
}
/* line 1380, ../sass/pages.scss */
.object-page-main .block-wrapper .block-info .facet a {
  display: inline;
  background-image: url("../images/icon-tag-blue.png");
  background-repeat: no-repeat;
  padding-left: 20px;
  background-position: 0 7px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 1380, ../sass/pages.scss */
  .object-page-main .block-wrapper .block-info .facet a {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../images/icon-tag-blue@2x.png");
    background-size: 15px 15px;
  }
}
/* line 1387, ../sass/pages.scss */
.object-page-main .block-wrapper .block-info .facet a .facet-content {
  display: inline;
  padding-right: 0.5rem;
}
/* line 1395, ../sass/pages.scss */
.object-page-main .block-wrapper .block-info ul li {
  display: inline;
}
/* line 1399, ../sass/pages.scss */
.object-page-main .block-wrapper .block-info ul .object-relation p {
  font-weight: 400;
  font-size: 1.15rem;
  margin: 0;
  display: inline-block;
  padding: 0;
  color: #000;
}
/* line 1408, ../sass/pages.scss */
.object-page-main .block-wrapper .block-info ul .object-notes {
  padding-right: 0.5rem;
  display: block;
}
/* line 1411, ../sass/pages.scss */
.object-page-main .block-wrapper .block-info ul .object-notes p {
  display: inline;
  padding: 0;
}
/* line 1419, ../sass/pages.scss */
.object-page-main .block-wrapper .material-info {
  *zoom: 1;
}
/* line 63, ../sass/partials/_custom.scss */
.object-page-main .block-wrapper .material-info:before, .object-page-main .block-wrapper .material-info:after {
  content: " ";
  display: table;
}
/* line 67, ../sass/partials/_custom.scss */
.object-page-main .block-wrapper .material-info:after {
  clear: both;
}
/* line 1421, ../sass/pages.scss */
.object-page-main .block-wrapper .material-info ul {
  margin: 0;
}
/* line 1424, ../sass/pages.scss */
.object-page-main .block-wrapper .material-info li {
  float: left;
  margin-right: 0.625em;
}
/* line 1430, ../sass/pages.scss */
.object-page-main .block-wrapper .object-related-links a {
  display: inline;
  background-image: url("../images/icon-link.png");
  background-repeat: no-repeat;
  padding-left: 20px;
  background-position: 0 2px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 1430, ../sass/pages.scss */
  .object-page-main .block-wrapper .object-related-links a {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../images/icon-link@2x.png");
    background-size: 15px 15px;
  }
}
/* line 1437, ../sass/pages.scss */
.object-page-main .block-wrapper .object-related-links a .facet-content {
  display: inline-block;
  padding-right: 0.5rem;
}
/* line 1446, ../sass/pages.scss */
.object-page-main .object-wrapper-middle {
  margin: 0 auto;
  padding: 2rem;
  max-width: 42rem;
}
/* line 1450, ../sass/pages.scss */
.object-page-main .object-wrapper-middle h2.object-information {
  padding-top: 2rem;
  margin-top: 0;
  border-top: 1px solid #e6e6e6;
}
/* line 1456, ../sass/pages.scss */
.object-page-main .object-wrapper-middle .object-desc h4 {
  font-size: 1.1rem;
  display: inline-block;
  margin: 0;
  vertical-align: top;
  width: 20%;
  margin-right: 2%;
}
/* line 1464, ../sass/pages.scss */
.object-page-main .object-wrapper-middle .object-desc .block-info {
  font-size: 1.1rem;
  max-width: 75%;
  display: inline-block;
  margin: 0;
}
/* line 1470, ../sass/pages.scss */
.object-page-main .object-wrapper-middle .object-desc h2 {
  margin: 3rem auto 1rem;
}
@media screen and (max-width: 78.125em) {
  /* line 1477, ../sass/pages.scss */
  .object-page-main .object-wrapper-middle .object-desc h4,
  .object-page-main .object-wrapper-middle .object-desc .block-info {
    display: block;
    max-width: none;
    width: 100%;
  }
}
/* line 1488, ../sass/pages.scss */
.object-page-main .what .block-info-wrapper {
  margin-bottom: 8px;
}
/* line 1491, ../sass/pages.scss */
.object-page-main .what h4 {
  width: auto !important;
  margin: 0 !important;
}
/* line 1495, ../sass/pages.scss */
.object-page-main .what h3 {
  background-image: url("../images/icon-what-2x.png");
  background-size: 32px;
  background-repeat: no-repeat;
  display: inline-block;
  min-width: 13%;
  margin-right: 2%;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 1495, ../sass/pages.scss */
  .object-page-main .what h3 {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../images/icon-what-2x.png");
    background-size: 32px 32px;
  }
}
/* line 1507, ../sass/pages.scss */
.object-page-main .what .object-desc .read-more a,
.object-page-main .what .object-desc .read-less a {
  color: #000;
  font-weight: 400;
  font-size: 0.875em;
  padding: 6px 20px;
  background-color: #77ced9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
  margin: 0 auto;
  display: inline-block;
  color: #000;
  line-height: 2em;
  transition: background-color 0.1s, transform 0.1s;
  -webkit-transition: background-color 0.1s, -webkit-transform 0.1s;
  float: right;
}
/* line 161, ../sass/partials/_custom.scss */
.object-page-main .what .object-desc .read-more a:hover, .object-page-main .what .object-desc .read-more a:focus,
.object-page-main .what .object-desc .read-less a:hover,
.object-page-main .what .object-desc .read-less a:focus {
  background-color: #AADCEA;
}
/* line 1511, ../sass/pages.scss */
.object-page-main .what .object-desc .read-less {
  font-size: 0.875em;
  line-height: 1.25em;
}
/* line 1517, ../sass/pages.scss */
.object-page-main .what .block-info ul {
  float: none;
  width: 100%;
}
/* line 1521, ../sass/pages.scss */
.object-page-main .what .block-info p {
  margin: 0;
  padding: 0;
}
/* line 1531, ../sass/pages.scss */
.object-page-main .what p,
.object-page-main .when p,
.object-page-main .who p,
.object-page-main .where p {
  margin: 3px 0 8px 0;
}
/* line 1534, ../sass/pages.scss */
.object-page-main .what .block-wrapper,
.object-page-main .when .block-wrapper,
.object-page-main .who .block-wrapper,
.object-page-main .where .block-wrapper {
  display: inline-block;
  max-width: 75%;
}
/* line 1538, ../sass/pages.scss */
.object-page-main .what h3,
.object-page-main .when h3,
.object-page-main .who h3,
.object-page-main .where h3 {
  background-repeat: no-repeat;
  display: inline-block;
  background-size: 29px;
  vertical-align: top;
  margin-top: 0;
  max-width: 20%;
  min-width: 13%;
  margin-right: 2%;
}
@media screen and (max-width: 78.125em) {
  /* line 1549, ../sass/pages.scss */
  .object-page-main .what .block-wrapper, .object-page-main .what h3,
  .object-page-main .when .block-wrapper,
  .object-page-main .when h3,
  .object-page-main .who .block-wrapper,
  .object-page-main .who h3,
  .object-page-main .where .block-wrapper,
  .object-page-main .where h3 {
    display: block;
    max-width: none;
    width: 100%;
  }
}
/* line 1557, ../sass/pages.scss */
.object-page-main .what.block {
  margin-bottom: 0;
}
/* line 1560, ../sass/pages.scss */
.object-page-main .when.block {
  margin-top: 0;
}
/* line 1564, ../sass/pages.scss */
.object-page-main .when .block-info ul, .object-page-main .who .block-info ul {
  margin-bottom: 8px;
}
/* line 1567, ../sass/pages.scss */
.object-page-main .when.block, .object-page-main .who.block {
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 1px solid #e6e6e6;
}
/* line 1573, ../sass/pages.scss */
.object-page-main .when h3 {
  background-image: url("../images/icon-when-2x.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 1573, ../sass/pages.scss */
  .object-page-main .when h3 {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../images/icon-when-2x.png");
    background-size: 29px 29px;
  }
}
/* line 1579, ../sass/pages.scss */
.object-page-main .who h3 {
  background-image: url("../images/icon-who-2x.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 1579, ../sass/pages.scss */
  .object-page-main .who h3 {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../images/icon-who-2x.png");
    background-size: 29px 29px;
  }
}
/* line 1584, ../sass/pages.scss */
.object-page-main .where.block {
  border-top: 1px solid #ebebeb;
  background: #f5f5f5;
  padding: 2rem;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
  min-height: 300px;
}
/* line 1593, ../sass/pages.scss */
.object-page-main .where h3 {
  margin-bottom: 0.5rem;
  float: left;
  background-image: url("../images/icon-where-2x.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 1593, ../sass/pages.scss */
  .object-page-main .where h3 {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../images/icon-where-2x.png");
    background-size: 29px 29px;
  }
}
/* line 1599, ../sass/pages.scss */
.object-page-main .where .block-wrapper {
  float: left;
  clear: left;
  max-width: calc(48% - 2rem);
  max-height: 24rem;
  overflow-y: auto;
}
/* line 1606, ../sass/pages.scss */
.object-page-main .where ul {
  border: 1px solid #e6e6e6;
  background: white;
  padding: 0.5rem;
  border-radius: 2px;
  margin-bottom: 0.25rem;
}
/* line 1613, ../sass/pages.scss */
.object-page-main .where .map {
  width: 52%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
/* line 1620, ../sass/pages.scss */
.object-page-main .where .map .map-canvas {
  height: 100% !important;
}

/* line 1629, ../sass/pages.scss */
.controls {
  float: right;
}

/* line 1633, ../sass/pages.scss */
.object-menu {
  margin-right: 0;
}
/* line 1635, ../sass/pages.scss */
.object-menu li {
  display: inline-block;
}

/* line 1639, ../sass/pages.scss */
.close {
  padding: 0.3rem;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid transparent;
  vertical-align: middle;
  display: none;
  width: 30px;
  height: 30px;
  background-image: url("../images/close.png");
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  text-indent: -999px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 1639, ../sass/pages.scss */
  .close {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../images/close@2x.png");
    background-size: 20px 20px;
  }
}
/* line 1654, ../sass/pages.scss */
.close:hover, .close:focus {
  border: 1px solid #77ced9;
  background-color: #AADCEA;
}

/* line 1659, ../sass/pages.scss */
.back {
  display: block;
  margin-top: 3px;
}
/* line 1663, ../sass/pages.scss */
.back:hover, .back:focus {
  color: #000;
}

/* line 1667, ../sass/pages.scss */
.share-menu {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
}
/* line 1672, ../sass/pages.scss */
.share-menu .menu-toggle {
  cursor: pointer;
  display: block;
  padding: 0.5rem 2.5rem 0.5rem 0.5rem;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #77ced9;
  background-image: url(../images/menu-icon.png);
  background-repeat: no-repeat;
  background-position: right 0.35rem center;
  background-color: #fff;
  color: #232323;
  background-image: url("../images/menu-icon.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 1672, ../sass/pages.scss */
  .share-menu .menu-toggle {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../images/menu-icon@2x.png");
    background-size: 30px 30px;
  }
}
/* line 1686, ../sass/pages.scss */
.share-menu .menu-toggle:hover, .share-menu .menu-toggle:focus {
  background-color: #AADCEA;
  text-decoration: none;
}
/* line 1691, ../sass/pages.scss */
.share-menu .menu {
  display: none;
  position: absolute;
  width: 200px;
  right: 0;
  background: #fff;
  z-index: 50;
}
/* line 1698, ../sass/pages.scss */
.share-menu .menu li {
  border-bottom: 1px solid #d5d5d5;
  display: inherit;
}
/* line 1701, ../sass/pages.scss */
.share-menu .menu li a {
  text-align: right;
  display: block;
  padding: 5px 40px 5px 5px;
}
/* line 1706, ../sass/pages.scss */
.share-menu .menu li a:hover, .share-menu .menu li a:focus {
  color: #000;
  background-color: #AADCEA;
  text-decoration: none;
}
/* line 1712, ../sass/pages.scss */
.share-menu .menu li .fb-link {
  background-image: url("../images/facebook.png");
  background-repeat: no-repeat;
  background-position: 170px center;
}
/* line 1717, ../sass/pages.scss */
.share-menu .menu li .tw-link {
  background-image: url("../images/twitter.png");
  background-repeat: no-repeat;
  background-position: 170px center;
}
/* line 1722, ../sass/pages.scss */
.share-menu .menu li .pt-link {
  background-image: url("../images/pinterest.png");
  background-repeat: no-repeat;
  background-position: 170px center;
}

/* line 1730, ../sass/pages.scss */
a.pdf-link {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  padding: 0.5rem 2.5rem 0.5rem 0.5rem;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #77ced9;
  background-repeat: no-repeat;
  background-position: right 0.35rem center;
  background-color: #fff;
  color: #232323;
  background-image: url("../images/print-icon.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 1730, ../sass/pages.scss */
  a.pdf-link {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../images/print-icon@2x.png");
    background-size: 30px 30px;
  }
}
/* line 1746, ../sass/pages.scss */
a.pdf-link:hover, a.pdf-link:focus {
  color: #000;
  background-color: #AADCEA;
  text-decoration: none;
}

/* line 1753, ../sass/pages.scss */
.menu-active .menu {
  display: block;
  left: 0;
}

/* line 1760, ../sass/pages.scss */
.ui-widget-overlay {
  background: url("../images/ie8-white.png");
  background: rgba(255, 255, 255, 0.8);
  opacity: 1;
}

/* line 1766, ../sass/pages.scss */
.ui-dialog {
  -webkit-box-shadow: 0 0 10px #999;
  box-shadow: 0 0 10px #999;
  border-radius: 0;
  border: 0;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  margin-left: 0;
  padding: 0;
  font-family: "nimbus-sans", Helvetica, Arial, sans-serif;
  width: 100% !important;
  height: 100% !important;
}
/* line 1780, ../sass/pages.scss */
.ui-dialog .ui-widget-header {
  border-radius: 0;
  border: 0;
  background: none;
  padding: 20px;
  height: auto;
  position: relative;
}
/* line 1787, ../sass/pages.scss */
.ui-dialog .ui-widget-header button.ui-button {
  border-radius: 0;
  border: 0;
  background: url("../images/close.png") no-repeat center white;
  margin: 0;
  padding: 0;
  width: 28px;
  height: 28px;
  position: static;
  right: auto;
  top: auto;
  float: right;
}
/* line 1800, ../sass/pages.scss */
.ui-dialog .ui-widget-header button.ui-button:hover, .ui-dialog .ui-widget-header button.ui-button:focus {
  background: url("../images/close.png") no-repeat center #efefef;
}
/* line 1803, ../sass/pages.scss */
.ui-dialog .ui-widget-header button.ui-button span {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
/* line 1807, ../sass/pages.scss */
.ui-dialog .ui-widget-header .ui-dialog-title {
  font-weight: 400;
  padding-left: 0;
  font-size: 1.2em;
}
/* line 1813, ../sass/pages.scss */
.ui-dialog .carousel .slides li {
  width: 100px !important;
}
/* line 1816, ../sass/pages.scss */
.ui-dialog .slider {
  margin: 0;
  height: 100%;
}
/* line 1819, ../sass/pages.scss */
.ui-dialog .slider .flex-request-image a {
  top: 10px;
  height: 20px;
  width: 150px;
}
/* line 1825, ../sass/pages.scss */
.ui-dialog .carousel {
  margin-top: 20px;
}
/* line 1828, ../sass/pages.scss */
.ui-dialog .ui-dialog-content {
  overflow: hidden;
  width: auto;
  min-height: 0px;
  max-height: 100% !important;
  height: calc(100% - 48px) !important;
  padding: 0;
}
/* line 1836, ../sass/pages.scss */
.ui-dialog .ui-dialog-content .flex-request-image a {
  top: 1rem;
  right: 1rem;
}
/* line 1841, ../sass/pages.scss */
.ui-dialog .slides {
  height: 100% !important;
}
/* line 1844, ../sass/pages.scss */
.ui-dialog .slides li {
  height: 100% !important;
}

/* line 1851, ../sass/pages.scss */
.flexslider {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  margin-bottom: 20px;
  background: none;
}
/* line 1863, ../sass/pages.scss */
.flexslider .flex-direction-nav a {
  width: auto;
  height: auto;
  text-shadow: none;
  opacity: 1;
  top: auto;
  bottom: auto;
  margin: 30px auto;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  background-color: white;
  border: 1px solid #77ced9;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 0.25rem;
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  height: 40px;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
}
/* line 1883, ../sass/pages.scss */
.flexslider .flex-direction-nav a:before {
  content: none;
}

/* line 1889, ../sass/pages.scss */
.carousel {
  margin: 0 80px;
  height: 100px;
  padding: 0 2rem 2rem;
  overflow: hidden;
}
/* line 1895, ../sass/pages.scss */
.carousel .flex-viewport {
  display: flex;
  justify-content: flex-start;
}
/* line 1899, ../sass/pages.scss */
.carousel .slides {
  display: flex;
  justify-content: center;
}
/* line 1902, ../sass/pages.scss */
.carousel .slides li {
  cursor: pointer;
  margin-right: 0;
  height: 100px;
  width: 100px !important;
  position: relative;
  background-image: url("../images/object-loading.gif");
  background-repeat: no-repeat;
  background-position: center;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 1902, ../sass/pages.scss */
  .carousel .slides li {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../images/object-loading@2x.gif");
    background-size: 32px 32px;
  }
}
/* line 1913, ../sass/pages.scss */
.carousel .slides li:hover {
  background: #000;
}
/* line 1915, ../sass/pages.scss */
.carousel .slides li:hover img {
  opacity: 0.5;
}
/* line 1919, ../sass/pages.scss */
.carousel .slides li .carousel-lazy {
  display: none;
  width: auto;
}
/* line 1923, ../sass/pages.scss */
.carousel .slides li img {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  height: auto;
}
/* line 1933, ../sass/pages.scss */
.carousel .slides li .pointcrop-landscape {
  width: auto;
  max-width: none;
}
/* line 1939, ../sass/pages.scss */
.carousel .slides .flex-active-slide {
  background: #000;
}
/* line 1941, ../sass/pages.scss */
.carousel .slides .flex-active-slide img {
  opacity: 0.3;
}

/* line 1948, ../sass/pages.scss */
#gallery-wrapper .ajax-throbber-wrapper-small {
  float: left;
  position: absolute;
  z-index: 100;
  background: url("../images/ie8-white.png");
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 570px;
}
/* line 1956, ../sass/pages.scss */
#gallery-wrapper .ajax-throbber-wrapper-small img {
  position: absolute;
  left: 309px;
  top: 235px;
}

/* line 1965, ../sass/pages.scss */
.lazy {
  display: none;
}

/* line 1969, ../sass/pages.scss */
.slider-lazy {
  display: none;
}

/* line 1974, ../sass/pages.scss */
#gallery-wrapper {
  background-color: #f5f5f5;
}

/* line 1980, ../sass/pages.scss */
.image-request {
  margin: 1rem auto 2rem;
  display: block;
  max-width: 7rem;
  padding: 0.5rem 2.5rem 0.5rem 0.5rem;
  color: black !important;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center right 0.75rem;
  background-color: #77ced9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-image: url("../images/request-image.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 1980, ../sass/pages.scss */
  .image-request {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../images/request-image@2x.png");
    background-size: 20px 20px;
  }
}
/* line 1993, ../sass/pages.scss */
.image-request:hover {
  background-color: #AADCEA;
  text-decoration: none;
}
/* line 1997, ../sass/pages.scss */
.image-request:focus {
  text-decoration: none;
  outline: 3px auto #6ebbc4 !important;
}
/* line 274, ../sass/partials/_custom.scss */
body.keynav .image-request:focus {
  outline: 2px solid #6ebbc4 !important;
  outline-offset: 1px;
  box-shadow: 0 0 5px 2px #6ebbc4;
}

/* line 2004, ../sass/pages.scss */
.image-send-request {
  margin: 1rem 0;
  display: block;
  max-width: 7rem;
  color: black !important;
  background-color: #77ced9;
  background-image: none !important;
  padding: 0.5rem !important;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
/* line 2006, ../sass/pages.scss */
.image-send-request.image-request {
  margin: 1rem auto 2rem;
}
/* line 2017, ../sass/pages.scss */
.image-send-request:hover {
  background-color: #AADCEA;
  text-decoration: none;
}
/* line 2021, ../sass/pages.scss */
.image-send-request:focus {
  text-decoration: none;
  outline: 3px auto #6ebbc4 !important;
}
/* line 274, ../sass/partials/_custom.scss */
body.keynav .image-send-request:focus {
  outline: 2px solid #6ebbc4 !important;
  outline-offset: 1px;
  box-shadow: 0 0 5px 2px #6ebbc4;
}

/* line 2028, ../sass/pages.scss */
.gallery-links {
  position: relative;
  margin: 0 auto 25px;
  width: calc(100% - 60px);
  z-index: 20;
  box-sizing: border-box;
  text-align: center;
}
/* line 2035, ../sass/pages.scss */
.gallery-links a {
  padding: 0.5rem 2.5rem 0.5rem 0.5rem;
  color: black !important;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center right 0.75rem;
  background-color: #77ced9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  margin-left: 0.5rem;
  display: inline-block;
  margin: 0 5px;
  transition: .2s ease-out all;
}
/* line 2048, ../sass/pages.scss */
.gallery-links a:hover {
  background-color: #AADCEA;
  text-decoration: none;
}
/* line 2052, ../sass/pages.scss */
.gallery-links a:focus {
  text-decoration: none;
  outline: 3px auto #6ebbc4 !important;
}
/* line 274, ../sass/partials/_custom.scss */
body.keynav .gallery-links a:focus {
  outline: 2px solid #6ebbc4 !important;
  outline-offset: 1px;
  box-shadow: 0 0 5px 2px #6ebbc4;
}
/* line 2056, ../sass/pages.scss */
.gallery-links a.slideshow-link {
  background-image: url("../images/fullscreen.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 2056, ../sass/pages.scss */
  .gallery-links a.slideshow-link {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../images/fullscreen@2x.png");
    background-size: 20px 20px;
  }
}
/* line 2060, ../sass/pages.scss */
.gallery-links a.image-request {
  background-image: url("../images/request-image.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 2060, ../sass/pages.scss */
  .gallery-links a.image-request {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../images/request-image@2x.png");
    background-size: 20px 20px;
  }
}
/* line 2065, ../sass/pages.scss */
.gallery-links .slideshow-unavailable {
  padding: 0.5rem;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-color: #333;
  line-height: 1.2rem;
}
/* line 2071, ../sass/pages.scss */
.gallery-links .slideshow-unavailable p {
  margin: 0;
  font-size: 1rem;
  text-align: center;
  color: #fff;
  display: inline;
  line-height: 1.5em;
  font-weight: 400;
}
@media screen and (max-width: 65.625em) {
  /* line 2065, ../sass/pages.scss */
  .gallery-links .slideshow-unavailable {
    display: none;
  }
}
@media screen and (max-width: 30em) {
  /* line 2028, ../sass/pages.scss */
  .gallery-links {
    width: 100%;
  }
}

/* line 2091, ../sass/pages.scss */
.one-image .flex-direction-nav,
.one-image .carousel {
  display: none;
}

/* line 2096, ../sass/pages.scss */
.slider {
  height: auto;
}
/* line 2098, ../sass/pages.scss */
.slider .slides {
  height: 28.125em;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/carousel-loader.gif");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 2098, ../sass/pages.scss */
  .slider .slides {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../images/carousel-loader@2x.gif");
    background-size: 32px 32px;
  }
}
/* line 2105, ../sass/pages.scss */
.slider .slides li {
  height: 28.125em;
}
/* line 2108, ../sass/pages.scss */
.slider .slides img {
  position: absolute !important;
  margin: auto !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-height: 85%;
  max-width: 95%;
  width: auto;
  box-shadow: 0px 60px 80px -40px rgba(0, 0, 0, 0.5);
  outline: none;
}
/* line 2123, ../sass/pages.scss */
.slider .flex-direction-nav .flex-next, .slider:hover .flex-next {
  right: 2rem;
  opacity: 1;
}
/* line 2128, ../sass/pages.scss */
.slider .flex-direction-nav .flex-prev, .slider:hover .flex-prev {
  left: 2rem;
  opacity: 1;
}
/* line 2132, ../sass/pages.scss */
.slider .flex-direction-nav .flex-next {
  background-image: url("../images/carousel-next.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 2132, ../sass/pages.scss */
  .slider .flex-direction-nav .flex-next {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../images/carousel-next@2x.png");
    background-size: 40px 40px;
  }
}
/* line 2136, ../sass/pages.scss */
.slider .flex-direction-nav .flex-prev {
  background-image: url("../images/carousel-prev.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 2136, ../sass/pages.scss */
  .slider .flex-direction-nav .flex-prev {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../images/carousel-prev@2x.png");
    background-size: 40px 40px;
  }
}
/* line 2144, ../sass/pages.scss */
.slider .flex-next:hover, .slider .flex-next:focus, .slider .flex-next:active,
.slider .flex-prev:hover,
.slider .flex-prev:focus,
.slider .flex-prev:active {
  background-color: #AADCEA;
}
/* line 2148, ../sass/pages.scss */
.slider .flex-request-image a {
  background: #77ced9;
  color: #000;
  position: absolute;
  top: 70px;
  right: 2rem;
  height: 38px;
  width: 42px;
  color: #000;
  font-size: 0.6em;
  line-height: 1.2em;
  padding: 8px 4px 4px 4px;
  text-align: center;
  display: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
/* line 2163, ../sass/pages.scss */
.slider .flex-request-image a:hover {
  background: #AADCEA;
  text-decoration: none;
}
/* line 2167, ../sass/pages.scss */
.slider .flex-request-image a:focus {
  text-decoration: none;
  outline: 3px auto #6ebbc4 !important;
}
/* line 274, ../sass/partials/_custom.scss */
body.keynav .slider .flex-request-image a:focus {
  outline: 2px solid #6ebbc4 !important;
  outline-offset: 1px;
  box-shadow: 0 0 5px 2px #6ebbc4;
}
/* line 2172, ../sass/pages.scss */
.slider .flex-active-slide .flex-request-image a {
  display: block;
}

/* line 2178, ../sass/pages.scss */
.request-photography a {
  background: #77ced9;
  padding: 6px 10px;
  color: #000;
  font-size: 0.6em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  line-height: 1.3em;
}
/* line 2185, ../sass/pages.scss */
.request-photography a:hover {
  background: #AADCEA;
  text-decoration: none;
}
/* line 2189, ../sass/pages.scss */
.request-photography a:focus {
  text-decoration: none;
  outline: 3px auto #6ebbc4 !important;
}
/* line 274, ../sass/partials/_custom.scss */
body.keynav .request-photography a:focus {
  outline: 2px solid #6ebbc4 !important;
  outline-offset: 1px;
  box-shadow: 0 0 5px 2px #6ebbc4;
}

/* line 2195, ../sass/pages.scss */
.triangle-wrapper {
  position: absolute;
  z-index: 1000;
  left: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background-image: url("../images/explore-bg.png");
  background-repeat: no-repeat;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 2195, ../sass/pages.scss */
  .triangle-wrapper {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../images/explore-bg-2x.png");
    background-size: 40px 40px;
  }
}
@media screen and (max-width: 65.625em) {
  /* line 2195, ../sass/pages.scss */
  .triangle-wrapper {
    display: none;
  }
}

/* line 2211, ../sass/pages.scss */
.triangle-mobile-wrapper {
  position: absolute;
  z-index: 1000;
  left: 0;
  right: 0;
  width: 10px;
  height: 10px;
  background-image: url("../images/explore-bg.png");
  background-repeat: no-repeat;
  background-size: 100%;
  display: none;
}
@media screen and (max-width: 65.625em) {
  /* line 2211, ../sass/pages.scss */
  .triangle-mobile-wrapper {
    display: block;
  }
}

/* line 2227, ../sass/pages.scss */
.explore-header {
  background-color: #eee;
}

/* line 2231, ../sass/pages.scss */
#block-nma-cs-explore-bar {
  margin: 0;
}
/* line 2233, ../sass/pages.scss */
#block-nma-cs-explore-bar .block-title {
  display: none;
}
/* line 2236, ../sass/pages.scss */
#block-nma-cs-explore-bar .object-filter {
  padding: 0 1.875em 0 2.5em;
  *zoom: 1;
}
/* line 63, ../sass/partials/_custom.scss */
#block-nma-cs-explore-bar .object-filter:before, #block-nma-cs-explore-bar .object-filter:after {
  content: " ";
  display: table;
}
/* line 67, ../sass/partials/_custom.scss */
#block-nma-cs-explore-bar .object-filter:after {
  clear: both;
}
@media screen and (max-width: 65.625em) {
  /* line 2236, ../sass/pages.scss */
  #block-nma-cs-explore-bar .object-filter {
    padding: 0;
  }
}
/* line 2242, ../sass/pages.scss */
#block-nma-cs-explore-bar .object-filter h2 {
  margin: 0;
  color: #444;
  font-weight: 600;
  font-size: 1.1em;
  float: left;
  margin-right: 5px;
  line-height: 1.5em;
}
/* line 2251, ../sass/pages.scss */
#block-nma-cs-explore-bar .object-filter .current-filters {
  *zoom: 1;
  width: 100%;
  margin-right: -100%;
  float: left;
}
/* line 63, ../sass/partials/_custom.scss */
#block-nma-cs-explore-bar .object-filter .current-filters:before, #block-nma-cs-explore-bar .object-filter .current-filters:after {
  content: " ";
  display: table;
}
/* line 67, ../sass/partials/_custom.scss */
#block-nma-cs-explore-bar .object-filter .current-filters:after {
  clear: both;
}
/* line 2256, ../sass/pages.scss */
#block-nma-cs-explore-bar .object-filter .current-filters .title-wrapper {
  *zoom: 1;
  padding-top: 6px;
  float: left;
}
/* line 63, ../sass/partials/_custom.scss */
#block-nma-cs-explore-bar .object-filter .current-filters .title-wrapper:before, #block-nma-cs-explore-bar .object-filter .current-filters .title-wrapper:after {
  content: " ";
  display: table;
}
/* line 67, ../sass/partials/_custom.scss */
#block-nma-cs-explore-bar .object-filter .current-filters .title-wrapper:after {
  clear: both;
}
/* line 2262, ../sass/pages.scss */
#block-nma-cs-explore-bar .object-filter .filters {
  padding-right: 25rem;
  margin-top: -3px;
}
/* line 2266, ../sass/pages.scss */
#block-nma-cs-explore-bar .object-filter .current-search-item {
  *zoom: 1;
}
/* line 63, ../sass/partials/_custom.scss */
#block-nma-cs-explore-bar .object-filter .current-search-item:before, #block-nma-cs-explore-bar .object-filter .current-search-item:after {
  content: " ";
  display: table;
}
/* line 67, ../sass/partials/_custom.scss */
#block-nma-cs-explore-bar .object-filter .current-search-item:after {
  clear: both;
}
/* line 2268, ../sass/pages.scss */
#block-nma-cs-explore-bar .object-filter .current-search-item li {
  display: inline-block;
  margin-right: 5px;
  margin-top: 5px;
  vertical-align: middle;
}
/* line 2274, ../sass/pages.scss */
#block-nma-cs-explore-bar .object-filter .current-search-item li a:not(.clear-filters) {
  position: relative;
  background-color: white;
  color: #457a89;
  font-weight: 600;
  display: block;
  padding: 4px 40px 4px 30px;
  font-size: 0.8em;
  border: 1px solid #77ced9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-image: url("../images/icon-tag.png");
  background-repeat: no-repeat;
  background-position: 8px center;
  -webkit-transition: background 0.1s ease-out;
  -moz-transition: background 0.1s ease-out;
  -o-transition: background 0.1s ease-out;
  transition: background 0.1s ease-out;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 2274, ../sass/pages.scss */
  #block-nma-cs-explore-bar .object-filter .current-search-item li a:not(.clear-filters) {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../images/icon-tag@2x.png");
    background-size: 15px 15px;
  }
}
/* line 2294, ../sass/pages.scss */
#block-nma-cs-explore-bar .object-filter .current-search-item li a:not(.clear-filters) .remove-icon {
  padding: 0 5px;
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  right: 0px;
  top: 0;
  z-index: 100000;
  background: url("../images/icon-minus-2x.png") no-repeat center;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transition: background 0.1s ease-out;
  -moz-transition: background 0.1s ease-out;
  -o-transition: background 0.1s ease-out;
  transition: background 0.1s ease-out;
}
/* line 2316, ../sass/pages.scss */
#block-nma-cs-explore-bar .object-filter .current-search-item li a:not(.clear-filters):hover .remove-icon, #block-nma-cs-explore-bar .object-filter .current-search-item li a:not(.clear-filters):focus .remove-icon, #block-nma-cs-explore-bar .object-filter .current-search-item li a:not(.clear-filters):active .remove-icon {
  background: #8f0000 url("../images/icon-minus-active-2x.png") no-repeat center;
}
/* line 2321, ../sass/pages.scss */
#block-nma-cs-explore-bar .object-filter .current-search-item li a:not(.clear-filters).type-current-search {
  background-image: url("../images/icon-search.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 2321, ../sass/pages.scss */
  #block-nma-cs-explore-bar .object-filter .current-search-item li a:not(.clear-filters).type-current-search {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../images/icon-search-2x.png");
    background-size: 15px 15px;
  }
}
/* line 2327, ../sass/pages.scss */
#block-nma-cs-explore-bar .object-filter .current-search-item li a.clear-filters {
  padding: 0;
  display: inline-block;
}
/* line 2334, ../sass/pages.scss */
#block-nma-cs-explore-bar .object-filter .no-filters {
  display: block;
  margin-right: 5px;
  float: left;
  white-space: nowrap;
  font-weight: 600;
  font-size: 1.1em;
  line-height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 2345, ../sass/pages.scss */
#block-nma-cs-explore-bar .object-filter .explore-count {
  float: left;
  margin-right: 15px;
  font-weight: 600;
  font-size: 1.1em;
  line-height: 1.5em;
}
/* line 2352, ../sass/pages.scss */
#block-nma-cs-explore-bar .object-filter .sort-group {
  display: inline-block;
}
/* line 2356, ../sass/pages.scss */
#block-nma-cs-explore-bar .object-filter .right-sort {
  float: right;
  margin-top: 4px;
}
/* line 2361, ../sass/pages.scss */
#block-nma-cs-explore-bar .object-filter .right-sort:after {
  clear: both;
  content: "";
  display: block;
}
/* line 2367, ../sass/pages.scss */
#block-nma-cs-explore-bar .object-filter .right-sort > a {
  display: inline-block;
  margin-right: 15px;
  background: #77ced9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 0.25rem 0.5rem;
  color: black;
  -webkit-transition: background-color 0.1s ease-out;
  -moz-transition: background-color 0.1s ease-out;
  -o-transition: background-color 0.1s ease-out;
  transition: background-color 0.1s ease-out;
}
/* line 2375, ../sass/pages.scss */
#block-nma-cs-explore-bar .object-filter .right-sort > a:hover {
  background-color: #AADCEA;
  text-decoration: none;
}
/* line 2379, ../sass/pages.scss */
#block-nma-cs-explore-bar .object-filter .right-sort > a:focus {
  text-decoration: none;
  outline: 3px auto #6ebbc4 !important;
}
/* line 274, ../sass/partials/_custom.scss */
body.keynav #block-nma-cs-explore-bar .object-filter .right-sort > a:focus {
  outline: 2px solid #6ebbc4 !important;
  outline-offset: 1px;
  box-shadow: 0 0 5px 2px #6ebbc4;
}
/* line 2384, ../sass/pages.scss */
#block-nma-cs-explore-bar .object-filter .right-sort .sort-group {
  margin-right: 10px;
  display: inline-block;
  position: relative;
}
/* line 2389, ../sass/pages.scss */
#block-nma-cs-explore-bar .object-filter .right-sort .sort-group .form-item {
  margin: 0;
  display: block;
  position: relative;
}
/* line 2394, ../sass/pages.scss */
#block-nma-cs-explore-bar .object-filter .right-sort .sort-group .form-item label {
  display: inline-block;
  margin-right: 10px;
}
/* line 2399, ../sass/pages.scss */
#block-nma-cs-explore-bar .object-filter .right-sort .sort-group .form-item .sort-order {
  text-indent: -99999px;
  display: block;
  background: #77ced9;
  background-image: url("../images/sort-icon-random.png");
  background-repeat: no-repeat;
  background-position: center center;
  width: 37px;
  height: 31px;
  top: 0;
  left: 40px;
  position: absolute;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
/* line 2415, ../sass/pages.scss */
#block-nma-cs-explore-bar .object-filter .right-sort .sort-group .form-item.direction-desc .sort-order {
  background-image: url("../images/sort-icon-down.png");
}
/* line 2419, ../sass/pages.scss */
#block-nma-cs-explore-bar .object-filter .right-sort .sort-group .form-item.direction-desc .sort-order:hover, #block-nma-cs-explore-bar .object-filter .right-sort .sort-group .form-item.direction-desc .sort-order:focus, #block-nma-cs-explore-bar .object-filter .right-sort .sort-group .form-item.direction-desc .sort-order:active {
  background-image: url("../images/sort-icon-up.png");
}
/* line 2423, ../sass/pages.scss */
#block-nma-cs-explore-bar .object-filter .right-sort .sort-group .form-item.direction-asc .sort-order {
  background-image: url("../images/sort-icon-up.png");
}
/* line 2427, ../sass/pages.scss */
#block-nma-cs-explore-bar .object-filter .right-sort .sort-group .form-item.direction-asc .sort-order:hover, #block-nma-cs-explore-bar .object-filter .right-sort .sort-group .form-item.direction-asc .sort-order:focus, #block-nma-cs-explore-bar .object-filter .right-sort .sort-group .form-item.direction-asc .sort-order:active {
  background-image: url("../images/sort-icon-down.png");
}
/* line 2433, ../sass/pages.scss */
#block-nma-cs-explore-bar .object-filter .right-sort .sort-group select {
  border: 0;
  display: inline-block;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #77ced9 url(../images/menu-expanded.png) no-repeat 15px 15px;
  background-position: top 15px right 0.75rem;
  padding: 0.25rem 1.5rem 0.25rem 0.65rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  height: 31px;
  margin: 0 0 0 27px;
  overflow: visible;
  -webkit-transition: background-color 0.1s ease-out;
  -moz-transition: background-color 0.1s ease-out;
  -o-transition: background-color 0.1s ease-out;
  transition: background-color 0.1s ease-out;
}
/* line 2450, ../sass/pages.scss */
#block-nma-cs-explore-bar .object-filter .right-sort .sort-group select:hover {
  background-color: #AADCEA;
}
/* line 2453, ../sass/pages.scss */
#block-nma-cs-explore-bar .object-filter .right-sort .sort-group select:focus {
  text-decoration: none;
  outline: 3px auto #6ebbc4 !important;
}
/* line 274, ../sass/partials/_custom.scss */
body.keynav #block-nma-cs-explore-bar .object-filter .right-sort .sort-group select:focus {
  outline: 2px solid #6ebbc4 !important;
  outline-offset: 1px;
  box-shadow: 0 0 5px 2px #6ebbc4;
}
/* line 2457, ../sass/pages.scss */
#block-nma-cs-explore-bar .object-filter .right-sort .sort-group select::-ms-expand {
  display: none;
}
/* line 2462, ../sass/pages.scss */
#block-nma-cs-explore-bar .object-filter .right-sort .sort-group .form-submit {
  margin-left: 20px;
  padding: 9px 20px;
}
/* line 2466, ../sass/pages.scss */
#block-nma-cs-explore-bar .object-filter .right-sort .sort-group .form-actions {
  display: block;
  margin: 0 0 0 140px;
}
/* line 2471, ../sass/pages.scss */
#block-nma-cs-explore-bar .object-filter .right-sort .display-mode {
  display: inline-block;
  vertical-align: middle;
  float: right;
}
/* line 2475, ../sass/pages.scss */
#block-nma-cs-explore-bar .object-filter .right-sort .display-mode li {
  float: left;
}
/* line 2477, ../sass/pages.scss */
#block-nma-cs-explore-bar .object-filter .right-sort .display-mode li a {
  width: 30px;
  height: 30px;
  display: block;
  background-color: transparent;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: background-color 0.1s ease-out;
  -moz-transition: background-color 0.1s ease-out;
  -o-transition: background-color 0.1s ease-out;
  transition: background-color 0.1s ease-out;
}
/* line 2488, ../sass/pages.scss */
#block-nma-cs-explore-bar .object-filter .right-sort .display-mode li a:hover, #block-nma-cs-explore-bar .object-filter .right-sort .display-mode li a:focus {
  cursor: pointer;
  background-color: #AADCEA;
}
/* line 2492, ../sass/pages.scss */
#block-nma-cs-explore-bar .object-filter .right-sort .display-mode li a:focus {
  outline: -webkit-focus-ring-color auto 5px;
}
/* line 2496, ../sass/pages.scss */
#block-nma-cs-explore-bar .object-filter .right-sort .display-mode li .active {
  background-color: #77ced9;
}
/* line 2498, ../sass/pages.scss */
#block-nma-cs-explore-bar .object-filter .right-sort .display-mode li .active:focus {
  background-color: #77ced9;
}
/* line 2502, ../sass/pages.scss */
#block-nma-cs-explore-bar .object-filter .right-sort .display-mode li .grid-icon {
  background-image: url("../images/thumbnail-icon.png");
  margin-right: 0.3125em;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 2502, ../sass/pages.scss */
  #block-nma-cs-explore-bar .object-filter .right-sort .display-mode li .grid-icon {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../images/icon-grid-2x.png");
    background-size: 20px 20px;
  }
}
/* line 2507, ../sass/pages.scss */
#block-nma-cs-explore-bar .object-filter .right-sort .display-mode li .table-icon {
  background-image: url("../images/list-icon.png");
  margin-right: 0.3125em;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 2507, ../sass/pages.scss */
  #block-nma-cs-explore-bar .object-filter .right-sort .display-mode li .table-icon {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../images/icon-table-2x.png");
    background-size: 20px 20px;
  }
}
/* line 2512, ../sass/pages.scss */
#block-nma-cs-explore-bar .object-filter .right-sort .display-mode li .map-icon {
  background-image: url("../images/map-icon.png");
  margin-right: 0;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 2512, ../sass/pages.scss */
  #block-nma-cs-explore-bar .object-filter .right-sort .display-mode li .map-icon {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../images/icon-map-2x.png");
    background-size: 20px 20px;
  }
}
/* line 2520, ../sass/pages.scss */
#block-nma-cs-explore-bar .object-filter ul {
  *zoom: 1;
  margin: 0;
  padding: 0;
}
/* line 63, ../sass/partials/_custom.scss */
#block-nma-cs-explore-bar .object-filter ul:before, #block-nma-cs-explore-bar .object-filter ul:after {
  content: " ";
  display: table;
}
/* line 67, ../sass/partials/_custom.scss */
#block-nma-cs-explore-bar .object-filter ul:after {
  clear: both;
}
/* line 2524, ../sass/pages.scss */
#block-nma-cs-explore-bar .object-filter ul li {
  list-style: none;
}

/* line 2531, ../sass/pages.scss */
.jqactive #block-nma-cs-explore-bar .right-sort .sort-group .form-actions {
  display: none;
}

/* line 2543, ../sass/pages.scss */
.grid-display .listing-grid-wrapper {
  *zoom: 1;
}
/* line 63, ../sass/partials/_custom.scss */
.grid-display .listing-grid-wrapper:before, .grid-display .listing-grid-wrapper:after {
  content: " ";
  display: table;
}
/* line 67, ../sass/partials/_custom.scss */
.grid-display .listing-grid-wrapper:after {
  clear: both;
}
/* line 2546, ../sass/pages.scss */
.grid-display .listing-table-wrapper {
  display: none;
}
/* line 2549, ../sass/pages.scss */
.grid-display .listing-map-wrapper {
  display: none;
}

/* line 2555, ../sass/pages.scss */
.table-display .listing-grid-wrapper {
  display: none;
}
/* line 2558, ../sass/pages.scss */
.table-display .listing-table-wrapper {
  display: block;
}
/* line 2561, ../sass/pages.scss */
.table-display .listing-map-wrapper {
  display: none;
}

/* line 2567, ../sass/pages.scss */
.map-display .listing-grid-wrapper {
  display: none;
}
/* line 2570, ../sass/pages.scss */
.map-display .listing-table-wrapper {
  display: none;
}
/* line 2573, ../sass/pages.scss */
.map-display .listing-map-wrapper {
  display: block;
}

/* line 2581, ../sass/pages.scss */
.more-button-active #listing-more-link {
  display: block;
}

/* line 2586, ../sass/pages.scss */
.more-button-inactive #listing-more-link {
  display: none;
}
/* line 2589, ../sass/pages.scss */
.more-button-inactive .listing-grid-wrapper .last {
  margin-bottom: 200px;
}

/* line 2594, ../sass/pages.scss */
.object-page-main .node-user-content.edit-entity-active .object-edit-section {
  background: #eee;
}
/* line 2597, ../sass/pages.scss */
.object-page-main .node-user-content.edit-entity-active .object-edit-section .field-name-field-locations-latlon,
.object-page-main .node-user-content.edit-entity-active .object-edit-section .slideshow-link {
  display: none;
}

/* line 2602, ../sass/pages.scss */
#edit_modal {
  border: 0;
  -webkit-box-shadow: 0 0 10px #999;
  box-shadow: 0 0 10px #999;
  max-width: 400px;
}
/* line 2607, ../sass/pages.scss */
#edit_modal .main {
  background: transparent url("../images/attention.png") no-repeat;
}
/* line 2609, ../sass/pages.scss */
#edit_modal .main p {
  line-height: 1.9em;
  font-size: 0.7em;
}
/* line 2614, ../sass/pages.scss */
#edit_modal .actions {
  overflow: auto;
}
/* line 2617, ../sass/pages.scss */
#edit_modal .action-save {
  color: #000;
  font-weight: 400;
  font-size: 0.875em;
  padding: 6px 20px;
  background-color: #77ced9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
  margin: 0 auto;
  display: inline-block;
  color: #000;
  line-height: 2em;
  transition: background-color 0.1s, transform 0.1s;
  -webkit-transition: background-color 0.1s, -webkit-transform 0.1s;
  border: 0;
  float: right;
  margin: 5px;
}
/* line 161, ../sass/partials/_custom.scss */
#edit_modal .action-save:hover, #edit_modal .action-save:focus {
  background-color: #AADCEA;
}
/* line 2623, ../sass/pages.scss */
#edit_modal .action-cancel {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.625em;
  padding: 6px 20px;
  margin: 5px;
  border: 0;
}
/* line 2630, ../sass/pages.scss */
#edit_modal .action-cancel:hover {
  border: 0;
}

/* line 2636, ../sass/pages.scss */
.messages-wrapper {
  padding: 0.625em;
}

/* line 2642, ../sass/pages.scss */
.messages-wrapper div.messages,
.webform-ajax-wrapper div.messages {
  border-radius: 2px;
  margin: 15px auto;
  padding: 15px 15px 15px 50px;
  background-position: center left 8px;
  background-size: 25px;
}
/* line 2649, ../sass/pages.scss */
.messages-wrapper div.messages.status,
.webform-ajax-wrapper div.messages.status {
  border-color: #4CAF50;
  background-color: #f2fff3;
  background-image: url(../images/icon-message-ok@2x.png);
}
/* line 2653, ../sass/pages.scss */
.messages-wrapper div.messages.status p,
.webform-ajax-wrapper div.messages.status p {
  color: #4CAF50 !important;
  margin: auto !important;
}
/* line 2658, ../sass/pages.scss */
.messages-wrapper div.messages.error,
.webform-ajax-wrapper div.messages.error {
  border-color: #F44336;
  background-color: #fff6f6;
  background-image: url(../images/icon-message-error@2x.png);
}
/* line 2662, ../sass/pages.scss */
.messages-wrapper div.messages.error p,
.webform-ajax-wrapper div.messages.error p {
  color: #F44336 !important;
  margin: auto !important;
}

/* line 2671, ../sass/pages.scss */
.object-page-main .node-user-content .object-edit-section {
  background: #fff;
  border: solid 1px #e0e0e0;
  width: 100%;
  position: relative;
}
/* line 2676, ../sass/pages.scss */
.object-page-main .node-user-content .object-edit-section #edit-toolbar-fence {
  position: absolute;
}
/* line 2680, ../sass/pages.scss */
.object-page-main .node-user-content .edit-validation-errors {
  position: static;
  margin-left: -14px;
  background-color: inherit;
}
/* line 2684, ../sass/pages.scss */
.object-page-main .node-user-content .edit-validation-errors .messages.error {
  border: 1px solid #ed1c24;
  background: #f8aaad;
  position: static;
  box-shadow: none;
  margin-top: 20px;
}
/* line 2690, ../sass/pages.scss */
.object-page-main .node-user-content .edit-validation-errors .messages.error:before {
  display: none;
}
/* line 2695, ../sass/pages.scss */
.object-page-main .node-user-content .messages {
  margin: 10px;
}
/* line 2698, ../sass/pages.scss */
.object-page-main .node-user-content .form-type-item {
  margin-bottom: 0;
}
/* line 2700, ../sass/pages.scss */
.object-page-main .node-user-content .form-type-item .field-name-field-body {
  margin-bottom: 0;
}
/* line 2705, ../sass/pages.scss */
.object-page-main .node-user-content .edit-form-container form {
  width: auto;
  padding: 0;
  max-width: none;
}
/* line 2716, ../sass/pages.scss */
.object-page-main .node-user-content .edit-form-container .field-multiple-drag,
.object-page-main .node-user-content .edit-form-container .delta-order,
.object-page-main .node-user-content .edit-form-container thead,
.object-page-main .node-user-content .edit-form-container .draggable .field-multiple-drag,
.object-page-main .node-user-content .edit-form-container .draggable .tabledrag-handle,
.object-page-main .node-user-content .edit-form-container .tabledrag-toggle-weight-wrapper,
.object-page-main .node-user-content .edit-form-container label {
  display: none;
}
/* line 2721, ../sass/pages.scss */
.object-page-main .node-user-content .edit-form-container .draggable,
.object-page-main .node-user-content .edit-form-container .draggable.even,
.object-page-main .node-user-content .edit-form-container .draggable.odd {
  border: none;
  background: transparent;
}
/* line 2725, ../sass/pages.scss */
.object-page-main .node-user-content .edit-form-container .form-file {
  margin-bottom: 20px;
}
/* line 2728, ../sass/pages.scss */
.object-page-main .node-user-content .edit-form-container .placeholder {
  padding: 10px;
  text-align: center;
}
/* line 2733, ../sass/pages.scss */
.object-page-main .node-user-content .edit-form-container .field-type-taxonomy-term-reference input.form-autocomplete {
  background-position: 100% 8px;
}
/* line 2736, ../sass/pages.scss */
.object-page-main .node-user-content .edit-form-container .field-type-taxonomy-term-reference input.throbbing {
  background-position: 100% -13px;
}
/* line 2740, ../sass/pages.scss */
.object-page-main .node-user-content .edit-form-container .horizontal-tabs {
  border: 0;
  margin: 0;
}
/* line 2743, ../sass/pages.scss */
.object-page-main .node-user-content .edit-form-container .horizontal-tabs ul.horizontal-tabs-list {
  display: none;
}
/* line 2746, ../sass/pages.scss */
.object-page-main .node-user-content .edit-form-container .horizontal-tabs .horizontal-tabs-panes {
  margin-top: 0;
}
/* line 2749, ../sass/pages.scss */
.object-page-main .node-user-content .edit-form-container .horizontal-tabs fieldset.horizontal-tabs-pane {
  border: 0;
  margin: 0;
  padding: 0;
}
/* line 2755, ../sass/pages.scss */
.object-page-main .node-user-content .edit-form-container label {
  display: block;
  font-size: 0.9em;
  font-weight: 400;
  padding: 4px;
}
/* line 2761, ../sass/pages.scss */
.object-page-main .node-user-content .edit-form-container input {
  margin: 4px;
}
/* line 2764, ../sass/pages.scss */
.object-page-main .node-user-content .edit-form-container .link-field-title {
  margin-right: 20px;
}
/* line 2767, ../sass/pages.scss */
.object-page-main .node-user-content .edit-form-container .description {
  display: none;
}
/* line 2771, ../sass/pages.scss */
.object-page-main .node-user-content .edit-form {
  -webkit-box-shadow: 0 0 3px #999;
  box-shadow: 0 0 3px #999;
}
/* line 2776, ../sass/pages.scss */
.object-page-main .node-user-content .edit-field.edit-editable,
.object-page-main .node-user-content .edit-field .edit-editable {
  box-shadow: none;
  cursor: auto;
  background: transparent !important;
  width: 94% !important;
  left: auto !important;
  right: auto !important;
  position: static !important;
  padding: 0 3% !important;
}
/* line 2785, ../sass/pages.scss */
.object-page-main .node-user-content .edit-field.edit-editable .field-items,
.object-page-main .node-user-content .edit-field .edit-editable .field-items {
  border: 1px solid #efefef;
  padding: 5px;
  cursor: pointer;
  overflow: auto;
  background: #fff;
}
/* line 2791, ../sass/pages.scss */
.object-page-main .node-user-content .edit-field.edit-editable .field-items:hover,
.object-page-main .node-user-content .edit-field .edit-editable .field-items:hover {
  border: 1px solid #457a89;
  -webkit-box-shadow: 0 0 3px #457a89;
  box-shadow: 0 0 3px #457a89;
}
/* line 2799, ../sass/pages.scss */
.object-page-main .node-user-content .field-name-field-summary .edit-editable {
  border: 1px solid #efefef;
  padding: 5px;
  background: #fff;
  margin-left: -10px;
  cursor: pointer;
  overflow: auto;
}
/* line 2806, ../sass/pages.scss */
.object-page-main .node-user-content .field-name-field-summary .edit-editable:hover {
  border: 1px solid #457a89;
  -webkit-box-shadow: 0 0 3px #457a89;
  box-shadow: 0 0 3px #457a89;
}

/* line 2815, ../sass/pages.scss */
#edit-entity-toolbar {
  padding: 0;
  min-width: 0 !important;
  max-width: none !important;
  padding: 10px 0;
  -webkit-transition: 0;
  transition: 0;
  position: static;
  clear: both;
  background: #ddd;
  display: block;
  margin-bottom: 20px;
}
/* line 2827, ../sass/pages.scss */
#edit-entity-toolbar .edit-button.action-save {
  color: #000;
  font-weight: 400;
  font-size: 0.875em;
  padding: 6px 20px;
  background-color: #77ced9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
  margin: 0 auto;
  display: inline-block;
  color: #000;
  line-height: 2em;
  transition: background-color 0.1s, transform 0.1s;
  -webkit-transition: background-color 0.1s, -webkit-transform 0.1s;
  height: 28px;
  border: 0;
  width: 65px;
  float: left;
  margin-right: 10px;
}
/* line 161, ../sass/partials/_custom.scss */
#edit-entity-toolbar .edit-button.action-save:hover, #edit-entity-toolbar .edit-button.action-save:focus {
  background-color: #AADCEA;
}
/* line 2834, ../sass/pages.scss */
#edit-entity-toolbar .edit-button.action-save:hover {
  border: 0;
}
/* line 2838, ../sass/pages.scss */
#edit-entity-toolbar .edit-button.action-save.icon-throbber {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  background: url("../images/search-loading.gif") no-repeat center #1e1e0b;
}
/* line 2842, ../sass/pages.scss */
#edit-entity-toolbar .edit-toolgroup.ops {
  float: none;
}
/* line 2848, ../sass/pages.scss */
#edit-entity-toolbar .icon-pencil:before,
#edit-entity-toolbar .icon-throbber:before,
#edit-entity-toolbar .icon-close:before {
  content: "";
  display: none;
  background: none;
}
/* line 2854, ../sass/pages.scss */
#edit-entity-toolbar .icon-close {
  float: right;
  position: static;
  min-width: 0;
  min-height: 0;
  display: block;
  padding: 0;
  margin: 0;
  border: 0;
  background: url("../images/close.png") no-repeat center white;
  background-size: 28px;
  width: 40px;
  height: 40px;
}
/* line 2868, ../sass/pages.scss */
#edit-entity-toolbar .icon-close:hover, #edit-entity-toolbar .icon-close:focus {
  background: url("../images/close.png") no-repeat center #aaaaaa;
}
/* line 2872, ../sass/pages.scss */
#edit-entity-toolbar .edit-toolbar-content {
  background: none;
  padding: 0 10px;
}
/* line 2876, ../sass/pages.scss */
#edit-entity-toolbar .edit-toolbar {
  padding: 0;
  margin: 0;
}
/* line 2882, ../sass/pages.scss */
#edit-entity-toolbar .edit-toolbar-label,
#edit-entity-toolbar .edit-toolbar-pointer,
#edit-entity-toolbar .edit-toolbar-lining {
  display: none;
}

/* line 2893, ../sass/pages.scss */
.page-collections .readless-link,
.page-collections .readmore-link {
  margin-bottom: 20px;
  position: relative;
}

/* line 2899, ../sass/pages.scss */
.object-page-main .block-info {
  *zoom: 1;
}
/* line 63, ../sass/partials/_custom.scss */
.object-page-main .block-info:before, .object-page-main .block-info:after {
  content: " ";
  display: table;
}
/* line 67, ../sass/partials/_custom.scss */
.object-page-main .block-info:after {
  clear: both;
}
/* line 2901, ../sass/pages.scss */
.object-page-main .block-info p {
  margin-top: 0;
  position: relative;
}

/* line 2908, ../sass/pages.scss */
.read-more-ellipsis {
  margin-left: 5px;
}

/* line 2913, ../sass/pages.scss */
a.readless-link,
a.readmore-link {
  margin-top: 0;
  font-size: 0.79rem;
  font-weight: 700;
  text-transform: uppercase;
}
/* line 2919, ../sass/pages.scss */
a.readless-link:hover, a.readless-link:focus,
a.readmore-link:hover,
a.readmore-link:focus {
  color: #000;
}

/* line 2925, ../sass/pages.scss */
.cut-off-text,
.readless-link {
  display: none;
}
/* line 2927, ../sass/pages.scss */
.cut-off-text:focus,
.readless-link:focus {
  outline: none;
}

/* line 2932, ../sass/pages.scss */
a.readmore-link {
  display: block;
}

/* line 2936, ../sass/pages.scss */
.show-elements {
  display: inline;
}
/* line 2939, ../sass/pages.scss */
.show-elements.readmore-link.toggle-button-processed, .show-elements.readless-link.toggle-button-processed {
  display: block;
}

/* line 2943, ../sass/pages.scss */
.hide-elements {
  display: none;
}
/* line 2946, ../sass/pages.scss */
.hide-elements.readmore-link.toggle-button-processed, .hide-elements.readless-link.toggle-button-processed {
  display: none;
}

/* line 2952, ../sass/pages.scss */
.featured-object-page .object-top .object-title {
  width: 90%;
}

/* line 2958, ../sass/pages.scss */
.multiple-p-div p {
  display: none;
}

/* line 2961, ../sass/pages.scss */
.multiple-p-div .visible-content {
  display: inherit;
}

/* line 2964, ../sass/pages.scss */
.multiple-p-div .all-p-visible {
  display: inherit;
}

/* line 2971, ../sass/pages.scss */
.object-active #block-nma-cs-explore-bar .object-filter .right-sort .sort-group .form-item .sort-order {
  left: 0;
}
/* line 2974, ../sass/pages.scss */
.object-active #block-nma-cs-explore-bar .object-filter .right-sort .sort-group .form-item label {
  display: none;
}

/* line 2982, ../sass/pages.scss */
.lt-ie9 .sidebars #block-menu-menu-top {
  visibility: hidden;
}
/* line 2985, ../sass/pages.scss */
.lt-ie9 .mobile-filter {
  background-image: url("../images/icon-gear.png");
}
/* line 2988, ../sass/pages.scss */
.lt-ie9 body {
  max-width: none;
  min-width: 1200px;
}
/* line 2992, ../sass/pages.scss */
.lt-ie9 #carousel .slides .flex-active-slide {
  border: 2px solid #000;
  height: 96px;
  width: 96px;
}
/* line 2997, ../sass/pages.scss */
.lt-ie9 #block-nma-cs-explore-bar .object-filter .object-filter-wrapper .right-sort {
  width: 280px;
}
/* line 2999, ../sass/pages.scss */
.lt-ie9 #block-nma-cs-explore-bar .object-filter .object-filter-wrapper .right-sort .sort-group .form-item:after {
  margin-left: 145px;
}
/* line 3004, ../sass/pages.scss */
.lt-ie9 .object-active #block-nma-cs-explore-bar .object-filter .object-filter-wrapper .right-sort {
  width: auto;
}
/* line 3006, ../sass/pages.scss */
.lt-ie9 .object-active #block-nma-cs-explore-bar .object-filter .object-filter-wrapper .right-sort .sort-group .form-item:after {
  margin-left: 145px;
}
/* line 3011, ../sass/pages.scss */
.lt-ie9 .facetapi-inactive .facet-content {
  font-size: 0.9em;
}
/* line 3014, ../sass/pages.scss */
.lt-ie9 .user-fields legend {
  display: none;
}
/* line 3017, ../sass/pages.scss */
.lt-ie9 #field-related-links-values .link-field-column {
  width: 400px;
}
/* line 3020, ../sass/pages.scss */
.lt-ie9 .mobile-header, .lt-ie9 .header {
  z-index: 200;
}
/* line 3023, ../sass/pages.scss */
.lt-ie9 .ui-front {
  z-index: 250;
}
/* line 3027, ../sass/pages.scss */
.lt-ie9 .active-menu .main-page {
  left: 16.875em;
}
/* line 3031, ../sass/pages.scss */
.lt-ie9 .active-menu .sidebars #block-menu-menu-top {
  visibility: visible;
}

/* line 3037, ../sass/pages.scss */
select::-ms-expand {
  display: none;
}

/* line 3043, ../sass/pages.scss */
.highlight,
.more-highlighted-wrapper {
  overflow: hidden;
  min-height: 12.5em;
  position: relative;
}

/* line 3051, ../sass/pages.scss */
.highlight-set,
.more-highlighted {
  display: block;
  text-decoration: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
/* line 3059, ../sass/pages.scss */
.highlight-set .highlight-bg,
.more-highlighted .highlight-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10;
  -webkit-transition: 0.1s ease-out opacity;
  -moz-transition: 0.1s ease-out opacity;
  -o-transition: 0.1s ease-out opacity;
  transition: 0.1s ease-out opacity;
  opacity: 0.65;
  margin: 0 1px 1px 0;
}
/* line 3072, ../sass/pages.scss */
.highlight-set:hover .highlight-bg, .highlight-set:focus .highlight-bg,
.more-highlighted:hover .highlight-bg,
.more-highlighted:focus .highlight-bg {
  opacity: 0.9;
}
/* line 3076, ../sass/pages.scss */
.highlight-set .highlight-hero-image-background,
.more-highlighted .highlight-hero-image-background {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  z-index: 5;
  margin: 0 1px 1px 0;
}
/* line 3085, ../sass/pages.scss */
.highlight-set .highlight-hero-image-background img,
.more-highlighted .highlight-hero-image-background img {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 50%;
  max-width: none;
  width: 700px;
  margin-left: -350px;
}
/* line 3097, ../sass/pages.scss */
.highlight-set .highlight-content,
.more-highlighted .highlight-content {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 15;
  padding: 1.875em;
}
/* line 3105, ../sass/pages.scss */
.highlight-set .highlight-content .highlight-title,
.more-highlighted .highlight-content .highlight-title {
  margin: 0;
  color: white;
  font-size: 1.75em;
  font-weight: 300;
}
/* line 3111, ../sass/pages.scss */
.highlight-set .highlight-content .hightlight-featured,
.more-highlighted .highlight-content .hightlight-featured {
  color: white;
  font-size: 1.125em;
  font-weight: 300;
  margin-top: 0.3125em;
}
/* line 3117, ../sass/pages.scss */
.highlight-set .highlight-content .highlight-arrow,
.more-highlighted .highlight-content .highlight-arrow {
  width: 1.125em;
  height: 1.125em;
  overflow: hidden;
  text-indent: -62.4375em;
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url("../images/icon-go.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 3117, ../sass/pages.scss */
  .highlight-set .highlight-content .highlight-arrow,
  .more-highlighted .highlight-content .highlight-arrow {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../images/icon-go@2x.png");
    background-size: 18px 18px;
  }
}

/* line 3131, ../sass/pages.scss */
.highlight-set .highlight-bg {
  background-color: #000;
}

/* line 3135, ../sass/pages.scss */
.more-highlighted .highlight-bg {
  background-color: #0d4a53;
}

/* line 3142, ../sass/pages.scss */
.front .object-active .featured-list-wrapper .highlight-set .highlight-content .highlight-title,
.front .object-active .featured-list-wrapper .more-highlighted .highlight-content .highlight-title {
  font-size: 1.125em;
}
/* line 3146, ../sass/pages.scss */
.front .object-active .featured-list-wrapper .more-highlighted-wrapper {
  min-height: 6.25em;
  width: 100%;
}
/* line 3150, ../sass/pages.scss */
.front .object-active .featured-list-wrapper .highlight {
  min-height: 9.375em;
}

/* line 3156, ../sass/pages.scss */
.object-active .explore-header .region-content-top {
  padding: 1rem 0 0;
}
/* line 3162, ../sass/pages.scss */
.object-active #block-nma-cs-explore-bar .object-filter h2,
.object-active #block-nma-cs-explore-bar .object-filter .explore-count {
  font-size: 1rem;
}
/* line 3165, ../sass/pages.scss */
.object-active #block-nma-cs-explore-bar .object-filter .right-sort {
  padding: 0.5rem 0;
  border-top: 1px solid #d0d0d0;
  margin-top: 0.5rem;
}

@media screen and (max-width: 43.75em) {
  /* line 3177, ../sass/pages.scss */
  .highlight-set .highlight-content .highlight-title,
  .more-highlighted .highlight-content .highlight-title {
    font-size: 1.125em;
  }

  /* line 3181, ../sass/pages.scss */
  .more-highlighted-wrapper {
    min-height: 6.25em;
    width: 100%;
  }

  /* line 3185, ../sass/pages.scss */
  .highlight {
    min-height: 9.375em;
  }
}
/* line 3190, ../sass/pages.scss */
.more-highlighted .highlight-hero-image-background {
  background-color: #457a89;
}

/* line 3194, ../sass/pages.scss */
.more-highlighted.loading .highlight-arrow {
  background-image: url("../images/throbber-highlights.gif");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 3194, ../sass/pages.scss */
  .more-highlighted.loading .highlight-arrow {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../images/throbber-highlights@2x.gif");
    background-size: 32px 32px;
  }
}

/* line 3199, ../sass/pages.scss */
.object-view {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 3206, ../sass/pages.scss */
.object-active .object-view-grid .object {
  width: 50%;
}
/* line 3209, ../sass/pages.scss */
.object-active .object-view-grid li.object:first-of-type {
  width: 50%;
}

/* line 3215, ../sass/pages.scss */
.featured-highlights {
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
  *zoom: 1;
}
/* line 63, ../sass/partials/_custom.scss */
.featured-highlights:before, .featured-highlights:after {
  content: " ";
  display: table;
}
/* line 67, ../sass/partials/_custom.scss */
.featured-highlights:after {
  clear: both;
}
/* line 3221, ../sass/pages.scss */
.featured-highlights .highlight {
  width: 50%;
  display: block;
  float: left;
}
/* line 3225, ../sass/pages.scss */
.featured-highlights .highlight a {
  display: block;
}
/* line 3229, ../sass/pages.scss */
.featured-highlights .highlight a:hover .highlight-bg, .featured-highlights .highlight a:focus .highlight-bg {
  opacity: 0.9;
}
/* line 3234, ../sass/pages.scss */
.featured-highlights .highlight .highlight-bg {
  opacity: 0.6;
}

/* line 3243, ../sass/pages.scss */
.lt-ie9 .highlight-set .highlight-bg,
.lt-ie9 .more-highlighted .highlight-bg {
  background: url("../images/ie8-black.png") !important;
}

/* line 3250, ../sass/pages.scss */
.front .object-active .featured-list-wrapper .featured-highlights {
  width: 100%;
  float: left;
}
/* line 3254, ../sass/pages.scss */
.front .object-active .featured-list-wrapper .more-highlighted {
  width: 100%;
  float: left;
}
/* line 3259, ../sass/pages.scss */
.front .object-active .more-highlighted {
  min-height: 0;
}

/* line 3265, ../sass/pages.scss */
.highlights {
  display: none;
}
/* line 3270, ../sass/pages.scss */
.highlights .featured-list-wrapper .featured-highlights {
  width: 66.5%;
  float: left;
}
/* line 3274, ../sass/pages.scss */
.highlights .featured-list-wrapper .more-highlighted-wrapper {
  width: 33.5%;
  float: left;
}

/* line 3282, ../sass/pages.scss */
.page-whats-new .highlights, .page-sets .highlights, .page-set- .highlights {
  display: block;
}

/* line 3287, ../sass/pages.scss */
.object-view {
  *zoom: 1;
}
/* line 63, ../sass/partials/_custom.scss */
.object-view:before, .object-view:after {
  content: " ";
  display: table;
}
/* line 67, ../sass/partials/_custom.scss */
.object-view:after {
  clear: both;
}
/* line 3289, ../sass/pages.scss */
.object-view .highlight {
  width: 33.33%;
  float: left;
}

/* line 3296, ../sass/pages.scss */
.page-highlights .page-content-padding,
.page-highlight .page-content-padding {
  padding: 0;
  max-width: none;
}

/* line 3301, ../sass/pages.scss */
.feature-breadcrumb {
  padding: 1.125rem 1.125rem 1.125rem 3rem;
  background: rgba(0, 0, 0, 0.4);
  font-weight: 400;
  color: white;
  position: relative;
  overflow: hidden;
}
/* line 3308, ../sass/pages.scss */
.feature-breadcrumb .breadcrumb-spacer {
  width: 0.4375em;
  height: 0.6875em;
  margin: 0 0.3125em;
  overflow: hidden;
  text-indent: -62.4375em;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/icon-breadcrumb-wht.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 3308, ../sass/pages.scss */
  .feature-breadcrumb .breadcrumb-spacer {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../images/icon-breadcrumb-wht@2x.png");
    background-size: 7px 11px;
  }
}
/* line 3320, ../sass/pages.scss */
.feature-breadcrumb img {
  -moz-filter: blur(10px);
  -webkit-filter: blur(10px);
  filter: blur(10px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: scale(2);
}
/* line 3330, ../sass/pages.scss */
.feature-breadcrumb a {
  color: #77ced9;
}

/* line 3336, ../sass/pages.scss */
.page-set .page-content-top {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  margin: 0;
  padding: 2rem;
  text-align: center;
  box-shadow: 0 10px 90px -20px rgba(0, 0, 0, 0.3);
}

/* line 3346, ../sass/pages.scss */
.page-set .object-more {
  position: relative;
}
/* line 3348, ../sass/pages.scss */
.page-set .object-more a {
  background: url("../images/more-button.png") no-repeat center 80px #eeeeee;
  color: #444;
  font-size: .9em;
  display: block;
  position: absolute;
  padding: 1.25em;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/* line 3362, ../sass/pages.scss */
.page-set .object-more a:hover {
  color: #fff;
  background: url("../images/more-button.png") no-repeat center 80px #130c0e;
}
/* line 3368, ../sass/pages.scss */
.page-set .object-more a.loading {
  text-indent: 0;
  text-align: center;
  overflow: auto;
  background: url("../images/thumb-throb.gif") no-repeat center 80px #eeeeee;
}
/* line 3373, ../sass/pages.scss */
.page-set .object-more a.loading:hover {
  text-indent: 0;
  text-align: center;
  overflow: auto;
  color: #444;
  background: url("../images/thumb-throb.gif") no-repeat center 80px #eeeeee;
}
/* line 3381, ../sass/pages.scss */
.page-set .feature-banner-image {
  width: 100%;
  height: 12rem;
  overflow: hidden;
  position: relative;
  background: black;
}
/* line 3387, ../sass/pages.scss */
.page-set .feature-banner-image img {
  width: 100em;
  max-width: none;
  position: absolute;
  left: 50%;
  margin-left: -50em;
  opacity: .3;
}
/* line 3396, ../sass/pages.scss */
.page-set .feature-banner {
  position: relative;
}
/* line 3398, ../sass/pages.scss */
.page-set .feature-banner .block-title {
  font-size: 2rem;
  line-height: 1.1;
  font-weight: 400;
  text-align: center;
  position: absolute;
  top: calc(50% - 2rem);
  left: 0;
  right: 0;
  margin: auto;
  max-width: 50rem;
  width: 100%;
  color: white;
  z-index: 10000;
}
/* line 3414, ../sass/pages.scss */
.page-set .feature-information {
  padding: 1.125em;
  max-width: none;
  margin-bottom: 0;
  border-top: 6px solid #77ced9;
  background: white;
}
/* line 3420, ../sass/pages.scss */
.page-set .feature-information h1 {
  text-align: center;
}
/* line 3423, ../sass/pages.scss */
.page-set .feature-information .object-desc {
  margin: auto;
  border-bottom: 1px solid #e6e6e6;
}
/* line 3427, ../sass/pages.scss */
.page-set .feature-information .block-title {
  font-size: 2.4em;
  color: #444;
  font-weight: 400;
  margin-top: 0;
}
/* line 3434, ../sass/pages.scss */
.page-set .object-desc {
  max-width: 42rem;
}
/* line 3437, ../sass/pages.scss */
.page-set .object-section {
  padding-bottom: 15.625em;
}
/* line 3440, ../sass/pages.scss */
.page-set .sub-highlight {
  *zoom: 1;
}
/* line 63, ../sass/partials/_custom.scss */
.page-set .sub-highlight:before, .page-set .sub-highlight:after {
  content: " ";
  display: table;
}
/* line 67, ../sass/partials/_custom.scss */
.page-set .sub-highlight:after {
  clear: both;
}
/* line 3442, ../sass/pages.scss */
.page-set .sub-highlight .highlights-summary {
  width: 30%;
  float: left;
  margin-left: 10%;
}
/* line 3446, ../sass/pages.scss */
.page-set .sub-highlight .highlights-summary h2 {
  font-size: 1em;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
}
/* line 3452, ../sass/pages.scss */
.page-set .sub-highlight .highlights-summary .highlight-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.5em;
}
/* line 3459, ../sass/pages.scss */
.page-set .sub-highlight .highlights-summary .highlight-list li {
  margin-bottom: 0.625em;
  min-height: 0;
  position: static;
}
/* line 3467, ../sass/pages.scss */
.page-set .highlights-section .highlight-section-title {
  padding-left: 0.625em;
  font-size: 1.875em;
  font-weight: 400;
  box-shadow: 0 50px 50px -10px rgba(0, 0, 0, 0.4);
  z-index: 100130;
  margin: 0;
  padding: 2rem;
  position: relative;
  text-align: center;
}

@media screen and (min-width: 1400px) {
  /* line 3482, ../sass/pages.scss */
  .page-highlights .highlight .featured .highlight-hero-image-background img {
    width: 100%;
    left: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 1600px) {
  /* line 3491, ../sass/pages.scss */
  .page-highlight .feature-banner-image img {
    width: 100%;
    left: auto;
    margin-left: auto;
  }
}
/* line 3498, ../sass/pages.scss */
.scroll-fix {
  height: calc(100% + 1px);
  display: block;
  width: 100%;
  float: left;
  margin-right: -100%;
  position: relative;
  z-index: -1;
}

/* line 3508, ../sass/pages.scss */
#listing-more-link.loading {
  background-image: url("../images/object-loading.gif");
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -624.9375em;
  background-color: #eee !important;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 3508, ../sass/pages.scss */
  #listing-more-link.loading {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../images/object-loading@2x.gif");
    background-size: 32px 32px;
  }
}
/* line 3516, ../sass/pages.scss */
#listing-more-link.loading:hover, #listing-more-link.loading:focus {
  background-color: #eee !important;
}

/* line 3523, ../sass/pages.scss */
.external-url .object-page-main .controls {
  width: auto;
}
/* line 3526, ../sass/pages.scss */
.external-url .object-page-main .object-menu {
  margin-right: 0;
}
/* line 3529, ../sass/pages.scss */
.external-url .object-page-main .back {
  display: none;
}

/* line 3536, ../sass/pages.scss */
.ui-dialog .flex-direction-nav a {
  top: calc(50% - 20px) !important;
}

/* line 3541, ../sass/pages.scss */
p.hide-all-p.visible-content.all-p-visible {
  padding-bottom: 0;
}

/* line 3, ../sass/components/_whats-new.scss */
.page-whats-new .object-view {
  overflow: auto;
}
/* line 6, ../sass/components/_whats-new.scss */
.page-whats-new .object-view li.highlight:first-of-type {
  min-height: 24.95rem;
  background: #2f343f;
  border-right: 1px solid white;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 120.1em) {
  /* line 6, ../sass/components/_whats-new.scss */
  .page-whats-new .object-view li.highlight:first-of-type {
    width: 480px;
    height: 240px;
  }
}
@media screen and (max-width: 120em) {
  /* line 6, ../sass/components/_whats-new.scss */
  .page-whats-new .object-view li.highlight:first-of-type {
    width: 25%;
  }
}
@media screen and (max-width: 90.625em) {
  /* line 6, ../sass/components/_whats-new.scss */
  .page-whats-new .object-view li.highlight:first-of-type {
    width: 33.32222%;
  }
}
@media screen and (max-width: 78.125em) {
  /* line 6, ../sass/components/_whats-new.scss */
  .page-whats-new .object-view li.highlight:first-of-type {
    width: 40%;
  }
}
@media screen and (max-width: 65.625em) {
  /* line 6, ../sass/components/_whats-new.scss */
  .page-whats-new .object-view li.highlight:first-of-type {
    width: 100%;
    min-height: auto;
    border: none;
    border-bottom: 1px solid white;
  }
}
/* line 32, ../sass/components/_whats-new.scss */
.page-whats-new .object-view li.highlight:first-of-type .bean-basic-content-block {
  padding: 2rem;
  overflow: hidden;
  line-height: 0;
}
/* line 37, ../sass/components/_whats-new.scss */
.page-whats-new .object-view li.highlight:first-of-type .bean-basic-content-block h2 {
  color: #77ced9;
  text-align: left;
}
/* line 41, ../sass/components/_whats-new.scss */
.page-whats-new .object-view li.highlight:first-of-type .bean-basic-content-block p {
  color: white;
}
@media screen and (max-width: 120em) {
  /* line 46, ../sass/components/_whats-new.scss */
  .page-whats-new .object-view .highlight {
    width: 37.5%;
  }
}
@media screen and (max-width: 90.625em) {
  /* line 46, ../sass/components/_whats-new.scss */
  .page-whats-new .object-view .highlight {
    width: 33.333333%;
  }
}
@media screen and (max-width: 78.125em) {
  /* line 46, ../sass/components/_whats-new.scss */
  .page-whats-new .object-view .highlight {
    width: 30%;
  }
  /* line 55, ../sass/components/_whats-new.scss */
  .page-whats-new .object-view .highlight a {
    font-size: 85%;
  }
}
@media screen and (max-width: 65.625em) {
  /* line 46, ../sass/components/_whats-new.scss */
  .page-whats-new .object-view .highlight {
    width: 33.33333%;
  }
}
@media screen and (max-width: 50em) {
  /* line 46, ../sass/components/_whats-new.scss */
  .page-whats-new .object-view .highlight {
    width: 50%;
    float: left;
  }
}
/* line 69, ../sass/components/_whats-new.scss */
.page-whats-new .new-objects {
  margin-top: 1rem;
}
/* line 73, ../sass/components/_whats-new.scss */
.page-whats-new .object-view-grid li.object:first-of-type {
  background: #2f343f;
  width: 100%;
}
@media screen and (min-width: 120.1em) {
  /* line 73, ../sass/components/_whats-new.scss */
  .page-whats-new .object-view-grid li.object:first-of-type {
    width: 480px;
    height: 240px;
  }
}
@media screen and (max-width: 120em) {
  /* line 73, ../sass/components/_whats-new.scss */
  .page-whats-new .object-view-grid li.object:first-of-type {
    width: 24.9%;
  }
}
@media screen and (max-width: 90.625em) {
  /* line 73, ../sass/components/_whats-new.scss */
  .page-whats-new .object-view-grid li.object:first-of-type {
    width: 33.32222%;
  }
}
@media screen and (max-width: 78.125em) {
  /* line 73, ../sass/components/_whats-new.scss */
  .page-whats-new .object-view-grid li.object:first-of-type {
    width: 39.9%;
  }
}
@media screen and (max-width: 65.625em) {
  /* line 73, ../sass/components/_whats-new.scss */
  .page-whats-new .object-view-grid li.object:first-of-type {
    width: 100%;
    min-height: auto;
    border: none;
    border-bottom: 1px solid white;
  }
}
/* line 96, ../sass/components/_whats-new.scss */
.page-whats-new .object-view-grid li.object:first-of-type .bean-basic-content-block {
  padding: 2rem 2rem 0;
  overflow: hidden;
}
/* line 100, ../sass/components/_whats-new.scss */
.page-whats-new .object-view-grid li.object:first-of-type .bean-basic-content-block h2 {
  color: #77ced9;
  text-align: left;
}
/* line 104, ../sass/components/_whats-new.scss */
.page-whats-new .object-view-grid li.object:first-of-type .bean-basic-content-block p {
  color: white;
  margin-bottom: 0;
}
/* line 111, ../sass/components/_whats-new.scss */
.page-whats-new .object-view-grid .object .object-image img {
  width: 100%;
}
@media screen and (max-width: 120em) {
  /* line 110, ../sass/components/_whats-new.scss */
  .page-whats-new .object-view-grid .object {
    width: 12.5%;
  }
}
@media screen and (max-width: 90.625em) {
  /* line 110, ../sass/components/_whats-new.scss */
  .page-whats-new .object-view-grid .object {
    width: 16.66666%;
  }
}
@media screen and (max-width: 78.125em) {
  /* line 110, ../sass/components/_whats-new.scss */
  .page-whats-new .object-view-grid .object {
    width: 20%;
  }
}
@media screen and (max-width: 50em) {
  /* line 110, ../sass/components/_whats-new.scss */
  .page-whats-new .object-view-grid .object {
    width: 25%;
  }
}
@media screen and (max-width: 43.75em) {
  /* line 110, ../sass/components/_whats-new.scss */
  .page-whats-new .object-view-grid .object {
    width: 33.33333%;
  }
}
@media screen and (max-width: 30em) {
  /* line 110, ../sass/components/_whats-new.scss */
  .page-whats-new .object-view-grid .object {
    width: 50%;
  }
}
/* line 135, ../sass/components/_whats-new.scss */
.page-whats-new .object-active .new-objects {
  margin-top: 0;
}
/* line 138, ../sass/components/_whats-new.scss */
.page-whats-new .object-active .object-view-grid li.object:first-of-type {
  width: 100%;
  display: none;
}
/* line 142, ../sass/components/_whats-new.scss */
.page-whats-new .object-active .object {
  width: 50% !important;
}

/* line 1, ../sass/components/_image-reuse-form.scss */
.object-page-main .object-top .object-id {
  display: inline-block;
  font-weight: 400;
}

/* line 5, ../sass/components/_image-reuse-form.scss */
.object-display-label {
  display: inline-block;
  padding: 3px 10px;
  margin: 5px 15px 0;
  border: 1px solid #7a5608;
  border-radius: 50px;
  background: #7a5608;
  color: white !important;
  font-size: 11px !important;
  letter-spacing: 0.02rem;
  text-align: center;
  text-transform: uppercase;
}

/* line 18, ../sass/components/_image-reuse-form.scss */
.object-display {
  display: inline-block;
  padding: 1.5rem;
  max-width: 75%;
  margin-bottom: 25px;
  margin-left: calc(22% + 3px);
  border: 1px solid #7a5608;
  background: #f3efe8;
  border-radius: 2px;
}
/* line 27, ../sass/components/_image-reuse-form.scss */
.object-display h4 {
  margin: 0;
}
/* line 30, ../sass/components/_image-reuse-form.scss */
.object-display p {
  color: #7a5608;
  font-size: 1.2;
  line-height: 1.4;
  margin: auto;
}
@media screen and (max-width: 78.125em) {
  /* line 18, ../sass/components/_image-reuse-form.scss */
  .object-display {
    max-width: 100%;
    margin-left: 0;
  }
}

/* line 43, ../sass/components/_image-reuse-form.scss */
.object-page-main #image-reuse_outer-wrapper {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  opacity: 0;
  padding-top: 75px;
  margin: -125px auto 50px;
  transition: .3s ease-out all;
}
/* line 59, ../sass/components/_image-reuse-form.scss */
.object-page-main #image-reuse_outer-wrapper .cc-pic {
  display: none;
}
/* line 63, ../sass/components/_image-reuse-form.scss */
.object-page-main #image-reuse_outer-wrapper[data-ref-type="piction"] .cc-emu {
  display: none;
}
/* line 66, ../sass/components/_image-reuse-form.scss */
.object-page-main #image-reuse_outer-wrapper[data-ref-type="piction"] .cc-pic {
  display: block;
}
/* line 72, ../sass/components/_image-reuse-form.scss */
.object-page-main #image-reuse_outer-wrapper #webform-component-more-info .grippie {
  display: none;
}
/* line 77, ../sass/components/_image-reuse-form.scss */
.object-page-main.show .slider .slides img {
  outline: 1px solid rgba(255, 255, 255, 0.5);
}
/* line 80, ../sass/components/_image-reuse-form.scss */
.object-page-main.show .gallery-links {
  position: relative;
}
/* line 82, ../sass/components/_image-reuse-form.scss */
.object-page-main.show .gallery-links .image-request {
  text-decoration: none;
}
/* line 86, ../sass/components/_image-reuse-form.scss */
.object-page-main.show #image-reuse_outer-wrapper {
  height: auto;
  overflow: auto;
  clip: auto;
  opacity: 1;
  *zoom: 1;
  padding: 125px 50px 35px;
  box-sizing: border-box;
  background: #252525;
  color: white;
}
/* line 63, ../sass/partials/_custom.scss */
.object-page-main.show #image-reuse_outer-wrapper:before, .object-page-main.show #image-reuse_outer-wrapper:after {
  content: " ";
  display: table;
}
/* line 67, ../sass/partials/_custom.scss */
.object-page-main.show #image-reuse_outer-wrapper:after {
  clear: both;
}
/* line 99, ../sass/components/_image-reuse-form.scss */
.object-page-main.show #image-reuse_outer-wrapper h2,
.object-page-main.show #image-reuse_outer-wrapper h3,
.object-page-main.show #image-reuse_outer-wrapper h4,
.object-page-main.show #image-reuse_outer-wrapper h5 {
  color: white;
  margin: 0 auto 5px;
}
/* line 103, ../sass/components/_image-reuse-form.scss */
.object-page-main.show #image-reuse_outer-wrapper h2 {
  font-size: 22px;
  margin: 0 auto 10px;
}
/* line 107, ../sass/components/_image-reuse-form.scss */
.object-page-main.show #image-reuse_outer-wrapper p {
  margin: 0 auto 10px;
  font-size: 14px;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.8);
}
/* line 113, ../sass/components/_image-reuse-form.scss */
.object-page-main.show #image-reuse_outer-wrapper a {
  color: #75cbd5;
}
/* line 116, ../sass/components/_image-reuse-form.scss */
.object-page-main.show #image-reuse_outer-wrapper .wrapper-top {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 30px;
  padding-bottom: 30px;
}
/* line 121, ../sass/components/_image-reuse-form.scss */
.object-page-main.show #image-reuse_outer-wrapper .wrapper-top p:last-of-type {
  margin-bottom: 0;
}
/* line 125, ../sass/components/_image-reuse-form.scss */
.object-page-main.show #image-reuse_outer-wrapper .wrapper-middle {
  float: left;
  width: 55%;
  *zoom: 1;
  box-sizing: border-box;
  margin-right: 30px;
  padding-right: 29px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
/* line 63, ../sass/partials/_custom.scss */
.object-page-main.show #image-reuse_outer-wrapper .wrapper-middle:before, .object-page-main.show #image-reuse_outer-wrapper .wrapper-middle:after {
  content: " ";
  display: table;
}
/* line 67, ../sass/partials/_custom.scss */
.object-page-main.show #image-reuse_outer-wrapper .wrapper-middle:after {
  clear: both;
}
/* line 133, ../sass/components/_image-reuse-form.scss */
.object-page-main.show #image-reuse_outer-wrapper .wrapper-middle h3 {
  margin-bottom: 10px;
}
/* line 136, ../sass/components/_image-reuse-form.scss */
.object-page-main.show #image-reuse_outer-wrapper .wrapper-middle .block-webform {
  margin-bottom: 10px;
}
/* line 138, ../sass/components/_image-reuse-form.scss */
.object-page-main.show #image-reuse_outer-wrapper .wrapper-middle .block-webform .form-item {
  margin: 0;
}
/* line 141, ../sass/components/_image-reuse-form.scss */
.object-page-main.show #image-reuse_outer-wrapper .wrapper-middle .block-webform label {
  margin: 10px auto;
  font-size: 14px;
  line-height: 1.3;
}
/* line 146, ../sass/components/_image-reuse-form.scss */
.object-page-main.show #image-reuse_outer-wrapper .wrapper-middle .block-webform select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #252525 url("../images/icon-arrow-down-2x.png") no-repeat center right 5px;
  background-size: 25px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  padding: 7px 2.5rem 8px 7px;
  color: white;
  box-shadow: none;
  border-image: none;
  transition: .2s ease-out all;
}
/* line 161, ../sass/components/_image-reuse-form.scss */
.object-page-main.show #image-reuse_outer-wrapper .wrapper-middle .block-webform select:hover, .object-page-main.show #image-reuse_outer-wrapper .wrapper-middle .block-webform select:focus {
  background-color: rgba(255, 255, 255, 0.1);
}
/* line 164, ../sass/components/_image-reuse-form.scss */
.object-page-main.show #image-reuse_outer-wrapper .wrapper-middle .block-webform select:focus {
  outline: 3px auto #6ebbc4 !important;
}
/* line 274, ../sass/partials/_custom.scss */
body.keynav .object-page-main.show #image-reuse_outer-wrapper .wrapper-middle .block-webform select:focus {
  outline: 2px solid #6ebbc4 !important;
  outline-offset: 1px;
  box-shadow: 0 0 5px 2px #6ebbc4;
}
/* line 167, ../sass/components/_image-reuse-form.scss */
.object-page-main.show #image-reuse_outer-wrapper .wrapper-middle .block-webform select > option {
  color: black;
  background-color: white;
}
/* line 174, ../sass/components/_image-reuse-form.scss */
.object-page-main.show #image-reuse_outer-wrapper .wrapper-middle .block-webform input[type="submit"] {
  display: none;
}
/* line 178, ../sass/components/_image-reuse-form.scss */
.object-page-main.show #image-reuse_outer-wrapper .wrapper-middle .block-webform .form-textarea-wrapper textarea {
  background: #2b2b2b;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: white;
}
/* line 182, ../sass/components/_image-reuse-form.scss */
.object-page-main.show #image-reuse_outer-wrapper .wrapper-middle .block-webform .form-textarea-wrapper textarea:focus {
  outline: 3px auto #6ebbc4 !important;
}
/* line 274, ../sass/partials/_custom.scss */
body.keynav .object-page-main.show #image-reuse_outer-wrapper .wrapper-middle .block-webform .form-textarea-wrapper textarea:focus {
  outline: 2px solid #6ebbc4 !important;
  outline-offset: 1px;
  box-shadow: 0 0 5px 2px #6ebbc4;
}
/* line 186, ../sass/components/_image-reuse-form.scss */
.object-page-main.show #image-reuse_outer-wrapper .wrapper-middle .block-webform .url-textfield {
  display: none;
}
/* line 193, ../sass/components/_image-reuse-form.scss */
.object-page-main.show #image-reuse_outer-wrapper .wrapper-middle #image-download,
.object-page-main.show #image-reuse_outer-wrapper .wrapper-middle #image-purchase {
  float: left;
  width: 40%;
  max-width: 170px;
  position: relative;
}
/* line 198, ../sass/components/_image-reuse-form.scss */
.object-page-main.show #image-reuse_outer-wrapper .wrapper-middle #image-download a,
.object-page-main.show #image-reuse_outer-wrapper .wrapper-middle #image-purchase a {
  padding: 0.5rem 0.5rem 0.5rem 2.5rem;
  margin-bottom: 10px;
  color: black !important;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center left 0.75rem;
  background-color: #77ced9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  transition: .2s ease-out all;
}
/* line 209, ../sass/components/_image-reuse-form.scss */
.object-page-main.show #image-reuse_outer-wrapper .wrapper-middle #image-download a:hover,
.object-page-main.show #image-reuse_outer-wrapper .wrapper-middle #image-purchase a:hover {
  background-color: #AADCEA;
  text-decoration: none;
}
/* line 213, ../sass/components/_image-reuse-form.scss */
.object-page-main.show #image-reuse_outer-wrapper .wrapper-middle #image-download a:focus,
.object-page-main.show #image-reuse_outer-wrapper .wrapper-middle #image-purchase a:focus {
  text-decoration: none;
  nav-index: 0;
  outline: 3px auto #6ebbc4 !important;
}
/* line 274, ../sass/partials/_custom.scss */
body.keynav .object-page-main.show #image-reuse_outer-wrapper .wrapper-middle #image-download a:focus, body.keynav
.object-page-main.show #image-reuse_outer-wrapper .wrapper-middle #image-purchase a:focus {
  outline: 2px solid #6ebbc4 !important;
  outline-offset: 1px;
  box-shadow: 0 0 5px 2px #6ebbc4;
}
@media (max-width: 30em) {
  /* line 193, ../sass/components/_image-reuse-form.scss */
  .object-page-main.show #image-reuse_outer-wrapper .wrapper-middle #image-download,
  .object-page-main.show #image-reuse_outer-wrapper .wrapper-middle #image-purchase {
    width: 100%;
    margin: auto;
    max-width: none;
    padding: 0 !important;
  }
  /* line 225, ../sass/components/_image-reuse-form.scss */
  .object-page-main.show #image-reuse_outer-wrapper .wrapper-middle #image-download:before, .object-page-main.show #image-reuse_outer-wrapper .wrapper-middle #image-download:after,
  .object-page-main.show #image-reuse_outer-wrapper .wrapper-middle #image-purchase:before,
  .object-page-main.show #image-reuse_outer-wrapper .wrapper-middle #image-purchase:after {
    display: none !important;
  }
}
/* line 231, ../sass/components/_image-reuse-form.scss */
.object-page-main.show #image-reuse_outer-wrapper .wrapper-middle #image-download a {
  background-image: url("../images/icon-download@2x.png");
}
/* line 235, ../sass/components/_image-reuse-form.scss */
.object-page-main.show #image-reuse_outer-wrapper .wrapper-middle #image-purchase {
  padding-left: 20%;
}
/* line 237, ../sass/components/_image-reuse-form.scss */
.object-page-main.show #image-reuse_outer-wrapper .wrapper-middle #image-purchase:before {
  position: absolute;
  content: "";
  top: 19px;
  left: 5%;
  height: 1px;
  width: 20%;
  background-color: #929292;
  display: block;
}
/* line 247, ../sass/components/_image-reuse-form.scss */
.object-page-main.show #image-reuse_outer-wrapper .wrapper-middle #image-purchase:after {
  content: "OR";
  font-size: 12px;
  display: inline-block;
  position: absolute;
  left: calc(15% - 13px);
  top: 8px;
  width: 25px;
  background: #252525;
  text-align: center;
}
/* line 258, ../sass/components/_image-reuse-form.scss */
.object-page-main.show #image-reuse_outer-wrapper .wrapper-middle #image-purchase a {
  background-image: url("../images/icon-purchase@2x.png");
}
/* line 263, ../sass/components/_image-reuse-form.scss */
.object-page-main.show #image-reuse_outer-wrapper #image-attribute {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 30px;
  padding-bottom: 30px;
}
/* line 268, ../sass/components/_image-reuse-form.scss */
.object-page-main.show #image-reuse_outer-wrapper .wrapper-bottom {
  float: left;
  width: calc(45% - 60px);
}
@media only screen and (max-width: 90.625em) {
  /* line 275, ../sass/components/_image-reuse-form.scss */
  .object-page-main.show #image-reuse_outer-wrapper .wrapper-top,
  .object-page-main.show #image-reuse_outer-wrapper .wrapper-middle,
  .object-page-main.show #image-reuse_outer-wrapper .wrapper-bottom {
    float: none;
    max-width: 500px;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0 auto 30px;
    padding: 0 0 30px;
  }
  /* line 284, ../sass/components/_image-reuse-form.scss */
  .object-page-main.show #image-reuse_outer-wrapper .wrapper-bottom {
    border-bottom: none;
    padding-bottom: 0;
  }
}

/* line 293, ../sass/components/_image-reuse-form.scss */
.ajax-progress .throbber {
  background: transparent url(../images/throbber.gif) no-repeat 0px center;
  height: 31px;
  width: 31px;
}
