/*
 * DRR-Bootstrap
 * Source: https://github.com/NYPL/drr-bootstrap
 * Author: NYPL Labs
 * Description: Base front-end framework for NYPL Digital Reading Room (DRR) Sites to extend.
 */
/* Overrides to DRR bootsrtap styles */
/*
 * DRR-Bootstrap
 * Source: https://github.com/NYPL/drr-bootstrap
 * Author: NYPL Labs
 * Description: Base front-end framework for NYPL Digital Reading Room (DRR) Sites to extend.
 */
/*
 * DRR-Bootstrap
 * Source: https://github.com/NYPL/drr-bootstrap
 * Author: NYPL Labs
 * Description: Base front-end framework for NYPL Digital Reading Room (DRR) Sites to extend.
 */
/* line 23, app/assets/stylesheets/drr/drr-base.scss */
p.lead {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 1px;
}

/* line 28, app/assets/stylesheets/drr/drr-base.scss */
small {
  font-size: 12px;
  line-height: 20px;
}

/* line 37, app/assets/stylesheets/drr/drr-base.scss */
.page-header {
  padding: 0;
  margin: 10.5px 0;
  border-bottom: 1px solid #D0CDC8;
}

/* line 45, app/assets/stylesheets/drr/drr-base.scss */
form {
  margin: 0 0 21px;
}

/* line 49, app/assets/stylesheets/drr/drr-base.scss */
select,
textarea,
input[type="text"],
input[type="password"] {
  display: inline-block;
  height: 21px;
  padding: 3px;
  margin-bottom: 10.5px;
  font-size: 14px;
  line-height: 21px;
  color: #3F3A34;
  vertical-align: middle;
  width: 300px;
  background: #fff;
  border: 1px solid #D0CDC8;
}

/* line 64, app/assets/stylesheets/drr/drr-base.scss */
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus {
  border: 1px solid #908B85;
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
}

/* line 70, app/assets/stylesheets/drr/drr-base.scss */
[type="submit"] {
  cursor: pointer;
  color: #0171A1;
}

/* line 73, app/assets/stylesheets/drr/drr-base.scss */
[type="submit"]:hover {
  color: #0195d4;
}

/* line 77, app/assets/stylesheets/drr/drr-base.scss */
.search-input {
  display: inline-block;
  margin-bottom: 10.5px;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
}

/* line 310, app/assets/stylesheets/drr/drr-mixins.scss */
.search-input input[type="text"] {
  font-size: 14px;
  position: relative;
  margin-bottom: 0;
  margin-left: 0;
  vertical-align: top;
  border-right: 0;
}

/* line 317, app/assets/stylesheets/drr/drr-mixins.scss */
.search-input input[type="text"]:focus {
  border: 1px solid #D0CDC8;
  border-right: 0;
}

/* line 322, app/assets/stylesheets/drr/drr-mixins.scss */
.search-input .add-on,
.search-input button,
.search-input [type="submit"] {
  display: inline-block;
  width: auto;
  height: 29px;
  font-size: 14px;
  line-height: 29px;
  padding-top: 1.5px;
  text-align: center;
  text-shadow: 0;
  vertical-align: top;
  background: #fff;
  border: 1px solid #D0CDC8;
  border-left: 0;
  margin-left: -2px;
}

/* line 339, app/assets/stylesheets/drr/drr-mixins.scss */
.search-input .add-on:before,
.search-input button:before,
.search-input [type="submit"]:before {
  content: "o";
  font-family: "Icomoon";
  display: inline-block;
  width: auto;
  height: auto;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
  speak: none;
  -webkit-font-smoothing: antialiased;
  text-transform: none;
  line-height: 1;
  font-weight: normal;
  font-variant: normal;
  font-size: 24px;
}

/* line 346, app/assets/stylesheets/drr/drr-mixins.scss */
.search-input:hover input[type="text"] {
  border: 1px solid #908B85;
  border-right: 0;
}

/* line 350, app/assets/stylesheets/drr/drr-mixins.scss */
.search-input:hover .add-on,
.search-input:hover button,
.search-input:hover [type="submit"] {
  border: 1px solid #908B85;
  border-left: 0;
}

/* line 83, app/assets/stylesheets/drr/drr-base.scss */
.alert {
  padding: 12px;
  font-size: 12px;
  margin: 0 0 10.5px;
  background: #FEC172;
}

/* line 86, app/assets/stylesheets/drr/drr-base.scss */
.alert.info {
  background: #FEC172;
}

/* line 89, app/assets/stylesheets/drr/drr-base.scss */
.alert.success {
  background: #E3E5A5;
}

/* line 92, app/assets/stylesheets/drr/drr-base.scss */
.alert.danger {
  background: #F1B6BB;
}

/* line 98, app/assets/stylesheets/drr/drr-base.scss */
[data-icon]:before,
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "Icomoon";
  display: inline-block;
  width: auto;
  height: auto;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
  speak: none;
  -webkit-font-smoothing: antialiased;
  text-transform: none;
  line-height: 1;
  font-weight: normal;
  font-variant: normal;
}

/* line 103, app/assets/stylesheets/drr/drr-base.scss */
[data-icon]:before {
  content: attr(data-icon);
}

/* line 106, app/assets/stylesheets/drr/drr-base.scss */
.icon-multiple:before {
  content: "m";
}

/* line 107, app/assets/stylesheets/drr/drr-base.scss */
.icon-ascending:before {
  content: "a";
}

/* line 108, app/assets/stylesheets/drr/drr-base.scss */
.icon-descending:before {
  content: "d";
}

/* line 109, app/assets/stylesheets/drr/drr-base.scss */
.icon-left:before {
  content: "l";
}

/* line 110, app/assets/stylesheets/drr/drr-base.scss */
.icon-right:before {
  content: "r";
}

/* line 111, app/assets/stylesheets/drr/drr-base.scss */
.icon-play:before {
  content: "v";
}

/* line 112, app/assets/stylesheets/drr/drr-base.scss */
.icon-alert:before {
  content: "c";
}

/* line 113, app/assets/stylesheets/drr/drr-base.scss */
.icon-favorite:before {
  content: "f";
}

/* line 114, app/assets/stylesheets/drr/drr-base.scss */
.icon-share:before {
  content: "s";
}

/* line 115, app/assets/stylesheets/drr/drr-base.scss */
.icon-code:before {
  content: "e";
}

/* line 116, app/assets/stylesheets/drr/drr-base.scss */
.icon-lock:before {
  content: "k";
}

/* line 117, app/assets/stylesheets/drr/drr-base.scss */
.icon-buy:before {
  content: "1";
}

/* line 118, app/assets/stylesheets/drr/drr-base.scss */
.icon-print:before {
  content: "p";
}

