@font-face {
  font-family: "Brandon Grotesque";
  src: url("assets/fonts/BrandonGrotesque-Regular.woff2") format("woff2"), url("assets/fonts/BrandonGrotesque-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("assets/fonts/BrandonGrotesque-Regular-Italic.woff2") format("woff2"), url("assets/fonts/BrandonGrotesque-Regular-Italic.woff") format("woff");
  font-style: italic;
  font-weight: 400;
  font-display: fallback;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("assets/fonts/BrandonGrotesque-Bold-Regular.woff2") format("woff2"), url("assets/fonts/BrandonGrotesque-Bold-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 600;
  font-display: optional;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("assets/fonts/BrandonGrotesque-Bold-Italic.woff2") format("woff2"), url("assets/fonts/BrandonGrotesque-Bold-Italic.woff") format("woff");
  font-style: italic;
  font-weight: 600;
  font-display: optional;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("assets/fonts/BrandonGrotesque-Light-Regular.woff2") format("woff2"), url("assets/fonts/BrandonGrotesque-Light-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 300;
  font-display: optional;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("assets/fonts/BrandonGrotesque-Light-Italic.woff2") format("woff2"), url("assets/fonts/BrandonGrotesque-Light-Italic.woff") format("woff");
  font-style: italic;
  font-weight: 300;
  font-display: optional;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("assets/fonts/BrandonGrotesque-Medium.woff2") format("woff2"), url("assets/fonts/BrandonGrotesque-Medium.woff") format("woff");
  font-style: normal;
  font-weight: 500;
  font-display: fallback;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("assets/fonts/BrandonGrotesque-Medium-Italic.woff2") format("woff2"), url("assets/fonts/BrandonGrotesque-Medium-Italic.woff") format("woff");
  font-style: italic;
  font-weight: 500;
  font-display: optional;
}
html {
  scroll-behavior: smooth;
  print-color-adjust: exact;
}

/* Disable scrolling and preserve layout when dialog is open */
html:has(dialog[open]) {
  overflow: hidden;
  scrollbar-gutter: stable;
}

:root {
  --body-color: #223038;
  --body-color-lighter: rgba(34, 48, 56, .7);
  --body-color-darker: rgba(34, 48, 56, .4);
  --accent-color: #465378;
  --lighter-color: #ffffff;
  --lighter-bg-color: #e7edef;
  --link-hover-color: #2a6496;
  --banner-alert-color: #c94e1b;
  --banner-cta-color: #007681;
  --banner-cta-color-hover: #00565e;
  --hero-pages-bg-color: #27468e;
  --footer-body-color: #d8dada;
  --footer-bg: #39454c;
  /* #485f95 */
}

body {
  margin: 0;
  padding: 0;
  border: 0;
  color: var(--body-color);
  background: var(--lighter-color);
  font-family: "Brandon Grotesque", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-weight: 400;
  font-size: 18.5px;
}

a {
  color: var(--accent-color);
  text-decoration: none;
  overflow-wrap: anywhere;
}

article a,
main a:not(.pagination-link):not(.transparent-cta-wrapper a) {
  text-decoration: none;
  border-bottom: 1px solid;
}

a:hover:not(.banner-cta):not(#hamitems a):not(.resource-block a):not(footer a):not(.sdgblocks a):not(:has(img)):not(.add-calendar-cta):not(.pagination-link) {
  border-bottom: 2px solid;
}

article h2 a {
  text-decoration: none;
  color: var(--body-color);
}

a:hover:not(.banner-cta):not(.pagination-link),
a:focus:not(.banner-cta):not(.sdgblocks a):not(.pagination-link) {
  color: var(--link-hover-color);
  text-decoration: none;
}

strong {
  font-weight: 500;
}

em {
  font-style: italic;
}

table {
  width: 100%;
}

.rtl, .rtl td, .rtl th {
  text-align: right;
  direction: rtl;
}

summary:focus {
  outline: 0;
}

#gtm {
  height: 0;
  width: 0;
  display: none;
  visibility: hidden;
}

h1 {
  font-weight: 400;
  font-size: 32px;
}

h2 {
  font-weight: 400;
  font-size: 28px;
}

h3 {
  font-weight: 400;
  font-size: 22px;
  clear: both;
}

article h2 {
  color: var(--body-color);
}

iframe {
  max-width: 100%;
}

/* HAMBURGER MENU */
header {
  z-index: 10;
  position: relative;
}

.dropdown-content.show {
  display: block;
}

/* Wrapper */
#hamnav {
  position: sticky;
  top: 0;
  height: 50px;
  white-space: nowrap;
}

/* Hide Hamburger */
#hamnav label,
#hamburger {
  display: none;
}

/* Horizontal Menu Items */
#hamitems {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#hamitems a,
#hamitems span {
  padding: 10px;
  color: #000;
  margin-right: 5px;
}

#hamitems a:hover,
#hamitems span:hover {
  color: var(--body-color-lighter);
  text-decoration: none;
}

/* test dropdown menu */
.dropdown {
  position: relative;
  display: block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 120px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content p a {
  padding-right: 20px !important;
}

.dropdown:hover .dropdown-content {
  display: block;
}

a#login {
  padding: 10px 40px;
  background: var(--banner-cta-color);
  border-radius: 6px;
  color: var(--lighter-color);
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
}

a#login:hover {
  color: var(--lighter-color);
}

nav {
  max-width: 960px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

nav div {
  display: inline-block;
  font-size: 16px;
}

.nav-item a {
  color: inherit;
  text-decoration: none;
}

.mobile-menu-item {
  display: none;
}

.nav-login a {
  padding: 10px 50px;
  background: var(--accent-color);
  border-radius: 6px;
  color: var(--lighter-color);
  text-decoration: none;
  font-weight: 600;
}

.nav-item {
  text-transform: uppercase;
}

.logo {
  background: url(assets/img/logo.svg) no-repeat;
  width: 141px;
  height: 60px;
  float: left;
  position: relative;
}

#hero-container {
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

#hero-container strong {
  font-size: 1.3rem;
}

#hero-pane {
  background-color: var(--hero-pages-bg-color);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  height: 570px;
  background-blend-mode: soft-light;
  color: var(--lighter-color);
  display: flex;
  align-items: center;
  overflow: hidden;
}

#hero-pane video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

#hero-pane #hero-container {
  position: relative;
  z-index: 2;
}

#hero-title,
#hero-container > * {
  text-align: center;
}

#hero-title,
#hero-container h1 {
  background: rgba(0, 0, 0, 0.15);
  padding: 30px;
  font-size: 2rem;
  margin: 0 auto;
}

#hero-body {
  font-size: 1.5rem;
  width: 690px;
  text-align: center;
  background: rgba(255, 255, 255, 0.05);
  padding: 30px;
  border: 1px solid var(--lighter-color);
  box-sizing: border-box;
}

.search-icon {
  width: 13px;
  height: 25px;
}

figure {
  margin: 0 auto;
  display: table;
}

figcaption {
  display: table-caption;
  caption-side: bottom;
  font-size: 1rem;
  text-align: center;
}

#search-footer {
  filter: invert(1);
}

#newsletter-popup {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1;
  background: rgba(255, 255, 255, 0.9);
  padding: 0 20px;
  border-radius: 10px;
  display: inline-block;
  float: right;
  /* margin-bottom: 30px; */
  color: #000;
  text-align: center;
  display: block;
  max-width: 300px;
}

#newsletter-popup a {
  color: inherit;
}

#newsletter-popup:target {
  display: none;
}

a#newsletter-popup-close {
  position: absolute;
  right: 10px;
  text-decoration: none;
  top: 2px;
  color: var(--body-color);
}

