/** COMPILED FROM SCSS SOURCE. DO NOT EDIT DIRECTLY */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700&amp;display=swap");
#isSmall {
  visibility: hidden;
  float: none;
}

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

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

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  font-size: 18px;
}
html img, body img {
  border: none;
}
html *, body * {
  font-family: "Open Sans", sans-serif;
}
html a, body a {
  color: #60B7DA;
  font-weight: 700;
}
html p, body p {
  color: #0F3E6C;
  line-height: 1.4em;
}

.navHeader {
  position: fixed;
  background-color: white;
  top: 0;
  width: 100%;
  z-index: 9999;
  height: 90px;
}
.navHeader .navLogo {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  padding-bottom: 10px;
  width: 200px;
  height: auto;
}

.w3Col {
  width: 37.5%;
}

#loading {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1001;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transition: opacity ease 0.5s;
  transition: opacity ease 0.5s;
  background: white;
}
#loading.complete {
  opacity: 0;
  pointer-events: none;
}
#loading img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0 auto;
}

.chapterImage {
  cursor: default;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  z-index: 0;
  text-align: center;
  height: 100vh;
  overflow: hidden;
}
.chapterImage#ci0 {
  height: 100vh;
}
.chapterImage .chapterTitle {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  padding: 20vh 10vw 100px 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  text-align: left;
  z-index: 1000;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(20%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0.5) 100%);
}
.chapterImage .chapterTitle h1, .chapterImage .chapterTitle h2, .chapterImage .chapterTitle p {
  text-transform: uppercase;
  margin: 0;
}
.chapterImage .chapterTitle h1 {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 4.2em;
  margin: 0;
}
.chapterImage .chapterTitle h2 {
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: 2em;
}
.chapterImage .chapterTitle p {
  font-size: 1.5em;
  font-weight: 700;
  color: white;
}

.chapter {
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 500;
}
.chapter.c0 {
  padding: 4em 0;
}
.chapter.c0 .introWrapper p {
  width: 1000px;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}
.chapter .leftImage {
  position: absolute;
  height: 100%;
}
@media (min-width: 1025px) {
  .chapter .leftImage {
    width: 450px;
  }
}
@media (min-width: 1400px) {
  .chapter .leftImage {
    width: 550px;
  }
}
.chapter .leftImage .chapterBG {
  position: absolute;
  width: 100%;
  height: 100%;
}

section {
  position: relative;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 0;
  text-align: left;
  color: #60B7DA;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: white;
  min-height: 80vh;
}
@media (min-width: 1025px) {
  section {
    width: calc(100% - 450px);
    margin: 0 0 0 450px;
  }
}
@media (min-width: 1400px) {
  section {
    width: calc(100% - 550px);
    margin: 0 0 0 550px;
  }
}
section .textWrapper {
  padding: 5em;
  padding-top: 15em;
  max-width: 1100px;
}
section .textWrapper p {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
section .textWrapper h4 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 2em;
  line-height: 1em;
  padding: 2.5em;
  margin: 0;
  color: white;
  background: #60B7DA;
  text-transform: uppercase;
  text-align: center;
}

.inlineImages {
  padding: 40px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #afdbec;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1025px) {
  .inlineImages {
    width: calc(100% - 450px);
    margin: 0 0 0 450px;
  }
}
@media (min-width: 1400px) {
  .inlineImages {
    width: calc(100% - 550px);
    margin: 0 0 0 550px;
  }
}
.inlineImages img {
  width: calc(45% - 10px);
  margin: 5px;
  height: auto;
  min-width: 225px;
}

.inlineShare {
  text-align: right;
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.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 {
  position: relative;
  z-index: 999;
  background-color: white;
  padding-top: 5em;
  padding-bottom: 7em;
}
.ctaWrapper p {
  width: 1000px;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}
.ctaWrapper p:first-child {
  margin-bottom: 40px;
}
.ctaWrapper .ctaButtonWrapper .wrapper {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
}
.ctaWrapper .ctaButtonWrapper .wrapper img {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 30px;
  background: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 50px;
  border: 5px #316AAF solid;
  width: 350px;
}
.ctaWrapper .ctaButtonWrapper .wrapper p {
  display: block;
  padding: 3em 4em;
  text-align: center;
  background-color: #0F3E6C;
  color: white;
  font-weight: bold;
  margin: 0 auto;
  line-height: 1.1em;
  text-transform: uppercase;
  width: auto;
}
.ctaWrapper .ctaButtonWrapper .wrapper p a {
  color: white;
  text-decoration: none;
}
.ctaWrapper .ctaButtonWrapper .wrapper p a:hover {
  border-bottom: 1px white solid;
}

footer {
  position: relative;
  z-index: 100;
  background-color: #60B7DA;
  overflow: hidden;
  padding-bottom: 6em;
}
footer .alsoLike {
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-size: 2em;
  overflow: hidden;
  padding: 0.5em 0;
}
footer .alsoLikeLinkWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 1600px;
  max-width: 100%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}
footer .alsoLikeLinkWrap .linkWrapper {
  position: relative;
  padding-bottom: 18%;
  width: 30%;
  max-width: 600px;
  display: inline-block;
}
footer .alsoLikeLinkWrap .rLink {
  width: 100%;
  height: 100%;
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
  background-color: #000;
}
footer .alsoLikeLinkWrap .rLink.rLink1 {
  background: transparent url(../jpg/link1-2.jpg) no-repeat;
  background-size: cover;
}
footer .alsoLikeLinkWrap .rLink.rLink2 {
  background: transparent url(../jpg/link2.jpg) no-repeat;
  background-size: cover;
}
footer .alsoLikeLinkWrap .rLink.rLink3 {
  background: transparent url(../jpg/link3.jpg) no-repeat;
  background-size: cover;
}
footer .alsoLikeLinkWrap .rLink .linkTitleWrapper {
  background: rgba(0, 0, 0, 0.5);
  display: table;
  position: absolute;
  width: calc(100% - 20px);
  bottom: 0;
  padding: 10px;
}
footer .alsoLikeLinkWrap .rLink .linkTitleWrapper .linkTitle {
  text-align: left;
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-weight: 700;
  font-size: 1em;
  line-height: 1.5em;
}