/* line 119, app/assets/stylesheets/drr/drr-base.scss */
.icon-rotate-right:before {
  content: "9";
}

/* line 120, app/assets/stylesheets/drr/drr-base.scss */
.icon-rotate-left:before {
  content: "6";
}

/* line 121, app/assets/stylesheets/drr/drr-base.scss */
.icon-delete:before {
  content: "x";
}

/* line 122, app/assets/stylesheets/drr/drr-base.scss */
.icon-zoom-out:before {
  content: "-";
}

/* line 123, app/assets/stylesheets/drr/drr-base.scss */
.icon-zoom-in:before {
  content: "+";
}

/* line 124, app/assets/stylesheets/drr/drr-base.scss */
.icon-book:before {
  content: "b";
}

/* line 125, app/assets/stylesheets/drr/drr-base.scss */
.icon-triangle-right:before {
  content: ">";
}

/* line 126, app/assets/stylesheets/drr/drr-base.scss */
.icon-triangle-down:before {
  content: "V";
}

/* line 127, app/assets/stylesheets/drr/drr-base.scss */
.icon-tag:before {
  content: "!";
}

/* line 128, app/assets/stylesheets/drr/drr-base.scss */
.icon-video:before {
  content: '"';
}

/* line 129, app/assets/stylesheets/drr/drr-base.scss */
.icon-video-play:before {
  content: "#";
}

/* line 130, app/assets/stylesheets/drr/drr-base.scss */
.icon-video-pause:before {
  content: "$";
}

/* line 131, app/assets/stylesheets/drr/drr-base.scss */
.icon-mute:before {
  content: "&";
}

/* line 132, app/assets/stylesheets/drr/drr-base.scss */
.icon-volume:before {
  content: "%";
}

/* line 133, app/assets/stylesheets/drr/drr-base.scss */
.icon-save:before {
  content: "'";
}

/* line 134, app/assets/stylesheets/drr/drr-base.scss */
.icon-first:before {
  content: "(";
}

/* line 135, app/assets/stylesheets/drr/drr-base.scss */
.icon-edit:before {
  content: ")";
}

/* line 136, app/assets/stylesheets/drr/drr-base.scss */
.icon-trash:before {
  content: "/";
}

/* line 137, app/assets/stylesheets/drr/drr-base.scss */
.icon-cog:before {
  content: ".";
}

/* line 138, app/assets/stylesheets/drr/drr-base.scss */
.icon-user:before {
  content: "0";
}

/* line 139, app/assets/stylesheets/drr/drr-base.scss */
.icon-eye:before {
  content: "2";
}

/* line 140, app/assets/stylesheets/drr/drr-base.scss */
.icon-search:before {
  content: "o";
}

