h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--primary, #0b5fff);
}

#heroImg {
  position: relative;
  margin: 0 0 1.5rem;
}

#heroImg .hero-title {
  	width: 50%;
  	height: 100%;
  	display: flex;
 	position: absolute;
  	left: 4rem;
  	top: 0;
  	align-items: center;
}

#heroImg .hero-title h1 {
  font-size: clamp(2.5rem, 6vw, 7rem);
  line-height: 1.05;
  text-align: center;
}

#heroImg picture img {
  /* change */
  width: 100%;
  height: auto;
  max-height: 340px;
  object-fit: cover;
}

section {
  background: var(--white);
  color: var(--black);
  margin: .5rem 0;
  padding: 0 2rem;
}

section img {
  width: 15rem;
}

section:first-of-type,
section:last-of-type {
  margin: 0 auto 3rem;
}

#closeTabs {
  display: none;
  justify-content: flex-end;
  margin: 0 auto;
  padding: 0 2rem;
}

.tab .tab-title,
.pseudo-tab {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--secondary);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  cursor: pointer;
  padding: .5rem 1rem;
}

.pseudo-tab {
  border-radius: 5px;
}

.pseudo-tab a {
  width: 100%;
  font-weight: bold;
  text-decoration: none;
}

.tab .tab-title.closed {
  border-radius: 5px;
}

.tab .tab-info p a,
.tab .tab-info p a:visited {
  color: var(--black);
  text-decoration: underline;
  text-decoration-skip-ink: none;
}

.tab .tab-title h2,
.pseudo-tab a {
  font-size: 2.2rem;
  color: var(--tertiary);
}

.tab .tab-info {
  background: var(--secondary);
  border-top: 1px solid var(--tertiary);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 2rem;
}

.tab .tab-info .tab-subsection {
  margin: 0 0 1rem;
}

.tab .tab-info .tab-subsection:last-of-type {
  margin: 0;
}

.tab .tab-info .tab-subsection.flex {
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2rem;
  margin: 2rem 0 4rem;
}

.tab .tab-info .tab-subsection.flex>table {
  width: 35%;
  max-width: 35%;
  flex-shrink: 0;
  table-layout: fixed;
}

.tab .tab-info .tab-subsection.flex .flex-col {
  width: 65%;
}

.tab .tab-info .tab-subsection.flex .flex-col h4 {
  margin: 0 0 1rem;
}

.tab .tab-info h3 {
  font-size: 2rem;
}

.tab .tab-info h4 {
  font-size: 1.8rem;
  margin: 2rem 0 1rem;
}

.tab .tab-info .subtab.third h4:first-of-type {
  margin: 0;
}

.tab .tab-info h4 span {
  font-style: italic;
  font-weight: normal;
}

.tab .tab-info p {
  margin: 1rem 0;
}

.tab .tab-info h4+p,
.tab .tab-info .tab-subsection>p:first-of-type,
.tab .tab-info>p:first-of-type {
  margin: 0 0 1rem;
}

.tab .tab-info ol,
.tab .tab-info ul {
  margin: 0 0 2rem;
}

.tab .tab-info ul {
  list-style: disc;
}

.tab .tab-info ol li,
.tab .tab-info ul li {
  margin-left: 3rem;
}

.tab .tab-info ol li:first-of-type,
.tab .tab-info ul li:first-of-type {
  margin-top: 1rem;
}

.tab .tab-info ol li span,
.tab .tab-info ul li span {
  font-weight: bold;
}

span.no-bold {
  font-weight: normal;
}

.tab .tab-info ul li ul,
.tab .tab-info ol li ul {
  margin-bottom: 0;
}

.tab .tab-info ul li ul {
  list-style-type: circle;
}

.tab .tab-info ol li ul {
  list-style-type: disc;
}

.tab .tab-info ul li ul li:first-of-type,
.tab .tab-info ol li ul li:first-of-type {
  margin-top: 0;
}

.tab .tab-info ul li ul li:last-of-type,
.tab .tab-info ol li ul li:last-of-type {
  margin-bottom: 1rem;
}

.tab .tab-info ol+ol,
.tab .tab-info ul+ul {
  margin: 2rem 0 0;
}

.tab .tab-info.closed {
  display: none;
}

.tab .arrow,
.pseudo-tab .arrow {
  border: solid var(--tertiary);
  border-width: 0 .4rem .4rem 0;
  display: inline-block;
  margin-left: 1rem;
  padding: .4rem;
}