.button {
  background: var(--accent-color);
  padding: 15px 60px;
  border-radius: 4px;
  font-size: 17px;
  width: auto;
  margin: 0 auto;
  display: inline-block;
  white-space: nowrap;
}

.button a {
  color: var(--lighter-color);
  text-decoration: none;
  font-weight: 500;
}

#hero-bottom::before {
  background: var(--lighter-color) url(assets/img/section1_bg.jpg) no-repeat;
  background-size: cover;
  background-position: right bottom;
  height: 0;
  /* temporarily removed */
  content: " ";
  position: absolute;
  width: 100%;
}

#hero-bottom {
  height: 0;
  /* temporarily removed */
}

#home-section1 {
  color: var(--body-color-lighter);
}

.blocks {
  flex-grow: 1;
  padding: 2%;
}

.blocks img {
  height: 160px;
  width: 160px;
  padding: 4%;
}

.container {
  max-width: 960px;
  margin: 0 auto;
  padding: 40px 4%;
}

.container2 {
  padding: 0 4%;
}

#blocks-container {
  display: flex;
  text-align: center;
  margin: 8% 0;
  align-content: center;
  align-items: end;
}

.blocks div {
  display: block;
  color: var(--body-color);
  font-weight: 500;
  font-size: 20px;
  margin-top: 15px;
}

#platforms {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#platforms > div {
  flex-basis: 400px;
  margin: 0 15px;
  position: relative;
}

div#student-platform:before,
div#teacher-platform:before {
  border-radius: 16px;
  position: absolute;
  background: #fff;
  top: 10px;
  padding: 4px 10px;
  left: 10px;
  font-weight: 500;
}

div#student-platform:before {
  content: "For students";
}

div#teacher-platform:before {
  content: "For teachers";
}

.platforms-login {
  text-align: center;
}

/* temporary login page */
.buttons-platforms {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.old-site-message {
  color: red;
  font-size: 1rem;
  text-align: center;
}

.platforms-login a {
  color: #000;
}

.platforms-login:last-of-type {
  margin-bottom: 10px;
}

#register-cta {
  display: flex;
}

video {
  width: 100%;
  border-radius: 5px;
  margin: 0 auto;
  display: block;
  box-sizing: border-box;
  cursor: pointer;
}

#home-section3 {
  margin-bottom: 60px;
}

.home-section4 {
  background-color: var(--lighter-bg-color);
  text-align: center;
  padding: 20px 0;
}

#page summary {
  margin-bottom: 20px;
}

summary {
  cursor: pointer;
}

details summary ~ details {
  padding-left: 1rem;
}

details[open] summary ~ * {
  animation: sweep 0.5s ease-in-out;
}

@keyframes sweep {
  0% {
    opacity: 0;
    margin-left: -10px;
  }
  100% {
    opacity: 1;
    margin-left: 0px;
  }
}
#geochart-colors {
  position: relative;
  width: 100%;
  height: 600px;
  font-family: "Brandon Grotesque Regular", "Arial", sans-serif;
}

#tts-button {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 1rem;
  font-family: inherit;
  font-size: 1rem;
  background: transparent;
  border: 1px solid;
  border-radius: 6px;
  padding: 4px 8px;
  color: inherit;
  cursor: pointer;
}

#tts-button:hover {
  background: #eee;
}

#tts-button:before {
  position: relative;
  height: 20px;
  content: " ";
  display: block;
  width: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.5s ease-in-out;
}

.play:before {
  background: url(assets/img/play.svg);
}

.pause:before {
  background: url(assets/img/pause.svg);
}

#home-section5 {
  background-color: #67769e;
  background-position: top 10px left -10px, bottom -20px right 20px;
  min-height: 366px;
  color: var(--lighter-color);
  text-align: center;
  flex-direction: column;
  display: flex;
  justify-content: center;
  background-repeat: no-repeat, no-repeat;
  background-image: url(assets/img/social-media-share-icon.svg), url(assets/img/teacher2.svg);
  background-size: 200px, 230px;
}

.transparent-cta {
  width: auto;
  margin: 0 auto;
  border-radius: 4px;
  border: 1px solid var(--lighter-color);
  align-items: center;
  padding: 15px 65px;
  display: inline-block;
}

.transparent-cta:hover {
  background: var(--lighter-color);
}

.transparent-cta-wrapper a {
  color: var(--lighter-color);
  border: none;
}

.transparent-cta-wrapper a:hover {
  color: var(--accent-color);
}

.google-visualization-tooltip {
  width: 200px;
}

.country-text-ctas .transparent-cta {
  flex-basis: 300px;
  justify-content: center;
}

#home-section5 .container,
#about-tbi .container {
  width: 584px;
  padding: 4%;
  box-sizing: content-box;
  margin-bottom: 15px;
}

.container h1,
.container h2 {
  margin: 20px 0 20px 0;
}

#banner-text .container {
  background: var(--lighter-bg-color);
  padding: 30px 6% 50px;
  line-height: 30px;
  border-radius: 5px;
  margin-top: 2%;
  width: 660px;
}

#banner-text .container h3 {
  text-align: center;
}

#banner-text .container img {
  height: 115px;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}

.banner-cta {
  background-color: var(--banner-cta-color);
  border-radius: 5px;
  color: var(--lighter-color);
  font-size: 18px;
  padding: 18px;
  transition: 0.25s;
  text-decoration: none;
  margin: 4% 0;
  flex-shrink: 0;
  flex-grow: 0;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  border: none;
  font-family: inherit;
}

a.banner-cta:visited {
  color: #fff;
}

.banner-cta:hover {
  background-color: var(--banner-cta-color-hover);
}

a.banner-cta:hover {
  color: var(--lighter-color);
  text-decoration: none;
}

.buttons-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.app-buttons {
  display: flex;
  gap: 1rem;
}

hr.divider {
  border: 2px solid #dee4e6;
}

/* data tooltips */
[data-tooltip]::after {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  content: attr(data-tooltip);
  left: 0;
  top: calc(100% + 10px);
  border-radius: 5px;
  box-shadow: 0 0 5px 1px rgba(100, 100, 100, 0.4);
  z-index: 10;
  padding: 5px;
  width: 300px;
  transform: translateY(-20px);
  transition: all 150ms cubic-bezier(0.25, 0.8, 0.25, 1);
}

[data-tooltip] {
  position: relative;
  border-bottom: 1px dashed #fff;
  cursor: help;
  display: inline-block;
  font-size: 16px;
}

[data-tooltip]:hover::after {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 300ms;
}

/* FOOTER */
#footer-top {
  background-color: var(--body-color);
  padding: 0 4%;
}

.logo-footer {
  height: 35px;
}

#footer-top .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

#footer-top img {
  width: 65%;
  max-width: 250px;
}

#social-media {
  float: right;
  display: flex;
  gap: 15px;
}

.highlight {
  font-size: 2rem;
  border-left: 2px solid;
  padding-left: 2rem;
}

#social-media img {
  width: 22px;
}

footer {
  color: var(--footer-body-color);
}

#footer-body {
  background: var(--footer-bg);
  padding: 4%;
}

#footer-body li a,
#copyright a {
  color: var(--footer-body-color);
}

#footer-body .container {
  display: flex;
  flex-wrap: wrap;
}

#footer-body .container div:nth-of-type(1),
#footer-body .container div:nth-of-type(2) {
  flex-basis: 25%;
}

#footer-body .container div:nth-of-type(3) {
  flex-basis: 50%;
}

.footer-category {
  text-transform: uppercase;
  font-weight: 600;
}

#footer-body .container ul li {
  list-style-type: none;
  line-height: 2.2rem;
}

#footer-body .container ul {
  padding: 0;
}

p#copyright {
  margin: 0;
}

#footer-body .container div:nth-of-type(3) p {
  font-size: 13px;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  /* 	vertical-align: bottom; */
}

