body.awhi_books #site-header .container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  align-items: center;
  flex-flow: wrap;
}

body.admin-menu {
  margin-top: 30px !important;
  padding: 0!important;
}

body.awhi_books .top-bar {
  background-color: #101820;
  height: 44px;
}

body.awhi_books .top-bar img {
  display: block;
}

body.awhi_books #skip-link > a:focus,
body.awhi_books #skip-link > a:active {
  position: absolute!important;
  left: 50%;
  transform: translateX(-50%);
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media screen and (max-width: 1023px) {

  body #site-header .container {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    align-items: center;
    flex-flow: wrap;
  }

  body #site-header {
    background-color: #012d43;
    height: auto;
  }

  body.open-menu #site-header {
    /*prevent overflow at landscape*/
    overflow-y: auto;
    max-height: 100vh;
  }

  body #site-header .site-name {
    height: auto;
  }

  body #site-header #burger {
    position: static;
    top: initial;
    right: initial;
    color: #fff;
    width: 30px;
    height: 38px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  body #site-header #burger .label {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px;
  }

  body #site-header #burger .icon {
    font-size: 15px;
  }

  body #site-header #burger .icon-menu-close {
    color: #ffe194;
  }


  /* Form Mobile */

  body .mobile-search-block {
    position: relative;
    margin-left: auto;
    justify-content: flex-end;
    flex: 1 0 auto;
    display: flex;
  }

  body .mobile-search-block > .mobile-search-toggle {
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  body .mobile-search-block > .mobile-search-toggle > .icon-search {
    font-size: 16px;
    line-height: 38px;
  }

  body .mobile-search-block > .mobile-search-form > form {
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    max-width: 440px;
    width: 85%;
    border: 1px solid #ffe194;
    opacity: 0;
    z-index: -1;
    pointer-events: none;
    -webkit-transition: opacity 500ms ease-in-out;
    transition: opacity 500ms ease-in-out;
  }

  body .mobile-search-block > .mobile-search-form input {
    border: none;
    background: none;
    height: 38px;
    width: 100%;
    font-family: "futura-pt", "Futura PT","Trebuchet MS", Arial, sans-serif;
    font-size: 19px;
    font-weight: 400;
    padding: 8px 38px 8px 10px;
    color: #fff;
  }

  body .mobile-search-block > .mobile-search-form input:focus {
    outline: 1px dotted #fff;
    outline-offset: 4px;
  }

  body .mobile-search-block > .mobile-search-form .form-submit {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: none;
    border: none;
    padding: 0;
    width: 38px;
    height: 38px;
    font-size: 0;
  }

  body #site-header .mobile-search-block > .mobile-search-form a.close {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 38px;
    width: 30px;
    text-align: center;
    right: 100%;
    color: #ffe194;
    font-size: 16px;
    line-height: 38px;
    padding: 0;
    margin: 0 5px 0 0;
    cursor: pointer;
    z-index: 5;
  }

  body.open-search .mobile-search-block > .mobile-search-form > form {
    opacity: 1;
    z-index: 2;
    pointer-events: auto;
  }

  /* Form Mobile */


  body.open-menu {
    overflow: auto;
  }

  body #site-header #main-menu {
    position: static;
    top: initial;
    flex: 1 0 100%;
    margin: 0 -20px;
    border-top: 1px solid rgba(255,255,255,.26);
    background-color: transparent;
  }

  body #site-header #main-menu ul.menu li a {
    font-family: "futura-pt", "Futura PT","Trebuchet MS", Arial, sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .3px;
    line-height: 24px;
    text-align: center;
  }

  body #site-header #main-menu ul.menu li a:hover,
  body #site-header #main-menu ul.menu li a:focus {
    background-color: #0a7396;
  }

  body #site-header ul.buttons {
    position: static;
    top: initial;
    left: initial;
    right: initial;
    bottom: initial;
    height: auto;
    display: none;
    margin: 0 -20px;
    flex: 1;
  }

  body #site-header ul.buttons > li {
    float: none;
    flex: 1 0 50%;
  }

  body #site-header ul.buttons > li > a {
    font-size: 18px;
    font-weight: 500;
    line-height: 52px;
    height: auto;
    padding: 0 10px;
  }

  body.open-menu #site-header ul.buttons {
    display: flex;
  }

  body #site-header #main-menu ul.menu {
    position: static;
    top: initial;
    left: initial;
    right: initial;
    bottom: initial;
    margin: 0;
  }

  body #site-header .site-name img {
    display: block;
    width: 42px;
    height: auto;
  }

  body #site-header .site-name a {
    padding: 15px 0;
  }

  body #site-header .site-name .icon {
    display: none;
  }

  body #site-header #main-menu ul.menu li.search {
    display: none!important;
  }

  body {
    padding-top: 82px;
  }

  body #signup {
    top: 82px;
  }
}

