html {
  font-size: 16px;
}

body {
  color: #333;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
}
h2 {
  color: #333;
  margin-bottom: 2rem;
}
h2.subheading {
}

/*** Fonts - Google **********/
h2 {
  font-weight: 700;
  font-size: 42px;
  line-height: 42px;
  text-transform: uppercase;
  /* letter-spacing: -1px; */
}
h3 {
  font-size: 32px;
  line-height: 2.25rem;
}

p {
  font-size: 17px;
  line-height: 23px;
  margin: 0 0 23px 0;
}

header {
  padding: 2rem 0;
}
section {
  padding: 3rem 0;
}
footer {
  padding: 2rem 0 0;
}
nav span {
  font-weight: 600;
}
hr {
  border: 1px solid #ffc107;
}
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*** Menu, Links ***********/
.nav-link a {
  color: #3477b3;
}
.nav-link a:hover {
  color: #555;
}
.nav-item #ak-nav-item-portal.nav-link {
  color: #333;
  font-weight: 600;
  padding: 0.5rem 1rem;
}

/*** Utilities ***********/
.ak-shadow {
  -webkit-box-shadow: 0 0px 2px 2px #333; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0 0px 2px 2px #333; /* Firefox 3.5 - 3.6 */
  box-shadow: 0 0px 2px 2px #333; /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

/*** Backgrounds ***/
.bg-alternate-1 {
  background-color: #68031e;
}
.bg-alternate-2 {
  background: #efefef;
}
.bg-alternate-3 {
  background-color: #0092aa;
}
.bg-alternate-4 {
  background-color: #070710;
}
.bg-alternate-1 h3 {
  margin-top: 3rem;
}
.bg-alternate-1,
.bg-alternate-1 h2,
.bg-alternate-2 h4,
.bg-alternate-3,
.bg-alternate-3 h2,
.bg-alternate-4,
.bg-alternate-4 h2 {
  color: #fff;
}

#ak-landing-course-modules .tab-content .lesson-preview {
  background: #000;
  text-align: center;
}
#ak-landing-course-modules .tab-content .lesson-preview h3 {
  color: #fff;
  font-size: 0.85rem;
}

#ak-landing-registration-details {
  background: url('/img/bg_hero_5.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-bottom: 0;
  padding: 5rem 0;
}
#ak-landing-registration-details h2 {
  font-size: 1.75rem;
}
#ak-landing-registration-details h3 {
  color: #ffc107;
  font-size: 3rem;
  text-shadow: 1px 1px #007386;
}
#ak-landing-registration-details h3 strike {
  color: #222;
  text-shadow: none;
}
#ak-landing-registration-details h3 span {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
#ak-landing-registration-details hr {
  margin-top: 1rem;
  width: 75%;
}
#ak-landing-registration-details .ak-landing-bundle-note {
  font-size: 17px;
}

.btn-danger {
  background-color: #ee3c26;
}
.btn-lg {
  font-weight: 600;
}

.p-10 {
  padding: 10px;
}
.p-20 {
  padding: 20px;
}
.card.p-20 {
  padding: 20px 20px 0;
}
.p-40 {
  padding: 40px;
}
.border-green {
  min-height: 100%;
  border: 1px solid rgba(92, 173, 120, 0.2);
  border-radius: 10px;
  -moz-box-shadow: 1px 1px 10px 1px rgba(92, 173, 120, 0.2);
  -webkit-box-shadow: 1px 1px 10px 1px rgba(92, 173, 120, 0.2);
  box-shadow: 1px 1px 10px 1px rgba(92, 173, 120, 0.2);
}
.border-green:hover {
  min-height: 100%;
  border: 1px solid rgba(92, 173, 120, 0.2);
  border-radius: 10px;
  -moz-box-shadow: 3px 3px 15px 6px rgba(92, 173, 120, 0.2);
  -webkit-box-shadow: 3px 3px 15px 6px rgba(92, 173, 120, 0.2);
  box-shadow: 3px 3px 15px 6px rgba(92, 173, 120, 0.2);
  transition: transform 0.6s;
  transform: translate(0px, -10px);
  -webkit-transform: translate(0px, -10px);
}

