@font-face {
  font-family: richfont;
  src: url(/fonts/crimson.ttf);
}

@font-face {
  font-family: webfont;
  src: url(../fonts/barlow.ttf);
}

@font-face {
  font-family: webfontbold;
  src: url(../fonts/barlowb.ttf);
}

@font-face {
  font-family: condensedfont;
  src: url(../fonts/barlowcond.ttf);
}

html {
  min-height: 100%;
  font-size: large;
}

body {
	color: #708070;
	background: #f8f8f8;
  	padding: 0;
  	margin: 0;
  	font-family: webfont, Calibri, Arial;
}

.nowrap {
  white-space: nowrap;
}

.mobile-only {
  display: none;
}

.desktop-only {
  display: inline;
}

.header {
  background-color: #383838;
  width: 100%;
  padding: 7px 0;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  width: 100%;
  min-width: 280px;
  max-width: 1000px;
}

.indent {
  padding: 0 12px;
}

.rich-title {
  display: block;
  color: #ffcc00;
  font-family: richfont;
  font-size: 2.2rem;
  line-height: 1.9rem;
  margin: 4px 0 0 15px;
}

.rich-address {
  color: #e0e0e0;
  padding-top: 0px;
  font-size: medium;
  font-family: webfont;
}

.page-title {
	font-family: richfont, Calibri;
	font-size: 1.9rem;
	color: #475847 /*b8860b*/;
	margin: 28px 14px 20px 20px;
}

.page-subtitle {
  	font-family: condensedfont, 'Arial Narrow', Arial, sans-serif;
	font-size: 1.4rem;
	color: #5a1818;
	margin: 0 0 8px 0;
}

.scale-img {
  width: 100%;
}

.img16 {
	width: 16px;
	height: 16px;
	margin-top: 2px;
}

.home {
  color: #cccccc;
  padding-bottom: 10px;
}

.home-welcome {
  font-size: 1.4rem;
  margin: 14px 0px 12px 14px;
  color: #303030;
}

.home-text {
  font-size: medium;
  margin: 8px 14px 14px 14px;
  color: #484848;
}

.home-page-content {
  color: #ffffff;
  width: auto;
  max-width: 300px;
  padding: 0px 40px;
  /*padding-top: min(240px, 100%);
	padding-right: min(40px, 100%);
	padding-bottom: 0px;
	padding-left: 24px;*/
  /* padding: 240px 40px 0 24px; */
  /* box-shadow: rgba(88, 43, 5, 0.05) 0px 6px 24px 0px, rgba(88, 43, 5, 0.08) 0px 0px 0px 1px; */
}

.home-images-head-box {
  padding: 10px 0 4px 0;
  margin: 1px 0px 0 0px;
}

.home-people {
  margin-top: 4px;
  width: 780px;
  height: 299px;
  min-width: 280px;
  max-height: 380px;
  background-image: url("../images/people-NEW.jpg");
  background-size: contain;
  background-repeat: no-repeat;
}

.home-content-box {
  color: #ffffff;
  background-color: #1a1a1a;
  padding: 25px 26px 14px 24px;
}

/* The texts on the HOME PEOPLE img */

.home-people-title {
  font-family: webfont;
  font-size: 32px;
  color: white;
  padding: 31px 0 0 33px;
}

/* Remove the ENROLL NOW! Text || But keep just in case */

.home-people-text {
  font-family: webfont;
  font-size: 30px;
  color: ff6600;
  margin: 259px 0 0 245px;
}

.home-page-price {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 2.5rem;
  font-family: webfont;
  font-size: 1.4rem;
  color: ff8800;
  background-color: black;
  padding: 14px 10px 14px 10px;
  margin: -18px 14px 14px 14px;
  border-radius: 10px;
}

.hidden-nav-links {
  display: none;
  font-family: webfont;
}

.head-side-nav {
  display: none;
}

.hidden-menu-links {
  display: none;
}

.main-menu-links {
  display: block;
}

.nav-bar {
  position: absolute;
  align-content: center;
  top: 0px;
  left: 0;
  width: 100%;
  height: 150px;
  padding: 8px 8px 3px 0;
  margin: 0;
  background-color: #383838;
  border-top: 1px solid black;
  z-index: 100;
  border-bottom: 1px solid grey;
}

.nav-menu {
  padding-top: 30px;
}

.nav-link-bar {
  margin: 0 5px 0 18px;
}

.nav-link-bar-mobile {
  display: block;
}

/* color: #0BD904; */
.nav-link {
  white-space: nowrap;
  color: #c8c8c8;
  text-decoration: none;
  font-size: medium;
  border-bottom: 1px solid transparent;
}

.nav-link:hover,
.nav-link:focus,
.nav-link:active,
.nav-selected {
  color: #ffaa00;
  border-bottom: 1px solid #ffaa00;
}

.top-bar {
  border-top: 1px solid #cccccc;
  padding: 1rem 0 1rem 0;
}

.menu-item-link-spacer {
  margin-right: auto;
  margin-left: 10px;
}

.head {
  display: block;
}

.checkbox {
	
}