@media screen and (min-width: 1024px) {

  body .mobile-search-block {
    display: none!important;
  }

  body.awhi_books #site-header {
    background-image: url('../images/pattern-awhi-books.png');
    background-repeat: repeat;
    background-position: 50% top;
    background-color: initial;
  }

  body.awhi_books:not(.node-type-landing-page):not(.node-type-new-homepage) #site-header {
    position: relative;
    height: auto;
  }

  .awhi_books #site-header .site-name img {
    height: auto;
  }

  .awhi_books #site-header #main-menu {
    margin: 0 30px 0 auto;
    position: relative;
    width: auto;
  }

  .awhi_books #site-header #main-menu > .item-list > .menu {
    margin: 0 -22.5px;
  }

  .awhi_books #site-header #main-menu > .item-list > .menu > li {
    padding: 0 18px;
  }

  .awhi_books #site-header #main-menu ul.menu li.search {
    position: static;
  }

  .awhi_books #site-header #main-menu ul.menu li.search form {
    width: 100%;
  }

  .awhi_books #site-header .container {
    padding-right: 27.5px;
    padding-left: 27.5px;
  }

  .awhi_books #site-header ul.buttons {
    height: auto;
    margin-top: 20px;
  }

  body.awhi_books #site-header .container {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 27.5px;
    padding-right: 27.5px;
  }

  body.awhi_books #site-header #main-menu ul.menu li.search form a.close {
    margin-right: 5px;
    width: 30px;
  }

}

@media screen and (min-width: 1200px) {
  #site-header #main-menu ul.menu li.search form a.close {
    margin-right: 10px;
    width: 40px;
  }
}


body.awhi_books .grid-list-with-pager .pager {
  text-align: left;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin-bottom: 0;
}

body.awhi_books .grid-list-with-pager .pager li {
  font-family: "futura-pt", "Futura PT","Trebuchet MS", Arial, sans-serif;
  color: #282829;
  font-size: 14px;
  font-weight: 300;
  margin: 0;
  padding: 0;
  line-height: 20px;
}

body.awhi_books .grid-list-with-pager .pager li.pager-current {
  color: #0a7396;
  padding: 0 7px;
}

body.awhi_books .grid-list-with-pager .pager li.pager-current.first {
  padding-left: 0;
}

body.awhi_books .grid-list-with-pager .pager li > a {
  color: #282829;
  position: relative;
  display: block;
  padding: 0 7px;
}

/*Pager Previous*/

body.awhi_books .grid-list-with-pager .pager li.pager-previous {
  margin-right: 7px;
}

body.awhi_books .grid-list-with-pager .pager li.pager-previous > a {
  padding-left: 22px;
  padding-right: 15px;
}

body.awhi_books .grid-list-with-pager .pager li > a:hover,
body.awhi_books .grid-list-with-pager .pager li > a:focus {
  color: #14779d;
}


/*Page Current First*/
body.awhi_books .grid-list-with-pager .pager li.pager-previous > a::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -4px;
  width: 0;
  height: 0;
  border: 6px solid;
  border-right-width: 8px;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-top-color: transparent;
}

body.awhi_books .grid-list-with-pager .pager li.pager-previous > a::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 75%;
  background-color: #282829;
}

/*Page Last */

body.awhi_books .grid-list-with-pager .pager li.pager-next {
  margin-left: 7px;
}

body.awhi_books .grid-list-with-pager .pager li.pager-next > a {
  padding-right: 22px;
  padding-left: 15px;
}

body.awhi_books .grid-list-with-pager .pager li.pager-next > a::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: 75%;
  background-color: #282829;
}