.footer-logos {
  display: flex;
  gap: 1.5rem;
  padding: 1.5rem 0;
}

.footer-logos img:nth-of-type(2) {
  border-left: 1px solid var(--footer-body-color);
  padding-left: 1.5rem;
}

footer a:not(:has(img)) {
  position: relative;
  text-decoration: none !important;
}

/* Base state for the underline */
footer a:not(:has(img))::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--lighter-color);
  transition: width 0.3s ease;
}

/* Expand underline on hover */
footer a:not(:has(img)):hover::after {
  width: 100%;
}

/* HOW IT WORKS */
p.definition {
  font-size: 1.7rem;
  background: rgba(134, 146, 175, 0.3);
  border-radius: 10px;
  text-align: center;
  padding: 40px 20px;
}

#page-hero {
  background-size: cover;
  background-position: center;
  background-blend-mode: soft-light;
  background-color: var(--hero-pages-bg-color);
  background-repeat: no-repeat;
  height: 550px;
  color: var(--lighter-color);
  text-align: center;
  flex-direction: column;
  display: flex;
  justify-content: center;
  position: relative;
}

#hero-pane:before,
#page-hero:before {
  background-color: var(--hero-pages-bg-color);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 1;
}

.home-hero {
  background-image: url(assets/img/internal-pages/what-we-do.jpg);
}

.how-it-works-hero {
  background-image: url(assets/img/internal-pages/what-we-do-2025.jpg);
}

.who-we-are-hero {
  background-image: url(assets/img/internal-pages/who-we-are.jpg);
}

/*
.videoconferences-hero {
	background-image: url(assets/img/videoconferences-bg-overlay.jpg);
	background-blend-mode: multiply !important;
}
*/
.videoconferences-hero {
  background-image: url(assets/img/internal-pages/videoconference-new.jpg);
}

.sdgseries-hero {
  background-image: url(assets/img/internal-pages/sdg-header.jpg);
  background-position: top center;
}

.sdgseries2023-hero {
  background-image: url(assets/img/events/sdgseries2023.jpg);
}

.sdgseries2024-hero {
  background-image: url(assets/img/events/sdgseries2024.jpg);
}

.educatoradvisorygroup {
  background-image: url(assets/img/internal-pages/educator-advisory-group.jpg);
  /* https://unsplash.com/photos/smgTvepind4 */
}

.alumni-hero {
  background-image: url(assets/img/internal-pages/alumni-hero.jpg);
  /* https://unsplash.com/photos/vdXMSiX-n6M */
}

.search-hero {
  background-image: url(assets/img/internal-pages/search.jpg);
}

.events-hero {
  background-image: url(assets/img/internal-pages/events.jpg);
}

.educationvc-hero {
  background-image: url(assets/img/internal-pages/education-week4.jpg);
  background-position: bottom center !important;
}

.firesidechat-hero {
  background-image: url(assets/img/events/firesidechat.jpg);
  background-blend-mode: multiply !important;
}

.resources-hero {
  background-image: url(assets/img/hero-resources.jpg);
  /* https://unsplash.com/photos/5fNmWej4tAA */
}

.resources-hero2 {
  background-image: url(assets/img/resources-hero.jpg);
}

.news-hero {
  background-image: url(assets/img/internal-pages/news-hero.jpg);
  background-position: top center !important;
}

.get-involved-hero {
  background-image: url(assets/img/internal-pages/get-involved.jpg);
  /* https://unsplash.com/photos/Zyx1bK9mqmA */
}

.educator-awards-hero {
  background-image: url(assets/img/internal-pages/educator-awards.jpg);
}

.educator-meetups-hero {
  background-image: url(assets/img/events/educator-meetups-hero.jpg);
}

.educator-dialogues-hero {
  background-image: url(assets/img/events/educator-dialogues.jpg);
}

.uda-hero {
  background-image: url(assets/img/internal-pages/uda-hero.jpg);
  /* https://placeit.net/c/mockups/stages/woman-using-iphone-6-and-ipad-mini-mockup-generator */
}

.teacher-portal-hero {
  background-image: url(assets/img/internal-pages/teacher-portal-hero.jpg);
  /* https://placeit.net/c/mockups/stages/woman-using-iphone-6-and-ipad-mini-mockup-generator */
}

.mooc-event-hero {
  background-image: url(assets/img/events/intro-to-dialogue-event-bg.jpg);
  /* https://elements.envato.com/young-disable-student-in-wheelchair-making-notes-i-CRFRDCT */
}

.photo-contest-hero {
  background-image: url(assets/img/events/photocontest-hero.jpg);
  /* https://elements.envato.com/close-up-portrait-of-a-girl-taking-picture-with-ca-PAJ7F6V */
}

.wahda {
  background-image: url(assets/img/internal-pages/wahda3.jpg);
}

.dialogue-in-science-education {
  background-image: url(assets/img/events/dialogue-in-science-education.jpg);
  /* https://elements.envato.com/group-of-students-laboratory-lab-in-science-classr-XFHV2ZC */
}

.bett-dialogues {
  background-image: url(assets/img/events/bett-edtech-dialogues.jpg);
  /* https://elements.envato.com/diverse-casual-businesswomen-discussing-using-lapt-YXE6K2A */
}

.international-youth-day {
  background-image: url(assets/img/events/international-youth-day-header.jpg);
}

.app-hero {
  background-image: url(assets/img/internal-pages/app-hero2.png);
  /* https://www.canva.com/design/DAFrnmAz2cA/ckTqK5ZdmUrq-HBICn_VIQ/edit */
}

.resources-hero a,
.resources-hero2 a {
  color: #fff;
}

#page-hero h1,
#page-hero h2 {
  background: rgba(0, 0, 0, 0.15);
  display: inline-block;
  padding: 30px;
  font-size: 3rem;
}

#page-hero .container {
  width: 60%;
  padding: 4%;
  z-index: 0;
  max-width: 100%;
  box-sizing: border-box;
}

#page-hero p {
  font-size: 1.5rem;
  border: 1px solid #fff;
  padding: 30px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.05);
}