@media screen and (max-width: 600px) {
  .mobile-only {
    display: block;
  }

  .desktop-only {
    display: none;
  }

  .menuLines-container {
    display: flex;
    justify-content: right;
  }

  .menuLines-img {
    padding-top: 7px;
  }

  .nav-link-bar-mobile {
    display: none;
  }

  .menu-item-bar {
    margin-top: -28px;
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(7rem, 1fr)) !important;
  }

  .home-page-price {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 2.5rem;
    font-family: webfont;
    font-size: 1.2rem !important;
    color: ff8800;
    background-color: black;
    padding: 14px 10px 14px 10px;
    margin: -18px 14px 14px 14px;
    border-radius: 10px;
  }
}

.text-length {
	max-width: 450px;
}

/* Remove data entry css for the input */

.data-entry-remover {
  background-color: transparent !important;
  border-radius: 0px !important;
  box-shadow: none !important;
  padding: 0 0 0 0 !important;
  margin: auto !important;
  margin-left: 6px !important;
}

.data-entry-remover:hover {
  text-decoration: none !important;
  color: #ff6000 !important;
}

/* Remove data entry css for the input */

a {
  text-decoration: none;
  color: black;
}

a:hover {
  text-decoration: none;
  color: #ff3300;
}

a.highlight {
  color: #7b68ee;
}

a:hover.highlight {
  color: #9370db;
}

.highlight {
  color: #5a1818;
}

.header-box {
	font-size: medium;
	color: white;
	background: #508000;
	margin-bottom: 0.5rem;
	border-radius: 8px;
	padding: 2px 0.6rem 4px 0.5rem;
}

.highlight-box {
	font-size: medium;
	color: #f8f8f8;
	background-color: #303030;
	border-radius: 4px;
	padding: 0.5rem 0.6rem 0.6rem 0.6rem;
}

.highlight-box .label {
	color: #fcec30;
	margin-right: 2px;
}

.grid-box {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  column-gap: 58px;
}

/* Pop-up Menu for the Header */

.menu-pop {
  position: fixed;
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 300;
  min-height: 300px;
  min-width: 280px;
}

.menu-button {
  cursor: pointer;
}

.menu-pop-bluebox {
  background-color: white;
  /* border: 1px solid #8899cc; */
  border-radius: 12px;
  /* box-shadow: 2px 2px 0 0 lavender,-2px -2px 0 0 lavender; */
  padding: 10px 0 30px 10px;
}

@keyframes menu-pop-animation {
}

.login {
  margin: 40px auto;
  min-width: 320px;
  max-width: 420px;
  text-align: center;
}

.login-box {
  margin: 0 4px;
  border: 1px solid #daa520;
  border-radius: 12px;
  background: white;
  box-shadow: 2px 2px 0 0 #ffefd5, -2px -2px 0 0 #ffefd5;
}

.login-content {
  padding: 30px 30px 50px 30px;
}

.login-hdr {
  font-size: 1.1rem;
  font-weight: bold;
  color: #fcfcfc;
  background-color: #303030;
  padding: 7px 10px 7px 10px;
  margin: 20px 0 14px 0;
  border-radius: 4px;
  cursor: default;
}

.app-title {
  margin: 8px 0;
}

.container-header {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px 0 8px;
  min-width: 280px;
  max-width: 750px;
}

.container-student-yearbook {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px 0 8px;
  min-width: 280px;
  max-width: 750px;
}

.separator {
  border-top: 1px solid #e0e0e0;
}

.row-hdr {
  border-top: 1px solid orange;
  border-bottom: 1px solid #ffe699;
  background-color: #ffe699;
}

h2 {
  font-size: 1.5em;
  color: black;
  padding: 18px 0 16px 0;
  margin-top: 0px;
  font-family: "Segoe UI Light", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 500;
}

.topic-title {
  font-family: "Segoe UI", sanserif, Arial, Calibri;
  color: black;
  padding-top: 18px;
}

.section-title {
  font-size: 1.1rem;
  color: black;
  background-color: #ffcc88;
  border-bottom: 4px solid black;
  border-radius: 3px;
  padding: 5px 12px;
}

.section-title-alt {
  font-size: 1.1rem;
  color: white;
  background-color: #92d050;
  border-bottom: 1px solid black;
  border-radius: 3px;
  padding: 4px 12px;
}

.gap {
  margin-right: 8px;
}

.courses-tbl th {
  text-align: left;
  padding: 5px 3px 5px 3px;
}

.courses-tbl td {
  border-bottom: 1px solid black;
  padding: 5px 3px 5px 3px;
  cursor: default;
}

.border-blue {
  border: 1px solid #8899cc;
  border-radius: 12px;
  background: white;
  width: 100%;
  height: 100%;
  box-shadow: 2px 2px 0 0 lavender, -2px -2px 0 0 lavender;
}

.border-orange {
  border: 1px solid #daa520;
  border-radius: 12px;
  background: white;
  width: 100%;
  box-shadow: 2px 2px 0 0 #ffefd5, -2px -2px 0 0 #ffefd5;
}

