/** COMPILED FROM SCSS SOURCE. DO NOT EDIT DIRECTLY */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700&amp;display=swap");
.navHeader {
  height: 70px;
}
.navHeader .navLogo {
  max-width: 200px;
}

#isSmall {
  visibility: hidden;
  float: left;
}

#isMedium {
  visibility: hidden;
  float: none;
}

#isLarge {
  visibility: hidden;
  float: none;
}

.chapterImage#ci0:before {
  display: none;
}
.chapterImage .chapterTitle {
  width: 100%;
  left: 0;
  top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 90px 5% 40px 5%;
  background: rgba(0, 0, 0, 0.5);
}
.chapterImage .chapterTitle h1 {
  font-size: 2.5em;
}
.chapterImage .chapterTitle h2 {
  font-size: 1em;
}
.chapterImage .chapterTitle p {
  font-size: 0.8em;
}
.chapterImage.c0 {
  background: #000 url(../jpg/c0_hero_sm-4.jpg) no-repeat center center scroll;
  background-size: cover;
}

.chapter.c0 {
  padding: 2em 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.chapter .leftImage {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.chapter .leftImage .chapterBG {
  position: relative;
  height: 400px;
}
.chapter .leftImage .chapterBG.c1 {
  background: transparent url(../jpg/c1_hero_sm_ph-3.jpg) no-repeat center left scroll;
  background-size: cover;
}
.chapter .leftImage .chapterBG.c1.show {
  background: transparent url(../jpg/c1_hero_sm-3.jpg) no-repeat center left scroll;
  background-size: cover;
}
.chapter .leftImage .chapterBG.c2 {
  background: transparent url(../jpg/c2_hero_sm_ph-3.jpg) no-repeat center center scroll;
  background-size: cover;
}
.chapter .leftImage .chapterBG.c2.show {
  background: transparent url(../jpg/c2_hero_sm-3.jpg) no-repeat center center scroll;
  background-size: cover;
}
.chapter .leftImage .chapterBG.c3 {
  background: transparent url(../jpg/c3_hero_sm_ph-3.jpg) no-repeat center left scroll;
  background-size: cover;
}
.chapter .leftImage .chapterBG.c3.show {
  background: transparent url(../jpg/c3_hero_sm-3.jpg) no-repeat center left scroll;
  background-size: cover;
}
.chapter .leftImage .chapterBG.c4 {
  background: transparent url(../jpg/c4_hero_sm_ph-3.jpg) no-repeat center left scroll;
  background-size: cover;
}
.chapter .leftImage .chapterBG.c4.show {
  background: transparent url(../jpg/c4_hero_sm-3.jpg) no-repeat center left scroll;
  background-size: cover;
}
.chapter .leftImage .chapterBG.c5 {
  background: transparent url(../jpg/c5_hero_sm_ph.jpg) no-repeat center left scroll;
  background-size: cover;
}
.chapter .leftImage .chapterBG.c5.show {
  background: transparent url(../jpg/c5_hero_sm.jpg) no-repeat center left scroll;
  background-size: cover;
}

section {
  left: 0;
  float: none !important;
  width: 100% !important;
  overflow: hidden;
  height: unset;
}
section .textWrapper {
  padding: 7em 5% 5em 5%;
}
section .textWrapper h4 {
  font-size: 1.2em;
  line-height: 1.5em;
  padding: 1em 10px;
}
section p {
  font-size: 1em;
  line-height: 1.75em;
  margin-bottom: 1em;
}
section a.cta:link, section a.cta:visited {
  padding: 1em 50px;
  font-size: 1.75em;
}

.inlineImages {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.inlineImages img {
  margin-right: auto !important;
  margin-left: auto !important;
  width: 95%;
}
.inlineImages img:not(:last-child) {
  margin-bottom: 20px;
}

.inlineShare {
  text-align: right;
  margin: 2em 1em 1em 0;
  padding-bottom: 0;
}
.inlineShare span {
  position: relative;
  display: inline-block;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  text-transform: uppercase;
  font-size: 100%;
}
.inlineShare a {
  text-decoration: none !important;
  background: none !important;
}
.inlineShare a img {
  width: 20px;
  height: auto;
  margin-left: 8px;
}
.inlineShare a:hover {
  background: none !important;
  text-decoration: none !important;
}

.ctaWrapper {
  z-index: 999;
  background-color: white;
  padding-top: 2em;
  padding-bottom: 2em;
}
.ctaWrapper p {
  font-size: 1em;
  line-height: 1.75em;
  margin-left: 5%;
  margin-right: 5%;
  width: 90%;
}
.ctaWrapper .ctaButtonWrapper .wrapper img {
  width: 75%;
}
.ctaWrapper .ctaButtonWrapper .wrapper p {
  padding: 2.5em 1em;
}
.ctaWrapper .ctaText {
  text-align: center;
  padding: 0;
  margin: 0;
}
.ctaWrapper .ctaText p {
  padding: 1em 5%;
  line-height: 1.2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

footer .alsoLikeLinkWrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .alsoLikeLinkWrap .rLink .linkTitleWrapper .linkTitle {
  font-size: 1.2em;
}
footer .alsoLikeLinkWrap .linkWrapper {
  width: 350px;
  max-width: 100%;
  padding-bottom: 250px;
  margin-bottom: 20px;
}