@import url("./HelveticaNeue.css");

html,
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.0375rem;
  /* scroll-padding-block-start: 350px; */
}
/* 
@media (min-width: 1280px) {
  html {
    scroll-padding-block-start: 4rem;
  }
} */

html {
}

@media (min-width: 1280px) {
  html {
    scroll-padding-top: 168px;
  }
}

a {
  color: #0057ff;
}

button:focus-visible {
  outline: none;
}

p {
  color: #000000;
}

ul {
  list-style-type: disc;
  padding-left: 1rem;
  padding-right: 1rem;
}

ol {
  list-style-type: decimal;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

li {
  /* margin-bottom: 1rem; */
}

strong {
  /* color: #000000; */
}

select {
  -webkit-appearance: none;
}

mark {
  background-color: #ffeb00;
}

.border-l-4 {
  border-left-width: 4px;
}

.fixed-to-top-btn {
  position: fixed;
  top: auto;
  bottom: 16px;
}

/* search icon in mobile navigation */
#nav-search-btn svg #Path_1,
#nav-search-btn svg #Path_2 {
  fill: #b4b4b4;
}

/* #mobile-secondary-navigation button svg #Path_1,
#mobile-secondary-navigation button svg #Path_2 {
    fill: #b4b4b4;
} */

/* 404 page */
#not-found-box h1 {
  font-size: 13.75rem;
  line-height: normal;
}

#not-found-box h2 {
  font-size: 3rem;
}

#not-found-box p {
  font-size: 1.25rem;
}

@media (max-width: 1023px) {
  #not-found-box h1 {
    font-size: 9rem;
  }

  #not-found-box h2 {
    font-size: 1.5rem;
  }

  #not-found-box p {
    font-size: 1rem;
  }
}

/* input form styling */
.row {
  width: 100%;
}

input[type="button"],
input[type="submit"] {
  background-color: #00aa9b;
  border: none;
  color: white;
  padding: 16px 32px;
  text-decoration: none;
  /* margin: 4px 2px; */
  cursor: pointer;
  display: block;
  width: 100%;
  margin-top: 20px;
}

input[type="text"],
input[type="email"] {
  padding: 16px;
  width: 100%;
  border-color: lightgrey;
  border-width: 1px;
}

select {
  padding: 16px;
  width: 100%;
  border-color: lightgrey;
  border-width: 1px;
  background: url("/Content/Images/chevron-down-black.svg") no-repeat;
  background-position: 94% center;
}

select.dropdown-truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 45px !important;
}

.searchInput:focus::placeholder {
  opacity: 0 !important;
  color: transparent !important;
}

.search-input::placeholder {
  transition: opacity 0.2s ease-in-out;
}

#searchInputClearBtn {
  padding-right: 56px !important;
}

/* override pagebuilder styles */
.fr-view img {
  display: inline;
  border-radius: 16px;
}

.fr-view iframe {
  border-radius: 16px;
}

.fr-view img.fr-dib {
  margin: 0 !important;
}

.fr-view img.fr-dii {
  vertical-align: 0;
}

.fr-view table.purple-heading th:first-child {
  padding: 16px;
  background: #e8d6ff;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  font-weight: bold;
  border: transparent;
}

.fr-view table.purple-heading th:last-child {
  padding: 16px;
  background: #e8d6ff;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  font-weight: bold;
  border: transparent;
}

.fr-view table.purple-heading td {
  padding: 16px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e6e6e6;
}

.fr-view table.grey-heading th:first-child {
  padding: 16px;
  background: #e6e6e6;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  font-weight: bold;
  border: transparent;
}

.fr-view table.grey-heading th:last-child {
  padding: 16px;
  background: #e6e6e6;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  font-weight: bold;
  border: transparent;
}

.fr-view table.grey-heading td {
  padding: 16px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e6e6e6;
}

.fr-view table.grey-table th:first-child {
  padding: 16px;
  background: #e6e6e6;
  border-top-left-radius: 16px;
  font-weight: bold;
  border: transparent;
}

.fr-view table.grey-table th:last-child {
  padding: 16px;
  background: #e6e6e6;
  border-top-right-radius: 16px;
  font-weight: bold;
  border: transparent;
}

.fr-view table.grey-table td {
  padding: 16px;
  background: #f2f2f2;
}

.fr-view table.grey-table tr:last-child td:first-child {
  padding: 16px;
  background: #f2f2f2;
  border-bottom-left-radius: 16px;
}

.fr-view table.grey-table tr:last-child td:last-child {
  padding: 16px;
  background: #f2f2f2;
  border-bottom-right-radius: 16px;
}

.fr-view table td {
  border: transparent;
}

.splide__slide {
  width: 100%;
}