.border-frame {
  border: 1px solid #daa520;
  box-shadow: 2px 2px 0 0 #ffefd5, -2px -2px 0 0 #ffefd5;
}

.frame-content {
  width: 100%;
  height: 700px;
}

.section-box {
  background-color: white;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 0 0 0 0;
}

.section-box2 {
  background-color: white;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 0 0 30px 0;
}

.section-box2-blue {
  background-color: white;
  border: 1px solid #8899cc;
  border-radius: 12px;
  box-shadow: 2px 2px 0 0 lavender, -2px -2px 0 0 lavender;
  padding: 10px 0 30px 10px;
}

.section-box2-red {
  background-color: white;
  border: 1px solid #ff0000;
  border-radius: 12px;
  box-shadow: 2px 2px 0 0 lavender, -2px -2px 0 0 lavender;
  padding: 0 0 30px 0;
}

.section-box3 {
  background-color: white;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 0 10px 0 10px;
}

.section-box-item {
  border-bottom: 1px solid #cccccc;
  padding: 7px 12px;
}

.section-box-item:hover {
  background-color: #fff2cc;
  color: black;
}

.section-box-item-alt {
  border-bottom: 1px solid #cccccc;
  padding: 7px 12px;
}

.section-box-item-alt:hover {
  background-color: #e0efd0;
  color: black;
}

.section-box-item-other {
  border-top: 0.1px solid grey;
  padding: 9px 0 9px 10px;
}

.section-box-item-other {
  padding: 9px 0 9px 10px;
}

.section-item {
  margin: 10px 0 0 0;
}

.section-item-box {
  margin: 1em 0 0 0;
  padding: 0.7em 1em 0.7em 1em;
  border-radius: 5px;
}

.section-item-box a:hover {
  color: black;
}

