* {
  box-sizing: border-box; }

body {
  background: #efefef;
  font-family: 'Helvetica Neue';
  font-size: 14px;
  color: #626464;
  max-height: 100vh;
  height: 100vh;
  overflow: hidden; }

img {
  max-width: 100%; }

a, a:link, a:not(.btn) {
  color: #943B00;
  text-decoration: underline; }
  a:hover, a:link:hover, a:not(.btn):hover {
    color: #943B00;
    text-decoration: none; }

p, ul li, ol li {
  letter-spacing: 1px;
  margin-bottom: 1.7em; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  margin-bottom: 1.275em;
  font-weight: bold; }

h1.section-title, .h1.section-title {
  font-size: 251.6%;
  font-weight: 400;
  color: #0074a0;
  margin-bottom: 0.51em; }

h2, .heading-2 {
  font-size: 20.4px; }

.page {
  width: 1024px !important;
  height: 670px !important;
  position: relative;
  padding: 4rem;
  background-size: cover;
  background-color: #fff; }
  .page ul, .page ol {
    padding-left: 0;
    margin-left: 15.3px;
    font-size: 14px;
    margin-bottom: 18px;
    list-style-position: outside; }
    .page ul li, .page ol li {
      margin-bottom: 8.5px; }
  .page p {
    font-size: 14px; }
  .page .caption strong {
    display: block;
    margin-top: 0.425em;
    font-size: 93.5%;
    color: #0074a0; }

@media (max-width: 1023px) {
  .page {
    width: 100vw !important;
    height: 100vh !important;
    min-height: 100vh !important;
    max-height: 100vh !important;
    padding: 2rem;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch; } }
@media (max-width: 767px) {
  .hidden-mobile {
    display: none !important; } }
.book {
  margin: 0 !important;
  background-color: #164557;
  background-image: url(../images/Chapter_Background_low.jpg);
  background-repeat: repeat-x; }
  @media (min-width: 1024px) {
    .book {
      max-height: 670px; } }

.slick-slide {
  position: relative; }
  .slick-slide img {
    max-height: 100%; }

.navigation-wrap {
  bottom: 0;
  z-index: 5;
  background: #e0edf2;
  position: fixed;
  left: 0;
  top: 0;
  right: auto;
  width: 250px;
  display: flex;
  flex-direction: column;
  transform: translateX(-250px);
  opacity: 0;
  text-align: left;
  padding: 60px 10px;
  transition: all 0.1s ease;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }
  @media (min-width: 1024px) {
    .navigation-wrap {
      height: 670px !important; } }
  .navigation-wrap.open {
    transform: translateX(0);
    opacity: 1;
    transition: all 0.2s ease; }
  .navigation-wrap .navigation-dots {
    margin-top: 15px;
    margin-bottom: 15px; }
    .navigation-wrap .navigation-dots .slick-dots > li > div {
      color: #444;
      text-transform: none;
      padding-left: 20px;
      font-size: 14px; }
    .navigation-wrap .navigation-dots .slick-dots > li:first-child > div {
      color: #0074a0;
      text-transform: uppercase;
      padding-left: 0;
      font-size: 17px; }
  .navigation-wrap .slick-dots, .navigation-wrap ul {
    width: auto;
    text-align: left;
    position: static; }
    .navigation-wrap .slick-dots > li, .navigation-wrap ul > li {
      width: 100%;
      display: block;
      font-size: 17px;
      line-height: 1;
      height: auto; }
      .navigation-wrap .slick-dots > li:hover > a, .navigation-wrap ul > li:hover > a {
        color: #000; }
      .navigation-wrap .slick-dots > li.slick-active > div, .navigation-wrap ul > li.slick-active > div {
        font-weight: bold; }
      .navigation-wrap .slick-dots > li > div, .navigation-wrap ul > li > div {
        margin-bottom: 15px;
        color: #0074a0;
        text-transform: uppercase; }
        .navigation-wrap .slick-dots > li > div a, .navigation-wrap ul > li > div a {
          color: #0074a0;
          text-decoration: none; }
        .navigation-wrap .slick-dots > li > div.hidden, .navigation-wrap ul > li > div.hidden {
          display: none; }
        .navigation-wrap .slick-dots > li > div .subtitle, .navigation-wrap ul > li > div .subtitle {
          font-size: 12px;
          margin-top: 5px;
          text-transform: none;
          color: #444; }

.navigation-link {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6;
  cursor: pointer;
  font-size: 30px;
  color: #aaa;
  padding: 10px 15px;
  line-height: 0; }

.slick-prev, .slick-next {
  z-index: 3;
  width: 80px;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); }
  .slick-prev:before, .slick-next:before {
    font-size: 35px; }
  @media (max-width: 1023px) {
    .slick-prev, .slick-next {
     height: 80px;
      background: none !important; }
      .slick-prev:before, .slick-next:before {
        color: #ccc; } }

.slick-prev {
  left: 0;
  text-align: left;
  padding-left: 10px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%); }
  .slick-prev:hover, .slick-prev:focus, .slick-prev:active {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%); }

.slick-next {
  right: 0;
  text-align: right;
  padding-right: 10px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%); }
  .slick-next:hover, .slick-next:focus, .slick-next:active {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%); }

.slick-arrow.slick-disabled {
  z-index: 1; }
  .slick-arrow.slick-disabled:before {
    opacity: 0.75; }


.font-apex {
  font-family: 'ApexNew Light', Franklin, 'Helvetica Neue', Arial, sans-serif; }

.btn {
  background: rgba(149, 148, 132, 0.7);
  color: #fff !important;
  padding: 5px 20px;
  position: relative;
  border-radius: 0;
  font-weight: 300;
  font-style: italic; }

.btn:hover {
  color: #fff !important;
  background: #959484; }

/* Colors */
.color-gold, .gold-text {
  color: #cca147; }

.color-blue, .blue-text {
  color: #216A89; }

.color-altblue, .altblue-text {
  color: #009eba !important; }

.color-orange, .orange-text {
  color: #943B00; }

/* Background Colors */
.bg-dark {
  background-color: #164557;
  background-image: url(../images/Chapter_Background_low.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff; }
  .bg-dark h1, .bg-dark .h1 {
    color: #fff; }
  .bg-dark .rule-title {
    color: #fff; }

.bg-black {
  color: #fff;
  background-color: #000; }

.bg-lightblue {
  background: #DFEDF1; }

.page .quote-callout {
  font-weight: bold;
  color: #943B00; }
.page .caption {
  font-size: 11.9px;
  line-height: 1.4; }
.page .notecard-title {
  font-size: 14.45px;
  font-weight: bold;
  color: #216A89;
  text-transform: uppercase;
  line-height: 1.2; }
.page .rule-title {
  font-size: 20.4px;
  color: #216A89;
  text-transform: uppercase;
  line-height: 0.8;
  margin-bottom: 12.75px; }
.page .section-introduction {
  font-size: 20.4px;
  color: #216A89;
  margin-bottom: 11.9px;
  font-weight: normal; }
.page .section-sub-title {
  font-size: 27.2px;
  color: #216A89; }
@media (max-width: 767px) {
  .page .clapboard-icon {
    right: 0 !important; } }
.page .body-bullet {
  font-size: 14.45px;
  font-weight: normal;
  line-height: 1.3;
  color: #626464;
  letter-spacing: 1px; }

.template-video {
  background: #000;
  text-align: center; }
  .template-video a {
    display: inline-block;
    position: relative;
    margin: auto; }
  .template-video img {
    margin: auto;
    max-width: 100%;
    height: auto; }
    .template-video img.play-icon {
      position: absolute;
      right: 0;
      bottom: 0; }

.template-chapter h1, .template-chapter .h1 {
  display: flex;
  align-items: center; }
  @media (max-width: 1023px) {
    .template-chapter h1, .template-chapter .h1 {
      display: block; } }
  .template-chapter h1 .chapter, .template-chapter .h1 .chapter {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 100px;
    border-right: 1px solid #fff;
    padding: 20px 40px;
    margin-right: 40px; }
    @media (max-width: 1023px) {
      .template-chapter h1 .chapter, .template-chapter .h1 .chapter {
        display: block;
        font-size: 1.5em;
        padding: 20px 0;
        margin-right: 0;
        margin-bottom: 20px;
        border-right: 0;
        border-bottom: 1px solid #fff;
        width: 100px; } }

.template-no-padding {
  padding: 0; }

.half-page .col-md-6 {
  padding: 4rem; }
  @media (min-width: 768px) {
    .half-page .col-md-6:first-child {
      padding-right: 2rem; }
    .half-page .col-md-6:last-child {
      padding-left: 2rem; } }
  @media (max-width: 767px) {
    .half-page .col-md-6 {
      padding: 2rem; }
      .half-page .col-md-6:first-child {
        padding-bottom: 2rem; }
      .half-page .col-md-6:last-child {
        padding-top: 2rem; } }

.page table {
  border-bottom: 1px dotted #0074a0; }

.page table tbody tr {
  border-bottom: 1px dotted #0074a0; }

.page table tbody tr th, .page table tbody tr td {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-top: 17px;
  padding-right: 8.5px;
  padding-bottom: 17px;
  padding-left: 0; }

.page table tbody tr th {
  color: #0074a0;
  text-transform: uppercase;
  font-size: 11.05px;
  font-weight: bold;
  border-bottom: 1px dotted #0074a0;
  text-align: left;
  vertical-align: bottom; }

.page table tbody tr td {
  font-size: 11.05px;
  color: #636466; }

.page table.reset {
  border-bottom: 0; }

.page table.reset tbody tr {
  border-bottom: 0; }

.page table.reset tbody tr th, .page table.reset tbody tr td {
  padding-top: 4.25px;
  padding-right: 8.5px;
  padding-bottom: 4.25px;
  padding-left: 0; }

.page table.reset tbody tr th {
  border-bottom: 0; }

#page-5 .stretch-browser {
  display: none; }
@media (min-width: 1024px) {
  #page-5 {
    border-right: 8px solid #943B00; }
    #page-5 .stretch-browser {
      position: absolute;
      right: 0;
      bottom: 0;
      display: block; } }

#page-15 span {
  display: block; }
@media (max-width: 767px) {
  #page-15 span {
    display: inline;
    margin: 0 !important; }
  #page-15 img {
    display: none; } }

@media (max-width: 1023px) {
  #page-16 .page {
    background-position: -340px; } }

#page-27 .page {
  background-image: url(../images/Ch1_LukeYoda_R3-1.png);
  background-size: cover;
  background-repeat: no-repeat; }

#page-60 img.outside-img {
  height: auto; }
@media (min-width: 1024px) {
  #page-60 img.outside-img {
    top: 0;
    right: -450px;
    position: absolute;
    height: 100%; } }

#page-61 img.outside-img {
  height: auto; }
@media (min-width: 1024px) {
  #page-61 img.outside-img {
    top: 0;
    left: -270px;
    position: absolute;
    height: 100%; } }

#page-62 img.outside-img {
  right: 0;
  top: 0;
  left: auto;
  position: absolute; }
@media (max-width: 767px) {
  #page-62 .page {
    padding-right: 100px; } }

#page-63 .page {
  padding-left: 120px; }
#page-63 img.outside-img {
  right: auto;
  top: 0;
  left: 0;
  position: absolute; }
#page-63 img.outside-img2 {
  width: 280px;
  height: auto;
  top: 10px;
  position: absolute;
  left: 60px;
  z-index: 2; }