.splide__pagination {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  margin-top: 12px;
}

.banners_slider .splide__pagination {
  position: relative;
  top: unset;
  left: 0;
  right: 0;
  bottom: 30px;
  margin-top: 0;
}

.banners_slider .splide__pagination__page {
  background-color: transparent;
  border: solid 1px #00aa9b;
}

.banners_slider .splide__pagination__page.is-active {
  background-color: #00aa9b;
}

.splide__arrow {
  height: 50px;
  width: 50px;
  background-color: #e7dffa;
}

.splide__arrow svg {
  height: 50px;
  width: 50px;
  fill: none;
}

.splide__arrows_2 .splide__arrow {
  background-color: transparent;
}

.splide__arrows_2 .splide__arrow svg {
  fill: none;
}
.splide__arrows_2 .splide__arrow:hover path,
.splide__arrows_2 .splide__arrow:hover line {
  stroke: #000;
}
.splide__arrows_2 .splide__arrow:nth-child(2):hover path,
.splide__arrows_2 .splide__arrow:nth-child(2):hover line {
  stroke: #7b7b7b;
}

#course_slider .splide__track {
  margin-left: -32px !important;
  padding: 0px 32px !important;
}

#course_slider .splide__arrow svg g path {
  stroke: #250b70;
}

#course_slider .splide__arrow:hover svg g path {
  stroke: #ffffff;
}

.splide__arrow:disabled {
  display: none;
}

.splide__pagination li {
  font-size: 0;
  margin-left: 10px;
  margin-right: 10px;
}

.splide__pagination__page {
  background-color: #ffffff;
  border: solid 1px #000000;
  height: 15px;
  width: 15px;
  opacity: 1;
  margin: 0;
}

.splide__pagination__page.is-active {
  background-color: #000000;
  transform: none;
}

#banner_slider .splide__arrow {
  width: 28px;
  height: 28px;
}

#banner_slider .splide__arrow--prev {
  left: 8px;
}

#banner_slider .splide__arrow--next {
  right: 8px;
}

#banner_slider .splide__pagination {
  /* padding-left: 2.5rem;
    padding-right: 2.5rem;
    width:  41.666667%;
    justify-content: flex-start;
    bottom: 3.9rem;
    flex-wrap: nowrap; */
  position: absolute;
  left: 5.8%;
  bottom: 1rem;
}

#banner_slider .splide__pagination li {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

#banner_slider .splide__pagination__page {
  border: solid 1px #250b70;
  background-color: transparent;
}

#banner_slider .splide__pagination__page.is-active {
  background-color: #250b70;
}

#what_companies_say_slider .splide__pagination {
  padding: 0;
  justify-content: flex-start;
}

#what_companies_say_slider .splide__pagination li button {
  width: 10px;
  height: 10px;
}

#what_companies_say_slider .splide__arrows {
  position: relative;
  margin-top: 74px;
}

#what_companies_say_slider .splide__arrows .splide__arrow {
  position: absolute;
  opacity: 1;
  background-color: transparent;
}

#what_companies_say_slider .splide__arrows .splide__arrow--prev {
  left: 75%;
}

#what_companies_say_slider .splide__pagination {
  margin-top: 96px;
}

#ongoing_research_slider {
  position: relative;
}

#ongoing_research_slider .splide__arrows .splide__arrow {
  position: absolute;
  opacity: 1;
  background-color: transparent;
}

#ongoing_research_slider .splide__pagination {
  margin-top: 28px;
}

#ongoing_research_slider .splide__pagination li button {
  width: 10px;
  height: 10px;
}

#events_slider .splide__arrow {
  width: 28px;
  height: 28px;
}

#events_slider .splide__arrow--prev {
  left: 8px;
}

#events_slider .splide__arrow--next {
  right: 8px;
}

#events_slider .splide__pagination {
  /* padding-left: 2.5rem;
    padding-right: 2.5rem;
    width:  41.666667%;
    justify-content: flex-start;
    bottom: 3.9rem;
    flex-wrap: nowrap; */
  position: absolute;
  left: 5.8%;
  bottom: 1rem;
}

#events_slider .splide__pagination li {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

#events_slider .splide__pagination__page {
  border: solid 1px #250b70;
  background-color: transparent;
}

#events_slider .splide__pagination__page.is-active {
  background-color: #250b70;
}

#modal-carousel .carousel-item {
  transition: none;
}

#modal-carousel .carousel-control-arrow svg g path {
  stroke: #250b70;
}

#modal-carousel .carousel-control-arrow:hover svg g path {
  stroke: #ffffff;
}

.dropdown-arrow {
  stroke: #4416c7;
}

button:hover .dropdown-arrow {
  stroke: #ffffff;
}