.experience {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.experience div {
  flex-grow: 1;
  box-sizing: border-box;
}

.experience div:nth-of-type(1) {
  flex-basis: 60%;
}

.experience div:nth-of-type(2) {
  flex-basis: 380px;
  padding: 4%;
}

.skills {
  display: grid;
  grid-template-columns: 1fr 4fr;
  grid-template-rows: repeat(5, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 30px;
  align-items: center;
}

.skill1-icon {
  grid-area: 1/1/2/2;
}

.skill1-text {
  grid-area: 1/2/2/3;
}

.skill2-icon {
  grid-area: 2/1/3/2;
}

.skill2-text {
  grid-area: 2/2/3/3;
}

.skill3-icon {
  grid-area: 3/1/4/2;
}

.skill3-text {
  grid-area: 3/2/4/3;
}

.skill4-icon {
  grid-area: 4/1/5/2;
}

.skill4-text {
  grid-area: 4/2/5/3;
}

.skill5-icon {
  grid-area: 5/1/6/2;
}

.skill5-text {
  grid-area: 5/2/6/3;
}

.skill6-text {
  grid-area: 6/2/7/3;
}

.skill6-icon {
  grid-area: 6/1/7/2;
}

.dynamic-intro-app {
  text-align: center;
  font-size: 1.6rem;
  padding-bottom: 1rem;
}

.app-features {
  display: grid;
  grid-template-columns: 2fr 4fr;
  grid-template-rows: repeat(6, 1fr);
  grid-column-gap: 20px;
  align-items: center;
  padding: 0 20%;
  background: repeating-linear-gradient(to bottom, #37415E 0, #37415E 16.6666666667%, var(--lighter-bg-color) 16.6666666667%, var(--lighter-bg-color) 33.3333333333%);
}

.app-features div {
  padding: 4% 0;
}

.app-features > div:nth-child(4n+1),
.app-features > div:nth-child(4n+2) {
  color: var(--lighter-color);
}

.app-features img {
  border-radius: 10px;
}

.app-features div,
.app-features img {
  width: 100%;
}

.app-features .skill1-icon img {
  clip-path: polygon(0% 0%, 100% 0%, 100% 45%, 0% 45%);
  margin-bottom: -110%;
}

.app-hero #hero-body::before {
  content: "For students";
  position: absolute;
  top: -6%;
  border: 1px solid;
  border-radius: 10px;
  padding: 5px 10px;
  transform: rotate(13deg);
  right: -8%;
  background: rgba(63, 139, 136, 0.768627451);
}

.grid-center-align {
  display: grid;
  grid-auto-flow: column;
  gap: 15px;
  place-items: center;
  margin: 0 auto;
}

img.toc {
  border: 1px solid #000;
  padding: 30px;
  box-sizing: border-box;
}

img.smallimg {
  width: 400px;
}

h3.goal {
  background: rgba(134, 146, 175, 0.3);
  padding: 40px 20px;
  border-radius: 10px;
  text-align: center;
  font-size: 1.7em;
}

.activities img {
  height: 203px;
  width: 305px;
}

.get-involved {
  border-bottom: 1px solid #ccc;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-bottom: 2em;
}

.get-involved img {
  height: 270px;
  margin: 0 auto;
}

#about-tbi {
  background: url(assets/img/tbi-background.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  min-height: 366px;
  flex-direction: column;
  text-align: center;
  color: var(--lighter-color);
  background-color: var(--banner-cta-color);
  background-blend-mode: soft-light;
}

.invert {
  transform: rotate(180deg);
}

/* COOKIE POLICY PAGE */
.cookies {
  cursor: pointer;
}

.cookies:hover {
  text-decoration: underline;
}

th,
td {
  border-color: #000;
  border: 1px solid;
  text-align: left;
  padding: 10px;
}

/* IMPACT */
.impact {
  display: flex;
  text-align: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.impact span {
  font-size: 50px;
  display: block;
  font-weight: 700;
}

.flourish-credit {
  display: none;
}

.impact-framework-list li {
  margin-bottom: 15px;
  list-style-type: circle;
}

.impact-framework {
  background: #465378;
  color: #fff;
  padding: 8px;
  border-radius: 5px;
  display: inline-block;
}

.awareness {
  background: #465378;
}

.practice {
  background: #5AA2AE;
}

.transformation {
  background: #7F8FA9;
}

.arrow-impact {
  font-size: 32px;
}

.impact-container {
  display: flex;
}

/* WHO WE ARE */
.values {
  display: flex;
  text-align: center;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 0 30px;
}

.values div {
  max-width: 200px;
}

summary h4 {
  display: inline;
}

.partners {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  align-items: center;
  text-align: center;
  justify-content: space-between;
}

.partners img {
  width: 130px;
}

.partners [data-tooltip]::after {
  white-space: pre;
  width: auto;
  padding: 5px 10px;
}

/* PAGES */
#page article {
  background: var(--lighter-bg-color);
  color: var(--body-color-lighter);
}

#article-hero {
  background: var(--accent-color);
  min-height: 300px;
  display: flex;
  padding: 100px 30px 0;
  flex-direction: column;
}

article h1 {
  text-align: center;
  color: var(--lighter-color);
  padding: 10px 25px;
  background: rgba(255, 255, 255, 0.2);
  font-size: 45px;
  margin: 0 auto;
  font-weight: 500;
}

.blog article h1 {
  color: inherit;
  text-align: left;
  padding: 0;
  font-size: 32px;
}

.image-blocks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.image-blocks img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
}

.events-container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
}

.events-container article:nth-of-type(1) {
  grid-column: span 12;
}

.events-container article:nth-of-type(2) {
  grid-column: span 6;
}

.events-container article:nth-of-type(3) {
  grid-column: span 6;
}

.events-container article {
  grid-column: span 4;
}

details .events-container article,
details .events-container article:nth-of-type(1),
details .events-container article:nth-of-type(2) {
  grid-column: span 6;
}

article .container {
  background: var(--lighter-color);
  padding: 4%;
  margin-top: -4%;
}

#page .banner-cta {
  margin: 0;
}

.centered {
  text-align: center;
  display: block;
}

.green-banner {
  margin: 30px 0;
  background: var(--footer-bg);
  color: #fff;
  padding: 1px 20px;
  border-radius: 5px;
}

.green-banner a:hover {
  color: inherit !important;
}

.alt-banner {
  margin: 30px 0;
  padding: 1px 20px;
  border-radius: 5px;
  border: 1px solid var(--footer-bg);
}

.translation-links {
  background: var(--footer-bg);
  color: #fff;
  padding: 1px 20px;
  border-radius: 5px;
  margin-bottom: 25px;
}

.green-banner a,
.translation-links a {
  color: #fff;
}

.testimonial {
  flex-basis: 50%;
}

.testimonials-container {
  display: flex;
  gap: 40px;
  align-items: center;
  text-align: center;
}

/* EDUCATOR AWARDS */
.awards-icons {
  width: 32px;
  position: relative;
  top: -4px;
  margin-right: 5px;
}

.table-mobile-arrow {
  display: none;
}

/* EDUCATOR AWARDS WINNERS */
.winners-table {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
}

.winner {
  text-align: center;
  margin: 0 auto;
}

.winner-name {
  font-weight: 600;
  font-size: 24px;
}

.winner-photo img {
  object-fit: cover;
  width: 200px;
  height: 200px;
}

.winner:hover {
  outline: 1px solid #eee;
}

.winner-popup {
  display: none;
  position: absolute;
  background-color: var(--lighter-color);
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  z-index: 1;
  opacity: 0.95;
  margin-top: -20px;
  left: 0;
  background: #4F5A64;
  color: var(--lighter-color);
}

.winner-popup a {
  color: var(--lighter-color);
}

.winner:hover .winner-popup {
  display: block;
}

.winner-popup img {
  max-width: 200px;
  background: var(--lighter-color);
  display: inline-block;
}

/* SDG SERIES */
.sdg-icons {
  display: grid;
  gap: 1%;
  grid-template-columns: repeat(4, 1fr);
}

ol.sdgtimeline {
  list-style-type: none;
  /*    counter-reset: item; */
}

ol.sdgtimeline li {
  counter-increment: item;
  margin-bottom: 5px;
}

ol.sdgtimeline li:before {
  content: "Week" " " counter(item) " " ":";
  margin-right: 10px;
  font-weight: 700;
  border-bottom: 1px solid var(--banner-cta-color);
}

.small-image-right,
img[src$="#img-small-right"] {
  width: 220px;
  float: right;
  padding: 0 3%;
}

.medium-image-right,
img[src$="#img-medium-right"] {
  width: 400px;
  float: right;
  padding: 0 3%;
}

.right {
  float: right;
  padding-left: 3%;
  clear: right;
}

.left {
  float: left;
  padding-right: 3%;
}

.partners-flex {
  display: flex;
  gap: 20px;
}

.partners-flex img {
  height: 120px;
}

details.larger-text {
  border: 1px solid var(--body-color);
  border-radius: 5px;
  padding: 1rem;
  margin: 1rem 0;
}

details.larger-text summary {
  font-size: 1.5rem;
}

/* SDG Teaching Resources */
.inactive {
  opacity: 0.3;
}

.sdgblocks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 20px;
  grid-template-areas: ". ." ". .";
  text-align: center;
}