body.awhi_books .grid-list-with-pager .pager li.pager-next > a::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -4px;
  width: 0;
  height: 0;
  border: 6px solid;
  border-left-width: 8px;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-top-color: transparent;
}


body.awhi_books:not(.node-type-landing-page):not(.node-type-new-homepage) .node.view-full {
  padding-top: 25px;
}

body.awhi_books .node.view-full .go-back-link {
  margin-bottom: 10px;
  color: #282829;
  font-family: "futura-pt", "Futura PT","Trebuchet MS", Arial, sans-serif;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0.25px;
  font-size: 14px;
  line-height: 24px;
  position: relative;
  padding-left: 10px;
  box-shadow: inset 0 -5px white, inset 0 -6px;
}

body.awhi_books .node.view-full .go-back-link:hover,
body.awhi_books .node.view-full .go-back-link:focus {
  color: #14779d;
}

body.awhi_books .node.view-full .go-back-link::before {
  content: '<';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  line-height: 24px;
  display: block;
  box-shadow: inset 0 -6px white;
  z-index: 1;
}

body.awhi_books .node.view-full .node-title {
  margin-bottom: 16px;
}

body.awhi_books .node.view-full .node-content-top {
  margin-bottom: 30px;
}

body.awhi_books .node.view-full .node-title > h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  line-height: 48px;
  font-weight: 500;
}

body.awhi_books .node.view-full .node-title > .node-title-by-line {
  margin-top: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.25px;
  margin-bottom: 0;
  font-family: "futura-pt", "Futura PT","Trebuchet MS", Arial, sans-serif;
}

body.awhi_books.node-type-story-landing .node.view-full .field-name-field-body-copy-2 p,
body.awhi_books.node-type-story-landing .node.view-full .field-name-field-body-copy-3 p,
body.awhi_books.node-type-story-landing .node.view-full .field-name-field-body-copy-3 p,
body.awhi_books.node-type-about .node.view-full .field-name-body p,
body.awhi_books.node-type-about .node.view-full .field-name-field-body-copy-2 p,
body.awhi_books.node-type-about .node.view-full .field-name-field-body-copy-3 p {
  color: #282829;
}

body.awhi_books .node.view-full .field-name-body p,
body.awhi_books .node.view-full .field-name-field-body-copy-2 p,
body.awhi_books .node.view-full .field-name-field-body-copy-3 p {
  color: #282829;
  font-family: "futura-pt", "Futura PT","Trebuchet MS", Arial, sans-serif;
  font-weight: 300;
  margin-top: 0;
  font-size: 18px;
  letter-spacing: 0.23px;
  margin-bottom: 30px;
  line-height: 1.48;
}

body.awhi_books .node.view-full .field-name-body p:last-child,
body.awhi_books .node.view-full .field-name-field-body-copy-2 p:last-child,
body.awhi_books .node.view-full .field-name-field-body-copy-3 p:last-child {
  margin-bottom: 0;
}

body.awhi_books .node.view-full .field-name-field-featured-image-caption .field-name-field-featured-image {
  margin-bottom: 10px;
}

body.awhi_books .node.view-full .field-name-field-body-image-caption .field-name-field-body-image {
  margin-bottom: 20px;
}

body.awhi_books .node.view-full .field-name-field-body-image-caption .field-collection-item-field-body-image-caption {
  margin-bottom: 30px;
}

body.awhi_books .node.view-full .field-name-field-featured-image-caption img {
  margin: auto;
}

body.awhi_books .node.view-full .field-name-field-featured-image-caption img,
body.awhi_books .node.view-full .field-name-field-body-image-caption img {
  max-width: 100%;
  height: auto;
  display: block;
}

body.awhi_books .node.view-full .field-name-field-featured-image-caption .field-name-field-featured-image-caption-tex,
body.awhi_books .node.view-full .field-name-field-body-image-caption .field-name-field-body-image-caption-text {
  color: #01030a;
  font-size: 13px;
  font-family: "futura-pt", "Futura PT","Trebuchet MS", Arial, sans-serif;
  font-weight: 300;
  line-height: 17px;
}

body.awhi_books .node.view-full .field-name-field-featured-image-caption .field-name-field-featured-image-caption-tex {
  text-align: center;
}