.box {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
    rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.cell {
  padding: 4px 7px 4px 7px;
}

.green-content {
  color: #00b050;
}

.LM-Table {
  border: 1px solid black;
}

.spacer {
  margin: 4px 7px 7px 7px;
}

.smaller {
  font-size: 0.9rem;
}

.bigger {
  font-size: 1em;
  line-height: 1.5em;
}

.message-box {
  display: grid;
  grid-template-columns: auto auto;
  border: 2px solid #e2efda;
  margin: 4px 0;
}

.message-box .icon {
	margin: 0 8px 0 0;
}

.message-content {
  border: 1px solid #a9d08e;
  padding: 10px 18px 18px 18px;
}

.announcement {
  color: #00b050;
  margin: 0 0 1px 2px;
  font-family: "Segoe UI", sanserif, Arial, Calibri;
}

.nowrap {
  white-space: nowrap;
}

.menu-bar {
  width: 100%;
  height: 30px;
  margin-top: 8px;
}

.menu-item {
  margin-top: 4px;
}

.menu-item-bar {
  margin-top: -28px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  /*justify-content:space-between;*/
}

.menu-item-link {
  display: block;
  white-space: nowrap;
  color: #303030;
  text-decoration: none;
  font-size: 1rem;
  margin: 1px 0 1px 0;
  border-bottom: 1px solid transparent;
}

.menu-item-link-mobile {
  display: block;
  white-space: nowrap;
  color: #303030;
  text-decoration: none;
  font-size: 1rem;
  border-bottom: 1px solid transparent;
}

.menu-item-link:hover,
.menu-item-link:focus,
.menu-item-link:active,
.menu-item-link-mobile:hover,
.menu-item-link-mobile:focus,
.menu-item-link-mobile:active,
.menu-item-selected {
  color: #000000;
  padding: 0;
  border-bottom: 1px solid #000000;
}

.menu-path {
  display: flex;
  padding: 8px 0 0 0;
}

.menu-path-link {
  font-size: 0.8em;
  color: #afafaf;
  white-space: nowrap;
  text-decoration: none;
}

.menu-path-link:hover,
.menu-path-link:focus {
  color: #cccccc;
}

.flex-justify {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}

.footer {
  background: #fcfcfc;
  font-size: medium;
  color: #acacac;
  padding: 0 14px 14px 14px;
}

.footer-container {
	background: #fcfcfc;
}

.flex-justify-tou {
  display: flex;
  justify-content: space-between;
}

.footer-section {
  margin: 5px 0 8px 0;
}

.footer-heading {
  display: block;
  font-family: "Segoe UI", sanserif, Arial, Calibri;
  color: #ffaa00;
  margin: 18px 0 6px 0;
  padding-bottom: 4px;
  border-bottom: 1px solid #383838;
}

.footer-title {
  color: #f0f0f0;
  background-color: #383838;
  border-radius: 4px;
  padding: 2px 18px 4px 18px;
}

.footer-link {
  color: #a0a0a0;
  text-decoration: none;
  text-wrap: wrap;
  line-height: 1.1rem;
}

.footer-link:hover {
  color: #ff6000;
  text-decoration: none;
  text-wrap: wrap;
  line-height: 1.1rem;
}

.page-text-no-bold {
  color: black;
  text-decoration: none;
}

.footer-text-no-bold {
  color: #000000;
  text-decoration: none;
}

.the-footer-link::before {
  display: block;
  content: " ";
  margin-top: -102px;
  height: 102px;
  visibility: hidden;
  pointer-events: none;
}

.item-title {
  font-size: small;
  padding: 0.1rem 0.6rem 0.1rem 0.5rem;
  border-radius: 0.25rem;
  font-weight: normal;
  white-space: nowrap;
  color: black;
  background-color: #ed7d31;
  margin-bottom: 0.25rem;
  display: inline-block;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.sem-title {
  border-top: 1px solid #204000;
  border-bottom: 1px solid #204000;
}

.test-btn-next {
  padding: 8px 9px 9px 9px;
  border-radius: 5px;
}

.info-msg {
  display: flex;
  background-color: #e2efda;
  margin: 0 0 14px 0;
  padding: 0 10px 10px 10px;
  border-radius: 6px;
  border: 1px solid #00cc00;
}

.info-msg .icon {
  	margin: 8px 8px 0 0;
}

.info-msg .msg {
  font-size: medium;
  line-height: 1.4rem;
  margin: 8px 0;
}

.error-box .icon {
  margin: 0 7px 0 0;
}

.error-box .msg {
  color: #b30303;
  line-height: 1.4rem;
  margin: 3px 0;
}

.verify-box.icon {
  	margin: 8px 8px 0 0;
}

.verify-box .msg {
  font-size: medium;
  line-height: 1.4rem;
  margin: 8px 0;
}

.error-box {
  display: flex;
  background: #fcf0f0;
  border-radius: 8px;
  border: solid 1px #f4b084;
  padding: 8px 10px 10px 10px;
  margin: 14px;
  /* vertical-align: middle; */
  box-shadow: rgba(247, 174, 17, 0.5) 0px 1px 3px;
}

.info-box {
  background-color: #e2efda;
  border-radius: 4px;
  border: solid 1px #70ad47;
  padding: 16px 18px 20px 18px;
  margin: 8px 0 18px 0;
  vertical-align: middle;
  font-size: 16px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.info-title {
  display: grid;
  grid-template-columns: auto auto;
  font-family: "Segoe UI", sanserif, Arial, Calibri;
  margin-bottom: 10px;
}

.verify-box {
  background-color: #e2efda;
  border-radius: 4px;
  border: solid 1px #70ad47;
  padding: 16px 18px 20px 18px;
  margin: 8px 0 18px 0;
  vertical-align: middle;
  font-size: 16px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.msg-icon {
  display: inline;
  text-align: right;
}

.content-item {
  border: 1px solid #cccccc;
  background-color: #fefefe;
  padding: 12px;
}

.list-item {
  margin: 0 4px;
  padding: 8px 14px 9px 14px;
  border-top: 1px solid lavender;
}

.rounded {
  border-radius: 5px;
  background-color: #fefefe;
  padding: 28px 32px;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
select {
  font-family: webfont, Tahoma, Verdana, sans-serif;
  font-size: 1rem;
  background-color: #f8f8f8;
  border: 2px solid black;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  box-sizing: border-box;
  width: 100%;
  margin: 5px 0;
  padding: 5px 8px 6px 8px;
}

.submit {
  font-family: webfont, Tahoma, Verdana, sans-serif;
  font-size: 1em;
  background-color: #ffbb00;
  border: 2px solid #303030;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  box-sizing: border-box;
  resize: vertical;
  width: auto;
  margin-top: 14px;
  padding: 5px 20px 6px 20px;
  cursor: pointer;
}

.option {
  font-family: webfont, Tahoma, Verdana, sans-serif;
  font-size: 1em;
  background-color: #efefef;
  border: 1px solid #808080;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  width: auto;
  margin: 14px 0 0 0;
  padding: 5px 20px 6px 20px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .btn-submit{
   width: auto;
  }
}

.btn-cancel-admission-container {
  display: flex;
  justify-content: end;
  align-items: end;
}
@media (max-width: 768px) {
  .btn-cancel-admission-container {
    display: block;
    margin-top: 14px;
    text-align: center;
  }
}

.btn-cancel-admission {
  font-family: webfont, Tahoma, Verdana, sans-serif;
  font-size: 1em;
  background-color: #ffbb00;
  border: 1px solid #808080;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  box-sizing: border-box;
  resize: vertical;
  width: auto;
  margin-top: 14px;
  padding: 5px 20px 6px 20px;
  cursor: pointer;
}

.btn-cancel-admission a:hover {
color: black;
}

.prev-cancel-container {
  display: flex; gap: 8px;
}

@media (max-width: 768px) {
  .prev-cancel-container {
    display: flex; 
    gap: 2px;
    flex-direction: column;
    width: 200px;

  }
}

/* border: 1px solid #cccccc; || data entry*/

.data-entry {
  margin-top: 18px;
}

.data-entry input {
  padding: 8px 9px 9px 9px;
}

.data-entry select {
  padding: 8px 9px 9px 9px;
}

.data-entry {
  width: auto;
  background-color: #ffcc00;
  padding: 8px 2.2rem 9px 2.2rem;
  border-radius: 4px;
  cursor: pointer;
}

.inplex td {
  width: 25%;
  border-bottom: 1px black solid;
  padding-top: 15px;
}

.grid-entry-col3 {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  column-gap: 8px;
  row-gap: 8px;
}

.grid-entry-col3 input,
select {
  padding: 4px 4px 4px 4px;
}

.entry-box {
  border: 1px solid #cccccc;
  background-color: #fefefe;
  padding: 10px 16px 16px 16px;
  margin-top: 18px;
}

.btn {
  padding: 5px;
  background-color: #efefef;
  border: 1px solid #808080;
  cursor: pointer;
}

.required {
  float: right;
  color: red;
}

.border-div {
  border-style: solid;
}

.border-purple {
  border-color: #6f42c1;
}

.bg-purple {
  background-color: #6f42c1;
}

.tableauto {
  margin: auto;
}

.grid-col2 {
  display: grid;
  grid-template-columns: 20px auto;
  column-gap: 4px;
}

.data-entry-clear {
  padding: 28px 32px;
  border-top: 1px solid #cccccc;
}

.colspan2 {
  grid-column: 1 / span 2;
}

.row {
  margin: 1.2rem 0 0.7rem 0;
}

.row-margin-5 {
  margin: 5px 0;
}

.col-margin-4 {
  margin: 0 4px;
}

.testEntry {
  max-height: 400px;
  height: 100%;
}

.box-input {
  font-size: 0.9rem;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  margin-top: 10px;
  padding: 0 2px;
}

.box-file {
  padding: 7px 0 9px 0px;
  margin: 0px;
  border-top: 1px solid #c6e0b4;
  background-color: #e2efda;
}

.file-item {
  padding: 5px 0 9px 15px;
  margin: 0px;
  background-color: #d7e4d0;
}

.file-input-icon {
  margin-top: 3px;
}

.footer-div-push {
  width: 44%;
  display: inline-block;
}

.footer-div-push-2 {
  width: 36%;
  vertical-align: top;
}

.footer-terms {
  background-color: black;
  padding-bottom: 28px;
  padding-top: 12px;
  font-size: 0.9em;
  line-height: 2.2em;
}

.term,
.copy {
  color: #808080;
}

.announcementwrapper {
  overflow: hidden;
}

.announcement1 {
  border-radius: 5px;
  background-color: #fefefe;
  padding: 28px 32px;
  margin-top: 8px;
  margin-right: 120px;
}

.announcement2 {
  border-radius: 5px;
  background-color: #fefefe;
  padding: 28px 32px;
  margin-top: 8px;
  right: 0px;
  overflow: hidden;
}

.back-to-top {
  position: sticky;
  top: 180px;
  border-radius: 5px;
  padding: 15px 0px 15px 0px;
  background-color: #fec803;
  max-width: 95px;
  width: 100%;
  margin-top: 15px;
  line-height: 0px;
}

.back-to-top-tou {
  position: sticky;
  top: 180px;
  border-radius: 5px;
  padding: 15px 0px 15px 0px;
  background-color: #fec803;
  max-width: 95px;
  width: 100%;
  margin-top: 0px;
  line-height: 0px;
}

.back-to-top-hidden {
  position: sticky;
  top: 180px;
  border-radius: 5px;
  padding: 15px 0px 15px 7px;
  background-color: #fec803;
  max-width: 95px;
  width: 100%;
  margin-top: 5px;
  line-height: 0px;
  display: none;
}

/* ↓↓↓↓ (footer-div-tou) Previously (Padding-top: 34px) ↓↓↓↓ */

.footer-div-tou {
  display: inline-block;
}
.admission-form {
  display: grid;
  padding: 5px 20px;
  /* grid-template-areas: "a a a"; */
  /* grid-template-areas: "a b c"; */
  gap: 10px;
  grid-auto-rows: auto;
}

@media (max-width: 768px) {
  .admission-form {
    display: flex;
    flex-direction: column;
  }
}

.admission-button-container {
  display: flex;
  justify-content: space-between;
  padding: 0px 20px;
}

@media (max-width: 768px) {
  .admission-button-container {
    flex-direction: column;
    gap: 20px;
  };
}

.confirmProceed-button-container {
  display: flex;
  justify-content: space-between;
  padding: 0px 20px;
  align-items: end;

}


@media (max-width: 768px) {
  .confirmProceed-button-container {
    flex-direction: column;
    gap: 20px;
    align-items: start;
  };
}


/* Previous and next for admission forms */

@media (max-width: 768px) {
  .next-prev-container {
    display: flex;
    flex-direction: column;
  }
}

.input-container {
  /* display: flex;
  flex-direction: column;  */
  display: grid;
  grid-template-columns: 30% 70%;
  align-items: center;
}

@media (max-width: 768px) {
  .input-container {
    grid-template-columns: 100%;
  }
}

.admission-form-header {
  font-weight: 900;
}
#previous-program-form {
  display: grid;
  grid-template-areas: "a b";
  grid-template-columns: 1fr 1fr;
}

@media (max-width: 768px) {
  #previous-program-form {
    display: flex; /* Change to a single column for screens <= 768px */
    flex-direction: column;
  }
}

#program-selection-form {
  grid-template-areas: "program program" "email term";
}

.admission-parent-sub-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 768px) {
  .admission-parent-sub-header {
    flex-direction: column;
  }
}

ul,
li {
  padding: 0;
  margin: 0;
}

.collapsible {
  color: black;
  background-color: white;
  border: 0;
  border-top: 1px solid #ffcc00;
  border-left: 1px solid #ffcc00;
  border-right: 1px solid #ffcc00;
  border-radius: 0px;
  font-family: "PT Sans", sanserif_light, Arial, Calibri;
  font-size: 1rem;
  padding: 12px 0 8px 8px;
  text-align: left;
}

.collapsible:hover,
.collapsible:active,
.collapsible:focus {
  color: #ff6600;
  background-color: #e0efd0;
  cursor: pointer;
}

.bland-collapsible {
}

.bland-collapsible:hover,
.bland-collapsible:active,
.bland-collapsible:focus {
  color: #ff6600;
}

/* Start of the Slideshow css */
/* Start of the Slideshow css */
/* Start of the Slideshow css */
/* Start of the Slideshow css */

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
  height: 750px;
  padding-top: 100px;
}

