@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Serif&family=Nunito+Sans:wght@400;600&display=swap');

.va {
  display: flex;
  align-items: center;
}

html {
  /* font-family: 'Nunito Sans', sans-serif; */
  font-family: Georgia, 'Times New Roman', Times, serif;
  color: white;
}

body, button, input,select, textarea {
  font-family: Georgia, 'Times New Roman', Times, serif;
}

a {
  color: #3b7adf;
}

a:hover {
  text-decoration: underline;
  color: #3b7adf;
}

hr {
  background: #24272c;
}

hr.blue {
  height: 3px;
  background-color: #6A75E5;
}

.hero {
  background: #060606;
}

.title,
.subtitle {
  color: white;
}

.navbar .navbar-item {
  color: #e4e2ff;
}

.navbar .navbar-item.is-active {
  color: #e4e2ff;
  font-weight: 700;
}

.navbar .navbar-item:hover {
  background: transparent;
  color: white;
}

.navbar .navbar-item a {
  margin: 0px; /* 1rem; */
  color: #e4e2ff;
}

a.navbar-item img {
  min-height: 34px;
}

.blog-posts {
  min-height: 100vh;
  background: #191b1f;
  padding-top: 1rem;
  padding-bottom: 10rem;
}

.blog-posts article {
  padding: 1.5rem;
}

.blog-posts .post img {
  border-radius: 6px;
}

.blog-posts .post .post-category {
  color: #3b7adf;
}

.blog-posts .post .post-title {
  /* font-size: 2.2rem; */
  font-size: 20px;
}

.post-title-2 {
  font-size: 30px;
}

.blog-posts .post .post-excerpt {
  line-height: 1.5rem;
  letter-spacing: .03rem;
  font-size: 15px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  color: #92a3ab;
}

.blog-posts .post .featured .featured-image img {
  height: 380px;
}

input[type="text"][readonly] {
  background-color: silver;
}

tr.onsiteCourse2nd {
  background-color: silver;
}

ul.has-bullet {
  list-style-type: disc;
  margin-left: 1em;
  padding-left: 1em;
}

tr.passedDeadline {
  background-color: Yellow;
}

td.passedDeadline {
  font-weight: bolder;
  font-style: italic;
}

tr.sendEmailToStudents {
  background-color: Silver;
}

input.studentsPerDateCount {
  width: 30px !important;
}

article.slimmer {
  padding-top: 3px;
  padding-bottom: 13px;
}

article.slimmer2 {
  padding-top: 13px;
  padding-bottom: 23px;
}

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

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

article.no-padding {
  padding-top: 0px !important;
}

aside.hide-content {
  display: none;
}

div.hide-content {
  display: none;
}

div.onSiteCourseCta {
  background-color: #0FA958;
  padding: 10px 0px 10px 0px;
  cursor: pointer;
}

aside.onSiteCourseCta {
  background-color: #0FA958;
  padding: 10px 0px 10px 0px;
  cursor: pointer;
}

div.onSiteCoursePrice {
  background-color: #FEC807;
  padding: 10px 0px 10px 0px;
}

div.onSiteCourse {
  background-color: #0FA958;
  padding: 10px 0px 10px 0px;
}

div.onSiteCourseBox {
  padding: 10px 0px 10px 0px;
}

div.onsiteCourseDateTimes {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem; /* space between boxes */
}

div.onsiteCourseDateTime {
  background: #ddd;
  background-color: Silver;
  padding: 5px;
  width: 150px;
}

h3.pointer {
  cursor: pointer;
}


/* ANIMATION */

@keyframes flash-bg {
  0%, 100% { background-color: inherit; }
  50%      { background-color: yellow; }
}

.flashSelectedOnSitePeriod {
  animation: flash-bg 1.0s step-start infinite;
}

@media(min-width: 767px) {
  .vrc-centered {
    text-align: center;
  }

  .vrc-right {
    text-align: right;
  }

}

