/*!*********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./smithsonian/projects/smithsonianbooks/frontend/src/scss/index.scss ***!
  \*********************************************************************************************************************************************************************************************************************/
@import url(//fonts.googleapis.com/css?family=Oswald:400,300,700);
/*!*************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./smithsonian/projects/smithsonianbooks/frontend/src/scss/index.scss (1) ***!
  \*************************************************************************************************************************************************************************************************************************/
@import url(//fonts.googleapis.com/css?family=Lato:300,400,700);
/*!*************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./smithsonian/projects/smithsonianbooks/frontend/src/scss/index.scss (2) ***!
  \*************************************************************************************************************************************************************************************************************************/
.header-bar {
  width: 100%;
  border-bottom: 1px dotted #999;
}
.header-bar #mobileMenuButton {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 13px;
  left: 10px;
  display: none;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
@media (max-width: 885px) {
  .header-bar #mobileMenuButton {
    display: block;
  }
}
.header-bar #mobileMenuButton span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #fff;
  border-radius: 5px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.header-bar #mobileMenuButton span:nth-child(1) {
  top: 0px;
}
.header-bar #mobileMenuButton span:nth-child(2),
.header-bar #mobileMenuButton span:nth-child(3) {
  top: 9px;
}
.header-bar #mobileMenuButton span:nth-child(4) {
  top: 18px;
}
.header-bar #mobileMenuButton.open span:nth-child(1) {
  top: 9px;
  width: 0%;
  left: 50%;
}
.header-bar #mobileMenuButton.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header-bar #mobileMenuButton.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header-bar #mobileMenuButton.open span:nth-child(4) {
  top: 9px;
  width: 0%;
  left: 50%;
}
.header-bar .header-options {
  width: 1350px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 219px 1fr 219px;
  grid-gap: 30px;
  align-items: center;
}
@media (max-width: 1150px) {
  .header-bar .header-options {
    grid-template-columns: 219px 1fr;
    width: 100%;
  }
}
@media (max-width: 885px) {
  .header-bar .header-options {
    width: 100%;
    display: inline-block;
  }
}
.header-bar .header-options .logo-background {
  width: 100%;
  background: #0098d4;
  margin: 0 15px 0 -4px;
  padding: 5px 15px 5px 15px;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 885px) {
  .header-bar .header-options .logo-background {
    text-align: center;
    margin: 0 auto;
    display: block;
  }
}
.header-bar .header-options .logo-background img {
  width: 219px;
}
.header-bar .header-options nav {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  z-index: 9;
}
@media (max-width: 885px) {
  .header-bar .header-options nav {
    margin-left: -200vw;
    background-color: #0098d4;
    position: absolute;
    top: 49px;
    left: 0;
    transition: margin-left 0.3s ease-in-out;
  }
  .header-bar .header-options nav.open {
    margin-left: 0;
  }
}
.header-bar .header-options nav ul {
  margin: 0;
  padding: 0;
}
.header-bar .header-options nav ul li {
  list-style-type: none;
  position: relative;
  display: inline-block;
  color: #000;
  font-size: 0.95rem;
  padding: 16px;
  line-height: 1rem;
  border-left: 1px dotted #999;
}
@media (max-width: 885px) {
  .header-bar .header-options nav ul li {
    border-bottom: solid 1px #68acd4;
    color: #fff;
    cursor: pointer;
    display: block;
  }
}
.header-bar .header-options nav ul li.dropdown {
  padding-right: 25px;
}
.header-bar .header-options nav ul li:first-child {
  border-left: 0;
}
.header-bar .header-options nav ul li a {
  font-size: 0.95rem;
  color: #000;
  display: block;
}
@media (max-width: 885px) {
  .header-bar .header-options nav ul li a {
    color: #fff;
  }
}
.header-bar .header-options nav ul li a:visited {
  color: #000;
}
@media (max-width: 885px) {
  .header-bar .header-options nav ul li a:visited {
    color: #fff;
  }
}
.header-bar .header-options nav ul li svg {
  position: absolute;
  top: 17px;
  right: 5px;
  cursor: pointer;
}
.header-bar .header-options nav ul li .sub-menu-heading {
  background-color: #f8f8f8;
  position: absolute;
  top: 70px;
  opacity: 0;
  pointer-events: none;
  z-index: 999;
}
.header-bar .header-options nav ul li .sub-menu-heading.focused {
  opacity: 1;
  pointer-events: auto;
}
.header-bar .header-options nav ul li ul {
  width: 200px;
  margin-left: -16px;
  background-color: #f8f8f8;
  padding: 10px 0;
  position: absolute;
  top: 49px;
  opacity: 0;
  pointer-events: none;
  z-index: 9;
  border-left: 1px dotted #999;
  border-right: 1px dotted #999;
  border-bottom: 1px dotted #999;
}
@media (max-width: 885px) {
  .header-bar .header-options nav ul li ul {
    width: auto;
    height: 0;
    margin-left: auto;
    padding: 0;
    background-color: #0098d4;
    opacity: 1;
    border-left: none;
    border-right: none;
    border-bottom: none;
    position: relative;
    top: inherit;
    overflow: hidden;
    z-index: 9;
  }
}
.header-bar .header-options nav ul li ul.opened {
  height: auto;
  padding-top: 10px;
}
.header-bar .header-options nav ul li ul li {
  display: block;
  padding: 8px 16px;
  border: 0;
}
.header-bar .header-options nav ul li ul li a {
  font-weight: normal;
  font-size: 0.85rem;
}
.header-bar .header-options nav ul li ul li a:hover {
  border-bottom: none;
  text-decoration: underline;
}
.header-bar .header-options nav ul li ul.focused {
  opacity: 1;
  pointer-events: auto;
}
.header-bar .header-options nav ul li:hover ul,
.header-bar .header-options nav ul li:hover .sub-menu-heading {
  opacity: 1;
  pointer-events: auto;
}
.header-bar .header-options .books-social-media-icons {
  font-size: 1.7rem;
  background: #fff;
  color: #fff;
  text-align: right;
}
@media (max-width: 1150px) {
  .header-bar .header-options .books-social-media-icons {
    display: none;
  }
}
.header-bar .header-options .books-social-media-icons a {
  color: #000;
  width: 21px;
  height: 21px;
}
.header-bar .header-options .books-social-media-icons a i,
.header-bar .header-options .books-social-media-icons a svg {
  width: 21px;
  height: 21px;
}
@media (max-width: 400px) {
  .header-bar .header-options .books-social-media-icons {
    display: none;
  }
}
.header-bar .header-options .books-social-media-icons .library svg {
  width: 19px;
  position: relative;
  height: 19px;
  left: -6px;
  top: -1px;
}