.sdgblocks a {
  text-decoration: none;
  color: #fff;
  border: 1px solid;
  padding: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.sdgblocks h3 {
  font-weight: 500;
}

.sdgblocks a:nth-of-type(1) {
  background-color: #646E73;
}

.sdgblocks a:nth-of-type(2) {
  background-color: #38454C;
}

.sdgblocks a:nth-of-type(3) {
  background-color: #38454C;
}

.sdgblocks a:nth-of-type(4) {
  background-color: #646E73;
}

.sdgblocks a:hover {
  background-color: var(--lighter-bg-color);
  color: #000 !important;
}

/* FORM DOWNLOAD RESOURCES */
dialog {
  padding-left: 2%;
  padding-right: 2%;
  box-sizing: border-box;
}

dialog > * {
  padding: 0 2%;
}

dialog form textarea {
  width: 100%;
}

dialog form input,
dialog form textarea {
  font-size: 16px;
}

form#resourceForm br {
  content: "";
  display: block;
  height: 0.2rem;
}

form#resourceForm .banner-cta {
  margin: 1% 0;
}

input[type=checkbox] {
  accent-color: var(--banner-cta-color);
  margin: 0;
}

/* EVENT PAGES */
.twitter-article {
  filter: invert(21%) sepia(0%) saturate(10000%);
}

.event-guest {
  height: 250px;
}

.event-container h2 {
  display: inline;
}

.event-container {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  background: var(--lighter-bg-color);
  border-radius: 10px;
  padding: 0 20px 20px;
}

.event-container time {
  padding-top: 1rem;
}

.event-label {
  padding: 5px 12px;
  background: var(--footer-bg);
  display: inline-block;
  color: #fff;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  top: -3px;
  align-self: baseline;
}

.blog .event-label {
  margin-bottom: 12px;
}

.news-hero .event-label,
.events-hero .event-label {
  cursor: pointer;
  background: var(--banner-cta-color);
  font-size: 1.3rem;
}

a.add-calendar-cta {
  display: inline-block;
  background: var(--lighter-bg-color);
  padding: 5px 10px;
  border-radius: 5px;
  color: inherit;
  text-decoration: none;
  outline: 1px solid;
}

a.add-calendar-cta::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill-rule:evenodd;%7D%3C/style%3E%3C/defs%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' d='M12,0A12,12,0,1,1,0,12,12,12,0,0,1,12,0Zm0,1A11,11,0,1,1,1,12,11,11,0,0,1,12,1Zm0,11h6v1H11V4h1Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  width: 23px;
  display: inline-block;
  position: relative;
  top: 5px;
  margin-right: 4px;
}

a.add-calendar-cta:hover {
  text-decoration: none;
  background: #e2e2e2;
  color: inherit;
}

.labels-container {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

#filter-text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 10px;
  visibility: hidden;
  transition: visibility 0.3s, opacity 0.3s linear;
  opacity: 0;
  width: 100%;
  font-size: 16px;
  text-align: center;
  bottom: -40px;
}

#filter-text.visible {
  visibility: visible;
  opacity: 1;
}

/* MAILCHIMP NEWSLETTER */
#mce-error-response,
#mce-success-response {
  display: none;
}

#mce-hidden {
  position: absolute;
  left: -5000px;
}

div#mce-submit div:hover {
  background: var(--footer-bg);
}

#newsletter-signup-details {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

fieldset.mc_fieldset.gdprRequired.mc-field-group {
  border: 0;
}

.mc-field-group input[type=text],
.mc-field-group input[type=email] {
  background: var(--lighter-bg-color);
  border: 0;
  border-radius: 2px;
  padding: 3% 2%;
  margin: 2% 0;
  width: 250px;
  font-size: 16px;
  font-family: inherit;
}

.content__gdpr {
  display: flex;
  justify-content: center;
  margin: 20px 0 0 0;
}

input#mc-embedded-subscribe {
  background: none;
  border: 0;
  text-decoration: none;
  font-size: 18px;
  color: var(--lighter-color);
  flex-shrink: 0;
  cursor: pointer;
  font-family: inherit;
}

/* NEWS */
.blog .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0 20px;
}

.blog .container details {
  width: 100%;
}

main.blog {
  margin-bottom: 20px;
}

.author-name {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.author-name img {
  height: 32px;
  width: 32px;
  border-radius: 100%;
  margin-right: 0.5rem;
}

.author-name > span {
  margin-right: 15px;
}

/* TEACHER COMPANION GUIDE */
#teacher-companion-guide summary {
  font-size: 1.3rem;
  margin: 20px 0;
  font-weight: 500;
}

#teacher-companion-guide summary span {
  font-weight: 300 !important;
  margin-top: 0;
  font-style: italic;
  display: block;
}

/* #teacher-companion-guide summary~* {
	margin-left: 30px;
} */
summary.teacher-companion-guide-headers {
  font-size: 125% !important;
}

#teacher-companion-guide .container details img {
  max-width: 85%;
}

#teacher-companion-guide .container td {
  border: 1px solid #333333;
  padding: 10px;
}

p.tcg-ld,
p.tcg-topic,
p.tcg-written-dialogue,
p.tcg-debrief {
  display: inline-block;
  padding: 5px;
  border-radius: 5px;
  color: #fff;
  margin: 5px;
}

p.tcg-ld {
  background: #595959;
}

p.tcg-topic {
  background: #465378;
}

p.tcg-debrief {
  background: #00626B;
}

p.tcg-written-dialogue {
  background: #C94E1B;
}

.tcg-cornerstone {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 20px;
  grid-template-areas: ". ." ". .";
  text-align: center;
}

.tcg-cornerstone div {
  border: 1px solid;
  padding: 5px;
}

.tcg-cornerstone h3 {
  font-weight: 500;
}

.tcg-cornerstone .cornerstone1 {
  color: grey;
}

.tcg-cornerstone .cornerstone2 {
  color: var(--banner-cta-color);
}

.tcg-cornerstone .cornerstone3 {
  color: burlywood;
}

.tcg-cornerstone .cornerstone4 {
  color: lightcoral;
}

/*
th:nth-of-type(3) {
	width: 20%;
}

#teacher-companion-guide th:nth-of-type(4) {
	width: 12% !important;
}
*/
#teacher-companion-guide details:first-of-type {
  margin-top: 40px;
}

#teacher-companion-guide details:last-of-type {
  margin-bottom: 40px;
}

.tcg-skills {
  max-width: 100px;
}

/* OUR TEAM */
.team-member {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  margin-top: 30px;
  margin-bottom: 50px;
  align-items: center;
  background: var(--lighter-bg-color);
  border-radius: 10px;
  padding: 20px;
}

.team-member img {
  width: 200px;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
}

.team-member h3 {
  margin-top: 0;
}

span[itemprop=name] {
  font-weight: 500;
}

span[itemprop=jobTitle] {
  display: block;
}

/* RESOURCES */
.resources-container {
  display: grid;
  color: #223038;
  gap: 20px;
  grid-template-columns: repeat(12, 1fr);
  grid-row-gap: 50px;
}

.resources-container.single {
  grid-template-columns: 1fr;
}

.resource-block {
  background-color: var(--lighter-bg-color);
  /* min-height: 240px; */
  border-radius: 10px;
  padding: 95px 20px 20px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  grid-column: span 4;
}

.resources-container:not(.uda-topics) .resource-block:nth-of-type(1),
.resources-container:not(.uda-topics) .resource-block:nth-of-type(7) {
  grid-column: span 7;
}

.resources-container:not(.uda-topics) .resource-block:nth-of-type(2),
.resources-container:not(.uda-topics) .resource-block:nth-of-type(6) {
  grid-column: span 5;
}

.resources-desc {
  padding: 20px 0;
}

.resources-container.single .resources-desc {
  padding: 0 80px;
}

.resource-block h1,
.resource-block h2 {
  font-size: 1.45rem;
  margin: 10px auto;
  font-weight: 500;
}