body.awhi_books .node.view-full .field-name-field-featured-image-caption .field-name-field-featured-image-caption-tex p,
body.awhi_books .node.view-full .field-name-field-body-image-caption .field-name-field-body-image-caption-text p {
  margin-top: 0;
}

body.awhi_books .node.view-full .field-name-field-featured-image-caption .field-name-field-featured-image-caption-tex p:last-child {
  margin-bottom: 0;
}

body.awhi_books .node.view-full .field-name-field-body-image-caption .field-name-field-body-image-caption-text p:last-child {
  margin-bottom: 0;
}

body.awhi_books .node.view-full .node-quote-text {
  padding: 30px 0 30px;
  margin-bottom: 30px;
  border-top: 1px solid rgba(4, 110, 145, .25);
  border-bottom: 1px solid rgba(4, 110, 145, .25);
}

body.awhi_books .node.view-full .field-name-field-quote .blockquote {
  margin: 0;
}

body.awhi_books .node.view-full .field-name-field-quote .blockquote-content {
  color: #282829;
  font-family: "futura-pt", "Futura PT","Trebuchet MS", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0.25px;
  margin-top: 0;
  margin-bottom: 16px;
}

body.awhi_books .node.view-full .field-name-field-quote .blockquote-content p {
  margin-top: 0;
}

body.awhi_books .node.view-full .field-name-field-quote .blockquote-content p:last-child {
  margin-bottom: 0;
}

body.awhi_books .node.view-full .field-name-field-quote .blockquote-cite {
  color: #282829;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.32px;
  line-height: 20px;
}

body.awhi_books .node.view-full .field-name-field-quote .blockquote-cite p {
  margin-top: 0;
}

body.awhi_books .node.view-full .field-name-field-quote .blockquote-cite p:last-child {
  margin-bottom: 0;
}

body.awhi_books .node.view-full .node-body-copy {
  margin-bottom: 30px;
}

body.awhi_books .text-link > a {
  letter-spacing: 0.25px;
  font-size: 14px;
  line-height: 24px;
  color: #282829;
  text-decoration: underline;
}

body.awhi_books .text-link > a:hover,
body.awhi_books .text-link > a:focus {
  color: #14779d;
}

body.awhi_books .text-link > a.external {
  padding-left: 20px;
  position: relative;
}

body.awhi_books .text-link > a.external::before {
  content: '';
  width: 12px;
  height: 12px;
  background-position: -12px -12px;
  background-image: url('../images/external-link-text-link.png');
  background-size: 36px 72px;
  position: absolute;
  left: 1px;
  top: 4px;
}

body.awhi_books .text-link > a.external:hover::before,
body.awhi_books .text-link > a.external:focus::before {
  background-position: -12px -48px;
}

body.awhi_books .component-title {
  color: #282829;
  font-family: "futura-pt", "Futura PT", "Trebuchet MS", Arial, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 33px;
  margin-top: 0;
  margin-bottom: 10px;
}

body.awhi_books .component-framing-copy {
  font-family: "futura-pt", "Futura PT","Trebuchet MS", Arial, sans-serif;
  color: #282829;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: .32px;
  line-height: 20px;
  margin-bottom: 30px;
}

body.awhi_books .component-framing-copy p {
  margin-top: 0;
}

body.awhi_books .component-framing-copy p:last-child {
  margin-bottom: 0;
}

body.awhi_books .list-unstyled {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
}

body.awhi_books .list-iconified > li {
  margin-left: 0;
  margin-bottom: 30px;
  padding: 20px;
  background-color: rgba(103, 202, 224, .18);
}

body.awhi_books .list-iconified > li:last-child {
  margin-bottom: 0;
}

body.awhi_books .list-iconified-item h3 {
  color: #282829;
  font-family: "futura-pt", "Futura PT","Trebuchet MS", Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: .53px;
  margin-top: 0;
  position: relative;
  margin-bottom: 5px;
}

body.awhi_books .list-iconified .list-iconified-link {
  margin-bottom: 15px;
}

body.awhi_books .list-iconified .list-iconified-pdf-link > .file > a {
  letter-spacing: 0.25px;
  font-size: 14px;
  line-height: 24px;
  color: #282829;
  text-decoration: underline;
  padding-left: 20px;
  position: relative;
  /*prevent file name overflow*/
  word-break: break-all;
}