#page-85 img.play-icon {
  position: absolute;
  top: 30px;
  right: 20px;
  z-index: 2; }

#page-120 img.outside-img {
  display: none; }
@media (min-width: 1024px) {
  #page-120 img.outside-img {
    margin-top: -84px;
    display: block; } }

#page-127 {
  background-image: url(../images/Ch5_grandma_r3-1.png);
  background-size: cover;
  background-position: 50% 50%; }

@media (min-width: 1024px) {
  #page-168 .outside-img {
    position: absolute;
    top: 112px;
    left: 513px;
    width: 667px;
    height: 593px;
    z-index: 1; } }

#page-169 .outside-imgs img {
  position: absolute; }

@media (min-width: 1024px) {
  #page-184 .outside-img {
    max-width: 570px; } }

@media (min-width: 1024px) {
  #page-191 .outside-img {
    position: absolute;
    right: -108px;
    bottom: -16px;
    z-index: 1; } }

@media (min-width: 1024px) {
  #page-222 .outside-img img {
    position: absolute;
    right: -200px;
    top: 0;
    z-index: 1; } }

@media (min-width: 1024px) {
  #page-230 .outside-img img {
    position: absolute;
    right: -30px;
    top: 20px;
    z-index: 1; } }

@media (min-width: 1024px) {
  #page-247 .outside-img img {
    position: absolute;
    right: -30px;
    top: 40px;
    width: 260px;
    z-index: 1; } }