@font-face {
  font-family: "Lato Regular";
  src: url(/assets/lato-reg-webfont-63fd03e010657bcc0a795fc5ea40e4b3f6fa38b3adbc3600f37204179b5d5006.eot);
  src: url(/assets/lato-reg-webfont-63fd03e010657bcc0a795fc5ea40e4b3f6fa38b3adbc3600f37204179b5d5006.eot?#iefix) format("embedded-opentype"), url(/assets/lato-reg-webfont-5a0f9e1403f0529ed7481511ced83a7b8a7fe2e3d1f4c27d9c5d1492418ed42c.woff) format("woff"), url(/assets/lato-reg-webfont-8bfa31b47d382096a3414ce69ef8d55619df6aac8eec5c194b3cda5462a3908c.ttf) format("truetype"), url(/assets/lato-reg-webfont-f6bfe9d77e5bc8e282504382c3d2d77033d1ad6d647dc028965bfcd0a61726fa.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Lato Black";
  src: url(/assets/lato-bla-webfont-9749a4020a7116d42d367f5bf7dbf85562ea28d3d5a07295c6ef297e1a4f3d3f.eot);
  src: url(/assets/lato-bla-webfont-9749a4020a7116d42d367f5bf7dbf85562ea28d3d5a07295c6ef297e1a4f3d3f.eot?#iefix) format("embedded-opentype"), url(/assets/lato-bla-webfont-665400fbaefe58bd1c52000ae43da818c71ad35f995c1aa298a81c0939c02312.woff) format("woff"), url(/assets/lato-bla-webfont-417f58674efa4ab92e1135510380b590f031e54e3ad8491ea707014ed0da45fe.ttf) format("truetype"), url(/assets/lato-bla-webfont-6db7c0a3c339389d2e803961c9b81f5120d6135783665ccd2d186c1da0a36b03.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Icomoon";
  src: url(/assets/icomoon-fba66d3c1371f1f186cea65fa5c9fa094c1d4ebec141fcb3e3a8444598ed35f0.eot);
  src: url(/assets/icomoon-fba66d3c1371f1f186cea65fa5c9fa094c1d4ebec141fcb3e3a8444598ed35f0.eot?#iefix) format("embedded-opentype"), url(/assets/icomoon-0609aae4b68c7b42099e458a29b66fac37c16f674a5c3fe84095077f240552e6.woff) format("woff"), url(/assets/icomoon-ee934dc9c9ed77605cb943b600658eca813754b48b7876f795450909139a4c1b.ttf) format("truetype"), url(/assets/icomoon-41529105b139d77ce7428baf9501e6eec67d87673628c07deb353e53ceac34a5.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Overrides to DRR bootsrtap styles */
/*
 * DRR-Bootstrap
 * Source: https://github.com/NYPL/drr-bootstrap
 * Author: NYPL Labs
 * Description: Base front-end framework for NYPL Digital Reading Room (DRR) Sites to extend.
 */
/*
 * DRR-Bootstrap
 * Source: https://github.com/NYPL/drr-bootstrap
 * Author: NYPL Labs
 * Description: Base front-end framework for NYPL Digital Reading Room (DRR) Sites to extend.
 */
/*
 * DRR-Bootstrap
 * Source: https://github.com/NYPL/drr-bootstrap
 * Author: NYPL Labs
 * Description: Base front-end framework for NYPL Digital Reading Room (DRR) Sites to extend.
 */
/*
 * DRR-Bootstrap
 * Source: https://github.com/NYPL/drr-bootstrap
 * Author: NYPL Labs
 * Description: Base front-end framework for NYPL Digital Reading Room (DRR) Sites to extend.
 */
/* Overrides to DRR bootsrtap styles */
/*
 * DRR-Bootstrap
 * Source: https://github.com/NYPL/drr-bootstrap
 * Author: NYPL Labs
 * Description: Base front-end framework for NYPL Digital Reading Room (DRR) Sites to extend.
 */
/*
 * DRR-Bootstrap
 * Source: https://github.com/NYPL/drr-bootstrap
 * Author: NYPL Labs
 * Description: Base front-end framework for NYPL Digital Reading Room (DRR) Sites to extend.
 */
/* line 23, app/assets/stylesheets/drr/drr-base.scss */
p.lead {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 1px;
}

/* line 28, app/assets/stylesheets/drr/drr-base.scss */
small {
  font-size: 12px;
  line-height: 20px;
}

/* line 37, app/assets/stylesheets/drr/drr-base.scss */
.page-header {
  padding: 0;
  margin: 10.5px 0;
  border-bottom: 1px solid #D0CDC8;
}

/* line 45, app/assets/stylesheets/drr/drr-base.scss */
form {
  margin: 0 0 21px;
}

/* line 49, app/assets/stylesheets/drr/drr-base.scss */
select,
textarea,
input[type="text"],
input[type="password"] {
  display: inline-block;
  height: 21px;
  padding: 3px;
  margin-bottom: 10.5px;
  font-size: 14px;
  line-height: 21px;
  color: #3F3A34;
  vertical-align: middle;
  width: 300px;
  background: #fff;
  border: 1px solid #D0CDC8;
}

/* line 64, app/assets/stylesheets/drr/drr-base.scss */
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus {
  border: 1px solid #908B85;
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
}

/* line 70, app/assets/stylesheets/drr/drr-base.scss */
[type="submit"] {
  cursor: pointer;
  color: #0171A1;
}

/* line 73, app/assets/stylesheets/drr/drr-base.scss */
[type="submit"]:hover {
  color: #0195d4;
}

/* line 77, app/assets/stylesheets/drr/drr-base.scss */
.search-input {
  display: inline-block;
  margin-bottom: 10.5px;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
}

/* line 310, app/assets/stylesheets/drr/drr-mixins.scss */
.search-input input[type="text"] {
  font-size: 14px;
  position: relative;
  margin-bottom: 0;
  margin-left: 0;
  vertical-align: top;
  border-right: 0;
}

/* line 317, app/assets/stylesheets/drr/drr-mixins.scss */
.search-input input[type="text"]:focus {
  border: 1px solid #D0CDC8;
  border-right: 0;
}

/* line 322, app/assets/stylesheets/drr/drr-mixins.scss */
.search-input .add-on,
.search-input button,
.search-input [type="submit"] {
  display: inline-block;
  width: auto;
  height: 29px;
  font-size: 14px;
  line-height: 29px;
  padding-top: 1.5px;
  text-align: center;
  text-shadow: 0;
  vertical-align: top;
  background: #fff;
  border: 1px solid #D0CDC8;
  border-left: 0;
  margin-left: -2px;
}

/* line 339, app/assets/stylesheets/drr/drr-mixins.scss */
.search-input .add-on:before,
.search-input button:before,
.search-input [type="submit"]:before {
  content: "o";
  font-family: "Icomoon";
  display: inline-block;
  width: auto;
  height: auto;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
  speak: none;
  -webkit-font-smoothing: antialiased;
  text-transform: none;
  line-height: 1;
  font-weight: normal;
  font-variant: normal;
  font-size: 24px;
}

/* line 346, app/assets/stylesheets/drr/drr-mixins.scss */
.search-input:hover input[type="text"] {
  border: 1px solid #908B85;
  border-right: 0;
}

/* line 350, app/assets/stylesheets/drr/drr-mixins.scss */
.search-input:hover .add-on,
.search-input:hover button,
.search-input:hover [type="submit"] {
  border: 1px solid #908B85;
  border-left: 0;
}

/* line 83, app/assets/stylesheets/drr/drr-base.scss */
.alert {
  padding: 12px;
  font-size: 12px;
  margin: 0 0 10.5px;
  background: #FEC172;
}

/* line 86, app/assets/stylesheets/drr/drr-base.scss */
.alert.info {
  background: #FEC172;
}

/* line 89, app/assets/stylesheets/drr/drr-base.scss */
.alert.success {
  background: #E3E5A5;
}

/* line 92, app/assets/stylesheets/drr/drr-base.scss */
.alert.danger {
  background: #F1B6BB;
}

/* line 98, app/assets/stylesheets/drr/drr-base.scss */
[data-icon]:before,
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "Icomoon";
  display: inline-block;
  width: auto;
  height: auto;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
  speak: none;
  -webkit-font-smoothing: antialiased;
  text-transform: none;
  line-height: 1;
  font-weight: normal;
  font-variant: normal;
}

/* line 103, app/assets/stylesheets/drr/drr-base.scss */
[data-icon]:before {
  content: attr(data-icon);
}

/* line 106, app/assets/stylesheets/drr/drr-base.scss */
.icon-multiple:before {
  content: "m";
}

/* line 107, app/assets/stylesheets/drr/drr-base.scss */
.icon-ascending:before {
  content: "a";
}

/* line 108, app/assets/stylesheets/drr/drr-base.scss */
.icon-descending:before {
  content: "d";
}

/* line 109, app/assets/stylesheets/drr/drr-base.scss */
.icon-left:before {
  content: "l";
}

/* line 110, app/assets/stylesheets/drr/drr-base.scss */
.icon-right:before {
  content: "r";
}

/* line 111, app/assets/stylesheets/drr/drr-base.scss */
.icon-play:before {
  content: "v";
}

/* line 112, app/assets/stylesheets/drr/drr-base.scss */
.icon-alert:before {
  content: "c";
}

/* line 113, app/assets/stylesheets/drr/drr-base.scss */
.icon-favorite:before {
  content: "f";
}

/* line 114, app/assets/stylesheets/drr/drr-base.scss */
.icon-share:before {
  content: "s";
}

/* line 115, app/assets/stylesheets/drr/drr-base.scss */
.icon-code:before {
  content: "e";
}

/* line 116, app/assets/stylesheets/drr/drr-base.scss */
.icon-lock:before {
  content: "k";
}

/* line 117, app/assets/stylesheets/drr/drr-base.scss */
.icon-buy:before {
  content: "1";
}

/* line 118, app/assets/stylesheets/drr/drr-base.scss */
.icon-print:before {
  content: "p";
}

/* line 119, app/assets/stylesheets/drr/drr-base.scss */
.icon-rotate-right:before {
  content: "9";
}

/* line 120, app/assets/stylesheets/drr/drr-base.scss */
.icon-rotate-left:before {
  content: "6";
}

/* line 121, app/assets/stylesheets/drr/drr-base.scss */
.icon-delete:before {
  content: "x";
}

/* line 122, app/assets/stylesheets/drr/drr-base.scss */
.icon-zoom-out:before {
  content: "-";
}

/* line 123, app/assets/stylesheets/drr/drr-base.scss */
.icon-zoom-in:before {
  content: "+";
}

/* line 124, app/assets/stylesheets/drr/drr-base.scss */
.icon-book:before {
  content: "b";
}

/* line 125, app/assets/stylesheets/drr/drr-base.scss */
.icon-triangle-right:before {
  content: ">";
}

/* line 126, app/assets/stylesheets/drr/drr-base.scss */
.icon-triangle-down:before {
  content: "V";
}

/* line 127, app/assets/stylesheets/drr/drr-base.scss */
.icon-tag:before {
  content: "!";
}

/* line 128, app/assets/stylesheets/drr/drr-base.scss */
.icon-video:before {
  content: '"';
}

/* line 129, app/assets/stylesheets/drr/drr-base.scss */
.icon-video-play:before {
  content: "#";
}

/* line 130, app/assets/stylesheets/drr/drr-base.scss */
.icon-video-pause:before {
  content: "$";
}

/* line 131, app/assets/stylesheets/drr/drr-base.scss */
.icon-mute:before {
  content: "&";
}

/* line 132, app/assets/stylesheets/drr/drr-base.scss */
.icon-volume:before {
  content: "%";
}

/* line 133, app/assets/stylesheets/drr/drr-base.scss */
.icon-save:before {
  content: "'";
}

/* line 134, app/assets/stylesheets/drr/drr-base.scss */
.icon-first:before {
  content: "(";
}

/* line 135, app/assets/stylesheets/drr/drr-base.scss */
.icon-edit:before {
  content: ")";
}

/* line 136, app/assets/stylesheets/drr/drr-base.scss */
.icon-trash:before {
  content: "/";
}

/* line 137, app/assets/stylesheets/drr/drr-base.scss */
.icon-cog:before {
  content: ".";
}

/* line 138, app/assets/stylesheets/drr/drr-base.scss */
.icon-user:before {
  content: "0";
}

/* line 139, app/assets/stylesheets/drr/drr-base.scss */
.icon-eye:before {
  content: "2";
}

/* line 140, app/assets/stylesheets/drr/drr-base.scss */
.icon-search:before {
  content: "o";
}

@font-face {
  font-family: "Lato Regular";
  src: url(/assets/lato-reg-webfont-63fd03e010657bcc0a795fc5ea40e4b3f6fa38b3adbc3600f37204179b5d5006.eot);
  src: url(/assets/lato-reg-webfont-63fd03e010657bcc0a795fc5ea40e4b3f6fa38b3adbc3600f37204179b5d5006.eot?#iefix) format("embedded-opentype"), url(/assets/lato-reg-webfont-5a0f9e1403f0529ed7481511ced83a7b8a7fe2e3d1f4c27d9c5d1492418ed42c.woff) format("woff"), url(/assets/lato-reg-webfont-8bfa31b47d382096a3414ce69ef8d55619df6aac8eec5c194b3cda5462a3908c.ttf) format("truetype"), url(/assets/lato-reg-webfont-f6bfe9d77e5bc8e282504382c3d2d77033d1ad6d647dc028965bfcd0a61726fa.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Lato Black";
  src: url(/assets/lato-bla-webfont-9749a4020a7116d42d367f5bf7dbf85562ea28d3d5a07295c6ef297e1a4f3d3f.eot);
  src: url(/assets/lato-bla-webfont-9749a4020a7116d42d367f5bf7dbf85562ea28d3d5a07295c6ef297e1a4f3d3f.eot?#iefix) format("embedded-opentype"), url(/assets/lato-bla-webfont-665400fbaefe58bd1c52000ae43da818c71ad35f995c1aa298a81c0939c02312.woff) format("woff"), url(/assets/lato-bla-webfont-417f58674efa4ab92e1135510380b590f031e54e3ad8491ea707014ed0da45fe.ttf) format("truetype"), url(/assets/lato-bla-webfont-6db7c0a3c339389d2e803961c9b81f5120d6135783665ccd2d186c1da0a36b03.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Icomoon";
  src: url(/assets/icomoon-fba66d3c1371f1f186cea65fa5c9fa094c1d4ebec141fcb3e3a8444598ed35f0.eot);
  src: url(/assets/icomoon-fba66d3c1371f1f186cea65fa5c9fa094c1d4ebec141fcb3e3a8444598ed35f0.eot?#iefix) format("embedded-opentype"), url(/assets/icomoon-0609aae4b68c7b42099e458a29b66fac37c16f674a5c3fe84095077f240552e6.woff) format("woff"), url(/assets/icomoon-ee934dc9c9ed77605cb943b600658eca813754b48b7876f795450909139a4c1b.ttf) format("truetype"), url(/assets/icomoon-41529105b139d77ce7428baf9501e6eec67d87673628c07deb353e53ceac34a5.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Overrides to DRR bootsrtap styles */
/*
 * DRR-Bootstrap
 * Source: https://github.com/NYPL/drr-bootstrap
 * Author: NYPL Labs
 * Description: Base front-end framework for NYPL Digital Reading Room (DRR) Sites to extend.
 */
/* HEADER */
/* line 70, app/assets/stylesheets/nypl-header.scss */
#nypl-header {
  background: #2a2929;
  font-size: .8em;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 201;
}

@media print {
  /* line 70, app/assets/stylesheets/nypl-header.scss */
  #nypl-header {
    display: none;
  }
}

/* line 82, app/assets/stylesheets/nypl-header.scss */
#nypl-header a {
  text-decoration: none;
}

/* line 86, app/assets/stylesheets/nypl-header.scss */
#nypl-header #nypl-menu-toggle {
  display: none;
  width: 30px;
  content: attr(data-icon);
  font-family: "Icomoon";
  color: white;
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 7px;
  z-index: 11111;
  -webkit-font-smoothing: antialiased;
}

@media screen and (min-width: 0px) and (max-width: 920px) {
  /* line 86, app/assets/stylesheets/nypl-header.scss */
  #nypl-header #nypl-menu-toggle {
    display: block;
  }
}

/* line 104, app/assets/stylesheets/nypl-header.scss */
#nypl-header #nypl-search-top {
  position: absolute;
  display: none;
  background: #f0efee;
  top: 40px;
  left: 600px;
  width: 300px;
  border: 1px solid #cbc8c1;
  border-top: none;
}

@media screen and (min-width: 0px) and (max-width: 920px) {
  /* line 104, app/assets/stylesheets/nypl-header.scss */
  #nypl-header #nypl-search-top {
    top: 40px;
    right: 0;
    left: 0;
    width: auto;
  }
}