button:active .dropdown-arrow,
button.active .dropdown-arrow {
  transform: rotate(180deg);
}

#home_slider .splide__pagination {
  /* padding-left: 4rem;
    padding-right: 2rem; */
  width: 100%;
  bottom: 0.8rem;
  margin: 0;
  position: absolute;
  justify-content: center;
}

#home_slider .splide__arrow {
  width: 28px;
  height: 28px;
}

#home_slider .splide__pagination__page {
  background-color: transparent;
  border: solid 1px #31006f;
  height: 15px;
  width: 15px;
  opacity: 1;
  margin: 0;
}

#home_slider .splide__pagination__page.is-active {
  background-color: #31006f;
}

#innovation_slider .splide__pagination {
  /* padding-left: 4rem;
    padding-right: 2rem; */
  width: 100%;
  bottom: 0.8rem;
  margin: 0;
  position: absolute;
}

#innovation_slider .splide__arrow {
  width: 28px;
  height: 28px;
}

#innovation_slider .splide__pagination__page {
  background-color: transparent;
  border: solid 1px #00aa9b;
  height: 15px;
  width: 15px;
  opacity: 1;
  margin: 0;
}

#innovation_slider .splide__pagination__page.is-active {
  background-color: #00aa9b;
}

.testimony_slider .splide__pagination {
  order: 2;
  width: 70%;
  justify-content: flex-start;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

button.collapsed img {
  transform: rotate(-180deg);
}

button:not(.collapsed) .dropdown-arrow {
  transform: rotate(180deg);
  transition: transform 0.2s;
}

button.collapsed .dropdown-arrow {
  transform: rotate(0deg);
  transition: transform 0.2s;
}

button:not(.collapsed) .accordion-header {
  color: #31006f;
}

.group:has(> .relative > .collapse.show) .menu-container,
.group:has(> .collapse.show) .menu-container-secondary {
  background-color: #f2f2f2;
}

.group:has(> .relative > .collapse.show) .menu-name-link,
.group:has(> .collapse.show) .menu-name-link-secondary {
  color: #31006f;
}

.grad-cert:has(.collapse.show) > div > a {
  color: #5200bd;
}

@media (min-width: 1280px) {
  .dropdownxl-arrow {
    transform: rotate(0deg);
    transition: transform 0.2s;
  }
  .group\/graduate:hover .dropdownxl-arrow {
    transform: rotate(180deg);
    transition: transform 0.2s;
  }
}

.container {
  max-width: 1912px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
}

/* .modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
} */

.fade {
  transition: opacity 0.15s linear;
}

/* .modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
    max-width: 500px;
} */

/* .modal-dialog {
    position: relative;
    width: auto;
    pointer-events: none;
    height: 100vh;
} */

#ccs-profile-modal {
  display: none;
}

#ccs-profile-modal.show {
  display: block;
}

#ccs-profile-modal.show::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 50;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
  /* transition-property: transform; */
}

.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
  transform: translateX(-100%);
}

.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
  transform: translateX(100%);
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
}

.active {
  display: block;
}

.icon-arrow-right:after {
  display: inline-block;
  vertical-align: bottom;
  background: url(/getmedia/9c3d820f-0672-4fa9-bdfb-56f6e7e0e596/arrow-right.png)
    no-repeat center center;
  content: "";
  /* position: absolute; */
  /* right: 4px;
    top: 4px; */
  width: 25px;
  height: 25px;
  background-size: 25px 25px;
  margin-left: 32px;
}

.icon-arrow-right-2 {
  background: url(/getmedia/4db21f96-72cb-4ff8-ba82-eab5cba18bf4/icon-arrow-green-right.png)
    no-repeat center center;
  width: 40px;
  height: 40px;
  background-size: 40px 40px;
}
.icon-arrow-right-2:hover {
  opacity: 0.8;
}

.icon-close-mid {
  padding-right: 30px;
  position: relative;
}
.icon-close-mid:after {
  background: url(/getmedia/ac4edf42-847d-47f9-b7ba-24ae5fc0f237/icon-close-mid.png)
    no-repeat center center;
  content: "";
  width: 30px;
  height: 30px;
  margin-top: -8px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 15px;
  height: 15px;
  background-size: 15px 15px;
}

.icon-phone,
.icon-email,
.icon-linkedin,
.icon-facebook {
  padding-left: 24px;
  position: relative;
}