@media (min-width: 1024px) {
  #page-251 .page {
    background-image: url(../images/Grid_Layout_A1-e1375208444411.png);
    background-position: left top;
    background-repeat: no-repeat; }
    #page-251 .page .col-lg-5 {
      padding-right: 30px; } }

.lity.lity-iframe .lity-container {
  max-width: 1040px; }
@media (max-width: 1040px) {
  .lity.lity-iframe .lity-iframe-container {
    max-height: 100% !important;
    height: 100vh !important;
    padding-top: 0 !important; }
    .lity.lity-iframe .lity-iframe-container iframe {
      position: static !important; } }

.next-button {
  top: 50%;
  position: absolute;
  right: 0;
  width: 60px;
  height: 160px;
  z-index: 2;
  margin-top: -80px; }
  .next-button a {
    background: none !important; }
  @media (min-width: 1024px) {
    .next-button {
      height: 670px;
      top: 0; } }
  .next-button .slick-next:before, .next-button .slick-prev:before {
    top: 50%;
    position: absolute;
    right: 10px;
    margin-top: -14px;
    display: none; }
    @media (min-width: 1024px) {
      .next-button .slick-next:before, .next-button .slick-prev:before {
        margin-top: -17px; } }

.prev-button {
  top: 50%;
  position: absolute;
  left: 0;
  width: 60px;
  height: 160px;
  z-index: 2;
  margin-top: -80px; }
  .prev-button a {
    background: none !important; }
  @media (min-width: 1024px) {
    .prev-button {
      height: 670px;
      top: 0; } }
  .prev-button .slick-next:before, .prev-button .slick-prev:before {
    top: 50%;
    position: absolute;
    left: 10px;
    margin-top: -14px;
    display: none; }
    @media (min-width: 1024px) {
      .prev-button .slick-next:before, .prev-button .slick-prev:before {
        margin-top: -17px; } }

