@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css");
body {
  margin: 0;
  background-color: #f5f5f5;
}
html {
  font-family: 'Libre Baskerville', serif;
  line-height: 1.5rem;
}
h1,
h2,
h3,
h4 {
  font-family: Lato, Arial, Helvetica, Verdana, sans-serif;
}
.headContainer {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}
.head1 {
  position: relative;
  margin: 5px 10px 0;
}
.logo {
  float: left;
  margin: 0.25em 0 0 .5em;
  width: 30%;
  max-width: 325px;
  min-width: 200px;
  transition: width .3s;
}
.subhead {
  position: relative;
  padding: 0 1em .5em;
}
.search-container {
  position: relative;
  float: right;
  top: 1px;
  height: 1.5em;
  margin: .2em 1em;
  padding: 0;
  opacity: 1;
  transition: opacity .5s;
  border: none;
}
.search-container .inputDiv,
.search-container .buttonDiv {
  display: inline-block;
  position: relative;
  height: 100%;
  background-color: #f5f5f5;
  border: inherit;
  padding-left: 2px;
}
.search-container .inputDiv {
  position: absolute;
  left: .7em;
  top: 0;
  width: 0;
  height: 1.5em;
  border-radius: 4px 0 0 4px;
  margin: 0 -3px 0 0;
  transition: left .5s, width .5s;
  z-index: 10;
}
.search-container .idOpen {
  left: -12.5em;
  width: 13.2em;
}
.search-container .buttonDiv {
  position: relative;
  width: 1.4em;
  border-radius: 25px;
  text-align: center;
  z-index: 11;
}
.search-container .searchInput {
  position: relative;
  width: 0;
  font-size: .9em;
  background: #f5f5f5;
  border: none;
  transition: width .5s;
  outline: none;
}
.search-container .siOpen {
  width: 13.5em;
}
.search-container button {
  position: relative;
  left: -1px;
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 0;
  outline: none;
}
.opacity0 {
  opacity: 0;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.menubar,
#spacer {
  position: relative;
  height: 2em;
  padding: 0;
  color: #f5f5f5;
  background-color: #1e6292;
  font-family: Lato, Arial, Helvetica, Verdana, sans-serif;
}
.menubar ul,
#spacer ul {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0;
}
.menubar ul li,
#spacer ul li {
  float: left;
  position: relative;
  margin: 0;
  padding: .25em 1em;
}
.menubar ul li a,
#spacer ul li a {
  color: #f5f5f5;
}
.menubar ul li a:visited,
#spacer ul li a:visited {
  color: #f5f5f5;
}
.menubar ul li:hover,
#spacer ul li:hover {
  background-color: #f5f5f5;
}
.menubar ul li:hover a,
#spacer ul li:hover a {
  color: #1e6292;
}
.menubar ul .burger,
#spacer ul .burger {
  display: none;
  position: relative;
  top: -0.1rem;
  font-size: 1.4rem;
  cursor: pointer;
  z-index: 201;
  transition: top .45s;
}
.menubar ul .burger:hover,
#spacer ul .burger:hover {
  color: #fff;
  background-color: initial;
}
.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  color: #f5f5f5;
  font-family: Lato, Arial, Helvetica, Verdana, sans-serif;
  font-size: 1.7em;
  line-height: 2.8em;
  text-align: center;
  transition: opacity .35s, visibility .35s, height .35s;
  z-index: 200;
  background-color: #1e6292;
}
.menu-overlay ul {
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0;
  top: 50%;
  height: 100%;
  width: 100%;
  text-align: center;
  transform: translateY(-25%);
}
.menu-overlay.overlay-open {
  opacity: .9;
  visibility: visible;
  height: 100%;
}
.menu-overlay.overlay-open li {
  opacity: 0;
  animation: fadeInLeft .5s ease forwards;
  animation-delay: .35s;
}
.menu-overlay.overlay-open li:nth-of-type(2) {
  animation-delay: .4s;
}
.menu-overlay.overlay-open li:nth-of-type(3) {
  animation-delay: .45s;
}
.menu-overlay.overlay-open li:nth-of-type(4) {
  animation-delay: .50s;
}
.menu-overlay.overlay-open li:nth-of-type(5) {
  animation-delay: .55s;
}
.menu-overlay.overlay-open li:nth-of-type(6) {
  animation-delay: .60s;
}
.menu-overlay.overlay-open li:nth-of-type(7) {
  animation-delay: .65s;
}
.menu-overlay.overlay-open .burger {
  position: fixed;
  top: 1em;
}
.tooltip {
  pointer-events: none;
  display: none;
  position: absolute;
  left: 1px;
  max-width: 20em;
  padding: .25em .5em;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 2px;
  font-family: Lato, Sans-Serif;
  font-size: .8em;
  line-height: 1.3em;
  z-index: 999999999;
  -webkit-box-shadow: 2px 2px 3px 1px #cccccc;
  -moz-box-shadow: 2px 2px 3px 1px #cccccc;
  box-shadow: 2px 2px 3px 1px #cccccc;
}
.tooltip.hover {
  display: inline;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    left: -20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
.fixed {
  position: fixed;
  top: 0;
  z-index: 201;
}
.w100 {
  width: 100%;
}
.hidden {
  display: none;
}
.bodyContainer {
  position: relative;
  padding-bottom: 2em;
}
main {
  display: flex;
}
@supports (display: grid) {
  main {
    display: grid;
    grid-template-columns: repeat(3,1fr);
  }
  article {
    margin: .5em;
  }
}
.featured {
  margin: 0 .25em;
  padding: .5em;
  text-align: center;
  line-height: 1.25em;
  transition: transform .5s;
  opacity: 0;
  transform: rotateY(30deg);
}
.featureLabel {
  float: left;
  transform: rotate(270deg);
  position: absolute;
  left: -68px;
  top: 79px;
  font-family: Lato, Arial, Helvetica, Verdana, sans-serif;
  font-size: 1.3em;
  color: red;
}
.featured .cover {
  position: relative;
  width: auto;
  box-shadow: 1px 1px 2px #888888;
  -webkit-box-shadow: 3px 3px 5px 1px rgba(189,189,189,0.75);
  -moz-box-shadow: 3px 3px 5px 1px rgba(189,189,189,0.75);
  box-shadow: 3px 3px 5px 1px rgba(189,189,189,0.75);
}
.featured .cover.octavo {
  height: 40vw;
  max-height: 380px;
}
.featured .cover.letter {
  height: 42vw;
  max-height: 400px;
}
.reveal {
  opacity: 1;
  transform: rotateY(0deg);
}
.featured .featureContainer {
  transition: transform .5s;
}
.featured .featureContainer:hover {
  transform: scale(1.05);
}
.catalog .title {
  color: #1c94c4;
}
.catalog .title:hover {
  color: #eb8f00;
}
a {
  color: #eb8f00;
  text-decoration: none;
}
a:hover {
  color: #1e6292;
}
a:visited {
  color: #eb8f00;
}
.accBody ul {
  margin: 0;
  padding: 0;
  font-family: 'Libre Baskerville', serif;
  font-size: .9rem;
}
.accBody ul li {
  padding-bottom: 4px;
}
.accBody ul ul {
  margin: 0 0 0 1em;
}
.noTitles {
  font-family: 'Libre Baskerville', serif;
  font-size: .9rem;
}
.info {
  font-family: Lato, Arial, Helvetica, Verdana, sans-serif;
  font-size: .9rem;
}
.editImg {
  cursor: pointer;
}
.ui-widget-content {
  background: #eeeeee;
}
.ui-widget-content .info a {
  color: #1c94c4;
}
.ui-widget-content .info a:hover {
  color: red;
}
.ui-widget-content .info a:visited {
  color: #1c94c4;
}
#divDialog,
#divSample {
  display: none;
}
div.availability {
  margin-left: 0;
}
div.availability p:first-child {
  font-size: 12pt;
  font-weight: bold;
  margin-bottom: 0;
}
div.availability p:nth-child(2) {
  margin-top: 0;
}
.footer {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 1.75rem;
  font-size: .7rem;
  background-color: #1e6292;
  color: #f5f5f5;
}
.footer padding:5px 40px 0 20px
	a {
  color: #f5f5f5;
}
.footer a:visited {
  color: #f5f5f5;
}
.loader {
  position: absolute;
  top: calc(25%);
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 101;
  display: none;
}
.dot {
  width: 20px;
  height: 20px;
  border: 3px solid #990033;
  border-radius: 50%;
  float: left;
  margin: 0 15px;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-animation: fx 1000ms ease infinite 0ms;
  animation: fx 1000ms ease infinite 0ms;
}
.dot:nth-child(2) {
  -webkit-animation: fx 1000ms ease infinite 300ms;
  animation: fx 1000ms ease infinite 300ms;
}
.dot:nth-child(3) {
  -webkit-animation: fx 1000ms ease infinite 600ms;
  animation: fx 1000ms ease infinite 600ms;
}
@-webkit-keyframes fx {
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fx {
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media only screen and (max-width: 660px) {
  main {
    grid-template-columns: repeat(2,1fr);
  }
  .menubar ul .burger {
    display: block;
  }
  .menubar ul ul {
    display: none;
  }
  .featured .cover.octavo {
    height: 60vw;
  }
  .featured .cover.letter {
    height: 57vw;
  }
}
@media only screen and (max-width: 550px) {
  .fullFooter {
    display: none;
  }
}
@media only screen and (max-width: 427px) {
  .subhead {
    font-size: 3.75vw;
  }
  main {
    grid-template-columns: repeat(1,1fr);
  }
  .logo {
    min-width: 9em;
  }
  .featured .cover.octavo {
    height: 115vw;
  }
  .featured .cover.letter {
    height: 115vw;
  }
}
