@import url("//fonts.googleapis.com/css?family=Oswald:400,300,700");
@import url("//fonts.googleapis.com/css?family=Playfair+Display:400,700");
/* ===== VARIABLES ===== */
/* ===== MEDIA QUERY ===== */
/* ===== MIXINS ===== */
/* ===== DEFAULT STYLES ===== */
html,
body,
div,
span,
img,
footer {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

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

a {
  color: #415885;
  overflow-wrap: break-word;
  text-decoration: none; }
  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: black; }

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

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

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; }

.header-bar {
  width: 100%;
  border-bottom: 1px dotted #999999;
  background: #415885; }
  .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: white;
      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: #415885;
      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: #415885;
          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: white;
        font-size: 0.95rem;
        padding: 16px;
        line-height: 1rem;
        border-left: 1px dotted #999999; }
        @media (max-width: 885px) {
          .header-bar .header-options nav ul li {
            border-bottom: solid 1px #68acd4;
            color: white;
            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: white;
          display: block; }
          @media (max-width: 885px) {
            .header-bar .header-options nav ul li a {
              color: white; } }
          .header-bar .header-options nav ul li a:visited {
            color: white; }
            @media (max-width: 885px) {
              .header-bar .header-options nav ul li a:visited {
                color: white; } }
        .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: #415885;
          padding: 10px 0;
          position: absolute;
          top: 49px;
          opacity: 0;
          pointer-events: none;
          z-index: 9;
          border-left: 1px dotted #999999;
          border-right: 1px dotted #999999;
          border-bottom: 1px dotted #999999; }
          @media (max-width: 885px) {
            .header-bar .header-options nav ul li ul {
              width: auto;
              height: 0;
              margin-left: auto;
              padding: 0;
              background-color: #415885;
              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;
      color: white;
      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: white;
        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; }

.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; }
    @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: black; }
        .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 .right-column .productnote {
      font-size: 11px;
      color: #999;
      clear: both; }
    .books-page-wrapper .right-column .productContainer {
      display: grid;
      grid-template-columns: 300px 1fr;
      grid-gap: 30px; }
      @media only screen and (max-width: 700px) {
        .books-page-wrapper .right-column .productContainer {
          display: block; } }
      .books-page-wrapper .right-column .productContainer .productLeft {
        margin-bottom: 20px; }
        .books-page-wrapper .right-column .productContainer .productLeft img {
          width: 100%;
          height: auto; }
      .books-page-wrapper .right-column .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; }
      .books-page-wrapper .right-column .productContainer .productRight .book-info-byline {
        color: #415885; }
        @media only screen and (max-width: 1100px) {
          .books-page-wrapper .right-column .productContainer .productRight .book-info-byline {
            margin-top: 30px; } }
        .books-page-wrapper .right-column .productContainer .productRight .book-info-byline .by {
          color: #666;
          font-weight: 300; }
      .books-page-wrapper .right-column .productContainer .productRight .book-info-price {
        margin: 15px 0;
        font-weight: 600; }
        .books-page-wrapper .right-column .productContainer .productRight .book-info-price .red {
          font-size: 18px; }
      .books-page-wrapper .right-column .productContainer .productRight .book-info-p {
        color: #444;
        font-size: 16px;
        line-height: 25px; }
        .books-page-wrapper .right-column .productContainer .productRight .book-info-p div p {
          font-size: 16px !important; }
      .books-page-wrapper .right-column .productContainer .productRight .book-info-isbn {
        margin: 20px 0 0 0;
        color: #444;
        font-size: 14px; }
      .books-page-wrapper .right-column .productContainer .productRight .buy-now-button {
        width: 160px;
        margin-right: 20px;
        margin-top: 20px;
        margin-bottom: 40px;
        padding: 12px 6px;
        background: #415885;
        color: white;
        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) {
          .books-page-wrapper .right-column .productContainer .productRight .buy-now-button {
            margin-right: 0; } }
        .books-page-wrapper .right-column .productContainer .productRight .buy-now-button:hover {
          background: black;
          cursor: pointer; }
      .books-page-wrapper .right-column .productContainer .productRight .buy-options {
        margin: 50px 0 0; }
        @media only screen and (max-width: 700px) {
          .books-page-wrapper .right-column .productContainer .productRight .buy-options {
            margin: 30px 0 -20px 0;
            text-align: center; } }
        .books-page-wrapper .right-column .productContainer .productRight .buy-options h3 {
          margin-bottom: 30px; }
        .books-page-wrapper .right-column .productContainer .productRight .buy-options .book-seller {
          margin: 0 25px 15px 25px; }
          .books-page-wrapper .right-column .productContainer .productRight .buy-options .book-seller:first-child {
            margin-left: 0; }
      .books-page-wrapper .right-column .productContainer .book-info-p {
        color: #444;
        font-size: 1rem;
        line-height: 1.6rem; }
  .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: black;
          padding: 3px 5px;
          margin: 0;
          font-size: 15px;
          display: block; }
          .books-page-wrapper .left-column .categories-list ul li a:hover {
            background: #415885;
            color: white; }
          .books-page-wrapper .left-column .categories-list ul li a .highlighted {
            background: #415885;
            display: block;
            color: white !important; }

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