/* ===== VARIABLES ===== */
/* ===== MEDIA QUERIES ===== */
/* ===== MIXINS ===== */
/* ===== DEFAULT STYLES ===== */
html,
body,
div,
span,
img,
footer {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body {
  font-family: "Open Sans", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}
a:visited {
  color: inherit;
}

.red {
  color: #f4151a;
}

.blue {
  color: #0098d4;
}

.books-page-wrapper {
  display: grid;
  grid-template-columns: 240px 1fr;
  grid-gap: 40px;
  width: 1350px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 70px;
}
@media only screen and (max-width : 1300px) {
  .books-page-wrapper {
    width: 100%;
  }
}
@media only screen and (max-width : 800px) {
  .books-page-wrapper {
    width: 100%;
    display: inline-block;
  }
}
.books-page-wrapper .left-column {
  margin: 30px 0;
}
@media only screen and (max-width : 800px) {
  .books-page-wrapper .left-column {
    display: none;
  }
}
.books-page-wrapper .right-column {
  margin: 30px 0;
  overflow: auto;
}
@media only screen and (max-width : 800px) {
  .books-page-wrapper .right-column {
    padding: 0 30px;
  }
}
.books-page-wrapper .right-column .books-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px 10px;
  text-align: center;
}
@media only screen and (max-width : 1300px) {
  .books-page-wrapper .right-column .books-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width : 1100px) {
  .books-page-wrapper .right-column .books-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width : 600px) {
  .books-page-wrapper .right-column .books-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.books-page-wrapper .right-column .books-list .book-wrapper {
  padding: 15px;
  border: 1px solid #c0c0c0;
  text-align: left;
}
.books-page-wrapper .right-column .books-list .book-wrapper a {
  color: #000;
}
.books-page-wrapper .right-column .books-list .book-wrapper:hover {
  cursor: pointer;
}
.books-page-wrapper .right-column .books-list .book-wrapper .book-image-wrapper {
  width: 100%;
  height: 260px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width : 500px) {
  .books-page-wrapper .right-column .books-list .book-wrapper .book-image-wrapper {
    height: 200px;
  }
}
@media only screen and (max-width : 400px) {
  .books-page-wrapper .right-column .books-list .book-wrapper .book-image-wrapper {
    height: 145px;
  }
}
.books-page-wrapper .right-column .books-list .book-wrapper .book-image-wrapper img {
  width: 100%;
  position: absolute;
  bottom: 0;
}
.books-page-wrapper .right-column .books-list .book-wrapper .book-title {
  margin: 10px 0 15px 0;
  font-size: 16px;
  font-family: "Oswald", Arial, sans-serif;
  line-height: 1.3;
  overflow: hidden;
}
@media only screen and (max-width : 400px) {
  .books-page-wrapper .right-column .books-list .book-wrapper .book-title {
    font-size: 14px;
    line-height: 19px;
  }
}
.books-page-wrapper .right-column .books-list .book-wrapper .book-author {
  color: #999;
  font-size: 15px;
  font-weight: 400;
}
.books-page-wrapper .right-column .books-list .book-wrapper .book-author .by {
  color: #444;
}
.books-page-wrapper .right-column .books-list .book-wrapper .book-price {
  margin: 12px 0 25px 0;
  font-size: 14px;
}
.books-page-wrapper .left-column .categories-list {
  margin: 0 0 20px 0;
  padding-bottom: 20px;
}
.books-page-wrapper .left-column .categories-list ul {
  margin: 0;
  padding: 0;
}
.books-page-wrapper .left-column .categories-list ul li {
  margin: 0;
  padding: 0;
  border-bottom: 1px dotted #999;
  display: block;
  list-style-type: none;
}
.books-page-wrapper .left-column .categories-list ul li:last-child {
  border-bottom: 0;
}
.books-page-wrapper .left-column .categories-list ul li a {
  font-family: "Open Sans", sans-serif;
  color: #000;
  padding: 3px 5px;
  margin: 0;
  font-size: 15px;
  display: block;
}
.books-page-wrapper .left-column .categories-list ul li a:hover {
  background: #0098d4;
  color: #ffffff;
}
.books-page-wrapper .left-column .categories-list ul li a .highlighted {
  background: #0098d4;
  display: block;
  color: #ffffff !important;
}

.productnote {
  font-size: 11px;
  color: #999;
  clear: both;
}

.productContainer {
  display: grid;
  grid-template-columns: 300px 1fr;
  grid-gap: 30px;
}
@media only screen and (max-width : 700px) {
  .productContainer {
    display: block;
  }
}
.productContainer .productLeft img {
  width: 100%;
  height: auto;
}
.productContainer .productLeft {
  margin-bottom: 20px;
}
.productContainer .productRight .productRightcontainer {
  display: grid;
  grid-template-rows: 260px 1fr;
}
.productContainer .productRight .productRightcontainer .productBottom {
  align-content: bottom;
}
.productContainer .productRight .book-info-title {
  margin: 0 0 15px 0;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 1.6em;
  line-height: 1.5em;
  font-weight: bold;
}
.productContainer .productRight .book-info-byline {
  color: #0098d4;
}
@media only screen and (max-width : 1100px) {
  .productContainer .productRight .book-info-byline {
    margin-top: 30px;
  }
}
.productContainer .productRight .book-info-byline .by {
  color: #666;
  font-weight: 300;
}
.productContainer .productRight .book-info-price {
  margin: 15px 0;
  font-weight: 600;
}
.productContainer .productRight .book-info-price .red {
  font-size: 18px;
}
.productContainer .productRight .book-info-p {
  color: #444;
  font-size: 16px;
  line-height: 25px;
}
.productContainer .productRight .book-info-p div p {
  font-size: 16px !important;
}
.productContainer .productRight .book-info-isbn {
  margin: 20px 0 0 0;
  color: #444;
  font-size: 14px;
}
.productContainer .productRight .buy-now-button {
  width: 160px;
  margin-right: 20px;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 12px 6px;
  background: #0098d4;
  color: #ffffff;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 18px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width : 700px) {
  .productContainer .productRight .buy-now-button {
    margin-right: 0;
  }
}
.productContainer .productRight .buy-now-button:hover {
  background: #000;
  cursor: pointer;
}
.productContainer .productRight .buy-options {
  margin: 50px 0 0;
}
@media only screen and (max-width : 700px) {
  .productContainer .productRight .buy-options {
    margin: 30px 0 -20px 0;
    text-align: center;
  }
}
.productContainer .productRight .buy-options h3 {
  margin-bottom: 30px;
}
.productContainer .productRight .buy-options .book-seller:first-child {
  margin-left: 0;
}
.productContainer .productRight .buy-options .book-seller {
  margin: 0 25px 15px 25px;
}
.productContainer .book-info-p {
  color: #444;
  font-size: 1rem;
  line-height: 1.6rem;
}

.content p {
  color: #444;
  font-size: 1rem;
  line-height: 1.6rem;
}

.product-description h3 {
  margin-bottom: 10px;
}
.product-description .book-info-p {
  font-size: 1rem;
  line-height: 1.6rem;
}
.product-description .book-info-p p {
  font-size: 1rem;
  line-height: 1.6rem;
}
.product-description {
  margin: 0 0 40px 0;
}

.author-information h3 {
  margin-bottom: 10px;
}
.author-information .book-info-p {
  font-size: 1rem;
  line-height: 1.6rem;
}
.author-information .book-info-p .blue {
  font-weight: 700;
}
.author-information {
  margin: 40px 0;
}

.review-quotes h3 {
  margin-bottom: 10px;
}
.review-quotes .book-info-p {
  font-size: 1rem;
  line-height: 1.6rem;
  margin-bottom: 20px;
}
.review-quotes {
  margin: 40px 0;
}

.info-page-wrapper .book-info-wrapper {
  margin: 10px 0 0 0;
  display: inline-block;
  vertical-align: top;
}

footer {
  width: 100%;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 35px;
}
footer .footerLogo {
  border-top: 1px dotted #999;
  border-bottom: 1px dotted #999;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0 15px;
}
footer .footerLogo img {
  width: 230px;
  height: auto;
}
footer .footerNav h3 {
  font-size: 1.2rem;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 15px;
}
footer .footerNav {
  max-width: 1076px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0 50px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 70px;
  width: 100%;
}
@media (max-width: 1000px) {
  footer .footerNav {
    max-width: 90%;
  }
}
@media (max-width: 815px) {
  footer .footerNav {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 600px) {
  footer .footerNav {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 80px;
  }
}
@media (max-width: 350px) {
  footer .footerNav {
    text-align: center;
    display: block;
  }
}
footer .footerNav .footerNavItem.right-categories {
  margin-top: 46px;
}
footer .footerNav .footerNavItem p.spacing {
  margin-top: 30px;
}
footer .footerNav .footerNavItem ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer .footerNav .footerNavItem ul li {
  font-family: "Open Sans", sans-serif;
  font-size: 0.85rem;
  font-weight: 400;
  line-height: 24px;
}
footer .footerNav .footerNavItem ul li a {
  font-family: "Open Sans", sans-serif;
  font-size: 0.85rem;
  font-weight: 400;
  line-height: 24px;
  border-bottom: 0;
  display: block;
  color: #000;
}
footer .footerNav .footerNavItem ul li a:hover {
  text-decoration: underline;
}
footer .footerLinks {
  margin-top: 30px;
  padding: 25px 15px 100px;
  border-top: 1px dotted #999;
  font-family: "Open Sans", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  text-align: center;
  line-height: 24px;
}
footer .footerLinks p {
  font-family: "Open Sans", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 24px;
}
footer .footerLinks a {
  color: #000;
}
footer .footerLinks span {
  padding: 0 10px;
}
@media (max-width: 815px) {
  footer .footerLinks span {
    display: block;
  }
}
@media (max-width: 600px) {
  footer .footerLinks span {
    text-align: left;
  }
}

body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  line-height: 1;
}

a {
  color: #0098d4;
  overflow-wrap: break-word;
}
a img {
  border: 0;
  outline: none;
}

p a {
  text-decoration: underline;
}
p a:hover {
  text-decoration: none;
}

h1 {
  font-family: "Oswald", Arial, sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 400;
  margin-top: 0;
}
h1 a {
  color: #000;
}

h2 {
  color: #000;
  font-size: 28.8px;
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Oswald", Arial, sans-serif;
  margin-top: 0;
}
h2 a {
  color: #000;
}

h3 {
  font-family: "Oswald", Arial, sans-serif;
  font-size: 25.6px;
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: 0;
}
h3 a {
  color: #000;
}

h4 {
  font-size: 22.4px;
  font-size: 1.4rem;
}

h5 {
  font-family: "Oswald", Arial, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: normal;
}

p {
  margin: 0 auto 25px;
  font-size: 1rem;
  line-height: 1.6rem;
  font-family: "Open Sans", sans-serif;
}

ul,
ol,
li {
  font-size: 1rem;
  line-height: 1.6rem;
  font-family: "Open Sans", sans-serif;
}

strong,
b,
.bold {
  font-weight: 700;
}

.homepage h2 {
  margin-top: 0;
}
.homepage h2 a {
  color: #000;
}

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