/*
 * Paragraph Collection Objects Component.
 */


body.awhi_books .list-collection-objects {
  margin-bottom: 0;
}

body.awhi_books .collection-objects-component .collection-objects-component-top {
  margin-bottom: 28px;
}

body.awhi_books .collection-objects-component .component-framing-copy {
  margin-bottom: 0;
}

body.awhi_books .list-collection-objects .list-collection-objects-text {
  color: #282829;
  font-family: "futura-pt", "Futura PT","Trebuchet MS", Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: .32px;
  line-height: 20px;
}

body.awhi_books .list-collection-objects .views-field-field-body-image a {
  display: block;
  margin-bottom: 10px;
  background-color: #046e91;
}

body.awhi_books .list-collection-objects .views-field-field-body-image img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
  transition: opacity 333ms ease-in-out;
}

body.awhi_books .list-collection-objects .views-field-field-body-image a:hover > img,
body.awhi_books .list-collection-objects .views-field-field-body-image a:focus > img {
  opacity: .6;
}

body.awhi_books .list-collection-objects > li {
  margin-bottom: 25px;
}

body.awhi_books .collection-objects-component .component-framing-copy p:last-child {
  margin-bottom: 0;
}


@media screen and (min-width: 1024px) {
  body.awhi_books .collection-objects-component .component-title {
    margin-bottom: 10px;
  }

  body.awhi_books .collection-objects-component .component-framing-copy {
    margin-bottom: 0;
  }

  body.awhi_books .list-collection-objects {
    margin-bottom: 22px;
  }

  body.awhi_books .list-collection-objects > li {
    margin-bottom: 60px;
  }

  body.awhi_books .list-collection-objects .list-collection-objects-text {
    font-size: 18px;
    letter-spacing: 0.41px;
    line-height: 27px;
  }

  body.awhi_books .list-collection-objects .views-field-field-body-image a {
    margin-bottom: 15px;
  }

  body.awhi_books .collection-objects-component .collection-objects-component-top {
    margin-bottom: 55px;
  }
}

@media screen and (max-width: 1023px) {
  body.awhi_books .collection-objects-component .component-title {
    margin-bottom: 2px;
  }
}