.tab .arrow.down {
  transform: rotate(45deg);
}

.tab .arrow.up {
  transform: rotate(-135deg);
}

.pseudo-tab .arrow.right {
  transform: rotate(-45deg);
}

/* tab link buttons */
.tab-info a.tab-btn {
  display: block;
  text-decoration: none;
  background: var(--tertiary);
  color: var(--white);
  width: fit-content;
  border-radius: 5px;
  margin: 1rem 0 2rem;
  padding: .5rem 1rem;
}

.tab-info a.tab-btn .arrow.right {
  border: solid var(--white);
  border-width: 0 0.2rem 0.2rem 0;
  display: inline-block;
  margin-left: 1rem;
  padding: 0.3rem;
  transform: rotate(-45deg);
}

/* subtabs */
.tab .tab-info>div.subtab {
  padding: 0;
}

.tab .tab-info .tab-subsection.subtab,
.tab .subtab {
  margin: .5rem 0;
}

.tab .tab-info .pseudo-tab.dark a,
.tab .subtab h3 {
  color: var(--black);
}

.tab .tab-info .pseudo-tab a {
  font-size: 2rem;
}

.tab .tab-info .pseudo-tab.dark .arrow,
.tab .subtab .arrow {
  border: solid var(--black);
  border-width: 0 .4rem .4rem 0;
}

.tab .tab-info .pseudo-tab.dark,
.tab .subtab .tab-title {
  background: var(--lt_gray);
  padding: .75rem 1rem;
}

.tab .subtab .tab-info {
  background: var(--white);
  border-top: 1px solid var(--off_white);
}

.tab .tab-info .member {
  margin: 0 0 1.5rem;
}

.tab .tab-info .member p {
  margin: 0;
}

.tab .tab-info .member span {
  font-weight: normal;
}

/* third subtabs */
.tab .subtab.third .tab-title {
  background: var(--secondary);
}

.tab .subtab.third h3 {
  color: var(--tertiary);
}

.tab .subtab.third .arrow {
  border: solid var(--tertiary);
  border-width: 0 .4rem .4rem 0;
}

.tab .subtab.third .tab-info {
  background: var(--secondary);
  border-top: 1px solid var(--tertiary);
}

.tab h2,
.tab h3,
.subtab h3 {
  margin: 0;
}

.tab .email-hdr {
  padding-bottom: 1.5rem;
}

/* Text content inside open panels */
#privacy .tab .tab-info p,
#privacy .tab .tab-info li,
#privacy .tab .tab-info ul,
#privacy .tab .tab-info .privacyTextContent {
  font-size: 1.6rem;
  text-align: start;
}

/* Bulletpoint text content inside open panels */
#privacy .tab .tab-info ul.privacyBulletpointTextContent li {
  font-size: 1.55rem;
}

/* resources - CMS data styles & CMS look-alike */
.cms-data.flex-col,
.cms-lookalike.flex-col {
  justify-content: flex-start;
  align-items: flex-start;
}

.cms-data.flex-col a.flex,
.cms-lookalike.flex-col a.flex {
  justify-content: flex-start;
  margin: 0;
  width: 100%;
  text-decoration: none;
}

.cms-data.flex-col a.flex.single-col,
.cms-lookalike.flex-col a.flex.single-col {
  padding: .5rem 1rem;
  color: var(--black);
  text-transform: capitalize;
}

.cms-data.flex-col a:nth-of-type(odd),
.cms-lookalike.flex-col a:nth-of-type(odd) {
  background: var(--off_white);
}

.cms-data.flex-col a:nth-of-type(even),
.cms-lookalike.flex-col a:nth-of-type(even) {
  background: var(--white);
}