.slideshow-container-test {
  max-width: 900px;
  position: relative;
  margin: auto;
  height: 500px;
  padding-top: 100px;
}

/* Hide the images by default */
.mySlides {
  display: none;
  max-height: 500px;
  max-width: 300px;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.slideshow-image {
  height: 100%;
  width: 100%;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 25px;
  width: 100%;
  text-align: center;
  font-weight: bold;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active:focus,
.dot:hover {
  background-color: #95959585;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

/* End of the Slideshow css */
/* End of the Slideshow css */
/* End of the Slideshow css */
/* End of the Slideshow css */

/* Start of the Test Show */
/* Start of the Test Show */
/* Start of the Test Show */
/* Start of the Test Show */

.test-show-container {
  position: relative;
  margin: 0px 10px 0px 0px;
  width: 100%;
  height: auto;
  display: block;
}
.test-mySlides {
  display: inline-block;
  max-width: 50%;
  max-height: 50%;
  margin-top: 15px;
}

.test-text {
  padding-top: 10px;
  font-weight: bold;
}

.test-image {
  width: 200px;
  height: 200px;
}

/* End of the Test Show */
/* End of the Test Show */
/* End of the Test Show */
/* End of the Test Show */

/* Start of the Yearbook */
/* Start of the Yearbook */
/* Start of the Yearbook */
/* Start of the Yearbook */

.YB-head-container {
  display: inline-block;
  width: 90%;
  max-height: 50%;
  margin-top: 15px;
  top: 500px;
  background-color: #20602c;
  border-radius: 5px;
  margin: 0px 20px 50px 20px;
  padding: 0px 20px 0px 20px;
}

.YB-grade-container {
  display: inline-block;
  width: 90%;
  max-height: 50%;
  margin: 0px 20px 5px 20px;
  padding: 0px 20px 0px 20px;
  text-align: center;
}

.YB-grade-link {
  margin-left: 75px;
}

.YB-grade-link a {
  margin-right: 15px;
  font-family: Optima_Bold;
  color: #1b6128;
}

.YB-grade-link a:hover {
  text-decoration: underline;
}

.YB-grade-title {
  color: white;
  font-size: 28px;
  font-family: Optima_Bold;
  margin-top: 12px;
  margin-bottom: 12px;
}

.YB-dropdown {
  float: right;
}

.YB-dropdown-btn {
  border: 0;
  background-color: #20602c;
  margin-top: 4px;
}

.YB-collapsible:hover {
  cursor: pointer;
}

.YB-dropdown-content {
  display: none;
  position: absolute;
  background-color: #20602c;
  border-style: solid;
  border-color: #0d0d0d;
  min-width: 180px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  right: 0;
}

.YB-dropdown-content a {
  color: white;
  display: block;
  padding: 8px;
}

.YB-dropdown-content a:hover {
  background-color: #2c853c;
}

.YB-student-profile {
  margin-right: 18px;
  margin-left: 18px;
  width: 150px;
}

.YB-student-container {
  margin-top: 30px;
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.YB-student-names {
  text-align: center;
  margin: 0;
  font-size: 17px;
  font-family: Optima_Bold;
}

.YB-student-pic {
  margin: 0px 0px 10px 0px;
  display: block;
}

.YB-student-mottos {
  text-align: center;
  margin: 8px;
  font-size: 14px;
  font-family: Optima;
  font-weight: normal;
}

.YB-teacher {
  width: 150px;
  margin-left: 30px;
}

.YB-teacher-container {
  float: left;
  width: 35%;
}

.YB-teacher-name {
  margin: 0;
  text-align: center;
  font-size: 22px;
  font-family: Optima_Bold;
}

.YB-teacher-motto {
  text-align: center;
  margin: 8px;
  font-size: 16px;
  font-family: Optima;
  font-weight: normal;
}

.YB-anchor {
  display: block;
  content: " ";
  margin-top: -160px;
  height: 180px;
  visibility: hidden;
  pointer-events: none;
}

.YB-index-container {
  margin-top: 30px;
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* End of the Yearbook */

.no-list-decoration {
  list-style-type: none;
}

.bland-btn {
  border: none;
  font-size: 1rem;
}

.faq-content {
  padding: 2px 8px 8px 8px;
  border-left: 1px solid #ffcc00;
  border-right: 1px solid #ffcc00;
  border-bottom: 1px solid #ffcc00;
  background-color: #feeed9;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;

  display: none;
  overflow: hidden;
  margin-left: 0px;
  color: #000030;
  font-size: 1rem;
}

.faq-tbl-heading {
  font-family: "Segoe UI Light", sanserif_light, Arial, Calibri;
  background-color: #c5c5c5;
  padding: 2px 18px 3px 8px;
  font-size: 0.9em;
}

.faq-tbl-item {
  padding: 4px 18px 5px 8px;
  background-color: #f5f5f5;
  font-size: 0.9em;
}

.note {
  font-size: medium;
  margin: 0 0 1rem 0;
  color: #709070;
}

.grid-col5 {
  display: inline-grid;
  grid-template-columns: auto auto auto auto auto;
  column-gap: 2px;
  row-gap: 2px;
}

.hidden-content {
  display: none;
}

.link-button {
  text-decoration: none;
  border: none;
  background-color: white;
}

.link-button:hover {
  text-decoration: underline;
}

.more-button {
  text-decoration: none;
  padding: 18px 0;
  border: none;
  color: #303030;
  font-size: 0.8em;
}

.more-button:hover {
  color: #ff4800;
}

.less-button {
  text-decoration: none;
  padding-left: 0px;
  border: none;
  background-color: white;
  color: grey;
}

.less-button:hover {
  text-decoration: underline;
}

.link-orange {
  color: #ff5000;
}

.no-text-decoration {
  text-decoration: none;
}

.nav-list-item {
  margin-top: auto;
  margin-bottom: auto;
}

.defaultcontainer {
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
  width: 100%;
}

.max-row-section {
  width: 100%;
  border-radius: 10px;
  background-color: orange;
  padding: 10px 0px 10px 0px;
}

.width-700 {
  max-width: 700px;
  width: 100%;
}

.height-70 {
  max-height: 70px;
  height: 100%;
}

.testcontainer {
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
  width: 100%;
}

.testcontainer-mauto {
  margin: auto;
  max-width: 650px;
  width: 100%;
}

.test-img {
  height: 50%;
  width: 50%;
}

.hidden-navmenu {
  position: relative;
  display: none;
  max-width: 200px;
  width: 100%;
}

.drop-menu {
  border-style: solid;
  border-color: darkgrey;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  width: 45px;
  margin-left: 5px;
}

.drop-menu:hover .drop-content {
  display: block;
}

.drop-content {
  display: none;
  position: absolute;
  right: 0;
  background-color: darkgrey;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 12px 16px;
  z-index: 1;
}

.appName {
  font-size: small;
  color: #808080;
  text-align: center;
}

.entryRow {
  height: 40px;
  padding-right: 10px;
}

.app-menu-item {
  text-decoration: none;
  padding: 6px 10px;
  margin-bottom: 12px;
}

.app-menu-item-sel {
  text-decoration: none;
  background-color: #ffeecc;
  padding: 6px 10px;
  margin-bottom: 12px;
  border-bottom: 2px solid #ff6a00;
}

.question {
  font-size: xx-large;
  margin: 20px 0;
}

.dashboard-header {
  padding: 0px 15px 8px 15px;
  font-weight: bold;
  color: black;
  border-bottom: 1px solid black;
}

.dashboard-border {
  border-right: 1px solid black;
}

.dashboard-entry {
  color: black;
  text-align: center;
  padding: 8px;
}

.bordercollapse {
  border-collapse: collapse;
  border-spacing: 0px;
}

.btn-primary {
  background-color: #ffa500;
  border-radius: 5px;
  padding: 6px 10px 6px 10px;
}

/* ↓↓↓↓↓↓↓↓ Acquired from boostrap ↓↓↓↓↓↓↓↓*/
/* ↓↓↓↓↓↓↓↓ Acquired from boostrap ↓↓↓↓↓↓↓↓*/

:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-rgb: 33, 37, 41;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}

/* to make the header absolute */

.head-absolute {
  position: absolute;
  width: 100%;
  margin: 0 0 20px 0;
}

.fld-error {
  display: flex;
  font-size: medium;
  color: #cc0000;
  margin-left:3px;
}

.fld-error .msg {
	margin: 0 0 0 4px;
}

.fld-info {
  font-size: medium;
  color: #707070;
  margin-top: 0.5rem;
}

.content {
  padding: 4px;
  margin: 0 4px;
  background-color: white;
  /* border-top: 1px solid #f0f0f0; */
  margin: 14px;
  border-radius: 4px;
}

.left {
  text-align: left;
}

.left-margin-6 {
  margin-left: 6px;
}
.label-disabled {
  font-size: medium;
  color: #808080;
  margin: 10px 0 6px 0;
}

.button-text {
  font-size: medium;
  border: 1px solid #aabbaa;
  border-radius: 8px;
  color: #587058;
  background-color: #e6f0e6 /*#ed7d31*/;
  padding: 0px 8px 2px 8px;
  white-space: nowrap;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px -1px,
    rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}

/*
.button-text:hover {
  color: #000000;
  background-color: #ffcc00;
}*/

/* Request transcript of Record */
input[type="text"].transcript-input {
  padding: 4px;
  font-size: small;
}

.label-transcript {
  font-size: 14px;
}

/* Terms page */
.term-title-container {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 4px;
}

.term-title {
  padding: 0px;
  margin: 0px;
}

.term-content {
  color: #a0a0a0;
  text-decoration: none;
  line-height: 1.1rem;
  font-size: medium;
}

/* Media Page */
/* Style for the image slider container */
.slider-container {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  overflow: hidden;
}

/* Style for the images */
.slider-image {
  width: 100%;
  display: none;
  transition: opacity 1s ease-in-out;
}

/* Style for the previous and next buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 10px;
  background-color: #333;
  color: white;
  border: none;
}

.prev {
  left: 0;
  background-color: rgba(51, 51, 51, 0.5);
}

.next {
  right: 0;
  background-color: rgba(51, 51, 51, 0.5);
}

/* Web Catalog */
.section-content div {
  text-decoration: underline;

  font-weight: bold;

  font-size: 20px;

  margin: 25px 0px 10px 0px;
}

.section-content p {
  text-decoration: underline;

  font-weight: bold;

  font-size: 20px;

  margin: 0px 0px 10px 0px;
}

.grid-table {
  margin: 30px 10px;
  width: 98%;
  border-collapse: collapse;
}

.grid-table td {
  border: 2px solid black !important;
  padding: 5px;
  text-align: center;
}

.grid-table th {
  border: 2px solid black !important;
  padding: 5px;
  text-align: center;
  font-weight: bold;
}

.catalog-left {
  text-align: left !important;
}

.catalog-right {
  text-align: right !important;
}

.catalog-highlight {
  background-color: yellow;
  text-decoration: none !important;
  color: black;
  font-weight: normal !important;
  font-size: 18px !important;
  margin: 0px 0px 18px 0px !important;
}

.catalog-list {
  list-style-type: disc !important;
  margin: 15px 25px;
}

.catalog-list li {
  margin-top: 20px;
}

.grid-table2 {
  margin: 40px 10px;
  width: 98%;
  border-collapse: collapse;
}

.grid-table2 td {
  padding: 5px;
  text-align: center;
  border-bottom: 1px black solid;
}

.grid-table2 th {
  padding: 5px;
  text-align: center;
  border-top: 2px black solid;
  border-bottom: 2px black solid;
  font-weight: bold;
}
.subheader1 {
  text-decoration: underline;

  font-weight: bold;

  font-size: 20px;

  margin: 25px 0px 10px 0px;
}

.subheader2 {
  text-decoration: underline;

  font-weight: bold;

  font-size: 20px;

  margin: 0px 0px 10px 0px;
}

.section-content {
  margin: 20px 0px 20px 10px;

  padding: 5px;
}

/* .section-content ul {
  list-style-type: none;
} */
/* End of Web Catalog */

/* Payment Options */

.payment-option-container {
  display: grid;
  height: fit-content;

  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));

  justify-content: center; /* Center the columns horizontally */

  width: 100%; /* Ensure the container takes up the full width */
}

@media (max-width: 950px) {
  .payment-option-container {
    grid-template-columns: 1fr 1fr;  

  }
}

@media (max-width: 670px) {
  .payment-option-container {
    grid-template-columns: 1fr; 

  }
}

/* .payment-option-container > div:nth-child(1) {
  grid-row: 1;
}

.payment-option-container > div:nth-child(2) {
  grid-row: 1;
}

.payment-option-container > div:nth-child(3) {
  grid-row: 2;
} */

.payment-option-container div {
  text-align: center;
  background-color: #f0f0f0; /* Adjust the background color as needed */
  border: 2px solid #ffa500; /* Orange border color */
}

.payment-option-card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  max-width: 300px;
  margin: 10px;
  flex: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: fit-content;
  text-align: center;
  font-family: arial;
}

.payment-option-card h1,
.payment-option-card p,
.payment-option-card button,
.payment-option-card select {
  margin: 10px;
  box-sizing: border-box;
  width: 90%; /* Make the select input fill the width of the card */
}

#paypal-price::after,
#banktransfer-price::after {
  content: "";
  display: block;
  height: 57.2667px;
}

.payment-option-card .payment-btn {
  border: none;
  outline: 0;
  padding: 12px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
}

.payment-option-card .payment-btn:hover {
  opacity: 0.7;
}
/* End of Payment Options */