/*** SECTION: Header **********/
#site-header {
  background: rgba(255, 255, 255, 1);
  padding: 0.5rem 0;
  /* position: absolute; */
  width: 100%;
}

img#site-logo-image {
  max-width: 100px;
}

.navbar {
  padding: 0;
}

/*** Jumbotron ***********/
#page-greeting { 
    color: #fff;    
}
#ak-landing-hero {
  padding: 40px 0;
}
.jumbotron h1 {
  /* color: #ffc107; */
  color: #fff;
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: 5px;
  line-height: 2.5rem;
  text-transform: uppercase;
}
.jumbotron span {
  color: #ffc107;
  font-weight: 300;
}

#ak-landing-hero,
#ak-landing-hero-confirm {
    background:linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4)), url('/img/2024/bg_sg_banner_book_open.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: bottom right;
  margin-bottom: 0;
}
#ak-landing-hero-confirm {
  background: url('') no-repeat center center;
  background-size: cover;
}

#ak-section-signup-form {
  background: url(/img/bg_hero_2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  /* background-attachment: fixed; */
  background-size: cover;
}
#ak-section-benefits {
  padding: 3rem 0;
  background: #fff;
  margin-top: -50px;
  position: relative;
  z-index: 1;
}
.ak-benefits-img {
  width: 95%;
}

/* slanted edges here */
.quote:before,
.quote:after {
  background: inherit;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden; // for Chrome Windows
}

.quote:before {
  top: 0;
  transform: skewY(1.5deg);
  transform-origin: 100% 0;
}

.quote:after {
  bottom: 0;
  transform: skewY(-1.5deg);
  transform-origin: 100%;
}

.qr-separator::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: transparent;
  clip-path: polygon(100% 0, 0 0, 0 100%);
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
}
.qr-separator::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #6eaf7f;
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
}
.qr-separator-2::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: transparent;
  clip-path: polygon(100% 0, 0 0, 0 100%);
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
}
.qr-separator-2::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #fdfdfd;
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
}

.slider-separator-2 {
  position: relative;
  top: -1px;
  right: 1px;
  width: var(--width);
  height: var(--height);
}

.slider-separator-2::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 45%;
  background-color: #6eaf7f;
  clip-path: polygon(100% 0, 0 0, 0 100%);
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
}
.slider-separator-2.reverse {
  transform: rotateY(180deg);
  position: relative;
  left: 1px;
}
.slider-separator {
  position: relative;
  top: -1px;
  right: 1px;
  width: var(--width);
  height: var(--height);
}

.slider-separator::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #6eaf7f;
  clip-path: polygon(100% 0, 0 0, 0 100%);
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
}
.slider-separator.reverse {
  transform: rotateY(180deg);
  position: relative;
  left: 1px;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

/*** SECTION: Footer **********/
/*** FOOTER **********/
#ak-footer {
  background: #222;
  color: #788487;
  font-size: 0.8125rem;
  padding-top: 2.5rem;
}
#ak-footer a,
#ak-footer .ak-footer-title,
#ak-footer li svg {
  color: #fff;
}

.ak-footer-title {
  display: none;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 2.6px;
  margin: 0 0 1.5rem;
  text-transform: uppercase;
}
#ak-footer li svg {
  margin-right: 3px;
}

.footer-bar {
  text-align: center;
  font-size: 0.75rem;
  padding: 22px 0;
}

/* -> FOOTER: Icons */
#ak-footer ul,
#ak-footer ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}
#ak-footer li,
#ak-footer li {
  display: inline-block;
  line-height: 1.5rem;
  margin: 0 20px 0 0;
}
#ak-footer .ak-icons-about {
  margin-bottom: 1rem;
}
#ak-footer .ak-copyright p,
#ak-footer .ak-copyright ul {
  display: inline-block;
}
#ak-footer .ak-copyright ul li {
  border-left: 1px solid #555;
  margin: 0 0 0 5px;
  padding: 0 5px 0 10px;
}