.product-description {
  margin: 0 0 40px 0; }
  .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; }

.author-information {
  margin: 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; }

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

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

.billboard {
  width: 1000px;
  height: 515px;
  margin: 0 auto;
  background-size: contain !important;
  position: relative; }
  @media only screen and (max-width: 1100px) {
    .billboard {
      width: 100%; } }
  .billboard .billboard-credit {
    color: #415885;
    font-size: 12px;
    font-weight: lighter;
    font-style: italic;
    position: absolute;
    right: 0;
    bottom: -17px;
    opacity: 0;
    -moz-transition: 0.2s opacity;
    -webkit-transition: 0.2s opacity;
    -o-transition: 0.2s opacity;
    transition: 0.2s opacity; }
    @media only screen and (max-width: 900px) {
      .billboard .billboard-credit {
        margin-right: 10px;
        opacity: 1; } }
  .billboard:hover .billboard-credit {
    opacity: 1; }

.page-wrapper {
  width: 1000px;
  margin: 40px auto;
  padding-top: 50px !important; }
  .page-wrapper .section-header {
    overflow: hidden;
    width: 100%;
    text-align: center;
    color: #415885;
    font-family: "Playfair Display", serif;
    font-size: 28px;
    margin-bottom: 35px; }
    .page-wrapper .section-header:before, .page-wrapper .section-header:after {
      border-top: 1px solid #415885;
      content: "";
      display: inline-block;
      height: .1em;
      position: relative;
      vertical-align: middle;
      width: 50%;
      margin-bottom: .15em; }
  .page-wrapper .section-header:before {
    right: 0.5em;
    margin-left: -50%; }
  .page-wrapper .section-header:after {
    left: 0.5em;
    margin-right: -50%; }
  .page-wrapper .books-wrapper .book-wrapper {
    -moz-box-shadow: 0;
    -webkit-box-shadow: 0;
    -o-box-shadow: 0;
    box-shadow: 0; }
    .page-wrapper .books-wrapper .book-wrapper:hover {
      -moz-box-shadow: 0;
      -webkit-box-shadow: 0;
      -o-box-shadow: 0;
      box-shadow: 0; }
    .page-wrapper .books-wrapper .book-wrapper .book-title {
      font-family: "Playfair Display", serif; }
    .page-wrapper .books-wrapper .book-wrapper .book-author {
      color: #415885; }

#homepage-wrapper {
  padding-top: 0 !important; }
  @media only screen and (max-width: 1100px) {
    #homepage-wrapper {
      width: auto; } }
  #homepage-wrapper .books-wrapper {
    text-align: center;
    margin-bottom: 70px; }
    #homepage-wrapper .books-wrapper .book-wrapper {
      width: 142px;
      margin: 0 auto 30px auto;
      margin-left: 11px;
      margin-right: 11px;
      text-align: left;
      display: inline-block;
      vertical-align: top; }
      #homepage-wrapper .books-wrapper .book-wrapper:hover {
        cursor: pointer; }
      @media only screen and (max-width: 400px) {
        #homepage-wrapper .books-wrapper .book-wrapper {
          margin-left: 5px;
          margin-right: 5px; } }
      #homepage-wrapper .books-wrapper .book-wrapper .book-image {
        width: 100%;
        height: 210px;
        position: relative;
        margin-bottom: 25px; }
        #homepage-wrapper .books-wrapper .book-wrapper .book-image img {
          width: 100%;
          position: absolute;
          bottom: 0; }
      #homepage-wrapper .books-wrapper .book-wrapper .book-featured-tag {
        font-weight: bold;
        text-transform: uppercase;
        font-size: 13px; }
      #homepage-wrapper .books-wrapper .book-wrapper .book-title {
        margin: 10px 0 12px 0;
        color: #333; }
        #homepage-wrapper .books-wrapper .book-wrapper .book-title:hover {
          color: #415885; }
      #homepage-wrapper .books-wrapper .book-wrapper .book-author {
        color: #415885;
        font-size: 14px; }
      #homepage-wrapper .books-wrapper .book-wrapper .book-price {
        margin-top: 15px;
        font-size: 12px;
        font-weight: bold;
        display: none; }
    #homepage-wrapper .books-wrapper .last {
      margin-right: 0; }