.edit-post {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }

#myModal {
  opacity: 1;
  white-space: normal;
  font-family: "Work Sans", sans-serif;
  overflow-y: scroll; }
  #myModal.hide-modal {
    display: none;
    opacity: 0; }
  #myModal.reveal-modal {
    display: block;
    opacity: 1; }
  #myModal p, #myModal ul li, #myModal ol li {
    letter-spacing: 0; }
  #myModal .inner-modal {
    background: #fff;
    max-width: 600px;
    padding: 20px;
    margin: 40px auto;
    border-radius: 10px; }
  #myModal .hbspt-form form > div {
    margin-bottom: 10px; }
    #myModal .hbspt-form form > div label {
      margin-bottom: 2px; }
  #myModal .hbspt-form form ul.inputs-list {
    margin: 0;
    padding: 0;
    list-style: none; }
    #myModal .hbspt-form form ul.inputs-list li {
      margin: 0; }
  #myModal .hbspt-form form .hs-error-msgs {
    color: red; }
  #myModal .hbspt-form form .submitted-message {
    color: #28a745; }
  #myModal .hbspt-form form input[type="text"], #myModal .hbspt-form form input[type="email"], #myModal .hbspt-form form textarea {
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc; }
  #myModal .hbspt-form form .hs-button {
    color: #fff;
    background-color: #303030;
    border: none;
    /* border-radius: 2px; */
    padding: 7px 30px;
    margin: 0;
    text-align: center;
    -webkit-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: .12em;
    text-decoration: none;
    font-family: "work-sans", sans-serif;
    font-style: normal; }
  #myModal .hbspt-form form select {
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url("https://cdn2.hubspot.net/hubfs/302335/select-arrow.png") no-repeat;
    background-size: 13px 8px;
    background-position: 97% 51%;
    background-color: #fff;
    /* padding: 6px 6px; */
    padding: 5px;
    /* margin: 10px 0 5px 0; */
    margin: 0 0 5px 0;
    width: 100% !important;
    font-weight: 400;
    letter-spacing: 0; }
  #myModal .hbspt-form .legal-consent-container .hs-form-booleancheckbox-display > span {
    margin-top: -4px; }

/*# sourceMappingURL=resonate.css.map */

@media (max-width: 1023px) {
.next-button a {
	margin-top: 40px;
	height:100%;
}
.prev-button a {
	margin-top: 40px;
	height:100%;
}	
}