/* line 122, app/assets/stylesheets/nypl-header.scss */
#nypl-header #nypl-search-top.visible {
  display: block;
}

/* line 126, app/assets/stylesheets/nypl-header.scss */
#nypl-header #nypl-search-top #nypl-search-block-form {
  margin: 0;
  padding: 5px 5px 5px 5px;
  zoom: 1;
}

/* line 35, app/assets/stylesheets/nypl-header.scss */
#nypl-header #nypl-search-top #nypl-search-block-form:before, #nypl-header #nypl-search-top #nypl-search-block-form:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

/* line 41, app/assets/stylesheets/nypl-header.scss */
#nypl-header #nypl-search-top #nypl-search-block-form:after {
  clear: both;
}

/* line 131, app/assets/stylesheets/nypl-header.scss */
#nypl-header #nypl-search-top #nypl-search-block-form input.form-text {
  display: block;
  border: 1px solid #cbc8c1;
  width: 278px;
  margin-bottom: 5px;
  font-size: 14px;
}

@media screen and (min-width: 0px) and (max-width: 920px) {
  /* line 131, app/assets/stylesheets/nypl-header.scss */
  #nypl-header #nypl-search-top #nypl-search-block-form input.form-text {
    width: 100%;
    padding: 0;
    height: 40px;
  }
}