.icon-phone:before,
.icon-email:before,
.icon-linkedin:before,
.icon-facebook:before {
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
  position: absolute;
  /* left: 4px; */
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
}
.icon-phone:before {
  background-image: url(/getmedia/fda96af5-8c44-4832-aaec-0d42b0028595/icon-phone-light.png);
}
.icon-email:before {
  background-image: url(/getmedia/e0ff8d9f-5be7-40f0-9283-7f9aefb84e9b/icon-email-light.png);
}
.icon-linkedin:before {
  background-image: url(/getmedia/8dd76a2f-9849-418c-94ea-9cdb29cf6fe6/icon-linkedin-light.png);
}
.icon-facebook:before {
  background-image: url(/getmedia/d5b169cb-be75-4ec4-89a0-d05685f3bb58/icon-facebook-light.png);
}

.banner .content h2 {
  padding-bottom: 40px;
  position: relative;
}

.banner .content h2:after {
  content: "";
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 10%;
  height: 10px;
  background: #00aa9b;
}

/* Membership > Available Memberships section */
#available-memberships-cont .membership-card2 {
  transform: translateY(80px);
}

/* For Learners Getting Started > Diagnostic Tool section */
.diagnostic-tool-table .row3 td {
  border-bottom: 1px solid #00aa9b;
}

/* For Companies > Transform Your Workplace section */
#transform-your-workplace-cont .card {
  padding-top: 48px;
  padding-bottom: 48px;
}

#transform-your-workplace-cont .card2,
#transform-your-workplace-cont .card3 {
  transform: none;
}

/* Corporate Learning > Learning Revolution section */
/* .learning-revolution-icon {
    margin-bottom: 32px !important;
} */

/* Corporate Learning > Register My Employees section */
.register-employee-icon {
  margin-bottom: 16px !important;
}

/* OSSC > Types of Credentials Awarded section */
#cred-types-cont .card {
  padding-top: 56px;
  transform: none;
}

/* tabs */
.tabs-set .tabs-content {
  display: none;
}

.tabs-set .tabs-items a.selected {
  font-weight: bold;
  color: #4416c7;
  border-bottom-width: 4px;
  border-bottom-color: #4416c7;
}

.tabs-set .tabs-content.show {
  display: flex;
  flex-direction: column;
}

.course-tabs .course-link {
  color: #8c8c8c;
  border-bottom: 4px solid transparent;
}

.course-tabs .course-link.active {
  color: #000;
  border-color: #000;
}

#getting-there-nav-tab .nav-link:not(.active):hover,
#self-sponsored-tab .nav-link:not(.active):hover {
  background-color: #5200bd;
  color: white;
  cursor: pointer;
}

#getting-there-nav-tab .nav-link,
#self-sponsored-tab .nav-link {
  background: none;
  color: black;
  border-radius: 9999px;
  cursor: pointer;
}

#getting-there-nav-tab .nav-link.active,
#self-sponsored-tab .nav-link.active {
  background-color: #31006f;
  border: transparent;
  color: white;
  border-radius: 9999px;
}

#getting-there-nav-tab-content .tab-pane,
#self-sponsored-tab-content .tab-pane {
  display: none;
}

#getting-there-nav-tab-content .tab-pane.fade:not(.show),
#self-sponsored-tab-content .tab-pane.fade:not(.show) {
  opacity: 0;
}

#getting-there-nav-tab-content .active,
#self-sponsored-tab-content .active {
  display: flex;
}

.bs-carousel .carousel-indicators .active {
  background-color: #250b70;
}

.resource-dropdown .nav-tabs.collapsing,
.find-partner-dropdown .nav-tabs.collapsing {
  transition: none;
}

.resource-dropdown .nav-tabs:not(.collapse),
.find-partner-dropdown .nav-tabs:not(.collapse) {
  display: none;
}

.nav-tabs .nav-link.active {
  background-color: #f4f0ff;
  color: #000000;
  font-weight: 600;
}

.grad-cert {
}

.grad-cert .tertiary-menu {
  position: relative;
}

/* Accredify Render Cert */
.dropzone-custom-content .uploadIcon {
  margin-left: auto;
  margin-right: auto;
}

.accredify-link svg {
  margin-left: auto;
  margin-right: auto;
}

/* Accredify Render Cert End */

.introductory-section {
  padding-top: 32px;
  padding-bottom: 32px;
  border-bottom-left-radius: 64px;
  border-bottom-right-radius: 64px;
  --tw-bg-opacity: 1;
  background-color: #f2f2f2;
}

.introductory-section-no-bg {
  padding-top: 32px;
  padding-bottom: 32px;
  border-bottom-left-radius: 64px;
  border-bottom-right-radius: 64px;
}

.introductory-section p,
.introductory-section-no-bg p {
  color: #000000;
}

.main-banner {
  height: 240px;
  position: relative;
}

.main-banner h1 {
  max-width: 620px;
  color: white;
}

.main-banner-img {
  width: 100%;
  height: 100%;
  background-position: center;
  object-fit: cover;
}