#open-access-wrapper,
#book-page-wrapper {
  margin: 20px auto 220px auto; }
  @media only screen and (max-width: 1100px) {
    #open-access-wrapper,
    #book-page-wrapper {
      width: auto;
      padding: 0 30px; } }
  @media only screen and (max-width: 500px) {
    #open-access-wrapper,
    #book-page-wrapper {
      padding: 0 10px; } }
  #open-access-wrapper #filters-button,
  #book-page-wrapper #filters-button {
    width: 50px;
    padding: 3px 5px;
    background: #415885;
    opacity: 0.7;
    border-radius: 0 5px 5px 0;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    position: fixed;
    top: 60px;
    left: 0;
    z-index: 7;
    display: none; }
    #open-access-wrapper #filters-button:hover,
    #book-page-wrapper #filters-button:hover {
      cursor: pointer; }
    @media only screen and (max-width: 500px) {
      #open-access-wrapper #filters-button,
      #book-page-wrapper #filters-button {
        display: none; } }
  #open-access-wrapper .sidebar,
  #book-page-wrapper .sidebar {
    width: 150px;
    margin-right: 15px;
    background: #fff;
    color: #555;
    position: relative;
    z-index: 7;
    float: left; }
    @media only screen and (max-width: 700px) {
      #open-access-wrapper .sidebar,
      #book-page-wrapper .sidebar {
        width: 100px; } }
    @media only screen and (max-width: 500px) {
      #open-access-wrapper .sidebar,
      #book-page-wrapper .sidebar {
        width: 150px;
        height: 100vh;
        margin-left: -300px;
        padding-right: 15px;
        border-right: solid 1px #dcdcdc;
        position: fixed;
        top: 40px; } }
    #open-access-wrapper .sidebar .fa-times,
    #book-page-wrapper .sidebar .fa-times {
      position: absolute;
      top: 10px;
      right: 10px;
      display: none; }
      #open-access-wrapper .sidebar .fa-times:hover,
      #book-page-wrapper .sidebar .fa-times:hover {
        cursor: pointer; }
      @media only screen and (max-width: 500px) {
        #open-access-wrapper .sidebar .fa-times,
        #book-page-wrapper .sidebar .fa-times {
          display: block; } }
    #open-access-wrapper .sidebar .sidebar-label,
    #book-page-wrapper .sidebar .sidebar-label {
      margin-top: 40px;
      font-family: "Playfair Display", serif;
      font-size: 22px;
      letter-spacing: 1px; }
      #open-access-wrapper .sidebar .sidebar-label:first-of-type,
      #book-page-wrapper .sidebar .sidebar-label:first-of-type {
        margin-top: 10px; }
      @media only screen and (max-width: 500px) {
        #open-access-wrapper .sidebar .sidebar-label,
        #book-page-wrapper .sidebar .sidebar-label {
          margin-top: 15px; } }
      @media only screen and (max-width: 350px) {
        #open-access-wrapper .sidebar .sidebar-label,
        #book-page-wrapper .sidebar .sidebar-label {
          font-size: 17px; } }
    #open-access-wrapper .sidebar .sidebar-option,
    #book-page-wrapper .sidebar .sidebar-option {
      margin: 10px 0;
      font-size: 14px;
      line-height: 20px; }
      #open-access-wrapper .sidebar .sidebar-option a:hover,
      #book-page-wrapper .sidebar .sidebar-option a:hover {
        color: #415885; }
      @media only screen and (max-width: 500px) {
        #open-access-wrapper .sidebar .sidebar-option,
        #book-page-wrapper .sidebar .sidebar-option {
          line-height: 15px; } }
      @media only screen and (max-width: 350px) {
        #open-access-wrapper .sidebar .sidebar-option,
        #book-page-wrapper .sidebar .sidebar-option {
          font-size: 11px;
          line-height: 10px; } }
    #open-access-wrapper .sidebar .active,
    #book-page-wrapper .sidebar .active {
      color: #415885; }
  #open-access-wrapper .open-access-content,
  #book-page-wrapper .open-access-content {
    text-align: center;
    vertical-align: top;
    overflow: hidden; }
    #open-access-wrapper .open-access-content .category-title h2,
    #book-page-wrapper .open-access-content .category-title h2 {
      overflow: hidden;
      font-family: "Playfair Display", serif;
      color: #415885;
      width: 100%;
      text-align: center; }
      #open-access-wrapper .open-access-content .category-title h2:before, #open-access-wrapper .open-access-content .category-title h2:after,
      #book-page-wrapper .open-access-content .category-title h2:before,
      #book-page-wrapper .open-access-content .category-title h2:after {
        border-top: 1px solid #415885;
        content: "";
        display: inline-block;
        height: .1em;
        position: relative;
        vertical-align: middle;
        width: 50%;
        margin-bottom: .15em; }
      @media only screen and (max-width: 500px) {
        #open-access-wrapper .open-access-content .category-title h2,
        #book-page-wrapper .open-access-content .category-title h2 {
          font-size: 23px !important; } }
    #open-access-wrapper .open-access-content .category-title h2:before,
    #book-page-wrapper .open-access-content .category-title h2:before {
      right: 0.5em;
      margin-left: -50%; }
    #open-access-wrapper .open-access-content .category-title h2:after,
    #book-page-wrapper .open-access-content .category-title h2:after {
      left: 0.5em;
      margin-right: -50%; }
    #open-access-wrapper .open-access-content .header-line,
    #book-page-wrapper .open-access-content .header-line {
      margin: -52px 0 52px 0; }
      @media only screen and (max-width: 600px) {
        #open-access-wrapper .open-access-content .header-line,
        #book-page-wrapper .open-access-content .header-line {
          display: none; } }
    #open-access-wrapper .open-access-content .section-subheader,
    #book-page-wrapper .open-access-content .section-subheader {
      margin: -35px auto 35px auto;
      color: #888;
      font-family: "Playfair Display", serif;
      font-size: 27px; }
      @media only screen and (max-width: 600px) {
        #open-access-wrapper .open-access-content .section-subheader,
        #book-page-wrapper .open-access-content .section-subheader {
          font-size: 18px; } }
    #open-access-wrapper .open-access-content .book-wrapper,
    #book-page-wrapper .open-access-content .book-wrapper {
      width: 142px;
      margin: 0 12px 50px 12px;
      text-align: left;
      display: inline-block;
      vertical-align: top; }
      @media only screen and (max-width: 700px) {
        #open-access-wrapper .open-access-content .book-wrapper,
        #book-page-wrapper .open-access-content .book-wrapper {
          margin: 0 8px 15px 8px; } }
      #open-access-wrapper .open-access-content .book-wrapper .book-image,
      #book-page-wrapper .open-access-content .book-wrapper .book-image {
        height: 200px; }
      #open-access-wrapper .open-access-content .book-wrapper .book-title,
      #book-page-wrapper .open-access-content .book-wrapper .book-title {
        margin: 8px 0 10px 0;
        font-family: "Playfair Display", serif;
        font-size: 17px;
        font-weight: bold; }
      #open-access-wrapper .open-access-content .book-wrapper .book-subtitle,
      #book-page-wrapper .open-access-content .book-wrapper .book-subtitle {
        margin-bottom: 5px;
        color: #415885;
        font-size: 15px; }
    #open-access-wrapper .open-access-content .view-more,
    #book-page-wrapper .open-access-content .view-more {
      width: 122px;
      margin: 0 auto;
      padding: 6px 0;
      border-top: solid 1px #415885;
      border-bottom: solid 1px #415885;
      color: #415885;
      font-family: "Playfair Display", serif;
      font-size: 25px;
      text-align: center; }
      #open-access-wrapper .open-access-content .view-more:hover,
      #book-page-wrapper .open-access-content .view-more:hover {
        cursor: pointer; }