/* line 145, app/assets/stylesheets/nypl-header.scss */
#nypl-header #nypl-search-top #nypl-search-block-form input.catalog_button, #nypl-header #nypl-search-top #nypl-search-block-form input.nypl_button {
  display: block;
  width: 40%;
  border: none;
  padding: 8px;
  font-size: 1.2em;
  color: white;
  -webkit-appearance: none;
  cursor: pointer;
}

/* line 156, app/assets/stylesheets/nypl-header.scss */
#nypl-header #nypl-search-top #nypl-search-block-form input.catalog_button {
  float: left;
  background-color: #963166;
}

/* line 161, app/assets/stylesheets/nypl-header.scss */
#nypl-header #nypl-search-top #nypl-search-block-form input.nypl_button {
  float: right;
  background-color: #10a2cf;
}

/* line 168, app/assets/stylesheets/nypl-header.scss */
#nypl-header #nypl-navbar {
  position: relative;
  height: 40px;
  list-style-type: none;
}

@media screen and (min-width: 0px) and (max-width: 920px) {
  /* line 168, app/assets/stylesheets/nypl-header.scss */
  #nypl-header #nypl-navbar {
    height: auto;
  }
}

/* line 177, app/assets/stylesheets/nypl-header.scss */
#nypl-header #nypl-navbar ul, #nypl-header #nypl-navbar ol {
  list-style-type: none;
}

/* line 181, app/assets/stylesheets/nypl-header.scss */
#nypl-header #nypl-navbar a {
  display: block;
  height: 30px;
}

/* line 186, app/assets/stylesheets/nypl-header.scss */
#nypl-header #nypl-navbar > li {
  float: left;
  position: relative;
  height: 40px;
}

@media screen and (min-width: 0px) and (max-width: 920px) {
  /* line 186, app/assets/stylesheets/nypl-header.scss */
  #nypl-header #nypl-navbar > li {
    display: none;
    float: none;
  }
}

/* line 197, app/assets/stylesheets/nypl-header.scss */
#nypl-header #nypl-navbar > li.visible {
  display: block;
}

/* line 201, app/assets/stylesheets/nypl-header.scss */
#nypl-header #nypl-navbar > li a {
  background: #2a2929;
  color: white;
  padding: 7px 15px 3px 15px;
}

/* line 206, app/assets/stylesheets/nypl-header.scss */
#nypl-header #nypl-navbar > li a:hover {
  background-color: white;
  color: #2a2929;
}

@media screen and (min-width: 920px) {
  /* line 214, app/assets/stylesheets/nypl-header.scss */
  #nypl-header #nypl-navbar > li:hover > a {
    background-color: white;
    color: #2a2929;
  }
  /* line 219, app/assets/stylesheets/nypl-header.scss */
  #nypl-header #nypl-navbar > li:hover > div {
    left: -4px;
    opacity: 0;
    height: 1px;
    overflow: hidden;
  }
  /* line 225, app/assets/stylesheets/nypl-header.scss */
  #nypl-header #nypl-navbar > li:hover > div.show {
    opacity: 1;
    height: auto;
    overflow: auto;
  }
}

/* line 236, app/assets/stylesheets/nypl-header.scss */
#nypl-header #nypl-navbar > li.home:hover > a, #nypl-header #nypl-navbar > li.search:hover > a {
  color: white;
  background-color: #2a2929;
}

/* line 242, app/assets/stylesheets/nypl-header.scss */
#nypl-header #nypl-navbar > li.home a:hover, #nypl-header #nypl-navbar > li.search a:hover {
  color: white;
  background-color: #2a2929;
}

/* line 247, app/assets/stylesheets/nypl-header.scss */
#nypl-header #nypl-navbar > li.home > a:before, #nypl-header #nypl-navbar > li.search > a:before {
  content: attr(data-icon);
  font-family: "Icomoon";
  color: white;
  position: absolute;
  -webkit-font-smoothing: antialiased;
}

/* line 255, app/assets/stylesheets/nypl-header.scss */
#nypl-header #nypl-navbar > li.home > a span, #nypl-header #nypl-navbar > li.search > a span {
  display: none;
}

/* line 260, app/assets/stylesheets/nypl-header.scss */
#nypl-header #nypl-navbar > li.home {
  overflow: hidden;
  background: #2a2929;
  width: 70px;
}

@media screen and (min-width: 0px) and (max-width: 920px) {
  /* line 260, app/assets/stylesheets/nypl-header.scss */
  #nypl-header #nypl-navbar > li.home {
    display: block;
  }
}

/* line 269, app/assets/stylesheets/nypl-header.scss */
#nypl-header #nypl-navbar > li.home a:before {
  content: 'W';
  font-size: 66px;
  top: 12px;
  left: -2px;
}

/* line 277, app/assets/stylesheets/nypl-header.scss */
#nypl-header #nypl-navbar > li.search {
  color: white;
  background: #2a2929;
  width: 60px;
}

@media screen and (min-width: 0px) and (max-width: 920px) {
  /* line 277, app/assets/stylesheets/nypl-header.scss */
  #nypl-header #nypl-navbar > li.search {
    position: absolute;
    display: block;
    height: 30px;
    right: 30px;
    top: 4px;
  }
}

/* line 291, app/assets/stylesheets/nypl-header.scss */
#nypl-header #nypl-navbar > li.search > a:before {
  content: 'o';
  font-size: 20px;
  top: 4px;
  left: 14px;
}

/* line 298, app/assets/stylesheets/nypl-header.scss */
#nypl-header #nypl-navbar > li.search a {
  display: inline;
  padding: 0;
}