.main-banner-gradient {
  display: flex;
  align-items: center;
  position: absolute;
  inset: 0;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: rgba(0 0 0 / 0.8);
  --tw-gradient-stops: var(--tw-gradient-from),
    var(--tw-gradient-to, rgba(0 0 0 / 0));
  --tw-gradient-to: rgba(0 0 0 / 0.3);
}

.nested-table-outer {
  display: flex;
  flex-direction: column;
}

.nested-table-inner {
  width: 100%;
}

.happenings-image {
  width: 100px;
  height: 100px;
}

.speaker-image{
  width: 150px; 
  height: 150px; 
}

.detail-container {
  max-width: 1912px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 32px;
  padding-right: 32px;
}

/* Responsive Screens */
@media screen and (min-width: 768px) {
  .md\:pl-10 {
    padding-left: 2.5rem;
  }

  .md\:pb-20 {
    padding-bottom: 5rem;
  }

  .introductory-section,
  .introductory-section-no-bg {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .back-to-banner,
  .container {
    padding-left: 64px !important;
    padding-right: 64px !important;
  }

  .nested-table-outer {
    flex-direction: row;
  }

  .nested-table-inner {
    width: 100%;
  }

  .happenings-image {
    height: 186px;
    width: 186px;
  }

  .detail-container {
    padding-left: 128px;
    padding-right: 128px;
  }

  /* OSSC > Types of Credentials Awarded section */
  #cred-types-cont .card2 {
    padding-top: 112px;
  }

  #cred-types-cont .card3 {
    padding-top: 96px;
  }

  /* home banner slider */
  #home_slider .splide__arrow {
    width: 50px;
    height: 50px;
  }

  #home_slider .splide__pagination {
    width: fit-content;
    bottom: 2rem;
    margin-left: 80px;
    justify-content: start;
  }

  /* home course slider */
  #course_slider .splide__track {
    margin: 0px -16px !important;
    padding: 0px !important;
  }

  /* events banner slider */
  #events_slider .splide__pagination {
    left: 3.1%;
  }

  /* innovation banner slider */
  #innovation_slider .splide__arrow {
    width: 50px;
    height: 50px;
  }

  #innovation_slider .splide__pagination {
    bottom: 2rem;
  }

  /* short courses banner slider */
  #banner_slider .splide__arrow {
    width: 50px;
    height: 50px;
  }

  #banner_slider .splide__arrow--prev {
    left: 0px;
  }

  #banner_slider .splide__arrow--next {
    right: 0px;
  }

  #banner_slider .splide__pagination {
    left: 3.1%;
  }

  /* events banner slider */
  #events_slider .splide__arrow {
    width: 50px;
    height: 50px;
  }

  #events_slider .splide__arrow--prev {
    left: 0px;
  }

  #events_slider .splide__arrow--next {
    right: 0px;
  }

  /* subscribe input form */
  .ktc-default-section {
    display: inline-block;
    width: 60%;
  }

  input[type="submit"] {
    display: inline-block;
    width: auto;
    margin-left: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .lg\:flex-wrap {
    flex-wrap: wrap;
  }

  .lg\:w-7\/12 {
    width: 58.333333%;
  }

  .lg\:w-15 {
    width: 15% !important;
  }

  .lg\:pr-24 {
    padding-right: 96px;
  }

  .lg\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .lg\:pt-10 {
    padding-top: 40px;
  }
  .lg\:pb-16 {
    padding-bottom: 64px;
  }

  .lg\:-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:gap-16 {
    gap: 64px;
  }

  .main-banner {
    height: 320px;
  }

  /* short courses banner slider */
  #banner_slider .splide__arrow--prev {
    left: 12px;
  }

  #banner_slider .splide__arrow--next {
    right: 12px;
  }

  #banner_slider .splide__pagination {
    left: 4.7%;
  }

  /* events banner slider */
  #events_slider .splide__pagination {
    left: 4.7%;
  }

  #events_slider .splide__arrow--prev {
    left: 12px;
  }

  #events_slider .splide__arrow--next {
    right: 12px;
  }

  /* subscribe input form */
  input[type="submit"] {
    width: auto;
  }
}