body.awhi_books .list-iconified .list-iconified-link > a:hover,
body.awhi_books .list-iconified .list-iconified-link > a:focus {
  color: #14779d;
}

body.awhi_books .list-iconified .list-iconified-pdf-link > .file > img {
  display: none;
}

body.awhi_books .list-iconified .list-iconified-pdf-link > .file > a:hover,
body.awhi_books .list-iconified .list-iconified-pdf-link > .file > a:focus {
  color: #14779d;
}

body.awhi_books .list-iconified .list-iconified-pdf-link > .file > a::before {
  content: '';
  width: 12px;
  height: 13.6px;
  background-position: -12px -12px;
  background-image: url('../images/pdf-link-icon.png');
  background-size: 36px 75.2px;
  position: absolute;
  left: 1px;
  top: 3px;
}

body.awhi_books .list-iconified .list-iconified-pdf-link > .file > a:hover::before,
body.awhi_books .list-iconified .list-iconified-pdf-link > .file > a:focus::before {
  background-position: -12px -49.6px;
}

body.awhi_books .list-iconified .list-iconified-item p {
  margin-top: 0;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
}

body.awhi_books .list-iconified .list-iconified-item p:last-child {
  margin-bottom: 0;
}

body.awhi_books .light-color-bg {
  background-color: #E4F5F9;
}

body.awhi_books .list-group-flush {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
body.awhi_books .list-group-flush li {
  position: relative;
  display: block;
  padding: .75rem 0 .75rem 0;
  margin-bottom: -1px;
  border-bottom: 1px solid rgba(0,0,0,.125);
}

/*Colorbox*/

body.awhi_books #colorbox {
  max-width: 100%;
  margin: auto;
  right: 0;
  left: 0 !important;
  overflow: visible !important;
}

body.awhi_books #colorbox #cboxWrapper {
  overflow: initial;
  max-width: 100%;
}

body.awhi_books #colorbox #cboxContent {
  overflow: initial;
  max-width: 100%;
  margin-top: 35px;
}

body.awhi_books #colorbox #cboxLoadedContent {
  position: relative;
  max-width: 100%;
  width: auto!important;
}

body.awhi_books #colorbox .embedded-video {
  width: 1080px;
  height: 607px;
  max-width: 100%;
  max-height: 100%;
  position: relative;
}

body.awhi_books #colorbox .embedded-video > .player > iframe {
  position: absolute;
  max-width: 100%;
  width: 100%;
  height: 100%;
  display: block;
}

body.awhi_books #colorbox #cboxClose {
  background-image: url('../images/close-modal.png');
  background-size: 100%;
  background-position: center;
  width: 30px;
  height: 30px;
  top: -35px;
  right: 0;
}

body.awhi_books #colorbox #cboxClose:hover,
body.awhi_books #colorbox #cboxClose:focus {
  background-position: center;
}


/* Buttons */

body.awhi_books .btn {
  font-family: "futura-pt", "Futura PT","Trebuchet MS", Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  line-height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
  transition: all 333ms ease-in-out;
  text-transform: capitalize;
}

body.awhi_books .btn-primary {
  color: #012d43;
  background-color: #67cae0;
  border-top: 1px solid #67cae0;
  border-bottom: 1px solid #67cae0;
}

body.awhi_books .btn-donate {
  color: #012d43;
  background-color: #fb7054;
}

body.awhi_books .btn-donate:hover,
body.awhi_books .btn-donate:focus {
  background-color: #012d43;
  color: #ffe194;
}

body.awhi_books .btn-primary.external,
body.awhi_books .btn-secondary.external {
  padding-left: 35px;
  padding-right: 45px;
}

body.awhi_books .btn-primary.external::before {
  content: '';
  display: inline-block;
  vertical-align: -2px;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  background-image: url('../images/external-link-primary.png');
  background-repeat: no-repeat;
  background-position: -15px -15px;
}

body.awhi_books .btn-secondary.external::before {
  content: '';
  display: inline-block;
  vertical-align: -2px;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  background-image: url('../images/external-link-secondary.png');
  background-repeat: no-repeat;
  background-position: -15px -15px;
}

body.awhi_books .btn-primary:hover,
body.awhi_books .btn-primary:focus {
  color: #ffe194;
  background-color: #012d43;
  border-color: #012d43;
}