/* line 308, app/assets/stylesheets/nypl-header.scss */
#nypl-header #nypl-navbar > li > div {
  position: absolute;
  top: 40px;
  left: -9999px;
  z-index: 1111;
  background: transparent;
  width: 265px;
}

/* line 317, app/assets/stylesheets/nypl-header.scss */
#nypl-header #nypl-navbar > li > div.my-nypl {
  width: 440px;
}

/* line 321, app/assets/stylesheets/nypl-header.scss */
#nypl-header #nypl-navbar > li > div.explore {
  width: 540px;
}

/* line 325, app/assets/stylesheets/nypl-header.scss */
#nypl-header #nypl-navbar > li > div.research {
  width: 640px;
}

/* line 329, app/assets/stylesheets/nypl-header.scss */
#nypl-header #nypl-navbar > li > div.using-the-library {
  width: 480px;
}

/* line 333, app/assets/stylesheets/nypl-header.scss */
#nypl-header #nypl-navbar > li > div.support-the-library {
  width: 200px;
}

/* line 337, app/assets/stylesheets/nypl-header.scss */
#nypl-header #nypl-navbar > li > div > ul {
  float: left;
  background-color: white;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 4px solid #2a2929;
  border-top: none;
  zoom: 1;
}

/* line 35, app/assets/stylesheets/nypl-header.scss */
#nypl-header #nypl-navbar > li > div > ul:before, #nypl-header #nypl-navbar > li > div > ul:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

/* line 41, app/assets/stylesheets/nypl-header.scss */
#nypl-header #nypl-navbar > li > div > ul:after {
  clear: both;
}

/* line 348, app/assets/stylesheets/nypl-header.scss */
#nypl-header #nypl-navbar > li > div > ul li {
  background-color: white;
  float: left;
}

/* line 352, app/assets/stylesheets/nypl-header.scss */
#nypl-header #nypl-navbar > li > div > ul li h5 {
  color: #E3332C;
  padding: 5px 15px;
  font-size: 1em;
  line-height: 1em;
}

/* line 359, app/assets/stylesheets/nypl-header.scss */
#nypl-header #nypl-navbar > li > div > ul li > ul {
  position: relative;
  padding-top: 0;
}

/* line 48, app/assets/stylesheets/nypl-header.scss */
#nypl-header #nypl-navbar > li > div > ul li > ul li {
  float: none;
}

/* line 51, app/assets/stylesheets/nypl-header.scss */
#nypl-header #nypl-navbar > li > div > ul li > ul li a {
  border-bottom: 1px solid #cbc8c1;
  background: white;
  color: #2a2929;
  margin: 0 5px;
  padding: 5px 10px 0 10px;
}

/* line 58, app/assets/stylesheets/nypl-header.scss */
#nypl-header #nypl-navbar > li > div > ul li > ul li a:hover {
  background: #E3332C;
  color: white;
}

/* line 64, app/assets/stylesheets/nypl-header.scss */
#nypl-header #nypl-navbar > li > div > ul li > ul li:last-child a {
  border-bottom: none;
}

/* line 366, app/assets/stylesheets/nypl-header.scss */
#nypl-header #nypl-navbar > li > div > ul.simple {
  width: initial;
  background-color: white;
  zoom: 1;
}

/* line 35, app/assets/stylesheets/nypl-header.scss */
#nypl-header #nypl-navbar > li > div > ul.simple:before, #nypl-header #nypl-navbar > li > div > ul.simple:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

/* line 41, app/assets/stylesheets/nypl-header.scss */
#nypl-header #nypl-navbar > li > div > ul.simple:after {
  clear: both;
}

/* line 48, app/assets/stylesheets/nypl-header.scss */
#nypl-header #nypl-navbar > li > div > ul.simple li {
  float: none;
}

/* line 51, app/assets/stylesheets/nypl-header.scss */
#nypl-header #nypl-navbar > li > div > ul.simple li a {
  border-bottom: 1px solid #cbc8c1;
  background: white;
  color: #2a2929;
  margin: 0 5px;
  padding: 5px 10px 0 10px;
}

/* line 58, app/assets/stylesheets/nypl-header.scss */
#nypl-header #nypl-navbar > li > div > ul.simple li a:hover {
  background: #E3332C;
  color: white;
}

/* line 64, app/assets/stylesheets/nypl-header.scss */
#nypl-header #nypl-navbar > li > div > ul.simple li:last-child a {
  border-bottom: none;
}