@media screen and (min-width: 1280px) {
  .xl\:w-5\/6 {
    width: 83.333333%;
  }

  .xl\:w-15 {
    width: 15% !important;
  }

  .xl\:py-8 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .xl\:py-16 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .xl\:my-16 {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .back-to-banner,
  .container {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }

  .detail-container {
    padding-left: 337px;
    padding-right: 337px;
  }

  /* For Companies > Transform Your Workplace section */
  #transform-your-workplace-cont .card {
    padding-top: 20px;
    padding-bottom: 0px;
  }

  #transform-your-workplace-cont .card2 {
    transform: translateY(160px);
  }

  #transform-your-workplace-cont .card3 {
    transform: translateY(40px);
  }

  /* OSSC > Types of Credentials Awarded section */
  #cred-types-cont .card {
    padding-top: 20px;
  }

  #cred-types-cont .card2 {
    transform: translateY(128px);
  }

  #cred-types-cont .card3 {
    transform: translateY(80px);
  }

  /* OSSC > How Does It Work section */
  #how-it-works-cont {
    padding-top: 160px;
    padding-bottom: 96px;
  }

  /* short courses banner slider */
  #banner_slider .splide__pagination {
    left: 2.5%;
  }

  /* events banner slider */
  #events_slider .splide__pagination {
    left: 2.5%;
  }

  /* subscribe input form */
  .ktc-default-section {
    width: 60%;
  }

  input[type="submit"] {
    width: auto;
  }

  #profile {
    transform: translateY(120%);
  }
  /* 
  .grad-cert:hover .tertiary-menu {
    display: block !important;
    right: 0;
    bottom: 0;
  } */
}

@media screen and (min-width: 1524px) {
  /* Resources > Resource for Delivering Online Learning */
  .resource-dropdown,
  .find-partner-dropdown {
    border-bottom: 2px solid #4416c7;
  }

  .resource-dropdown-btn,
  .find-partner-dropdown-btn {
    display: none;
  }

  .resource-dropdown .nav-tabs,
  .find-partner-dropdown .nav-tabs {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 0px -16px;
    box-shadow: 0 0 #0000;
    background: transparent;
  }

  .resource-dropdown .nav-tabs:not(.collapse),
  .resource-dropdown .nav-tabs.collapse:not(.show),
  .find-partner-dropdown .nav-tabs:not(.collapse),
  .find-partner-dropdown .nav-tabs.collapse:not(.show) {
    display: flex;
  }

  .resource-dropdown .nav-item,
  .find-partner-dropdown .nav-item {
    width: auto;
    padding: 0px 16px;
    white-space: nowrap;
  }

  .resource-dropdown .nav-link,
  .find-partner-dropdown .nav-link {
    border-bottom: 4px solid #4416c7;
    border: transparent;
  }

  .nav-tabs .nav-link.active {
    background-color: transparent;
    color: #4416c7;
    border-bottom: #4416c7 solid 4px;
  }
}

textarea {
  width: 100%;
  border-width: 1px;
  border-color: lightgray;
  border-style: solid;
}

.control-label {
  margin-bottom: 10px;
  margin-top: 10px;
  display: block;
}

.notice {
  background-color: #e8d6ff;
  display: flex;
  padding: var(--padding-top-bottom-12, 12px);
  justify-content: space-around;
  align-items: center;
}

/* Custom CSS for new site */

.rounded-footer {
  border-top-left-radius: 64px;
  border-top-right-radius: 64px;
}

.border-rounded-64 {
  border-radius: 64px;
}

.border-btm-radius {
  border-bottom-left-radius: 64px;
  border-bottom-right-radius: 64px;
}

@media (max-width: 1023px) {
  .border-rounded-64 {
    border-radius: 40px;
  }

  .border-btm-radius {
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }

  .rounded-footer {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }

  .introductory-section {
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }

  .introductory-section-no-bg {
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }
}

/* Swiper custom styles for course_slider */
#course_slider .swiper-pagination-bullet,
#card_swiper .swiper-pagination-bullet,
#card_swiper_onecard .swiper-pagination-bullet,
#card_swiper_threecard .swiper-pagination-bullet {
  background-color: transparent;
  border: solid 1px #31006f !important;
  height: 15px;
  width: 15px;
  opacity: 1;
  margin-left: 10px;
  margin-right: 10px;
}

#course_slider,
#card_swiper,
#card_swiper_onecard,
#card_swiper_threecard {
  height: auto;
}

#course_slider .swiper-wrapper,
#card_swiper .swiper-wrapper,
#card_swiper_onecard .swiper-wrapper,
#card_swiper_threecard .swiper-wrapper {
  height: auto;
  display: flex;
  align-items: stretch;
}

#course_slider .swiper-slide,
#card_swiper .swiper-slide,
#card_swiper_onecard .swiper-slide,
#card_swiper_threecard .swiper-slide {
  height: auto;
  display: flex;
  flex-direction: column;
}

#course_slider .cards-border,
#card_swiper .cards-border,
#card_swiper_onecard .cards-border,
#card_swiper_threecard .cards-border {
  height: 100%;
  display: flex;
  flex-direction: column;
}

#card_swiper .testimony-card,
#card_swiper_onecard .testimony-card,
#card_swiper_threecard .testimony-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

