h1, h4, blockquote {
	color:#02465f;
	
}


.pagewrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
}

.rightside {
  position: static;
  display: block;
  overflow: scroll;
  height: 100vh;
  padding: 3%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.leftside {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  padding: 3%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/dk.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.contentwrapper {
  display: block;
  max-width: 560px;
  margin-right: auto;
  margin-left: auto;
}

.contentwrapper.centrecontent {
  text-align: center;
}

.chaptername {
  margin-top: 8px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 51px;
}

.subtitle {
  font-family: Montserrat, sans-serif;
  color: hsla(0, 0%, 100%, .75);
}

.authorimage {
  width: 150px;
  height: 150px;
  margin-top: 16px;
  border-radius: 120px;
}

.trailertext {
  margin-top: 117px;
  color: rgba(0, 0, 0, .75);
  font-size: 11px;
  text-transform: uppercase;
}

.logo {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.chapterslink {
  position: absolute;
  left: 16px;
  bottom: 16px;
  border-style: none;
  border-width: 2px;
  border-right-color: #000;
  border-bottom-color: #000;
  border-left-color: #000;
  background-color: #5380d3;
  font-size: 17px;
  text-transform: uppercase;
}

.chapterwrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 45%;
  padding: 3%;
  background-color: #90a39f;
  -webkit-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
}

.chapterlist {
  display: block;
  padding-left: 0px;
  list-style-type: none;
}

.chapterthumbnail {
  width: 100px;
  height: 100px;
  margin-right: 8px;
  float: left;
/*  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .5);*/
}

.chapterthumbnail-round {
	border-radius: 120px;
}

.chapterlistitem {
  margin-bottom: 16px;
}

.interviewmenutitle {
  display: inline-block;
  font-family: Montserrat, sans-serif;
}

.chaptermenutext {
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 16px;
  font-weight: 400;
}

.closelink {
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color:rgba(0, 0, 0, .75);
}

.topcontent {
  margin-right: 16px;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  color: rgba(51, 51, 51, .5);
  text-transform: uppercase;
}

.contentheading {
  font-family: Montserrat, sans-serif;
}

.adviceblock {
  margin-top: 16px;
  padding: 3%;
  background-color: #e9e8e7;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.adviceblock.heading {
  font-size: 17px;
}

.brandblock {
  margin-top: 0px;
}

.brandlogo {
  margin-top: 32px;
  margin-bottom: 16px;
}

.chapterheading {
  margin-bottom: 32px;
  padding-top: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  text-transform: uppercase;
}

.chapterlink {
  color: #000;
  text-decoration: none;
}

.chapterlink:hover {
  text-decoration: underline;
}

.chapterlink.w--current {
  color: #fff;
}


blockquote {
/*  background: #f9f9f9;*/
  border-left: 0px;
  margin: 0 0 10px 0;
  padding: 10px 20px;
  quotes: "\201C""\201D""\2018""\2019";
  line-height: 27px;
}
blockquote:before {
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
  color:#d4d4d3;
}

blockquote:after {
  content: close-quote;
  font-size: 4em;
  line-height: 0.1em;
      margin-left: 0.25em;
    vertical-align: -0.6em;
  color:#d4d4d3;
}
blockquote p {
  display: inline;
}


@media (max-width: 991px) {
  .chaptername {
    font-size: 36px;
    line-height: 39px;
  }
  .trailertext {
    margin-top: 152px;
  }
  .chapterwrapper {
    display: none;
    -webkit-transform: translate(-100%, 0px);
    -ms-transform: translate(-100%, 0px);
    transform: translate(-100%, 0px);
  }
  .interviewmenutitle {
    font-size: 15px;
  }
  .chaptermenutext {
    font-size: 13px;
    line-height: 17px;
  }
  .chapterheading {
    display: block;
    font-size: 18px;
  }
  .chapterlink {
    font-size: 15px;
    line-height: 20px;
  }
}

@media (max-width: 767px) {
  .pagewrapper {
    display: block;
  }
  .rightside {
    position: static;
    display: block;
    overflow: visible;
    float: none;
    clear: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .leftside {
    display: block;
    width: 100%;
    height: 420px;
  }
  .trailertext {
    margin-top: 113px;
  }
  .chapterslink {
    position: fixed;
    left: 16px;
    top: 16px;
    bottom: auto;
    display: block;
  }
  .chapterwrapper {
    display: none;
    width: 100%;
    -webkit-transform: translate(-100%, 0px);
    -ms-transform: translate(-100%, 0px);
    transform: translate(-100%, 0px);
  }
  .interviewmenutitle {
    font-size: 20px;
  }
  .chaptermenutext {
    font-size: 15px;
  }
  .chapterheading {
    font-size: 24px;
  }
  .chapterlink {
    font-size: 20px;
  }
  .chapterlink.w--current {
    line-height: 24px;
  }
}

@media (max-width: 479px) {
  .interviewmenutitle {
    font-size: 15px;
  }
  .chaptermenutext {
    font-size: 13px;
  }
  .chapterlink {
    font-size: 15px;
  }
  p {font-size: 14px;}
}