@font-face {
  font-family: "Lato Bold";
  src: url(/assets/lato-bol-webfont-32b680b7584d4cc7cb8d06fd293e04b4bc8d4d4328a944119f0f67c1d5343e89.eot);
  src: url(/assets/lato-bol-webfont-32b680b7584d4cc7cb8d06fd293e04b4bc8d4d4328a944119f0f67c1d5343e89.eot?#iefix) format("embedded-opentype"), url(/assets/lato-bol-webfont-f54375b48422535a407173ea7d69ae6bb83461caa11faafd8ab76a5fae72bd78.woff) format("woff"), url(/assets/lato-bol-webfont-b5f964ed016012aadb7b289942c960a854d7862789f05c2b1f0cd259ff9e8501.ttf) format("truetype"), url(/assets/lato-bol-webfont-987ea26d628a81191d7b84d67ccfc9413a1ceb4e3b3a8b50649c87588e20c4ed.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Lato Regular";
  src: url(/assets/lato-bol-webfont-32b680b7584d4cc7cb8d06fd293e04b4bc8d4d4328a944119f0f67c1d5343e89.eot);
  src: url(/assets/lato-bol-webfont-32b680b7584d4cc7cb8d06fd293e04b4bc8d4d4328a944119f0f67c1d5343e89.eot?#iefix) format("embedded-opentype"), url(/assets/lato-bol-webfont-f54375b48422535a407173ea7d69ae6bb83461caa11faafd8ab76a5fae72bd78.woff) format("woff"), url(/assets/lato-bol-webfont-b5f964ed016012aadb7b289942c960a854d7862789f05c2b1f0cd259ff9e8501.ttf) format("truetype"), url(/assets/lato-bol-webfont-987ea26d628a81191d7b84d67ccfc9413a1ceb4e3b3a8b50649c87588e20c4ed.svg) format("svg");
  font-weight: bold;
  font-style: normal;
}

/* line 24, app/assets/stylesheets/layout.scss */
span.heading {
  text-transform: uppercase;
}

/* line 28, app/assets/stylesheets/layout.scss */
span.title {
  font-style: italic;
}

/* line 35, app/assets/stylesheets/layout.scss */
body {
  margin: 0;
  font-family: "Lato Regular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 21px;
  color: #161514;
  background-color: #f8f8f8;
  letter-spacing: 0px;
}

/* line 46, app/assets/stylesheets/layout.scss */
body .content {
  margin-top: 7px;
  margin-bottom: 14px;
}

/* line 50, app/assets/stylesheets/layout.scss */
body .content.org_units-index {
  margin-top: 28px;
}

/* line 56, app/assets/stylesheets/layout.scss */
body p {
  margin: 0 0 10.5px;
}

/* line 60, app/assets/stylesheets/layout.scss */
body h1, body h2, body h3, body h4, body h5, body h6 {
  margin: 10.5px 0;
  font-family: "Lato Bold", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 21px;
  color: inherit;
  text-transform: uppercase;
  letter-spacing: 0px;
}

/* line 64, app/assets/stylesheets/layout.scss */
body h2, body h3, body h4, body h5, body h6 {
  margin: 21px 0 14px 0;
}

/* line 68, app/assets/stylesheets/layout.scss */
body h1 {
  font-size: 24px;
  line-height: 24px;
  text-transform: none;
  font-family: "Lato Bold", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

/* line 73, app/assets/stylesheets/layout.scss */
body h1 span.subtitle {
  display: block;
  font-size: 16.8px;
}

/* line 79, app/assets/stylesheets/layout.scss */
body h2 {
  font-size: 18px;
  line-height: 18px;
}

/* line 84, app/assets/stylesheets/layout.scss */
body h3 {
  font-size: 16px;
  line-height: 16px;
}

/* line 89, app/assets/stylesheets/layout.scss */
body h4 {
  font-size: 14px;
  line-height: 14px;
}

/* line 94, app/assets/stylesheets/layout.scss */
body h5 {
  font-size: 14px;
  line-height: 14px;
}

/* line 99, app/assets/stylesheets/layout.scss */
body h6 {
  font-size: 14px;
  line-height: 14px;
}

/* line 104, app/assets/stylesheets/layout.scss */
body a {
  color: #0171A1;
  text-decoration: none;
}

/* line 107, app/assets/stylesheets/layout.scss */
body a:hover, body a:focus {
  color: #14A8E7;
  text-decoration: underline;
}

/* line 113, app/assets/stylesheets/layout.scss */
body blockquote {
  margin: 0 0 10.5px;
  padding: 0 28px;
}

/* line 118, app/assets/stylesheets/layout.scss */
body .head {
  font-weight: bold;
}

/* line 122, app/assets/stylesheets/layout.scss */
body .collection-title {
  font-weight: bold;
  font-style: italic;
  padding: 0 2px;
}

/* line 133, app/assets/stylesheets/layout.scss */
#wrap {
  min-height: 300px;
}

/* line 137, app/assets/stylesheets/layout.scss */
#nypl-header {
  font-size: 12.6px;
}

/* line 145, app/assets/stylesheets/layout.scss */
form textarea {
  height: auto;
}

/* line 149, app/assets/stylesheets/layout.scss */
form #error {
  color: #D75B25;
  font-weight: bold;
  display: none;
}

/* line 155, app/assets/stylesheets/layout.scss */
form .needsfilled {
  border: 2px solid #D75B25;
}

/* line 159, app/assets/stylesheets/layout.scss */
form label.needsfilled {
  background: #FFB92D;
  padding: 2px;
  border: 0;
}

/* line 165, app/assets/stylesheets/layout.scss */
form .validation-warning {
  padding-left: 14px;
  color: #AF2228;
  font-weight: bold;
}

/* line 171, app/assets/stylesheets/layout.scss */
form .field-description {
  font-size: 11.9px;
  line-height: 17.5px;
  color: #514E49;
}

/* line 179, app/assets/stylesheets/layout.scss */
a.removelink {
  content: attr(data-icon);
  font-family: "Icomoon";
  text-decoration: none;
  padding: 0 5px;
}

/* line 187, app/assets/stylesheets/layout.scss */
.btn.btn-mini {
  line-height: 14px;
}

