/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,400i,700,700i,800,800i&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

strong {
  font-weight: 700; }

a.btn, a.btn:visited {
  background-color: #fe0000;
  border-radius: 50px;
  color: white;
  display: inline-block;
  font-size: 13px;
  line-height: 19px;
  margin: 60px auto 0;
  padding: 25px 80px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: .3s ease-in-out background-color; }
  a.btn:hover, a.btn:focus, a.btn:visited:hover, a.btn:visited:focus {
    background-color: #000; }

.inner-header nav ul li a, .inner-header nav ul li a:visited {
  color: black;
  font-size: 13px;
  text-decoration: none;
  text-transform: uppercase;
  transition: .3s ease-in-out color; }
  .inner-header nav ul li a:hover, .inner-header nav ul li a:visited:hover {
    color: #fe0000; }
  .inner-header nav ul li a.current, .inner-header nav ul li a:visited.current {
    color: #fe0000;
    font-weight: 700; }

.inner-section h2, .inner-section p {
  text-align: center; }

.inner-section h2 {
  font-size: 42px;
  font-weight: 800;
  letter-spacing: 0.025em;
  line-height: 35px;
  margin-bottom: 60px;
  text-transform: uppercase; }

.inner-section h3 {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0.025em;
  margin: 0 auto 40px;
  max-width: 860px; }

.inner-section p {
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 30px;
  margin: 0 auto;
  max-width: 860px; }
  .inner-section p a.btn:first-child {
    margin-left: 32px; }

.inner-footer p {
  color: white;
  font-size: 13px;
  padding: 0 20px; }

.inner-footer a, .inner-footer a:visited {
  color: white;
  text-decoration: none; }
  .inner-footer a:hover, .inner-footer a:visited:hover {
    text-decoration: underline; }

/* Inside page specific styling */
.inside-page h1 {
  color: white;
  font-size: 52px;
  font-weight: 800;
  margin: 0;
  text-align: center;
  text-transform: uppercase; }
  .inside-page h1 span {
    color: #fe0000; }
  .inside-page h1 em {
    font-weight: 300;
    text-transform: none; }
    .inside-page h1 em span {
      font-weight: 800; }

.inside-page .inner-section p {
  margin-bottom: 30px;
  text-align: left; }

.inside-page .inner-section ul {
  list-style: disc;
  margin: 0 auto;
  max-width: 860px;
  padding-left: 20px; }
  .inside-page .inner-section ul li {
    font-size: 18px;
    margin-bottom: 15px; }

@media (max-width: 960px) {
  .inner-section p, .inner-section ul li, .inner-section ol li, .inside-page .inner-section p, .inside-page .inner-section ul li, .inside-page .inner-section ol li {
    font-size: 14px;
    line-height: 24px; }
  .inside-page h1 {
    font-size: 36px; }
  .inner-section h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 40px; }
  .inner-section p a.btn:first-child {
    margin-left: auto; }
  a.btn, a.btn:visited {
    display: block;
    margin: 40px auto 0;
    max-width: 450px; }
  footer .inner-footer {
    text-align: center; } }

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  padding-top: 71px;
  /* Make room for fixed heading nav */ }

img {
  width: 100%; }
  img.map {
    padding: 0 10px;
    margin-top: 100px; }

section.has-background {
  background-color: #f1f2f4; }

.cta-heading {
  position: relative;
  top: 400px;
  z-index: 2;
  margin: 0 auto;
  max-width: 1315px; }
  .cta-heading .inner-cta {
    background: #000;
    color: white;
    display: block;
    max-width: calc(520px + 80px);
    padding: 40px 40px 50px;
    position: relative; }
    .cta-heading .inner-cta:before {
      background: black;
      bottom: 0;
      content: '';
      left: -100vw;
      position: absolute;
      top: 0;
      width: 100vw; }
    .cta-heading .inner-cta h1 {
      font-size: 52px;
      font-weight: 800;
      margin-bottom: 10px;
      text-transform: uppercase; }
      .cta-heading .inner-cta h1 span {
        color: #fe0000; }
    .cta-heading .inner-cta p {
      font-size: 23px;
      letter-spacing: 0.025em;
      line-height: 30px;
      max-width: 520px; }
  .cta-heading .cta-buttons {
    display: flex;
    margin-top: 20px;
    position: absolute;
    text-align: center;
    width: 100%; }
    .cta-heading .cta-buttons a, .cta-heading .cta-buttons a:visited {
      font-size: 13px;
      letter-spacing: 0.025em;
      padding: 24px;
      text-decoration: none;
      text-transform: uppercase;
      transition: .3s ease-in-out background-color;
      width: calc(50% - 48px); }
      .cta-heading .cta-buttons a:nth-child(1), .cta-heading .cta-buttons a:visited:nth-child(1) {
        background-color: #fe0000;
        color: white; }
        .cta-heading .cta-buttons a:nth-child(1):hover, .cta-heading .cta-buttons a:nth-child(1):focus, .cta-heading .cta-buttons a:visited:nth-child(1):hover, .cta-heading .cta-buttons a:visited:nth-child(1):focus {
          background-color: #B30000; }
      .cta-heading .cta-buttons a:nth-child(2), .cta-heading .cta-buttons a:visited:nth-child(2) {
        background-color: white;
        color: black; }
        .cta-heading .cta-buttons a:nth-child(2):hover, .cta-heading .cta-buttons a:nth-child(2):focus, .cta-heading .cta-buttons a:visited:nth-child(2):hover, .cta-heading .cta-buttons a:visited:nth-child(2):focus {
          background-color: lightgrey; }

.inner-header, .inner-section, .inner-footer {
  margin: 0 auto;
  max-width: 1315px;
  width: 100%; }

.inner-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  overflow: visible; }
  .inner-header .logo {
    height: 28px;
    width: auto; }

.inner-section {
  padding: 150px 0; }
  .inner-section.about {
    margin-top: 550px; }

/* Header */
header {
  background: white;
  left: 0;
  padding: 20px;
  position: fixed;
  top: 0;
  transition: .3s ease-in-out background-color;
  width: 100%;
  z-index: 3; }

/* Navigation */
nav ul {
  list-style: none; }
  nav ul li {
    display: inline-block;
    margin-left: 25px;
    position: relative; }
    nav ul li ul {
      background: #000;
      left: -100px;
      margin-top: 10px;
      opacity: 0;
      padding: 20px 0;
      position: absolute;
      transition: .3s ease-in-out opacity;
      width: 270px;
      z-index: -2; }
      nav ul li ul li {
        display: block;
        margin: 0;
        text-align: center; }
        nav ul li ul li a, nav ul li ul li a:visited {
          color: white !important;
          display: block;
          padding: 10px 40px; }
          nav ul li ul li a:hover, nav ul li ul li a:visited:hover {
            color: #fe0000 !important; }
    nav ul li:hover ul {
      opacity: 1;
      z-index: 3; }

.nav-icon {
  display: none;
  cursor: pointer;
  height: 20px;
  position: relative;
  transition: .3s ease-in-out;
  width: 27px;
  z-index: 10; }
  .nav-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: black;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .3s ease-in-out; }
    .nav-icon span:nth-child(1) {
      top: 0px;
      transform-origin: left center; }
    .nav-icon span:nth-child(2) {
      top: 8px;
      transform-origin: left center; }
    .nav-icon span:nth-child(3) {
      top: 16px;
      transform-origin: left center; }

footer {
  background-color: #000;
  padding: 40px; }
  footer .inner-footer {
    align-items: center;
    display: flex;
    justify-content: space-between; }
    footer .inner-footer p {
      width: 33.33%; }
      footer .inner-footer p:last-of-type {
        text-align: right; }
    footer .inner-footer img {
      width: 300px; }

/* Modal pop-up */
#JPO_background {
  opacity: 0.7 !important;
}
#JPO {
  display: none;
}
#JPO .JPO_close {
  background: none;
  border: 0;
  color: #5d5d5d;
  cursor: pointer;
  font-size: 40px;
  position: absolute;
  right: 10px;
  top: 6px;
}
#JPO .main-inner {
  align-items: center;
  background-color: white;
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  padding: 80px;
  width: 100%;
}
#JPO .left-side, #JPO .right-side {
  width: 46%;
}
#JPO .left-side img {
  height: auto;
  width: 100%;
}
#JPO .right-side {
  text-align: center;
}
#JPO .right-side p {
  line-height: 1.6;
  margin-bottom: 40px;
}
#JPO .right-side h2 {
  font-size: 24px;
}
#JPO .right-side h2 strike {
  color: #0770a7;
}
#JPO .right-side h3 {
  font-size: 40px;
  font-weight: 800;
  margin: 10px 0;
  text-transform: uppercase;
}