.resource-block .label::before {
  display: block;
  font-size: 1rem;
  background: #646e73;
  border-radius: 8px;
  padding: 3px 10px;
  color: #fff;
  inline-size: fit-content;
  margin: 0 auto;
}

.resource-block .label.eod::before {
  content: "Basic Theory and Skills";
}

.resource-block .label.difficult-dialogue::before {
  content: "Advanced Theory and Skills";
}

.resource-block .label.topic-resource::before {
  content: "Topic Resource";
}

.resource-block .label.youth-handbook::before {
  content: "Community Development";
}

.resource-block .label.subject-resource::before {
  content: "Subject Resources";
}

.resource-block .briefing-note::before {
  content: "Teacher Briefing Note";
}

.resource-image {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 130px;
  height: 130px;
  position: absolute;
  top: -30px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
}

.resources-langs span {
  display: block;
  color: #007681;
}

.resources-langs {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.buttons-container-resource {
  align-self: flex-end;
  margin: 0 auto;
}

.tcg {
  background-color: var(--lighter-bg-color);
  margin-top: 20px;
  border-radius: 10px;
  color: #000;
  padding: 20px;
  text-align: center;
}

@media only screen and (max-width: 876px) {
  .resources-container {
    display: flex;
    flex-wrap: wrap;
  }
  .resources-container.single .resources-desc {
    padding: 0;
  }
}
/* LOW TECH RESOURCES */
.lowtech-hero {
  background-image: url("assets/img/internal-pages/low-tech-resources.jpg");
  background-position: top center;
  /* https://elements.envato.com/teen-hispanic-girl-high-school-student-giving-a-pr-DLMMJKX?utm_nooverride=1 */
}

.resource-blocks-container {
  display: flex;
  flex-direction: column;
  /* Adjust based on your layout preference */
  justify-content: space-between;
}

.tab-heading {
  padding: 1rem;
  display: inline-block;
  border-radius: 10px;
  margin-bottom: 1rem;
  color: white;
  font-size: 1.5rem;
  font-weight: 500;
  cursor: default;
  width: 90%;
}

.tabs-container {
  display: flex;
  /* flex-wrap: wrap; removed 8 november 2024 */
  justify-content: space-between;
}

.tabs {
  width: calc(50% - 0.5rem);
  /* Adjusting for margin-right */
  margin-right: 1rem;
  /* Adjust as necessary for spacing between columns */
}

/* Add a class for the last tab in a column to remove extra margin */
.tabs:last-child {
  margin-right: 0;
}

.tab-label {
  display: inline-block;
  margin: 0.3rem 0;
  padding: 1rem;
  cursor: pointer;
  border-radius: 10px;
  background: var(--lighter-bg-color);
  color: #000;
  font-size: 1rem;
  width: 90%;
}

.tab-content {
  display: none;
  padding: 1rem;
  border: 1px solid #ccc;
  /* Style as needed */
  margin-top: 1rem;
}

/* Show content when corresponding tab is checked */
#tab1:checked ~ .tabs-container ~ #content1,
#tab2:checked ~ .tabs-container ~ #content2,
#tab3:checked ~ .tabs-container ~ #content3,
#tab4:checked ~ .tabs-container ~ #content4,
#tab5:checked ~ .tabs-container ~ #content5,
#tab6:checked ~ .tabs-container ~ #content6,
#tab7:checked ~ .tabs-container ~ #content7,
#tab8:checked ~ .tabs-container ~ #content8,
#tab9:checked ~ .tabs-container ~ #content9 {
  display: block;
}

/* Adjust colors for different blocks or states if needed */
#tab1:checked ~ .tabs-container .social-sciences .tab-label[for=tab1],
#tab2:checked ~ .tabs-container .social-sciences .tab-label[for=tab2],
#tab3:checked ~ .tabs-container .social-sciences .tab-label[for=tab3],
#tab4:checked ~ .tabs-container .english-language-arts .tab-label[for=tab4],
#tab5:checked ~ .tabs-container .english-language-arts .tab-label[for=tab5],
#tab6:checked ~ .tabs-container .english-language-arts .tab-label[for=tab6],
#tab7:checked ~ .tabs-container .science .tab-label[for=tab7],
#tab8:checked ~ .tabs-container .science .tab-label[for=tab8],
#tab9:checked ~ .tabs-container .science .tab-label[for=tab9] {
  background: #646E73;
  color: #ffffff;
}

/* ALUMNI PAGE */
.alumni-stories {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.alumni-stories img {
  padding: 4%;
  max-width: 270px;
}

/* EVENTS PAGE */
.event-container .buttons-container {
  justify-content: left;
  clear: both;
}

.event-container .buttons-container .banner-cta {
  margin: 2% 0;
  margin-right: 2%;
}

.event-time::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill-rule:evenodd;%7D%3C/style%3E%3C/defs%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' d='M12,0A12,12,0,1,1,0,12,12,12,0,0,1,12,0Zm0,1A11,11,0,1,1,1,12,11,11,0,0,1,12,1Zm0,11h6v1H11V4h1Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  width: 23px;
  display: inline-block;
  position: relative;
  top: 5px;
  margin-right: 4px;
}

.event-location::before {
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Ciao --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 1000 1000' enable-background='new 0 0 1000 1000' xml:space='preserve'%3E%3Cmetadata%3E Svg Vector Icons : http://www.onlinewebfonts.com/icon %3C/metadata%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='M500,10c-171.1,0-309.8,138.7-309.8,309.8C190.2,592.9,500,659.6,500,990c0-330.4,309.8-397.1,309.8-670.2C809.7,148.7,671.1,10,500,10z M500,722.3c-33-56.2-73-103.6-110.8-148.5c-70.9-84-126.9-150.3-126.9-254c0-131.1,106.6-237.7,237.7-237.7c131.1,0,237.7,106.6,237.7,237.7c0,103.8-56,170.1-126.9,254.1C573,618.7,532.9,666.1,500,722.3z'/%3E%3Cpath d='M500,203.5c-44.4,0-80.2,35.9-80.2,80.3c0,44.4,35.9,80.3,80.2,80.3c44.4,0,80.3-35.9,80.3-80.3C580.3,239.4,544.4,203.5,500,203.5z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  width: 25px;
  display: inline-block;
  position: relative;
  top: 7px;
}

.events .event-container:not(:first-of-type) {
  border-top: 1px dashed;
  padding-top: 40px;
}

/* CAROUSEL */
#quote-container {
  display: block;
  background: #38454C;
  background-size: 100% 100%;
  color: var(--lighter-color);
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  padding: 20px 150px;
  position: relative;
  /* clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 90%) */
}

#quote-slider > ul {
  height: 150px;
  text-align: center;
  white-space: unset;
}

#quote-container::before,
#quote-container::after {
  content: "";
  display: block;
  width: 45px;
  height: 32px;
  background: url(assets/img/icon-quote-open.svg) no-repeat;
  background-size: cover;
  background-position: 50% 14.5%;
  position: absolute;
  top: 50px;
  left: 70px;
}

#quote-container::after {
  transform: rotate(180deg);
  left: auto;
  right: 70px;
}

#quote-before {
  background: #38454C;
  height: 40px;
  margin-top: 50px;
  transform: skewY(-2deg);
  margin-bottom: -17px;
}

#quote-after {
  height: 42px;
  background: #38454C;
  transform: skewY(2deg);
  margin-top: -17px;
}

.quote-author {
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
}

#slider1 ul li span {
  display: flex;
  justify-content: center;
  font-weight: 500;
  margin-top: 10px;
}

.csslider {
  -moz-perspective: 1300px;
  -ms-perspective: 1300px;
  -webkit-perspective: 1300px;
  perspective: 1300px;
  display: inline-block;
  text-align: left;
  position: relative;
  margin-bottom: 22px;
  margin-top: 22px;
}