/* line 192, app/assets/stylesheets/layout.scss */
.search {
  font-family: "Lato Regular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

/* line 194, app/assets/stylesheets/layout.scss */
.search button {
  color: #0171A1;
}

/* line 199, app/assets/stylesheets/layout.scss */
.navbar {
  /*

  .site-name {
    text-transform: uppercase;
    font-size: 28px;
    line-height: 1em;
	  font-family: "Lato Bold";
    font-weight: $headingsFontWeight;
    letter-spacing: .04em;
    padding: ($baseFontSize) 0 15px ($baseFontSize * 1.5);
    color: $grayDarkest;

    a {
      color: $grayDarkest;
      text-decoration: none;
      &:hover {
        color: inherit;
        text-decoration: none;
      }
    }

    span {
      white-space: nowrap;
      &.sub {
        color: $gray;
      }
    }

  }*/
}

/* line 201, app/assets/stylesheets/layout.scss */
.navbar .nypl-logo {
  float: left;
}

/* line 205, app/assets/stylesheets/layout.scss */
.navbar .nypl-logo:before {
  content: 'N';
  font-family: "Icomoon";
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  speak: none;
  -webkit-font-smoothing: antialiased;
  text-transform: none;
  line-height: 1;
  font-weight: normal;
  font-variant: normal;
  width: 38px;
  height: 38px;
  line-height: 38px;
  font-size: 38px;
  color: #161514;
}

/* line 226, app/assets/stylesheets/layout.scss */
.navbar .nypl-logo:hover {
  text-decoration: none;
}

/* line 231, app/assets/stylesheets/layout.scss */
.navbar .nypl-logo .logo-text {
  font-size: 0;
  height: 1px;
  overflow: hidden;
  display: block;
}

/* line 241, app/assets/stylesheets/layout.scss */
.navbar .site-name {
  text-decoration: none;
  float: left;
  padding-left: 7px;
  margin-left: 7px;
  border-left: solid 1px #e8e4e2;
}

/* line 249, app/assets/stylesheets/layout.scss */
.navbar .site-name h4 {
  font-size: 14px;
  line-height: 14px;
  height: 14px;
  color: #a8a4a0;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

/* line 259, app/assets/stylesheets/layout.scss */
.navbar .site-name h2 {
  color: #161514;
  font-size: 24px;
  line-height: 24px;
  height: 24px;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

/* line 306, app/assets/stylesheets/layout.scss */
.navbar.navbar-fixed-top .navbar-inner {
  padding: 0;
}

/* line 312, app/assets/stylesheets/layout.scss */
.navbar .navbar-inner {
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  background: #fff;
  border-bottom: 1px solid #D0CDC8;
  position: relative;
}

/* line 325, app/assets/stylesheets/layout.scss */
.navbar .navbar-inner .container.nav-top {
  margin: 0;
  min-height: 38px;
  padding: 12px 0 12px 6px;
  width: 99%;
}

/* line 333, app/assets/stylesheets/layout.scss */
.navbar .container.collection-head {
  background: #f8f8f8;
  padding: 0;
}

/* line 339, app/assets/stylesheets/layout.scss */
.navbar .container.collection-head .row {
  background: #f8f8f8;
}

/* line 344, app/assets/stylesheets/layout.scss */
.navbar .content-col {
  padding-bottom: 21px;
}

/* line 349, app/assets/stylesheets/layout.scss */
.navbar .nav-home {
  float: right;
}

/* line 355, app/assets/stylesheets/layout.scss */
.navbar .nav-home .nav-item {
  text-align: center;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  border-right: solid 1px #e8e4e2;
}

/* line 365, app/assets/stylesheets/layout.scss */
.navbar .nav-home .nav-item a:hover {
  text-decoration: none;
}

/* line 369, app/assets/stylesheets/layout.scss */
.navbar .nav-home .nav-item .nav-icon {
  font-family: "Icomoon";
  font-size: 17.5px;
  overflow: hidden;
}

/* line 379, app/assets/stylesheets/layout.scss */
.navbar .navbar-search {
  float: right;
  margin-right: 10px;
}

/* line 384, app/assets/stylesheets/layout.scss */
.navbar .navbar-search .controls {
  margin: 0 !important;
}

/* line 388, app/assets/stylesheets/layout.scss */
.navbar .navbar-search input {
  display: inline-block;
  height: 24px;
  padding: 6px;
  font-size: 16px;
  line-height: 24px;
  color: #3f3a34;
  vertical-align: middle;
  width: 210px;
  background: #fff;
  border-right: none;
}

/* line 402, app/assets/stylesheets/layout.scss */
.navbar .navbar-search button {
  color: #0171a1;
  cursor: pointer;
  display: inline-block;
  width: auto;
  height: 38px;
  font-size: 0px;
  line-height: 38px;
  padding-top: 3px;
  text-align: center;
  text-shadow: 0;
  vertical-align: top;
  background: #fff;
  border-left: 0;
  margin-left: -2px;
  outline: none;
}

/* line 429, app/assets/stylesheets/layout.scss */
.sidebar {
  font-family: "Lato Regular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 12.6px;
}

/* line 434, app/assets/stylesheets/layout.scss */
.sidebar h2 {
  font-size: 17.5px;
  line-height: 21px;
  margin-bottom: 3.5px;
}

/* line 440, app/assets/stylesheets/layout.scss */
.sidebar .call_number {
  font-size: 17.5px;
  color: #514E49;
}

/* line 445, app/assets/stylesheets/layout.scss */
.sidebar .nav-tabs {
  font-size: 12px;
}

/* line 448, app/assets/stylesheets/layout.scss */
.sidebar .nav-tabs .active a, .sidebar .nav-tabs .active a:hover, .sidebar .nav-tabs .active > a:focus {
  background-color: #0171A1;
  color: #fff;
}

/* line 453, app/assets/stylesheets/layout.scss */
.sidebar .nav-tabs a {
  color: #514E49;
}

/* line 455, app/assets/stylesheets/layout.scss */
.sidebar .nav-tabs a:hover, .sidebar .nav-tabs a:active {
  background-color: #99C8E0;
  color: #514E49;
  transition: background-color .2s;
  -webkit-transition: background-color .2s;
}

/* line 468, app/assets/stylesheets/layout.scss */
.pagination {
  margin: 0;
}

/* line 472, app/assets/stylesheets/layout.scss */
.pagination-wrapper {
  margin: 21px 0;
}

/* line 475, app/assets/stylesheets/layout.scss */
.pagination-wrapper .pagination-summary, .pagination-wrapper form {
  display: inline;
  padding: 0 7px;
}

/* line 489, app/assets/stylesheets/layout.scss */
#footer {
  font-size: 11.2px;
  line-height: 14px;
  margin-top: 28px;
  padding: 28px;
  border-top: 1px solid #514E49;
}

/* line 496, app/assets/stylesheets/layout.scss */
#footer a {
  color: #161514;
}

/* line 498, app/assets/stylesheets/layout.scss */
#footer a:hover {
  color: #0195d4;
}

@media print {
  /* line 489, app/assets/stylesheets/layout.scss */
  #footer {
    display: none;
  }
}

/* line 507, app/assets/stylesheets/layout.scss */
#footer ul {
  margin: 0;
}

/* line 509, app/assets/stylesheets/layout.scss */
#footer ul li {
  display: inline;
  padding: 0 28px 0 0;
}

/* line 515, app/assets/stylesheets/layout.scss */
#footer .copyright {
  margin: 0 0 28px;
}

/* line 521, app/assets/stylesheets/layout.scss */
.development-only {
  margin: 14px 0;
  padding: 7px;
  border: 1px solid #fff;
  background: #E8E4E2;
}

/* line 526, app/assets/stylesheets/layout.scss */
.development-only .btn, .development-only .dev-label {
  opacity: 0.8;
}

/* line 529, app/assets/stylesheets/layout.scss */
.development-only .dev-label {
  font-size: 11.2px;
  line-height: 11.2px;
}

/* line 535, app/assets/stylesheets/layout.scss */
#cboxOverlay, #colorbox {
  z-index: 9999;
}

/*Always show scroll bars*/
/* line 542, app/assets/stylesheets/layout.scss */
::-webkit-scrollbar {
  -webkit-appearance: none;
}

/* line 546, app/assets/stylesheets/layout.scss */
::-webkit-scrollbar:vertical {
  width: 11px;
}

/* line 550, app/assets/stylesheets/layout.scss */
::-webkit-scrollbar:horizontal {
  height: 11px;
}

/* line 554, app/assets/stylesheets/layout.scss */
::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid whitesmoke;
  /* should match background, can't be transparent */
  background-color: rgba(0, 0, 0, 0.5);
}

/* line 560, app/assets/stylesheets/layout.scss */
.icon-video {
  color: black;
}

/* line 564, app/assets/stylesheets/layout.scss */
.header-globalAlerts {
  background-color: #fee24a;
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  display: block;
  border-bottom-color: #908034;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  font-family: "system-ui","Segoe UI",Tahoma,Helvetica,arial;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  padding-bottom: 15px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 15px;
}

/* line 584, app/assets/stylesheets/layout.scss */
.header-globalAlerts-box {
  margin-bottom: 7px;
  margin-top: 7px;
  margin-left: 16.8px;
  margin-right: 16.8px;
  position: relative;
  text-size-adjust: 100%;
}

/* line 593, app/assets/stylesheets/layout.scss */
.header-globalAlerts-box-item {
  line-height: 16px;
  margin-bottom: 8px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 8px;
  text-size-adjust: 100%;
}