#open-access-wrapper {
  min-height: 750px;
  margin-top: 50px; }
  #open-access-wrapper .left-column {
    display: none; }
  #open-access-wrapper .categories-header {
    margin-bottom: 10px; }
  #open-access-wrapper .header-line {
    border-top: solid 1px #415885;
    position: relative;
    z-index: 2; }

#book-page-wrapper {
  display: table; }
  #book-page-wrapper .book-cover {
    width: 200px;
    padding: 20px;
    display: table-cell;
    vertical-align: top; }
    @media only screen and (max-width: 1100px) {
      #book-page-wrapper .book-cover {
        float: left;
        display: block; } }
    @media only screen and (max-width: 500px) {
      #book-page-wrapper .book-cover {
        width: 240px;
        margin: 0 auto;
        float: none; } }
    #book-page-wrapper .book-cover img {
      width: auto;
      padding: 8px;
      box-shadow: 0 0 10px #666; }
  #book-page-wrapper .info-section {
    margin: 0 30px;
    padding: 20px 10px;
    display: table-cell;
    vertical-align: top; }
    @media only screen and (max-width: 1100px) {
      #book-page-wrapper .info-section {
        width: 70%;
        float: left;
        display: block; } }
    @media only screen and (max-width: 900px) {
      #book-page-wrapper .info-section {
        width: 65%; } }
    @media only screen and (max-width: 800px) {
      #book-page-wrapper .info-section {
        width: 60%; } }
    @media only screen and (max-width: 700px) {
      #book-page-wrapper .info-section {
        width: 63%; } }
    @media only screen and (max-width: 600px) {
      #book-page-wrapper .info-section {
        width: 55%; } }
    @media only screen and (max-width: 500px) {
      #book-page-wrapper .info-section {
        width: auto; } }
    @media only screen and (max-width: 400px) {
      #book-page-wrapper .info-section {
        margin: 0; } }
    #book-page-wrapper .info-section .title {
      color: #555;
      font-family: "Playfair Display", serif;
      font-size: 28px;
      line-height: 35px; }
    #book-page-wrapper .info-section .byline {
      margin: 15px 0;
      color: #415885; }
    #book-page-wrapper .info-section .social-media .social-media-icon {
      width: 25px;
      height: 25px;
      background: #415885;
      border-radius: 100%;
      text-align: center;
      line-height: 25px;
      display: inline-block;
      vertical-align: top; }
      #book-page-wrapper .info-section .social-media .social-media-icon .fa {
        color: #fff; }
      #book-page-wrapper .info-section .social-media .social-media-icon .fa-facebook {
        margin: 6px 0 0 5px;
        font-size: 20px; }
      #book-page-wrapper .info-section .social-media .social-media-icon .fa-twitter {
        margin-top: 5px; }
      #book-page-wrapper .info-section .social-media .social-media-icon .fa-pinterest {
        margin: 5px 0 0 1px; }
      #book-page-wrapper .info-section .social-media .social-media-icon .fa-envelope {
        font-size: 12px; }
    #book-page-wrapper .info-section .price {
      margin: 15px 0;
      color: #333;
      font-size: 15px;
      font-weight: bold; }
      #book-page-wrapper .info-section .price span {
        color: #ea595c;
        font-size: 17px; }
    #book-page-wrapper .info-section .buy-buttons {
      margin: 30px 0; }
      #book-page-wrapper .info-section .buy-buttons .buy-button {
        margin-right: 35px;
        display: inline-block;
        vertical-align: middle; }
        @media only screen and (max-width: 600px) {
          #book-page-wrapper .info-section .buy-buttons .buy-button {
            margin-top: 30px; } }
      #book-page-wrapper .info-section .buy-buttons .buy-now {
        padding: 10px 35px;
        background: #415885;
        color: white;
        font-family: "Playfair Display", serif;
        font-size: 22px;
        font-weight: lighter; }
      #book-page-wrapper .info-section .buy-buttons .e-book {
        margin-top: 40px;
        color: #415885; }
        @media only screen and (max-width: 800px) {
          #book-page-wrapper .info-section .buy-buttons .e-book {
            margin-right: 0;
            vertical-align: baseline; } }
        @media only screen and (max-width: 600px) {
          #book-page-wrapper .info-section .buy-buttons .e-book {
            margin-top: 30px; } }
        #book-page-wrapper .info-section .buy-buttons .e-book .fa-tablet {
          margin-right: 10px;
          font-size: 40px;
          vertical-align: middle; }
    #book-page-wrapper .info-section .section-title {
      margin: 10px 0;
      color: #555;
      font-family: "Playfair Display", serif;
      font-size: 24px; }
    #book-page-wrapper .info-section p {
      margin-bottom: 30px;
      color: #555;
      font-size: 16px;
      font-weight: lighter;
      line-height: 22px; }
      #book-page-wrapper .info-section p a {
        color: #415885; }
    #book-page-wrapper .info-section .book-images-slideshow {
      margin-top: 20px; }
      @media only screen and (max-width: 1100px) {
        #book-page-wrapper .info-section .book-images-slideshow .large-image {
          width: 100%; } }
      #book-page-wrapper .info-section .book-images-slideshow .caption {
        margin: -4px 0 10px 0;
        padding: 5px 10px;
        background: #333;
        color: #fff;
        font-size: 12px; }
      #book-page-wrapper .info-section .book-images-slideshow .navigation {
        margin-top: 20px; }
        #book-page-wrapper .info-section .book-images-slideshow .navigation .fa {
          margin-right: 10px;
          color: #415885;
          font-size: 24px;
          font-weight: bold; }
          #book-page-wrapper .info-section .book-images-slideshow .navigation .fa:hover {
            cursor: pointer; }
        #book-page-wrapper .info-section .book-images-slideshow .navigation .fa-angle-double-right {
          margin: 0;
          float: right; }
        #book-page-wrapper .info-section .book-images-slideshow .navigation img {
          margin-right: 25px;
          vertical-align: middle; }
          #book-page-wrapper .info-section .book-images-slideshow .navigation img:hover {
            cursor: pointer; }