@media(max-width: 767px) { /* <== You can change this break point as per your  needs */

  .ordered-mobile {
    display: flex;
    flex-flow: column;
  }

  /* Set 'A' */
  .ordered-mobile .fl-1 {
    order: 2;
  }
  .ordered-mobile .fl-2 {
    order: 1;
  }

  /* Set B */
  .ordered-mobile .fl-b-1 {
    order: 1;
  }
  .ordered-mobile .fl-b-2 {
    order: 3;
  }
  .ordered-mobile .fl-b-3 {
    order: 2;
  }
  .ordered-mobile .fl-b-4 {
    order: 4;
  }

  /* Set C */
  .ordered-mobile .fl-c-1 {
    order: 2;
  }
  .ordered-mobile .fl-c-2 {
    order: 4;
  }
  .ordered-mobile .fl-c-3 {
    order: 1;
  }
  .ordered-mobile .fl-c-4 {
    order: 3;
  }

  /* Set D */
  .ordered-mobile .fl-d-1 {
    order: 2;
  }
  .ordered-mobile .fl-d-2 {
    order: 5;
  }
  .ordered-mobile .fl-d-3 {
    order: 8;
  }
  .ordered-mobile .fl-d-4 {
    order: 3;
  }
  .ordered-mobile .fl-d-5 {
    order: 6;
  }
  .ordered-mobile .fl-d-6 {
    order: 9;
  }
  .ordered-mobile .fl-d-7 {
    order: 1;
  }
  .ordered-mobile .fl-d-8 {
    order: 4;
  }
  .ordered-mobile .fl-d-9 {
    order: 7;
  }

  /* Set G */
  .ordered-mobile .fl-g-1 {
    order: 2;
  }
  .ordered-mobile .fl-g-2 {
    order: 4;
  }
  .ordered-mobile .fl-g-3 {
    order: 1;
  }
  .ordered-mobile .fl-g-4 {
    order: 3;
  }

  /* Set 'V' */
  .ordered-mobile .v-1 {
    order: 2;
  }
  .ordered-mobile .v-2 {
    order: 1;
  }
  .ordered-mobile .v-3 {
    order: 3;
  }

  .vrc-centered {
    text-align: left;
  }

  .vrc-right {
    text-align: left;
  }

}

hr {
  background-color: #e3e3e3;
  margin: 0px 35px 20px 35px;
  height: 2px;
}

p.copyright {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #333;
  font-size: 10px;
}

p.copyright a {
  text-decoration: underline;
  color: #333;
}

.vrc-section.blog-posts {
  min-height: auto !important;
  padding-bottom: 1rem;
}

.vrc-sublinks {
  border: 1px solid Silver;
}

ul.vrc-bullet-list {
  list-style-type: disc;
  padding-left: 20px;
}

h1.vrc-headline {
  font-size: 35px;
  font-weight: bolder;
}

a.navigation-flags img {
  width: 24px;
  height: 14px;
  object-fit: contain;
}

ul.custom-list li::before {
  content: "☒"; /* Unicode character for a box with an X inside */
  margin-right: 10px;
  color: #000;
}

/* =================== MODAL =================== */

.modal {
  display: none;
}

/* Override Bulma modal-active class to display modal */
.modal.is-active {
  display: flex;
}

.modal-close-centered {
  display: block;
  margin: 1.5rem auto 0 auto; /* Center horizontally and add margin on top */
  background-color: #ff3860; /* Optional: change background color */
  color: white; /* Optional: change text color */
  border: none;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  cursor: pointer;
  border-radius: 5px; /* Rounded corners */
}

/* =================== PLAY VIDEO ICON =================== */

.video-thumbnail {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}

.video-thumbnail img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.video-thumbnail .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent; /* Fully transparent background */
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease; /* Smooth transition for background color */
}

.video-thumbnail .overlay .play-icon {
  font-size: 4rem; /* Larger icon size */
  color: white;
  transition: opacity 0.3s ease; /* Smooth transition for opacity */
}

.video-thumbnail:hover .overlay {
  background-color: rgba(0, 0, 0, 0.7); /* Slightly grey with 70% transparency on hover */
}

.column.is-3 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* =================== BUY/LOGIN BUTTONS =================== */

.button-buy {
  background-color: #0FA958;
  color: white;
  border-color: #28a745;
}

.button-buy:hover {
  background-color: #0FA958;
  border-color: #1e7e34;
}

.button-yellow {
  background-color: #FEC807;
  color: white;
  cursor: default;
}

.button-yellow:disabled {
  background-color: #FEC807;
  color: white;
  opacity: 1;
  cursor: default;
}

.button-cta {
  background-color: #EDCB84; /* Yellow for Call-To-Action  button */
  color: black;
  border-color: #EDCB84;
}

.button-login {
  background-color: #007bff; /* Blue for Login button */
  color: white;
  border-color: #007bff;
}

.button-login:hover {
  background-color: #0056b3; /* Darker blue on hover */
  border-color: #004085;
}

table.suggestedPeriod tbody tr td {
  border: none;
}

table.suggestedPeriod tbody tr:is(:nth-child(4n - 1), :nth-child(4n)) {
  background-color: #f2f2f2;
}

tr.errorMessage {
  border: 1px solid red;
}

/* =================== MATH =================== */

math.math-container {
  font-size: 1.8rem;
  margin-left: 20px;
}

ol.math li {
  font-size: 1.8rem;
  margin-bottom: 10px;
  margin-left: 30px;
}

math mtext {
  margin-right: 20px;
}

math mo.math-result {
  cursor: pointer;
}

ol.mathAlphaList {
  list-style-type: lower-alpha;
}

mtd.mathTextLeft {
  text-align: left;
  padding-left: 0px;
}

mtable.box {
  outline: 1px solid grey;
}