#course_slider .swiper-pagination,
#card_swiper .swiper-pagination,
#card_swiper_onecard .swiper-pagination,
#card_swiper_threecard .swiper-pagination {
  position: static !important;
  display: flex !important;
  justify-content: start !important;
  align-items: center;
  overflow-x: auto;
  margin-left: 0 !important;
  scrollbar-width: thin;
}

#course_slider .swiper-pagination-bullet,
#card_swiper .swiper-pagination-bullet,
#card_swiper_onecard .swiper-pagination-bullet,
#card_swiper_threecard .swiper-pagination-bullet {
  flex: 0 0 auto;
}

#course_slider .swiper-pagination-bullet-active,
#card_swiper .swiper-pagination-bullet-active,
#card_swiper_onecard .swiper-pagination-bullet-active,
#card_swiper_threecard .swiper-pagination-bullet-active {
  background-color: #31006f !important;
}

#course_slider .swiper-button-prev:after,
#course_slider .swiper-button-next:after,
#card_swiper .swiper-button-prev:after,
#card_swiper .swiper-button-next:after,
#card_swiper_onecard .swiper-button-prev:after,
#card_swiper_onecard .swiper-button-next:after,
#card_swiper_threecard .swiper-button-prev:after,
#card_swiper_threecard .swiper-button-next:after {
  content: none !important;
}

#course_slider .swiper-button-prev,
#course_slider .swiper-button-next,
#card_swiper .swiper-button-prev,
#card_swiper .swiper-button-next,
#card_swiper_onecard .swiper-button-prev,
#card_swiper_onecard .swiper-button-next,
#card_swiper_threecard .swiper-button-prev,
#card_swiper_threecard .swiper-button-next {
  position: static !important;
  width: 40px;
}

/* Custom CSS for head swipers */
.head-swiper {
  height: auto;
  width: 100%;
}

.head-swiper .swiper-pagination-bullet {
  background-color: transparent;
  border: solid 1px #31006f !important;
  height: 15px;
  width: 15px;
  opacity: 1;
  flex: 0 0 auto;
  margin: 0 !important;
}

.head-swiper .swiper-wrapper {
  height: auto;
  display: flex;
  align-items: stretch;
}

.head-swiper .swiper-slide {
  height: auto;
  display: flex;
  flex-direction: column;
}

.head-swiper .swiper-pagination {
  position: static !important;
  display: flex !important;
  justify-content: start !important;
  align-items: center;
  overflow-x: auto;
  margin-left: 0 !important;
  scrollbar-width: thin;
  gap: 12px;
}

@media (max-width: 1023px) {
  .head-swiper .swiper-pagination {
    justify-content: center !important;
  }
}

.head-swiper .swiper-pagination-bullet-active {
  background-color: #31006f !important;
}

.head-swiper .swiper-button-prev:after,
.head-swiper .swiper-button-next:after {
  content: none !important;
}

.head-swiper .swiper-button-prev,
.head-swiper .swiper-button-next {
  position: static !important;
  width: 40px;
}

.cards-border {
  border-width: 1px;
  border-radius: 16px;
  border-color: #e6e6e6;
  border-style: solid;
}

.border-radius-16 {
  border-radius: 16px;
}

.cards-tag {
  border-width: 1px;
  border-color: #63afe9;
  border-width: 1px;
  border-style: solid;
  border-radius: 999px;
  background-color: #e4f1fb;
  color: #0b304c;
  width: fit-content;
}

.cards-tag-2 {
  border-width: 1px;
  border-color: #f8d99b;
  border-width: 1px;
  border-style: solid;
  border-radius: 999px;
  background-color: #fefaf1;
  color: #7c5608;
  width: fit-content;
}

.cards-tag-3 {
  border-width: 1px;
  border-color: #acd78e;
  border-width: 1px;
  border-style: solid;
  border-radius: 999px;
  background-color: #f1f8ec;
  color: #2f4b1b;
  width: fit-content;
}

.happenings-border {
  border-bottom-width: 1px;
  border-color: #e6e6e6;
  border-style: solid;
}

.happenings-border:last-child {
  border-bottom: none;
}

.leadership-card {
  border-width: 1px;
  border-color: #e6e6e6;
  border-style: solid;
  row-gap: 24px;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
  column-span: 1;
}

.professional-card {
  border-width: 1px;
  border-color: #e6e6e6;
  border-style: solid;
  row-gap: 12px;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  text-align: left;
  flex-direction: column;
  align-items: left;
  column-span: 1;
}

.back-to-banner {
  max-width: 1912px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  color: #31006f;
  font-weight: bold;
  padding: 24px;
}

.back-to-banner-no-padding {
  display: flex;
  color: #31006f;
  font-weight: bold;
}