#ak-footer .ak-icons-social > li {
  margin-right: 0.5rem;
}
#ak-footer .ak-icons-social > li > a {
  font-size: 1rem;
}
#ak-footer .ak-footer-2 {
  border-top: 1px solid #2c2c2c;
}
.ak-footer-2 {
  margin-top: 1rem;
  padding: 1rem;
}

/*** SECTION: Videos **********/
iframe {
  height: 100%;
  min-height: 315px;
  width: 100%;
}
iframe.iframe-embed,
iframe {
  max-width: 100%;
}
#ak-landing-course-modules iframe {
  height: auto !important;
  width: 100% /* 821px */;
  height: auto /* 461.812px*/;
  opacity: 1;
  visibility: visible;
}

/*** SECTION: Instructions **********/
#ak-landing-instructors img {
  border: 3px solid #ccc;
  border-radius: 100%;
  width: 80%;
}
#ak-landing-instructors h3 {
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 1rem 0 1.5rem;
}
#ak-landing-instructors h3 span {
  display: block;
  font-size: 1.25rem;
}

/*** SECTION: What You Get **********/
#ak-landing-features img {
  margin-bottom: 15px;
  width: 100px;
}
#ak-landing-features h3 {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.5rem;
  margin-bottom: 0;
}

#ak-landing-course-modules h3 {
  font-size: 1.3rem;
  margin: 0;
}

#ak-landing-course-modules .nav-tabs .nav-item {
  width: 100%;
}
#ak-landing-course-modules .nav-tabs .nav-item .nav-link {
  border-width: 0;
  border-radius: 0;
  color: #666;
  font-weight: 600;
  padding: 0.5rem 1.5rem;
  margin: 0 1px;
  text-align: left;
  width: 100%;
}
#ak-landing-course-modules .nav-tabs .nav-item .nav-link.active {
  background-color: #333;
  color: #fff;
}
#ak-landing-course-modules .tmb-courses {
  margin: -28px 0 0;
  width: 100%;
}

#ak-landing-course-modules .ak-course-modules-btn a {
  background-color: #ffc107;
  display: block;
  text-align: center;
  height: 256px;
  overflow: hidden;
  text-decoration: none;
}
#ak-landing-course-modules .ak-course-modules-btn a:hover {
  background-color: #e0a800;
}
#ak-landing-course-modules .ak-course-modules-btn span {
  color: #333;
  font-weight: 600;
  display: block;
  padding: 13px 0;
}

#ak-landing-who {
  padding: 5rem 0;
}
#ak-landing-videos {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 96%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 96%, 0 100%);
}

/*** SECTION: Benefits **********/
#ak-section-benefits h3 {
  margin: 2.5rem;
}

/*** SECTION: Testimonials **********/
#ak-landing-testimonials img,
#ak-landing-who img {
  border-radius: 100%; /* border: 4px solid #e6e6e6; */
  width: 150px;
}
#ak-landing-testimonials img,
#ak-landing-who img {
  width: 100px;
}

#ak-landing-testimonials .card {
  border: 0;
  text-align: center;
}
#ak-landing-testimonials .card img {
  border-radius: 10%;
  margin: 0 auto;
}
#ak-landing-testimonials .card-body p {
  font-style: italic;
  font-size: 1.15rem;
}

/*** SORT **********/
.list-custom-icon li {
  margin-bottom: 1rem;
}

/*** FAQ Section **********/
#ak-landing-faq a {
  color: #777;
  text-decoration: none;
}
#ak-landing-faq a:hover {
  color: #0092aa;
}
#ak-landing-faq .media {
  border-top: 1px solid #ccc;
  padding: 15px 3px;
}
#ak-landing-faq .ak-media-img {
  display: inline-block;
  font-size: 28px;
}
#ak-landing-faq .media .media-body p {
  margin-bottom: 0;
}
#ak-landing-faq p {
  font-size: 1.5rem;
}
#ak-landing-faq .card {
  background-color: transparent;
  border-width: 0;
}
#ak-landing-faq .card-body {
  padding: 0 0 0 40px;
}
#ak-landing-faq .card-body p {
  font-size: 1.1rem;
}

