.txt-center {
  text-align: center;
}

.txt-white {
  color: white;
}

.bold {
  font-weight: 800;
}

.flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.flex-jus-center {
  justify-content: center;
}

.flex-ali-center {
  align-items: center;
}

.gap-05 {
  gap: 5px;
}

.gap-10 {
  gap: 10px;
}

.gap-20 {
  gap: 20px;
}

.gap-30 {
  gap: 30px;
}

.inline-block {
  display: inline-block;
}

.m-center {
  margin-left: auto !important;
  margin-right: auto !important;
}

.full-img {
  display: block;
  max-width: 100%;
}

.full-img-stretch {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.full-width {
  width: 100%;
}

.img-cover {
  object-fit: cover;
}

nav.moremenu.navigation {
  display: flex;
  align-items: center;
}
nav.moremenu.navigation ul.nav {
  gap: 25px;
}

.asahi-btn-reg, .navbar #usernavigation .login a {
  font-family: "noto-sans", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  display: inline-block;
  padding-top: 8px;
  padding-right: 35px;
  padding-bottom: 8px;
  padding-left: 35px;
  border-radius: 0px;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #102D8E;
}
.asahi-btn-reg:hover, .navbar #usernavigation .login a:hover {
  background-color: #0072BF;
  color: #ffffff;
}

.nav-link {
  font-family: "noto-sans", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  border-color: #0072BF;
  border-width: 0px;
  height: 100% !important;
  padding: 0px 0px 5px 0px !important;
  border-top: unset !important;
}
.nav-link:hover {
  background-color: transparent !important;
  border-bottom: 4px solid;
  border-color: #0072BF !important;
}
.nav-link:focus {
  box-shadow: unset !important;
  outline: unset !important;
  background-color: unset !important;
}
.nav-link .active {
  border-bottom: 4px solid #0072BF;
}

.nav-tabs .nav-link {
  padding: 8px 10px !important;
  border-radius: 0px;
  border-left: 0px;
  border-right: 0px;
}

.nav-tabs .nav-link.active {
  border-bottom: 2px solid #0072BF;
}

#page {
  min-height: calc(100vh - 60px);
}

@media (min-width: 768px) {
  #page.drawers {
    padding: 0px !important;
  }
}
body.limitedwidth #page.drawers .footer-popover {
  max-width: 100% !important;
  border-radius: 0rem !important;
}

.courses.frontpage-course-list-all .coursebox > .info > .coursename {
  font-size: 1.25rem !important;
  font-weight: 600 !important;
  color: #102D8E;
  display: block;
  text-align: center;
  width: 100%;
}

.courses.frontpage-course-list-all {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
}

.courses.frontpage-course-list-all .coursebox {
  flex-basis: 33.33%;
}

.courses.frontpage-course-list-all .coursebox .content > .d-flex, .path-enrol .coursebox .content > .d-flex {
  flex-direction: column;
}

.courses.frontpage-course-list-all .coursebox .courseimage {
  width: 100%;
  min-height: 200px;
  margin: 15px 0px 0px 0px;
}
.courses.frontpage-course-list-all .coursebox .courseimage img, .path-enrol .coursebox .courseimage img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 100%;
  max-height: 400px;
}

.courses.frontpage-course-list-all .coursebox .summary {
  max-height: 600px;
  overflow-y: scroll;
}

.path-site .course-start-btn-wrapper, .path-enrol .enrol-instructions {
  display: block;
}

.path-enrol .course-start-btn-wrapper, .path-site .enrol-instructions {
  display: none;
}



.course-start-btn-wrapper {
  text-align: center;
  margin: 10px 0px;
}

.path-mod-scorm .asahi-btn-reg.path-mod-scorm-hidden {
  display: none !important;
}

h1, h2, h3, h4, h5, h6 {
  font-size: "franklin-gothic-atf", "noto-sans", sans-serif;
}

h1 {
  font-size: 2.25rem;
  font-weight: bold;
}

h2 {
  font-size: 1.875rem;
  font-weight: 400;
}

h3 {
  font-size: 1.625rem;
  font-weight: 600;
}

h4 {
  font-size: 1.375rem;
  font-weight: 400;
}

h5 {
  font-size: 1.25rem;
  font-weight: 400;
}

h6 {
  font-size: 1rem;
  font-weight: bold;
}

body.is-logged-in .logged-in-hidden {
  display: none !important;
}

a {
  text-decoration: none !important;
}

.sitetopic .section-item {
  border: unset !important;
  padding: 0px !important;
  margin: 0px !important;
}

.drawers-unpaded {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.unpaded {
  padding: 0px !important;
}

.drawers-unpaded #maincontent, .drawers-unpaded .course-section-header, .drawers-unpaded .my-3, .drawers-unpaded .activity-altcontent.text-break > div > div > p {
  display: none;
}
.drawers-unpaded #section-1, .drawers-unpaded .activity-altcontent.text-break {
  margin-top: 0px;
}
.drawers-unpaded .activity-item.focus-control.activityinline {
  padding: 0px;
}

.no-margin {
  margin: 0px !important;
}

h1, h2, h3, h4 {
  font-family: "franklin-gothic-atf", "noto-sans", sans-serif;
}

.section-title {
  border-bottom-style: solid !important;
  border-bottom-color: #212121 !important;
  border-bottom-width: 2px !important;
  padding-bottom: 12.5px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.section-title-white {
  border-bottom-style: solid !important;
  border-bottom-color: white !important;
  border-bottom-width: 2px !important;
  padding-bottom: 12.5px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

#page-site-index {
  background-color: white !important;
}

.hero-section {
  min-height: 100vh;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

#home-page-hero {
  background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url("/assets/images/Great_Niche_Explorer.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.objective-section {
  background-color: #e9e9eb;
}

.objective-card-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
  gap: 30px;
}

.objective-cards {
  flex-basis: calc(33.33% - 30px);
  padding: 15px;
}

.icon-wrapper {
  text-align: center;
  margin-bottom: 30px;
}

.objective-icon-container {
  display: inline-block;
  background-color: #f5f7f9;
  padding: 50px;
  border-radius: 120px;
}

.objective-icon {
  max-width: 70px;
  max-height: 70px;
}

.objective-title {
  text-align: center;
  font-weight: 800;
  font-size: 1.375rem;
  margin-bottom: 20px;
}

.objective-description {
  text-align: center;
}

.activity-item .activity-altcontent img {
  border-radius: 0px;
}

.steps-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
}

.step-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}

.step-number {
  padding: 20px;
  background-color: #f5f7f8;
  border-radius: 50px;
  position: relative;
  z-index: 2;
}

.steps-connector {
  display: block;
  width: 5px;
  background-color: #102D8E;
  position: absolute;
  left: 35px;
  top: 35px;
  bottom: 35px;
}

#get-started-container {
  align-items: stretch;
}

#page-footer {
  background-color: #102D8E !important;
}
#page-footer * {
  color: white;
}

.btn-footer-popover, .popover.footer {
  display: none !important;
}

.course-tab-hero {
  max-height: 250px;
}

.course-tab-title {
  font-size: 1.75rem;
}

#page-login-index .login-container .login-logo {
  flex-direction: column;
}

#page-login-index .login-logo::after {
  content: "Should you experience any troubles accessing the platform, please contact the administrator on marketing@asahi-africa.com";
  display: block;
  font-size: 1rem;
  color: #555;
  margin-top: 10px;
  font-weight: normal;
  text-align: center;
}/*# sourceMappingURL=custom-academy-code.css.map */