.category-page-wrapper {
  width: 1020px;
  overflow-x: hidden; }
  @media only screen and (max-width: 1500px) {
    .category-page-wrapper {
      margin: 100px auto 0 auto; } }
  @media only screen and (max-width: 1100px) {
    .category-page-wrapper {
      width: auto;
      margin: 60px 30px 0 30px; } }
  @media only screen and (max-width: 400px) {
    .category-page-wrapper {
      margin: 40px 10px 0 10px; } }
  .category-page-wrapper #filters-button {
    width: 50px;
    padding: 3px 5px;
    background: #415885;
    opacity: 0.7;
    border-radius: 0 5px 5px 0;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    position: fixed;
    top: 130px;
    left: 0;
    z-index: 7;
    display: none; }
    .category-page-wrapper #filters-button:hover {
      cursor: pointer; }
    @media only screen and (max-width: 500px) {
      .category-page-wrapper #filters-button {
        display: none; } }
  .category-page-wrapper .sidebar {
    width: 165px;
    margin-right: 20px;
    background: #fff;
    color: #555;
    position: relative;
    z-index: 7;
    float: left; }
    @media only screen and (max-width: 500px) {
      .category-page-wrapper .sidebar {
        width: 150px;
        height: 100vh;
        margin-left: -300px;
        padding-right: 15px;
        border-right: solid 1px #dcdcdc;
        position: fixed;
        top: 40px; } }
    .category-page-wrapper .sidebar .fa-times {
      position: absolute;
      top: 10px;
      right: 10px;
      display: none; }
      .category-page-wrapper .sidebar .fa-times:hover {
        cursor: pointer; }
      @media only screen and (max-width: 500px) {
        .category-page-wrapper .sidebar .fa-times {
          display: block; } }
    .category-page-wrapper .sidebar .sidebar-label {
      margin-top: 40px;
      font-family: "Playfair Display", serif;
      font-size: 22px;
      letter-spacing: 1px; }
      .category-page-wrapper .sidebar .sidebar-label:first-of-type {
        margin-top: 10px; }
      @media only screen and (max-width: 500px) {
        .category-page-wrapper .sidebar .sidebar-label {
          margin-top: 15px; } }
      @media only screen and (max-width: 350px) {
        .category-page-wrapper .sidebar .sidebar-label {
          font-size: 17px; } }
    .category-page-wrapper .sidebar .sidebar-option {
      margin: 10px 0;
      font-size: 14px;
      line-height: 20px; }
      .category-page-wrapper .sidebar .sidebar-option a:hover {
        color: #415885; }
      @media only screen and (max-width: 500px) {
        .category-page-wrapper .sidebar .sidebar-option {
          line-height: 15px; } }
      @media only screen and (max-width: 350px) {
        .category-page-wrapper .sidebar .sidebar-option {
          font-size: 11px;
          line-height: 10px; } }
    .category-page-wrapper .sidebar .active {
      color: #415885; }
  .category-page-wrapper .left-column {
    width: 210px; }
    .category-page-wrapper .left-column .categories-list {
      margin: 0 30px 20px 0; }
      .category-page-wrapper .left-column .categories-list:first-of-type {
        border-bottom: none; }
      .category-page-wrapper .left-column .categories-list .categories-header {
        color: #666;
        font-family: "Playfair Display", serif;
        font-size: 22px;
        font-weight: lighter; }
      .category-page-wrapper .left-column .categories-list a:hover {
        background: none;
        color: #415885; }
      .category-page-wrapper .left-column .categories-list .book-category {
        padding: 5px 40px 5px 10px;
        color: #555;
        font-weight: normal;
        line-height: 20px; }
        .category-page-wrapper .left-column .categories-list .book-category:hover {
          background: #fff;
          color: #415885; }
      .category-page-wrapper .left-column .categories-list .book-category.active {
        background: #fff;
        color: #415885; }
      .category-page-wrapper .left-column .categories-list form {
        display: none; }
    .category-page-wrapper .left-column .filters-list {
      display: none; }
  .category-page-wrapper .books-wrapper .books-wrapper-header .sorting {
    margin-right: 15px;
    display: none; }
    .category-page-wrapper .books-wrapper .books-wrapper-header .sorting a:hover {
      color: #415885; }
  .category-page-wrapper .books-wrapper .books-wrapper-header .category-title {
    margin: 0 auto;
    font-weight: normal;
    text-transform: none;
    float: none;
    position: relative;
    display: block;
    z-index: 3; }
    .category-page-wrapper .books-wrapper .books-wrapper-header .category-title h2 {
      color: #415885;
      font-family: "Playfair Display", serif;
      font-size: 28px; }
  .category-page-wrapper .books-wrapper .category-navigation .cat-nav-number {
    padding: 2px 6px 0px 6px; }
    .category-page-wrapper .books-wrapper .category-navigation .cat-nav-number:hover {
      background: #415885; }
  .category-page-wrapper .books-wrapper .category-navigation .cat-nav-arrow i:hover {
    color: #415885; }
  .category-page-wrapper .books-wrapper .book-wrapper {
    width: 135px;
    height: auto;
    padding: 8px; }
    .category-page-wrapper .books-wrapper .book-wrapper:hover {
      box-shadow: none; }
    @media only screen and (max-width: 400px) {
      .category-page-wrapper .books-wrapper .book-wrapper {
        width: 120px;
        padding: 5px; } }
    .category-page-wrapper .books-wrapper .book-wrapper .book-image-wrapper {
      height: 200px; }
    .category-page-wrapper .books-wrapper .book-wrapper .book-title {
      font-family: "Playfair Display", serif;
      font-size: 16px; }
    .category-page-wrapper .books-wrapper .book-wrapper .book-author {
      color: #415885;
      font-size: 14px; }
    .category-page-wrapper .books-wrapper .book-wrapper .book-price {
      display: none; }

.search-page-wrapper {
  width: 1020px;
  margin: 100px auto; }
  @media only screen and (max-width: 1100px) {
    .search-page-wrapper {
      width: auto;
      margin: 100px; } }
  .search-page-wrapper .left-column .categories-list {
    border: none !important; }
  .search-page-wrapper .category-title h2 {
    margin-left: 0 !important;
    color: #415885;
    font-family: "Playfair Display", serif; }

.page-content-wrapper .scholarly-flatpage {
  width: 1020px;
  margin: 150px auto; }
  @media only screen and (max-width: 1100px) {
    .page-content-wrapper .scholarly-flatpage {
      width: auto;
      margin: 150px 100px; } }
  @media only screen and (max-width: 800px) {
    .page-content-wrapper .scholarly-flatpage {
      margin: 100px 50px; } }
  @media only screen and (max-width: 400px) {
    .page-content-wrapper .scholarly-flatpage {
      margin: 80px 20px; } }
  .page-content-wrapper .scholarly-flatpage .flatpage-name h2 {
    overflow: hidden;
    font-family: "Playfair Display", serif;
    color: #415885;
    width: 100%;
    text-align: center; }
    .page-content-wrapper .scholarly-flatpage .flatpage-name h2:before, .page-content-wrapper .scholarly-flatpage .flatpage-name h2:after {
      border-top: 1px solid #415885;
      content: "";
      display: inline-block;
      height: .1em;
      position: relative;
      vertical-align: middle;
      width: 50%;
      margin-bottom: .15em; }
    @media only screen and (max-width: 500px) {
      .page-content-wrapper .scholarly-flatpage .flatpage-name h2 {
        font-size: 23px !important; } }
  .page-content-wrapper .scholarly-flatpage .flatpage-name h2:before {
    right: 0.5em;
    margin-left: -50%; }
  .page-content-wrapper .scholarly-flatpage .flatpage-name h2:after {
    left: 0.5em;
    margin-right: -50%; }
  .page-content-wrapper .scholarly-flatpage p {
    margin-bottom: 22px;
    color: #444;
    font-size: 16px;
    line-height: 25px; }
  .page-content-wrapper .scholarly-flatpage a {
    color: #415885; }
    .page-content-wrapper .scholarly-flatpage a:hover {
      text-decoration: underline; }
  .page-content-wrapper .scholarly-flatpage .flatpage-text {
    font-family: "Playfair Display", serif; }
    .page-content-wrapper .scholarly-flatpage .flatpage-text .embedly-plugin iframe {
      width: 100%; }

.footer-search {
  width: 780px;
  padding: 30px;
  margin: 0 auto;
  background: url("//public-media.si-cdn.com/filer/d9/f3/d9f3f992-4410-4118-a72d-6677cb4d5754/footer-serach.jpg") no-repeat center center;
  background-size: cover;
  text-align: center;
  position: relative;
  z-index: 2; }
  @media only screen and (max-width: 900px) {
    .footer-search {
      width: auto; } }
  @media only screen and (max-width: 700px) {
    .footer-search {
      text-align: left; } }
  .footer-search input {
    width: 400px;
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.8);
    border: none;
    font-size: 14px; }
    @media only screen and (max-width: 900px) {
      .footer-search input {
        width: 250px; } }
    @media only screen and (max-width: 400px) {
      .footer-search input {
        width: 220px; } }
  .footer-search select {
    margin: 0 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 10px 25px 10px 20px;
    background: rgba(255, 255, 255, 0.8);
    border: none;
    border-radius: 0;
    font-size: 14px; }
    .footer-search select:hover {
      cursor: pointer; }
    @media only screen and (max-width: 700px) {
      .footer-search select {
        margin: 10px 0;
        display: block; } }
  .footer-search .fa-sort-desc {
    margin: 0 25px 5px -37px;
    color: #555;
    font-size: 13px;
    vertical-align: middle;
    display: none\0; }
  .footer-search button {
    margin-top: -2px;
    padding: 4px 40px 5px 40px;
    background: #415885;
    border: none;
    color: #fff;
    font-family: "Playfair Display", serif;
    font-size: 19px;
    vertical-align: middle; }
    .footer-search button:hover {
      cursor: pointer; }
  .footer-search .fa-times {
    color: #eee;
    font-size: 14px;
    position: absolute;
    top: 3px;
    right: 3px; }
    .footer-search .fa-times:hover {
      cursor: pointer; }

.books-footer-background {
  padding: 20px 10px 20px 10px;
  border-top: 5px solid #6e6e6e;
  position: relative; }
  .books-footer-background .books-footer {
    width: 1000px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px; }
    @media only screen and (max-width: 1100px) {
      .books-footer-background .books-footer {
        width: auto;
        text-align: center; } }
    .books-footer-background .books-footer .footer-links {
      width: 200px;
      color: black;
      text-align: center;
      display: inline-block; }
      @media only screen and (max-width: 1000px) {
        .books-footer-background .books-footer .footer-links {
          margin-left: 10px; } }
      @media only screen and (max-width: 900px) {
        .books-footer-background .books-footer .footer-links {
          margin: 0 auto 25px auto;
          display: block; } }
      .books-footer-background .books-footer .footer-links a {
        color: black;
        font-size: 14px;
        font-weight: lighter;
        text-transform: uppercase;
        line-height: 25px; }
        .books-footer-background .books-footer .footer-links a:hover {
          color: #ABDEC1; }
      .books-footer-background .books-footer .footer-links .books-social-media-icon {
        width: 25px;
        height: 25px;
        margin: 5px 1px 5px 0;
        background: black;
        border-radius: 100%;
        color: #fff;
        font-family: Helvetica, "Open Sans", Arial, sans-serif;
        text-transform: none;
        display: inline-block;
        vertical-align: top; }
        .books-footer-background .books-footer .footer-links .books-social-media-icon:hover {
          border-bottom: solid 1px rgba(255, 255, 255, 0);
          text-decoration: none !important; }

.blue {
  color: #3da56a; }

.notdisplay {
  display: none; }

.series-page-wrapper {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 50px;
  margin-top: 50px; }
  .series-page-wrapper h1 {
    overflow: hidden;
    font-family: "Playfair Display",serif;
    color: #415885;
    width: 100%;
    text-align: center;
    font-size: 1.5em;
    font-weight: 700;
    padding: 5px;
    margin-bottom: 20px; }
    .series-page-wrapper h1::before {
      right: 0.5em;
      margin-left: -50%; }
    .series-page-wrapper h1::after {
      left: 0.5em;
      margin-right: -50%; }
    .series-page-wrapper h1::before, .series-page-wrapper h1::after {
      border-top: 1px solid #415885;
      content: "";
      display: inline-block;
      height: 0.1em;
      position: relative;
      vertical-align: middle;
      width: 50%;
      margin-bottom: 0.15em; }
  .series-page-wrapper .series-list {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
    grid-gap: 35px; }
    .series-page-wrapper .series-list .series-title {
      margin: 8px 0 10px 0;
      font-family: "Playfair Display",serif;
      font-size: 17px;
      font-weight: bold; }
    .series-page-wrapper .series-list .series-subtitle {
      margin-bottom: 5px;
      color: #415885;
      font-size: 15px; }

.pageContainer {
  width: 1000px;
  margin: 0 auto;
  padding: 30px 0; }
  .pageContainer h1 {
    overflow: hidden;
    width: 100%;
    text-align: center;
    color: #415885;
    font-family: "Playfair Display",serif;
    font-size: 28px;
    margin-bottom: 35px; }
    .pageContainer h1::before {
      right: 0.5em;
      margin-left: -50%;
      border-top: 1px solid #415885;
      content: "";
      display: inline-block;
      height: 0.1em;
      position: relative;
      vertical-align: middle;
      width: 50%;
      margin-bottom: 0.15em; }
    .pageContainer h1::after {
      left: 0.5em;
      margin-right: -50%;
      border-top: 1px solid #415885;
      content: "";
      display: inline-block;
      height: 0.1em;
      position: relative;
      vertical-align: middle;
      width: 50%;
      margin-bottom: 0.15em; }
  .pageContainer h2, .pageContainer h3, .pageContainer h4, .pageContainer h5, .pageContainer h6, .pageContainer p, .pageContainer ul, .pageContainer li {
    font-family: "Playfair Display", serif; }

.homepageContainer {
  width: 1000px;
  margin: 0 auto; }
  .homepageContainer .section-header {
    margin: 50px 0 0 0; }
    .homepageContainer .section-header h2 {
      overflow: hidden;
      width: 100%;
      text-align: center;
      color: #415885;
      font-family: "Playfair Display",serif;
      font-size: 28px;
      margin-bottom: 35px; }
      .homepageContainer .section-header h2 a {
        color: #415885; }
      .homepageContainer .section-header h2::before {
        right: 0.5em;
        margin-left: -50%;
        border-top: 1px solid #415885;
        content: "";
        display: inline-block;
        height: 0.1em;
        position: relative;
        vertical-align: middle;
        width: 50%;
        margin-bottom: 0.15em; }
      .homepageContainer .section-header h2::after {
        left: 0.5em;
        margin-right: -50%;
        border-top: 1px solid #415885;
        content: "";
        display: inline-block;
        height: 0.1em;
        position: relative;
        vertical-align: middle;
        width: 50%;
        margin-bottom: 0.15em; }
  .homepageContainer .books-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    text-align: center; }
    @media only screen and (max-width: 1300px) {
      .homepageContainer .books-list {
        grid-template-columns: repeat(4, 1fr); } }
    @media only screen and (max-width: 1100px) {
      .homepageContainer .books-list {
        grid-template-columns: repeat(3, 1fr); } }
    @media only screen and (max-width: 600px) {
      .homepageContainer .books-list {
        grid-template-columns: repeat(2, 1fr); } }
    .homepageContainer .books-list.secondary {
      margin-bottom: 50px; }
    .homepageContainer .books-list .book-wrapper {
      text-align: left; }
      .homepageContainer .books-list .book-wrapper a {
        color: black; }
      .homepageContainer .books-list .book-wrapper:hover {
        cursor: pointer; }
      .homepageContainer .books-list .book-wrapper .book-image-wrapper {
        width: 100%;
        height: 260px;
        position: relative;
        overflow: hidden; }
        @media only screen and (max-width: 500px) {
          .homepageContainer .books-list .book-wrapper .book-image-wrapper {
            height: 200px; } }
        @media only screen and (max-width: 400px) {
          .homepageContainer .books-list .book-wrapper .book-image-wrapper {
            height: 145px; } }
        .homepageContainer .books-list .book-wrapper .book-image-wrapper img {
          width: 100%;
          position: absolute;
          bottom: 0; }
      .homepageContainer .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) {
          .homepageContainer .books-list .book-wrapper .book-title {
            font-size: 14px;
            line-height: 19px; } }
      .homepageContainer .books-list .book-wrapper .book-author {
        color: #999;
        font-size: 15px;
        font-weight: 400; }
        .homepageContainer .books-list .book-wrapper .book-author .by {
          color: #444; }
      .homepageContainer .books-list .book-wrapper .book-price {
        margin: 12px 0 25px 0;
        font-size: 14px; }

a.skip-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999; }

a.skip-main:focus, a.skip-main:active {
  color: #fff;
  background-color: #000;
  left: auto;
  top: auto;
  width: 30%;
  height: auto;
  overflow: auto;
  margin: 10px 35%;
  padding: 5px;
  border-radius: 15px;
  border: 4px solid yellow;
  text-align: center;
  font-size: 1.2em;
  z-index: 999; }

.visually-hidden {
  display: none; }