.col-md-4 .bg-alternate-2 {
  border-radius: 4px;
}
.nzf-box-highlight {
  border-radius: 4px;
}

.text-caption {
  color: #b9b9b9;
  font-size: 11px;
}
.display-4 span {
  display: block;
}

/*** MailChimp **********/
#mc_embed_signup .asterisk {
  color: #fff !important;
}
#mc_embed_signup .btn.btn-warning {
  font-weight: 600;
}

/********** ***************** **********/
/********** Media Adjustments **********/
/********** ***************** **********/

@media screen and (max-width: 576px) {
  .navbar-collapse .nav-item {
    border-top: 1px solid #ccc;
    padding: 5px 0;
  }
  .navbar-collapse.collapse.show {
    height: calc(100vh - 50px);
    transition: background 0.36s cubic-bezier(0.32, 0.08, 0.24, 1),
      height 0.56s cubic-bezier(0.52, 0.16, 0.24, 1);
  }
  .navbar-brand {
    width: 100%;
  }
  .navbar-brand img#site-logo-image {
    /*display: block !important;*/
    margin: 0 auto;
    max-width: 150px;
    float: left;
  }
  .navbar.navbar-light span.float-right {
    display: block !important;
    font-size: 14px;
    margin: 1rem auto;
  }
  .navbar-toggler {
    margin-top: 10px; /*width: 100%;*/
    position: absolute;
    top: 10px;
    right: 15px;
  }

  .list-custom-icon {
    margin: 0;
  }
  .display-4 {
    font-size: 2.25rem;
  }
  .ak-benefits-img {
    width: 100%;
  }

  /*** Hero Image ***/
  #ak-landing-hero {
    padding: 0;
  }
  .jumbotron {
    height: auto;
    border-radius: 0;
  }
  .jumbotron h2 {
    font-weight: 500;
    font-size: 2.3rem;
    margin-bottom: 0;
  }
  .jumbotron h3 {
    color: #fff;
  }

  #ak-landing-hero-confirm {
    background-position: -400px 0;
    height: 100%;
    padding-top: 100px;
  }
  #ak-landing-instructors h3 {
    font-size: 0.99rem;
  }
  #ak-landing-instructors img {
    max-width: 100px;
  }
  #ak-landing-course-modules .tab-content {
    padding-top: 0;
  }

  #ak-landing-course-modules .nav-tabs .nav-item .nav-link {
    font-size: 0.9rem;
    padding: 0.5rem 1.25rem;
  }

  #ak-landing-registration-details .ak-landing-bundle-title {
    margin-top: 3.5rem;
  }
}

@media screen and (min-width: 576px) {
  .navbar-brand img#site-logo-image {
    display: block !important;
    margin: 0 auto;
    width: 150px;
  }

  /*** Hero Image ***/
  .jumbotron h2.subheading {
    margin: 2rem 0 0;
  }
  .jumbotron h3 {
    color: #fff;
    text-transform: uppercase;
  }

  #mc_embed_signup .btn.btn-warning {
    width: 95%;
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  /*** MailChimp ***/
  #mc_embed_signup .btn.btn-warning {
    width: 95%;
    margin-left: -5%;
  }
  #mc-embedded-subscribe.btn.btn-warning {
    font-size: 0.85rem;
    margin: 1em 0;
  }

  .navbar .navbar-nav {
    margin-left: auto;
  }

  .navbar .navbar-collapse {
    text-align: center;
  }
}
@media (min-width: 1024px) {
  /*** MailChimp ***/
  #mc-embedded-subscribe.btn.btn-warning {
    font-size: 1rem;
  }
}