body.awhi_books .btn-primary.external:hover::before,
body.awhi_books .btn-primary.external:focus::before {
  background-position: -15px -60px;
}

body.awhi_books .btn-secondary.external:hover::before,
body.awhi_books .btn-secondary.external:focus::before {
  background-position: -15px -60px;
}

body.awhi_books .btn-secondary {
  border: 1px solid #fff;
  color: #fff;
}

body.awhi_books .btn-secondary:hover,
body.awhi_books .btn-secondary:focus {
  color: #012d43;
  background-color: #fff;
}

body.awhi_books .btn-block {
  width: 100%;
  display: block;
}




/*SignUp Donate Component*/

body.awhi_books .sign-up-donate-component {
  overflow: hidden;
}

body.awhi_books .sign-up-donate-component > .container > .row > [class^="col-"] {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}

body.awhi_books .sign-up-donate-component .component-title {
  color: #282829;
  font-family: "futura-pt", "Futura PT","Trebuchet MS", Arial, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 31px;
}

body.awhi_books .sign-up-donate-component .component-framing-copy {
  color: #282829;
  font-family: "futura-pt", "Futura PT","Trebuchet MS", Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 24px;
}

body.awhi_books .sign-up-donate-component .sign-up-col > .signup {
  position: relative;
  z-index: 2;
}

body.awhi_books .sign-up-donate-component .sign-up-col form.signup .form-text {
  width: 100%;
  padding: 0 15px;
  height: auto;
  line-height: 45px;
  margin-bottom: 0;
  display: block;
  float: none;
  margin-bottom: 5px;
  background-color: #fff;
}

body.awhi_books .sign-up-donate-component .sign-up-col form.signup .btn {
  border-left: 0;
  border-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 18px;
  line-height: 45px;
  width: 100%;
  display: block;
}

body.awhi_books .sign-up-donate-component .sign-up-col form.signup .description {
  margin-top: 12px;
  margin-bottom: 0;
  opacity: 0.6;
  color: #282829;
  font-family: "futura-pt", "Futura PT","Trebuchet MS", Arial, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
}

body.awhi_books .sign-up-donate-component .sign-up-col form.signup .description a {
  color: inherit;
}

body.awhi_books .sign-up-donate-component .sign-up-col::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  width: 999em;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #e4f5f9;
}

body.awhi_books .sign-up-donate-component .donate-col > .donate {
  position: relative;
  z-index: 2;
}

body.awhi_books .sign-up-donate-component .donate-col::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  width: 999em;
  top: 0;
  bottom: 0;
  left: 0;
  background-image: url('../images/pattern-yellow.gif');
  background-repeat: repeat;
  background-position: 50% top;
  background-color: #ffe194;
}

body.awhi_books .sign-up-donate-component .donate .item-list li {
  margin-left: 0;
  text-align: center;
}

body.awhi_books .sign-up-donate-component .donate .item-list li:first-child {
  margin-bottom: 15px;
}

body.awhi_books .sign-up-donate-component .donate-links .text-link > .external {
  padding-left: 0;
}

body.awhi_books .sign-up-donate-component .donate-links .text-link > .external::before {
  display: none;
}

body.awhi_books .sign-up-donate-component .donate .btn {
  min-width: 208px;
  font-size: 18px;
  line-height: 45px;
  width: 100%;
  display: block;
}

/*SignUp Donate Component*/



/* Footer */

body #footer .footer-inner {
  overflow: hidden;
}


/* list grids */

body.awhi_books .list-nodes-grid {
  margin-bottom: 0;
  overflow: hidden;
}

body.awhi_books .list-nodes-grid .list-collection-links-text > h4 {
  color: #282829;
  font-family: "futura-pt", "Futura PT","Trebuchet MS", Arial, sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: .32px;
  line-height: 20px;
  margin-top: 0;
  margin-bottom: 0;
}

body.awhi_books .list-nodes-grid .list-collection-links-text > h4 br {
  display: none!important;
}

body.awhi_books .list-nodes-grid .list-collection-links-text > a {
  color: inherit;
}

body.awhi_books .list-nodes-grid .views-field-field-body-image a {
  display: block;
  margin-bottom: 10px;
  background-color: #046e91;
}