#JPO .right-side input {
  border-radius: 10px;
  display: block;
  font-size: 15px;
  line-height: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
  outline: none;
  padding: 30px;
  text-align: center;
  width: 100%;
}
#JPO .right-side input[type="email"] {
  border: 1px solid grey;
  margin-bottom: 20px;
  margin-top: 40px;
}
#JPO .right-side input[type="email"]:focus, #JPO .right-side input[type="email"]:active {
  border-color: #007eff;
}
#JPO .right-side input[type="submit"] {
  -webkit-appearance: none;
  background: #007eff;
  border: 1px solid #007eff;
  color: white;
  cursor: pointer;
  font-weight: 800;
  text-transform: uppercase;
}
#JPO .right-side input[type="submit"]:hover, #JPO .right-side input[type="submit"]:focus {
  background-color: #419dfb;
}

/* Static Footer */
.static-footer {
  background-color: #FF0000;
  border-radius: 10px 10px 0 0;
  bottom: 0;
  cursor: pointer;
  padding: 20px 30px;
  position: fixed;
  right: 40px;
  z-index: 10;
}
.static-footer h2 {
  color: white;
  font-size: 13px;
  font-weight: 800;
  line-height: 13px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.static-footer h2 span {
  font-weight: normal;
}

/* Styling changes on scroll */
.is-scrolled header {
  background-color: #f9f9f9; }

/* Inside page specific styling */
.inside-page header {
  background-color: #272727; }
  .inside-page header nav ul li a, .inside-page header nav ul li a:visited {
    color: #fff; }

.inside-page .top-heading {
  background-color: #000; }

.inside-page .inner-section {
  padding: 85px 0; }

.book-container {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin: 100px auto;
  max-width: 860px; }
  .book-container img.book {
    max-width: 288px; }
  .book-container .book-content {
    padding-left: 40px; }
    .book-container .book-content p {
      font-size: 15px;
      font-style: italic; }
      .book-container .book-content p span {
        color: #019be1;
        font-weight: 700; }
    .book-container .book-content .buy-now {
      align-items: center;
      display: flex;
      justify-content: flex-end;
      width: 100%; }
      .book-container .book-content .buy-now p {
        font-size: 25px;
        font-style: italic;
        margin: 0; }
        .book-container .book-content .buy-now p span {
          color: #000;
          font-size: 18px;
          font-weight: 400; }
      .book-container .book-content .buy-now a.btn, .book-container .book-content .buy-now a.btn:visited {
        background-color: #019be1;
        font-size: 15px;
        font-style: italic;
        margin: 0 20px;
        padding: 15px 40px; }
        .book-container .book-content .buy-now a.btn:hover, .book-container .book-content .buy-now a.btn:visited:hover {
          background-color: #006898; }
      .book-container .book-content .buy-now img {
        max-width: 80px; }

@media (max-width: 960px) {
  body {
    padding-top: 63px; }
  .nav-icon {
    display: block; }
  nav {
    display: none; }
  /* Mobile Nav is Active */
  .mobile-nav-is-active .nav-icon span:nth-child(1) {
    transform: rotate(45deg);
    top: -1px;
    left: 3px; }
  .mobile-nav-is-active .nav-icon span:nth-child(2) {
    width: 0%;
    opacity: 0; }
  .mobile-nav-is-active .nav-icon span:nth-child(3) {
    transform: rotate(-45deg);
    top: 18px;
    left: 3px; }
  .mobile-nav-is-active nav {
    background: black;
    bottom: 0;
    display: block !important;
    position: fixed;
    right: 0;
    top: 63px; }
    .mobile-nav-is-active nav ul li {
      display: block;
      margin-left: 0; }
      .mobile-nav-is-active nav ul li a, .mobile-nav-is-active nav ul li a:visited, .mobile-nav-is-active nav ul li a.current {
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
        color: white;
        display: block;
        font-size: 16px;
        padding: 20px 80px 20px 20px; }
      .mobile-nav-is-active nav ul li ul {
        left: auto;
        margin-top: auto;
        opacity: 1;
        padding: 0;
        position: relative;
        width: auto;
        z-index: 3; }
        .mobile-nav-is-active nav ul li ul li {
          text-align: left; }
          .mobile-nav-is-active nav ul li ul li a:hover, .mobile-nav-is-active nav ul li ul li a:visited:hover {
            color: #fe0000 !important; }
  .inner-header .logo {
    height: 20px; }
  .inner-section, .inside-page .inner-section {
    padding: 40px 20px; }
  .inner-section.about {
    margin-top: 300px; }
  .inside-page .nav-icon span {
    background: white; }
  footer .inner-footer {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    footer .inner-footer p {
      text-align: center !important;
      width: 100%; }
    footer .inner-footer img {
      margin: 20px 0; }
  .cta-heading {
    top: 300px; }
    .cta-heading .inner-cta {
      max-width: 100%; }
      .cta-heading .inner-cta h1 {
        font-size: 32px; }
      .cta-heading .inner-cta p {
        font-size: 16px;
        line-height: 24px; }
    .cta-heading .cta-buttons {
      position: relative; }
      .cta-heading .cta-buttons a, .cta-heading .cta-buttons a:visited {
        width: 50%; }
  .book-container {
    align-items: center;
    display: flex;
    flex-direction: column; }
    .book-container img.book {
      margin-bottom: 40px; }
    .book-container .book-content {
      padding-left: 0; }

    #JPO {
    width: 100%;
    }
    #JPO .main-inner {
      flex-direction: column;
      max-width: 100%;
      min-width: 100%;
      padding: 80px 20px;
    }
    #JPO .left-side, #JPO .right-side {
      width: 100%;
    }
    #JPO .right-side p {
      margin-left: auto;
      margin-right: auto;
      max-width: 640px;
    }
    #JPO .left-side img {
      display: block;
      margin: 0 auto 20px;
      max-width: 300px;
    }

    .static-footer {
      right: 10px;
    }


    }

.owl-carousel {
  height: 800px;
  position: absolute !important;
  width: 100%; }
  .owl-carousel .slide-item {
    height: 800px;
    position: relative; }
  .owl-carousel .slide-image {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }
    .owl-carousel .slide-image.one {
      background: url("/images/slide-1.jpg") no-repeat center/cover; }
    .owl-carousel .slide-image.two {
      background: url("/images/slide-2.jpg") no-repeat center/cover; }
    .owl-carousel .slide-image.three {
      background: url("/images/slide-3.jpg") no-repeat center/cover; }
    .owl-carousel .slide-image.four {
      background: url("/images/slide-4.jpg") no-repeat center/cover; }
  .owl-carousel .content {
    margin: 0 auto;
    max-width: 1315px;
    position: relative;
    width: 100%; }
    .owl-carousel .content .inner-content {
      background: red;
      box-shadow: 10px 10px 0 black;
      padding: 20px 40px;
      position: absolute;
      right: 0;
      top: 150px; }
      .owl-carousel .content .inner-content:after {
        background: red;
        bottom: 0;
        box-shadow: 0 10px 0 black;
        content: '';
        position: absolute;
        right: -100vw;
        top: 0;
        width: 100vw; }
      .owl-carousel .content .inner-content p {
        color: white;
        font-size: 20px;
        font-weight: 800;
        line-height: 28px;
        max-width: 450px; }

@media (max-width: 960px) {
  .owl-carousel {
    height: 300px;
    position: relative !important;
    width: 100%; }
    .owl-carousel .content .inner-content p {
      font-size: 16px; } }