.cms-data.flex-col a:hover,
.cms-lookalike.flex-col a:hover {
  background: var(--primary, #0b5fff);
  /* change 4 */
}

.cms-data.flex-col a.flex.single-col:hover,
.cms-data.flex-col a:hover p,
.cms-lookalike.flex-col a.flex.single-col:hover,
.cms-lookalike.flex-col a:hover p {
  color: var(--white);
}

.cms-data.flex-col>a:first-of-type,
.cms-lookalike.flex-col>a:first-of-type {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.cms-data.flex-col a:last-of-type,
.cms-lookalike.flex-col a:last-of-type {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.cms-data.flex-col a.flex p,
.cms-lookalike.flex-col a.flex p {
  margin: 0;
  padding: .5rem 1rem;
  width: 15%;
}

.cms-data.flex-col a.flex p:last-of-type,
.cms-lookalike.flex-col a.flex p:last-of-type {
  width: 85%;
  text-transform: capitalize;
}

/* table styles */
main table {
  width: 30%;
  border-collapse: collapse;
  border-radius: 5px;
  box-shadow: 0px 0px 15px -5px var(--black);
}

main .tab .tab-info .tab-subsection.flex .multi-table.flex-col {
  width: 30%;
  flex-shrink: 0;
}

main .tab .tab-info .tab-subsection.flex .multi-table>table {
  width: 100%;
  margin: 0 0 1rem;
}

main thead tr th {
  background: var(--tertiary);
  color: var(--white);
  padding: .5rem;
}

main thead tr th.main-hdr {
  text-transform: uppercase;
}

main thead tr:first-of-type th:first-of-type {
  border-top-left-radius: 5px;
}

main thead tr:first-of-type th:last-of-type {
  border-top-right-radius: 5px;
}

main tbody tr:last-of-type td:first-of-type {
  border-bottom-left-radius: 5px;
}

main tbody tr:last-of-type td:last-of-type {
  border-bottom-right-radius: 5px;
}

main tr:nth-of-type(odd) {
  background: var(--secondary);
}

main tr:nth-of-type(even) {
  background: var(--off_white);
}

main tr td {
  width: 50%;
  padding: .25rem .5rem;
  text-align: center;
}

/* outreach button */
#outreachBtn img {
  justify-content: center;
  align-items: center;
  width: 13rem;
  height: 13rem;
  margin: 2rem auto 3rem;
  border-radius: 50%;
  box-shadow: 0px 0px 15px -5px var(--black);
}

#outreachBtn {
  max-width: 130px;
  margin: 0 auto;
}

.cwk {
  background: #f4f4f4;
  border-radius: 6px;
  margin: 1.4rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
}

.cwk h4 {
  margin-top: 2rem;
  padding-top: 9px;
}


/* ##################################################### */
/* KHEAA PRIVACY POLICY WEBPAGE CSS, added with webw 061e */
/* #################################################### */

/* privacy disclaimer terms block */
#disclaimer .disclaimer-terms {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 30px;
  padding: 2rem;
  background: #f0f0f0;
  border: 2px solid var(--primary, #0b5fff);
  /* change 4 */
  border-radius: 5px;
  font-size: 1.5rem;
  line-height: 2.4rem;
  letter-spacing: 0.03rem;
  word-spacing: 0.1rem;
  color: #1a1a1a;
  font-weight: bold;
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

#disclaimer .disclaimer-terms:hover {
  border-color: var(--tertiary);
  box-shadow: 0 4px 16px rgba(0, 75, 141, 0.9);
}

#disclaimer .disclaimer-terms .disclaimer-icon {
  width: 2.6rem;
  height: 2.6rem;
  min-width: 2.6rem;
  object-fit: contain;
  margin-top: 0.2rem;
  transition: transform 0.3s ease;
}

#disclaimer .disclaimer-terms:hover .disclaimer-icon {
  transform: scale(1.25);
}

/* END KHEAA PRIVACY POLICY CSS SECTION */
/* ############################################# */



/* coming soon generic tags */
.coming-soon-tag {
  font-style: italic;
  color: var(--red);
}

/************************************

        TAB-PG MOBILE STYLES

************************************/
@media screen and (min-width: 641px) {
  #intro h1 {
    display: none;
  }
}

@media screen and (max-width: 980px) {
  #heroImg .hero-title {
    width: 55%;
  }
}

@media screen and (max-width: 640px) {
  #heroImg {
    display: none;
  }

  #intro {
    margin-top: 2rem;
  }

  .tab .tab-info .tab-subsection.flex {
    flex-direction: column;
    margin: 2rem 0 4rem;
  }

  .tab .tab-info .tab-subsection.flex .flex-col {
    width: 100%;
  }

  main table {
    width: 100%;
    margin: 1rem 0 0;
  }

  main .tab .tab-info .tab-subsection.flex .multi-table.flex-col {
    width: 100%;
  }

  main .tab .tab-info .tab-subsection.flex .multi-table table {
    width: 100%;
    margin: 1rem 0;
  }

  .cms-data.flex-col a.flex p {
    width: 29%;
  }

  .cms-data.flex-col a.flex p:last-of-type {
    width: 71%;
  }
}

@media (prefers-reduced-motion: reduce) {

  /* change 4; for users who prefer reduced motion */
  * {
    transition: none !important;
    animation: none !important;
  }
}