@media (max-width: 640px) {
  .leadership-card {
    padding: 16px;
    row-gap: 20px;
  }
  .professional-card {
    padding: 16px;
    row-gap: 12px;
  }
}

.three-line-truncate {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.break-at-symbols {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.article-title-card {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-width: 1280px;
  margin-inline: auto;
}

.press-article,
.happening-article {
  max-width: 1912px;
  margin-inline: auto;
}

.happening-article {
  color: black;
}

.press-article h3,
.happening-article h3 {
  margin-bottom: 12px;
}

.happening-article img {
  /* width: 100%; */
  /* aspect-ratio: 16 / 9; */
  object-fit: cover;
  border-radius: 16px;
  align-self: center;
}

.happening-article blockquote {
  border-left: 2px solid #31006f;
  padding-left: 32px;
  font-weight: bold;
  font-style: italic;
}

.lg\:grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

#companies-statistic:empty {
  display: none;
}

.video-container iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 16px;
}

.searchButtonBorder {
  border: 1px solid #31006f;
  border-radius: 999px;
  background-color: #ffffff;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 48px;
  padding-right: 48px;
}

@media (max-width: 1023px) {
  .searchButtonBorder {
    border: 1px solid #31006f;
    border-radius: 999px;
    background-color: #ffffff;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 24px;
    padding-right: 24px;
  }
}

h1 {
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  color: #000000;
}

h2 {
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  color: #000000;
}

h3 {
  font-weight: 700;
  font-size: 23px;
  line-height: 31px;
  color: #000000;
}

h4 {
  font-weight: 700;
  font-size: 19px;
  line-height: 27px;
  color: #000000;
}

h5 {
  font-weight: 400;
  font-size: 13px;
  line-height: 21px;
  color: #000000;
}

h6 {
  font-weight: 400;
  font-size: 11px;
  line-height: 16px;
  color: #000000;
}

.fr-view h1,
.fr-view h2,
.fr-view h3,
.fr-view h4 {
  margin-bottom: 8px;
}

@media (max-width: 1279px) {
  #mobile-navbar {
    top: 88px;
  }
  h1 {
    font-size: 24px;
    line-height: 32px;
  }

  h2 {
    font-size: 22px;
    line-height: 30px;
  }

  h3 {
    font-size: 20px;
    line-height: 28px;
  }

  h4 {
    font-size: 18px;
    line-height: 26px;
  }

  .main-banner h1 {
    padding-left: 20px;
  }
}

.tooltip {
  z-index: 35;
}

.tooltip-inner {
  background-color: #404040;
  color: white;
  text-align: left;
  padding: 10px 12px;
  border-radius: 6px;
  font-size: 16px;
  line-height: 1.4;
  white-space: normal;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  width: 200px;
  max-width: 200px;
  position: relative;
  margin-bottom: 5px;
  right: 40%;
}

.tooltip-inner::after {
  content: "";
  position: absolute;
  border: 5px solid transparent;
}

.tooltip.bs-tooltip-top .tooltip-inner::after,
.tooltip[data-popper-placement^="top"] .tooltip-inner::after {
  top: 100%;
  right: 7.5%;
  transform: none;
  border-top-color: #404040;
  border-bottom: 0;
}

.tooltip.bs-tooltip-bottom .tooltip-inner::after,
.tooltip[data-popper-placement^="bottom"] .tooltip-inner::after {
  bottom: 100%;
  right: 7.5%;
  transform: none;
  border-bottom-color: #404040;
  border-top: 0;
}

/* data-bs-custom-class="tooltip-left" */
@media (max-width: 768px) {
  .tooltip.tooltip-left .tooltip-inner {
    left: 40%;
    right: auto;
  }

  .tooltip.tooltip-left.bs-tooltip-top .tooltip-inner::after,
  .tooltip.tooltip-left[data-popper-placement^="top"] .tooltip-inner::after {
    top: 100%;
    left: 7.5%;
    right: auto;
    border-top-color: #404040;
  }
}

/*
.tooltip.bs-tooltip-start .tooltip-inner::after,
.tooltip[data-popper-placement^="left"] .tooltip-inner::after {
  top: 50%;
  left: 7.5%;
  transform: translateY(-50%);
  border-left-color: #404040;
  border-right: 0;
}

.tooltip.bs-tooltip-end .tooltip-inner::after,
.tooltip[data-popper-placement^="right"] .tooltip-inner::after {
  top: 50%;
  right: 7.5%;
  transform: translateY(-50%);
  border-right-color: #404040;
  border-left: 0;
} */

@media (max-width: 480px) {
  .tooltip-inner {
    width: 160px;
    max-width: 200px;
    font-size: 11px;
  }
}
