@charset "UTF-8";
/* CSS Document */
/*NAM styles*/
body {
  font-family: 'lato', helvetica, sans-serif;
}
a.publication-title-link, h1.catalog-title {
  color: #fff;
}
a.publication-title-link:hover {
  text-decoration: underline;
  color: #fff !important;
}
.heading-rows-nam {
  padding: 50px 10px;
  color: black;
  min-height: 250px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#344847+0,316568+52 */
  background: #344847; /* Old browsers */
  background: -moz-linear-gradient(top, #344847 0%, #316568 52%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #344847 0%, #316568 52%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #344847 0%, #316568 52%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#344847', endColorstr='#316568', GradientType=0); /* IE6-9 */
}
.bookinfo-rows-nam {
  background: #fff;
}
.book-actions.flex-row-btnbuy {
  align-content: flex-start;
  display: flex;
  flex-wrap: wrap;
  align-items: space-between;
}
.nam-cover-outer {
  background: #F3F1EB;
  padding: 1rem;
}
#nam-cover, #nam-cover-prepub {
  max-width: 250px;
  margin: 0 auto;
  padding-top: 4rem;
}
.nam-book-description {
  padding: 1rem 2rem;
}
#nam-contributorblock {
  padding: 2rem 0rem;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  margin: 2rem 2rem;
}
#nam-disclaimer-block {
  padding: 0rem 2rem 2rem 2rem;
}
.nam-book-disclaimer {
  margin-top: 0rem;
  margin-bottom: 1rem;
  background: rgba(161, 200, 211, .27);
  padding: 1rem;
  font-size: 1.5rem;
}
/*read more*/
.readmore {
  position: relative;
  max-height: 215px;
  overflow: hidden;
  margin-bottom: 30px;
  transition: max-height 0.15s ease-out;
  padding-bottom: 3rem;
}
.readmore.expand {
  max-height: 5000px !important;
  transition: max-height 0.35s ease-in-out;
}
.readmore-link {
  position: absolute;
  bottom: -25px;
  right: 0;
  left: 2rem;
  display: block;
  width: 100%;
  height: 113px;
  text-align: left;
  color: #695BD5;
  font-weight: bold;
  font-size: 14px;
  padding-top: 70px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, .5), #fff);
  cursor: pointer;
  padding-bottom: 1rem;
}
.readmore-link.expand {
  background-image: none;
  padding-top: 10px;
  height: 20px;
}
.readmore-link:after {
  content: "READ MORE";
}
.readmore-link.expand:after {
  content: "READ LESS";
}
.nam-btn-buy-top a {
  font-size: .8rem;
  margin-right: 1rem;
  text-transform: uppercase;
}
.old-price {
  font-size: 12px;
  font-family: 'lato', helvetica, sans-serif;
  color: #ccc;
  text-decoration: line-through;
  padding-right: 4px;
}
#namtitleblock h1 {
  font-size: 3.9rem;
  line-height: 1.25;
  margin-bottom: 4px;
  word-wrap: break-word;
  max-width: 100%;
  margin-top: 0px;
}
#namtitleblock h2 {
  font-size: 2rem;
}
.nam-btn-row {
  padding-left: 0rem;
  padding-top: 3rem;
}
.btn.btn-outline-light.action-button {
  bordr: ;
  border: 1px sollid #fff;
  border: 1px solid #fff;
  padding: 1rem;
  color: #fff;
  font-size: 1.2rem;
  margin-bottom: 5px;
}
.nam-btn-row .btn {
  border-radius: 0 !important;
}
.nam-btn-row .btn
.btn.btn-outline-light.action-button:hover {
  background: #fff;
  color: #333;
}
.nam-book-details {
  padding: 0px;
}
.d-flex {
  display: flex;
  flex-direction: row;
}
.text-white {
  color: #fff !important;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mt-5 {
  padding-top: 3rem;
}
.heading-rows {
  padding-bottom: 3rem;
}
.tooltip-hover {
  border-bottom: 1px dotted black;
}
.tooltip-hover:hover {
  cursor: help;
}
h3 {
  font-size: 14px;
  margin-bottom: 20px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
}
.list-circle {
  list-style: circle;
}
.flex-item p {
  line-height: 1.75;
}
blockquote {
  border-left: 1px solid tan;
  text-align: left;
}
.book-citation {
  margin-top: 2rem;
}
.external-links-list {
  padding-left: 0px;
}
.external-links-list li {
  padding-bottom: 1rem;
}

.resource-list {
  padding-left: 0px;
}


@media (max-width: 992px) {
  .nam-cover-outer {
    background: #F3F1EB;
    padding: 1rem;
    max-width: 270px;
  }
  .nam-book-details {
    width: 60%;
  }
}
@media (max-width: 640px) {
  .nam-cover-outer {
    background: #F3F1EB;
    padding: 1rem;
    max-width: 270px;
  }
  .nam-book-details {
    width: 70%;
  }
}
@media (max-width: 426px) {
  .nam-btn-buy-top {
    width: 100%;
  }
  .nam-btn-buy-top .btn {
    display: block;
    margin-top: 3px;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .d-flex {
    display: inline-block;
    flex-direction: column;
  }
  .nam-cover-outer {
    background: #F3F1EB;
    padding: 1rem;
    max-width: 100%;
  }
  #nam-cover, #nam-cover-prepub {
    max-width: 250px;
    margin: 0 auto;
    padding-top: 4rem;
  }
  .nam-book-details {
    width: 100%;
  }
  .nam-book-disclaimer {
    margin-top: 1rem;
    margin-bottom: 1rem;
    background: rgba(161, 200, 211, .27);
    padding: 1rem;
    font-size: 1.5rem;
  }
}
#nam-cover-prepub:after {
  content: "PREPUBLICATION";
  position: absolute;
  top: 0px;
  text-align: center;
  width: 100%;
  background: #FED16C;
  height: 30px;
  /*! vertical-align: middle; */
  line-height: 30px;
  left: 0px;
  color: #000;
}