body.awhi_books .list-nodes-grid .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-nodes-grid .views-field-field-body-image a:hover img,
body.awhi_books .list-nodes-grid .views-field-field-body-image a:focus img {
  opacity: .6;
}

body.awhi_books .list-nodes-grid > li {
  margin-bottom: 25px;
}

@media screen and (min-width: 481px) {
  body.awhi_books .sign-up-donate-component .sign-up-col form.signup .form-text {
    width: 255px;
    float: left;
    margin-bottom: 0;
  }
  body.awhi_books .sign-up-donate-component .sign-up-col form.signup .btn {
    display: inline-block;
    width: auto;
    min-width: 160px;
  }

  body.awhi_books .sign-up-donate-component .donate .item-list li {
    text-align: left;
  }

  body.awhi_books .sign-up-donate-component .donate .btn {
    display: inline-block;
    width: auto;
    min-width: 208px;
  }

}


@media screen and (min-width: 576px) {
  body.awhi_books #colorbox {
    max-width: calc(100% - 120px);
  }

  body.awhi_books .sign-up-donate-component .sign-up-col form.signup .form-text {
    width: 285px;
  }
}

@media screen and (min-width: 1024px) {
  body.awhi_books #colorbox {
    max-width: calc(100% - 200px);
  }

  body.awhi_books #colorbox #cboxContent {
    margin-top: 40px;
  }

  body.awhi_books #colorbox #cboxClose {
    width: 35px;
    height: 35px;
    top: -40px;
    right: -35px;
  }
}

@media screen and (max-width: 1023px) {

  body.awhi_books .list-iconified-item h3 {
    display: flex;
    align-items: center;
  }

  body.awhi_books .list-iconified-item h3::before {
    content: '';
    width: 30px;
    height: 40px;
    background-size: 24px;
    background-position: left 3px top 3px;
    background-repeat: no-repeat;
    display: block;
    margin-right: 15px;
    flex: 0 0 auto;
  }
}