.csslider > input {
  display: none;
}

.csslider > input:nth-of-type(10):checked ~ ul li:first-of-type {
  margin-left: -900%;
}

.csslider > input:nth-of-type(9):checked ~ ul li:first-of-type {
  margin-left: -800%;
}

.csslider > input:nth-of-type(8):checked ~ ul li:first-of-type {
  margin-left: -700%;
}

.csslider > input:nth-of-type(7):checked ~ ul li:first-of-type {
  margin-left: -600%;
}

.csslider > input:nth-of-type(6):checked ~ ul li:first-of-type {
  margin-left: -500%;
}

.csslider > input:nth-of-type(5):checked ~ ul li:first-of-type {
  margin-left: -400%;
}

.csslider > input:nth-of-type(4):checked ~ ul li:first-of-type {
  margin-left: -300%;
}

.csslider > input:nth-of-type(3):checked ~ ul li:first-of-type {
  margin-left: -200%;
}

.csslider > input:nth-of-type(2):checked ~ ul li:first-of-type {
  margin-left: -100%;
}

.csslider > input:nth-of-type(1):checked ~ ul li:first-of-type {
  margin-left: 0%;
}

.csslider > ul {
  position: relative;
  width: auto;
  height: auto;
  z-index: 1;
  font-size: 0;
  line-height: 0;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.csslider > ul > li {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-size: 15px;
  font-size: initial;
  line-height: normal;
  -moz-transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
  transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: normal;
}

.csslider > ul > li.scrollable {
  overflow-y: scroll;
}

.csslider > .navigation {
  position: absolute;
  bottom: -8px;
  left: 50%;
  z-index: 10;
  margin-bottom: -10px;
  font-size: 0;
  line-height: 0;
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.csslider > .navigation > div {
  margin-left: -100%;
}

.csslider > .navigation label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-radius: 50%;
  margin: 0 4px;
  padding: 4px;
  background: rgb(139, 149, 148);
}

.csslider > .navigation label:hover:after {
  opacity: 1;
}

.csslider > .navigation label:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -6px;
  margin-top: -6px;
  background: var(--lighter-color);
  border-radius: 50%;
  padding: 6px;
  opacity: 0;
}

.csslider.inside .navigation {
  bottom: 10px;
  margin-bottom: 10px;
}

.csslider.inside .navigation label {
  border: 1px solid #7e7e7e;
}

.csslider > input:nth-of-type(1):checked ~ .navigation label:nth-of-type(1):after,
.csslider > input:nth-of-type(2):checked ~ .navigation label:nth-of-type(2):after,
.csslider > input:nth-of-type(3):checked ~ .navigation label:nth-of-type(3):after,
.csslider > input:nth-of-type(4):checked ~ .navigation label:nth-of-type(4):after,
.csslider > input:nth-of-type(5):checked ~ .navigation label:nth-of-type(5):after,
.csslider > input:nth-of-type(6):checked ~ .navigation label:nth-of-type(6):after,
.csslider > input:nth-of-type(7):checked ~ .navigation label:nth-of-type(7):after,
.csslider > input:nth-of-type(8):checked ~ .navigation label:nth-of-type(8):after,
.csslider > input:nth-of-type(9):checked ~ .navigation label:nth-of-type(9):after,
.csslider > input:nth-of-type(10):checked ~ .navigation label:nth-of-type(10):after,
.csslider > input:nth-of-type(11):checked ~ .navigation label:nth-of-type(11):after {
  opacity: 1;
}