@media screen and (min-width: 1024px) {

  body.awhi_books:not(.node-type-landing-page):not(.node-type-new-homepage) .node.view-full {
    padding-top: 80px;
  }

  body.awhi_books:not(.node-type-landing-page):not(.node-type-new-homepage) .node.view-full.with-back-link {
    padding-top: 40px;
  }

  body.awhi_books.node-type-landing-page #site-header,
  body.awhi_books.node-type-new-homepage #site-header {
    background-image: none;
    background-repeat: initial;
    background-position: initial;
    height: auto;
    top: 44px; /*Move to show top bar*/
  }

  /*body.awhi_books.node-type-landing-page #site-header > .container {*/
  /*padding-top: 25px;*/
  /*}*/

  body.awhi_books .node.view-full .node-title {
    margin-bottom: 30px;
  }

  body.awhi_books .node.view-full .node-title > h1 {
    font-size: 60px;
    line-height: 77px;
  }

  body.awhi_books .node.view-full .node-content-top {
    margin-bottom: 80px;
  }

  body.awhi_books .node.view-full .node-title > .node-title-by-line {
    font-size: 24px;
    letter-spacing: -0.4px;
    line-height: 31px;
  }

  body.awhi_books .node.view-full .go-back-link {
    font-size: 18px;
    letter-spacing: 0.25px;
    line-height: 28px;
    padding-left: 15px;
    box-shadow: inset 0 -5px white, inset 0 -6px;
  }

  body.awhi_books .node.view-full .go-back-link::before {
    width: 15px;
    line-height: 28px;
    box-shadow: inset 0 -6px white;
  }

  body.awhi_books .node.view-full .field-name-field-featured-image-caption .field-name-field-featured-image-caption-tex {
    text-align: right;
  }


  body.awhi_books .node.view-full .field-name-field-body-image-caption .field-name-field-body-image-caption-text {
    max-width: 66.66667%;
  }

  body.awhi_books .node.view-full .node-quote-text {
    padding: 80px 0 77px;
    margin-bottom: 84px;
  }


  body.awhi_books .node.view-full .field-name-field-quote .blockquote-content {
    font-size: 24px;
    letter-spacing: 0.23px;
    line-height: 33px;
    margin-bottom: 40px;
  }

  body.awhi_books .node.view-full .field-name-field-quote .blockquote-cite {
    font-size: 18px;
    letter-spacing: 0.23px;
    line-height: 32px;
  }

  body.awhi_books .node.view-full .node-body-copy {
    margin-bottom: 88px;
  }

  body.awhi_books .node.view-full .field-name-field-body-image-caption .field-collection-item-field-body-image-caption {
    margin-bottom: 80px;
  }

  body.awhi_books .component-title {
    margin-bottom: 15px;
    font-size: 36px;
    font-weight: 500;
    line-height: 46px;
    letter-spacing: .53px;
  }

  body.awhi_books .component-framing-copy {
    font-size: 18px;
    letter-spacing: 0.23px;
    line-height: 27px;
    margin-bottom: 48px;
  }

  body.awhi_books .list-iconified > li .list-iconified-item-content {
    max-width: 72%;
  }

  body.awhi_books .list-iconified > li {
    margin-bottom: 65px;
    padding: 45px 45px 45px 102px;
  }

  body.awhi_books .list-iconified-item h3 {
    font-size: 24px;
    line-height: 31px;
    letter-spacing: .53px;
    padding-left: 0;
    margin-bottom: 0;
  }

  body.awhi_books .list-iconified .list-iconified-item p {
    font-size: 18px;
    line-height: 27px;
  }

  body.awhi_books .list-iconified .list-iconified-link {
    margin-bottom: 20px;
  }

  body.awhi_books .text-link > a {
    font-size: 18px;
    letter-spacing: 0.25px;
    line-height: 28px;
  }

  body.awhi_books .text-link > a.external {
    padding-left: 25px;
  }

  body.awhi_books .text-link > a.external::before {
    width: 15px;
    height: 17px;
    background-position: -15px -15px;
    background-size: 45px 90px;
    left: 1px;
    top: 5px;
  }

  body.awhi_books .text-link > a.external:hover::before,
  body.awhi_books .text-link > a.external:focus::before {
    background-position: -15px -60px;
  }

  body.awhi_books .list-iconified .list-iconified-pdf-link > .file > a {
    font-size: 18px;
    letter-spacing: 0.25px;
    line-height: 28px;
    padding-left: 25px;
  }

  body.awhi_books .list-iconified .list-iconified-pdf-link > .file > a::before {
    width: 15px;
    height: 17px;
    background-position: -15px -15px;
    background-size: 45px 94px;
    left: 1px;
    top: 3px;
  }

  body.awhi_books .list-iconified .list-iconified-pdf-link > .file > a:hover::before,
  body.awhi_books .list-iconified .list-iconified-pdf-link > .file > a:focus::before {
    background-position: -15px -62px;
  }

  body.awhi_books .btn {
    font-size: 18px;
    line-height: 45px;
    padding-left: 35px;
    padding-right: 35px;
  }

  body.awhi_books .sign-up-donate-component > .container > .row > [class^="col-"] {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  body.awhi_books .sign-up-donate-component .component-title {
    font-size: 24px;
    line-height: 31px;
  }

  body.awhi_books .sign-up-donate-component .component-framing-copy {
    font-size: 18px;
    line-height: 24px;
  }

  body.awhi_books .sign-up-donate-component .donate-col > .donate {
    padding-left: 70px;
  }

  body.awhi_books .sign-up-donate-component .donate .item-list li:first-child {
    margin-bottom: 26px;
  }

  body.awhi_books .sign-up-donate-component .sign-up-col form.signup .description {
    font-size: 15px;
    line-height: 21px;
  }

  body.awhi_books .grid-list-with-pager .pager li {
    font-size: 18px;
    line-height: 23px;
  }

  body.awhi_books .list-nodes-grid {
    margin-bottom: 0;
  }

  body.awhi_books .list-nodes-grid > li {
    margin-bottom: 60px;
  }

  body.awhi_books .list-nodes-grid .list-collection-links-text > h4 {
    font-size: 18px;
    letter-spacing: 0.41px;
    line-height: 27px;
  }

  body.awhi_books .list-nodes-grid .views-field-field-body-image a {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 1200px) {

  body.awhi_books .sign-up-donate-component .sign-up-col form.signup .form-text {
    width: 360px;
  }

  .awhi_books #site-header #main-menu > .item-list > .menu > li {
    padding: 0 22.5px;
  }
}