/* MOBILE */
@media only screen and (max-width: 876px) {
  #hero-title,
  nav,
  .container,
  #home-section5 .container,
  #how-it-works-hero .container,
  #events-hero .container,
  #who-we-are-hero .container,
  #about-tbi .container,
  #banner-text .container,
  #page-hero .container,
  #hero-body,
  #hero-container {
    width: auto;
  }
  table {
    overflow-x: scroll;
    display: block;
  }
  .app-hero #hero-body::before {
    display: none;
  }
  /* .logo {
  	width: 207px;
  	height: 50px
  } */
  #hero-title {
    font-size: 2.3rem;
  }
  #hero-body,
  #page-hero p {
    font-size: 1.5rem;
    line-height: 2rem;
    width: 96vw;
    margin-bottom: 1.5rem;
  }
  #top-banner {
    font-size: 16px;
  }
  #top-banner a:before {
    display: block;
    margin: 0 auto;
    margin-bottom: 2%;
  }
  header {
    position: sticky;
    top: 0;
    background: #fff;
    padding: 0.1px;
    z-index: 10;
  }
  div#student-platform:before,
  div#teacher-platform:before {
    position: relative;
    top: -15px;
    left: 0;
  }
  #platforms > div {
    margin: 25px 15px;
  }
  #banner-text {
    padding: 6% 4% 0;
  }
  .nav-item,
  .nav-login {
    display: none;
  }
  .desktop-menu-item {
    display: none !important;
  }
  .mobile-menu-item {
    display: block;
  }
  .dropdown:hover .dropdown-content {
    display: none;
  }
  div#home-section1::before {
    height: 80px;
  }
  #blocks-container {
    flex-wrap: wrap;
  }
  #quote-slider > ul {
    height: 250px;
  }
  #quote-container {
    padding: 17px 25px;
  }
  #quote-container::before,
  #quote-container::after {
    display: none;
  }
  #home-section5 {
    background-image: none;
  }
  #footer-body .container {
    gap: 0 30px;
  }
  #footer-body .container div:nth-of-type(1),
  #footer-body .container div:nth-of-type(2) {
    flex-basis: auto;
  }
  #footer-body .container div:nth-of-type(3) {
    flex-basis: 100%;
  }
  article h1 {
    width: auto;
    font-size: 2.5rem;
  }
  article .container {
    margin: 0;
  }
  article#eod {
    background-size: 300px;
  }
  #newsletter-signup-details {
    justify-content: center;
  }
  .skills {
    display: block;
    text-align: center;
  }
  .right,
  .left {
    float: none;
    padding: 0;
    display: block;
    margin: 0 auto;
  }
  .impact-container {
    flex-wrap: wrap;
  }
  #hero-pane,
  #page-hero {
    min-height: calc(100vh - 90px);
    height: auto;
  }
  .app-features {
    display: flex;
    flex-direction: column;
    background: var(--lighter-bg-color);
    padding: 4%;
  }
  .app-features div {
    padding: 0;
  }
  .app-features > div:nth-child(4n+1),
  .app-features > div:nth-child(4n+2) {
    color: inherit;
  }
  .app-hero {
    background-position: unset !important;
  }
  /* EDUCATOR AWARDS WINNERS MOBILE */
  .winners-table {
    display: flex;
    flex-wrap: wrap;
  }
  /* ARROW TABLES MOBILE */
  @-moz-keyframes bounceDown {
    0%, 20%, 50%, 80%, 100% {
      -moz-transform: translateY(0);
      transform: translateY(0);
    }
    40% {
      -moz-transform: translateY(-30px);
      transform: translateY(-30px);
    }
    60% {
      -moz-transform: translateY(-15px);
      transform: translateY(-15px);
    }
  }
  @-webkit-keyframes bounceDown {
    0%, 20%, 50%, 80%, 100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    40% {
      -webkit-transform: translateY(-30px);
      transform: translateY(-30px);
    }
    60% {
      -webkit-transform: translateY(-15px);
      transform: translateY(-15px);
    }
  }
  @keyframes bounceDown {
    0%, 20%, 50%, 80%, 100% {
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    40% {
      -moz-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
      -webkit-transform: translateY(-30px);
      transform: translateY(-30px);
    }
    60% {
      -moz-transform: translateY(-15px);
      -ms-transform: translateY(-15px);
      -webkit-transform: translateY(-15px);
      transform: translateY(-15px);
    }
  }
  @-webkit-keyframes bounceLeft {
    0%, 20%, 50%, 80%, 100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    40% {
      -webkit-transform: translateX(30px);
      transform: translateX(30px);
    }
    60% {
      -webkit-transform: translateX(15px);
      transform: translateX(15px);
    }
  }
  @-moz-keyframes bounceLeft {
    0%, 20%, 50%, 80%, 100% {
      transform: translateX(0);
    }
    40% {
      transform: translateX(30px);
    }
    60% {
      transform: translateX(15px);
    }
  }
  @keyframes bounceLeft {
    0%, 20%, 50%, 80%, 100% {
      -ms-transform: translateX(0);
      transform: translateX(0);
    }
    40% {
      -ms-transform: translateX(30px);
      transform: translateX(30px);
    }
    60% {
      -ms-transform: translateX(15px);
      transform: translateX(15px);
    }
  }
  /* /left bounce */
  /* right bounce */
  @-webkit-keyframes bounceRight {
    0%, 20%, 50%, 80%, 100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    40% {
      -webkit-transform: translateX(-30px);
      transform: translateX(-30px);
    }
    60% {
      -webkit-transform: translateX(-15px);
      transform: translateX(-15px);
    }
  }
  @-moz-keyframes bounceRight {
    0%, 20%, 50%, 80%, 100% {
      transform: translateX(0);
    }
    40% {
      transform: translateX(-30px);
    }
    60% {
      transform: translateX(-15px);
    }
  }
  @keyframes bounceRight {
    0%, 20%, 50%, 80%, 100% {
      -ms-transform: translateX(0);
      transform: translateX(0);
    }
    40% {
      -ms-transform: translateX(-30px);
      transform: translateX(-30px);
    }
    60% {
      -ms-transform: translateX(-15px);
      transform: translateX(-15px);
    }
  }
  /* /right bounce */
  /* assign bounce */
  .table-mobile-arrow {
    padding-right: 2.1%;
    display: block;
    text-align: right;
    font-size: 24px;
    -webkit-animation: bounceRight 2s infinite !important;
    animation: bounceRight 2s infinite !important;
  }
  /* Who we are on mobile */
  .values div {
    max-width: none;
  }
  /* partners on mobile */
  .partners {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  /* our team on mobile */
  .team-member {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .team-member img {
    width: 100vw;
    height: 280px;
    object-fit: cover;
    border-radius: 8px;
  }
  /* IMPACT mobile */
  .impact > div {
    width: 48%;
    margin-bottom: 40px;
  }
  .impact span {
    font-size: 36px;
  }
  .impact > div img {
    max-width: 70%;
  }
  /* HAMBURGER MENU */
  /* Show Hamburger Icon */
  nav {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #hamnav {
    padding: 0 4%;
  }
  #hamnav label {
    display: inline-block;
    color: transparent;
    background: url(assets/img/icon-menu.svg);
    font-style: normal;
    font-size: 1.15em;
    padding: 10px;
    width: 30px;
    height: 30px;
    background-position: 50% 0;
    background-size: cover;
    float: right;
  }
  /* Break down menu items into vertical */
  #hamitems a,
  #hamitems span {
    box-sizing: border-box;
    display: block;
    width: auto;
    border-top: 1px solid var(--body-color-darker);
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  /* Toggle Show/Hide Menu */
  #hamitems {
    display: none;
  }
  #hamnav input:checked ~ #hamitems {
    display: block;
    background: rgba(255, 255, 255, 0.95);
    clear: both;
    padding: 4%;
    position: relative;
  }
  a#login {
    background: transparent;
    color: #000;
    text-transform: uppercase;
    padding: 10px;
    font-weight: 400;
    border-radius: 0;
    font-size: 16px;
  }
  .events-container article {
    grid-column: span 12 !important;
  }
  [data-tooltip]::after {
    display: none;
  }
}
/* TABLET */
@media only screen and (min-width: 876px) and (max-width: 1020px) {
  .container,
  nav,
  #banner-text .container {
    width: auto;
  }
  #geochart-colors {
    width: 700px;
  }
  article .container {
    margin: 0;
  }
  .blog .container {
    padding: 0 4%;
  }
}
/* very small resolutions */
@media only screen and (max-width: 210px) {
  .logo {
    background: url(assets/img/logo-square.svg) no-repeat;
    width: 40%;
    height: 100%;
    background-size: contain;
  }
}
@media (max-width: 380px) {
  #footer-top .container {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
}
/* IPAD PRO */
@media only screen and (min-width: 1024px) and (max-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .blog .container {
    width: 960px;
  }
  .container {
    width: 760px;
  }
}
/* HIDE NEWSLETTER STICKY DIV ON NON-DESKTOPS */
@media only screen and (max-width: 1000px) {
  #newsletter-popup {
    display: none;
  }
}
/* Google Search */
div#___gcse_0 {
  max-width: 100vw;
  position: relative;
  left: 12px;
  min-width: 40vw;
}

.gsc-input input {
  padding: 10px !important;
}

.gsc-search-button-v2 {
  padding: 20px 35px !important;
  cursor: pointer;
}

.gsc-control-cse,
.gsc-control-cse-en,
td.gsc-input,
.gsc-input-box input {
  background: transparent !important;
  border: 0 !important;
}

.gsc-search-button {
  border: 0 !important;
}

table.gsc-search-box,
table#gs_id50 {
  overflow: hidden !important;
}

table.gsc-search-box td.gsc-input,
.gsc-control-cse {
  padding-left: 0 !important;
}

.search-btn {
  background: var(--banner-cta-color);
  /* padding: 5px 10px; */
  padding: 0 10px;
  border: none;
  margin-left: 5px;
  display: inline-block;
}

.search-btn svg {
  fill: var(--lighter-color);
}

a.search-nav {
  margin-left: 15px;
}

.gs-title {
  text-align: left !important;
}

/* Pagination Styles */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0;
  gap: 8px;
  flex-wrap: wrap;
}

/* Left align pagination on both news and events pages */
#pagination-container.pagination,
#past-events-pagination.pagination {
  justify-content: flex-start;
}

.pagination-link {
  display: inline-block;
  padding: 8px 12px;
  margin: 0 2px;
  color: var(--body-color);
  text-decoration: none;
  border: 1px solid var(--lighter-bg-color);
  border-radius: 4px;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  font-size: 14px;
  font-weight: 400;
  box-sizing: border-box;
  min-width: 44px;
  max-width: 44px;
  height: 36px;
  line-height: 18px;
  text-align: center;
  position: relative;
}

.pagination-link:hover {
  background-color: var(--banner-cta-color);
  color: var(--lighter-color) !important;
  border-color: var(--banner-cta-color);
  text-decoration: none;
  font-weight: 400;
}

.pagination-link:focus {
  outline: 2px solid var(--banner-cta-color);
  outline-offset: 2px;
}

.pagination-link.current {
  background-color: var(--banner-cta-color);
  color: var(--lighter-color);
  border-color: var(--banner-cta-color);
  font-weight: 600;
}

.pagination-link.nav-button {
  min-width: auto;
  max-width: none;
  padding: 8px 16px;
}

.pagination-ellipsis {
  padding: 8px 12px;
  color: var(--body-color);
  font-size: 14px;
  display: inline-block;
  margin: 0 2px;
}

@media (max-width: 768px) {
  .pagination {
    margin: 30px 0;
    gap: 4px;
  }
  .pagination-link {
    padding: 6px 10px;
    font-size: 13px;
    margin: 0 1px;
    min-width: 36px;
  }
}

/*# sourceMappingURL=style.css.map */