/* General styles */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Shadows+Into+Light&display=swap");
:root {
    --pge-modal-bg: url('/assets/images/gcsesummit/background.png');
    --pge-blue: #3379B1;
    --pge-orange: #F07E1A;
    --pge-orange-hover: #d96d0d;
    --pge-text: #1a1a1a;
    --pge-border: #c9c9c9;
    --pge-muted: #555;
  }
body {
  font-size: calc(15px + 0.390625vw);
  --btn_font: 15px;
  --btn_width: 80%;
  --btn_padding: 13px 16px;
  --nav_btn_padding: 10px 16px;
  --brightness: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}

.footer {
  margin-top: auto;
  font-size: 0.8rem;
}

.myparentguide {
  position: relative;
  top: 1px;
}

.copyright {
  font-size: 0.6rem;
  margin: 0;
}

.admin-table td {
  padding: 0px 2px;
}

.tagify--select {
  font-size: 0.75rem !important;
}

.flex-item {
  -webkit-box-flex: 1;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  max-width: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 5px;
}

.flex-item-exp {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  gap: 5px;
}

#toolkitSurvey {
  width: 95%;
  max-width: 600px;
  margin: 1rem auto;
  padding: 0.5rem;
}

.mynav.nav-link {
  /* font-size: 1.1rem */
  margin-left: 6px;
  margin-right: 6px;
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.spacer {
  min-height: 20px;
}

.reg_heading {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.d-flex.align-items-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.journeyimg {
  width: 100%;
  max-width: 370px;
  height: auto;
}

#survey_box {
  max-width: 600px;
}

.pretty {
  text-wrap: pretty;
}

.dashboard_display {
  height: 240px;
}

.gdpr_title {
  font-size: 1.2rem;
  font-weight: bolder;
  color: red;
  font-weight: bolder;
  text-transform: uppercase;
}

.gdpr_header {
  font-size: 0.85rem;
  font-weight: normal;
  text-transform: uppercase;
  text-align: start;
  font-weight: bold;
  margin-bottom: 2px;
}

.gdpr_text {
  font-size: 0.85rem;
  font-weight: normal;
  text-align: start;
  text-wrap: pretty;
  margin-bottom: 12px;
  max-width: 400px;
}

.gdpr_btn {
  width: 140px;
}

img.em_float {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 25%;
  max-width: 100px;
}

.gdpr_base {
  max-height: 70px;
}

.yr_highlight_label {
  text-transform: uppercase;
  font-size: 0.9rem;
  background-color: #ff8c42;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 5px;
  padding: 4px 10px;
  margin-bottom: 0;
}

.stats_display_left {
  color: black;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  font-weight: 500;
  background-color: var(--light);
}

.stats_display_right {
  color: black;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-style: solid;
  border-color: var(--light);
}

.gdpr_display_yes {
  color: black;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  font-weight: 500;
  background-color: #48e064;
  border: 1px solid black;
  border-right-style: none;
}

.gdpr_display_null {
  color: black;
  font-weight: 500;
  background-color: #f7eb81;
  border-color: black;
  border-style: solid none;
  border-width: 1px;
}

.gdpr_display_no {
  color: black;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #fc6e6e;
  border: 1px solid black;
  border-left-style: none;
}

.offer_headline {
  font-size: 2rem;
  font-weight: bold;
  color: #3379b1;
  text-align: center;
}

.large {
  --btn_font: 18px !important;
  --btn_padding: 12px 10px !important;
}

p.offer_ends {
  font-size: 24px;
  text-transform: uppercase;
}

/* COLOURS */
.green {
  --light: #62b46d;
  --dark: #4c8c54;
  --contrast: black;
  --hover: #2a2a2a;
}

.darkblue {
  --light: #3379b1;
  --dark: #285e8a;
  --contrast: white;
  --hover: #000000;
}

.brightblue {
  --light: #38b6ff;
  --dark: #2296d8;
  --contrast: black;
  --hover: #2a2a2a;
}

.yellow {
  --light: #eebb00;
  --dark: #ba9201;
  --contrast: black;
  --hover: #2a2a2a;
}

.blue {
  --light: #a8d1fc;
  --dark: #799ec5;
  --contrast: black;
  --hover: #2a2a2a;
}

.purple {
  --light: #b069e2;
  --dark: #804da4;
  --contrast: white;
  --hover: #000000;
}

.pink {
  --light: #e89ad3;
  --dark: #a66f97;
  --contrast: black;
  --hover: #2a2a2a;
}

.orange {
  --light: #ff8c42;
  --dark: #c16e3a;
  --contrast: black;
  --hover: #2a2a2a;
}

.gray {
  --light: lightgray;
  --dark: rgb(181, 179, 179);
  --contrast: black;
  --hover: #444444;
}

.red {
  --light: #fc6e6e;
  --dark: #ff3939;
  --contrast: black;
  --hover: #2a2a2a;
}

.white {
  --light: white;
  --dark: rgb(80, 80, 80);
  --contrast: black;
  --hover: #3379b1;
  --brightness: 0.9;
}

.paleblue {
  --light: #daecff;
  --dark: #a8d1fc;
  --contrast: black;
  --hover: #2a2a2a;
}
.brightpink {
  --light: #e665dd;
  --dark: #DE18D2;
  --contrast: black;
  --hover: #2a2a2a;
}

.btn-20 {
  --btn_width: 20%;
}

.btn-30 {
  --btn_width: 30%;
}

.mobilebtn {
  --btn_width: 50%;
}

.fullbtn {
  --btn_width: 95%;
  --btn_padding: 8px 10px;
}

.bigbtn {
  --btn_padding: 15px 20px;
  --btn_font: 18px;
}

/* MY CUSTOM BUTTON - colours above.  Font size, width and padding in media queries.  */
.button-19 {
  background-color: var(--dark);
  color: var(--contrast);
  border-radius: 20px;
  border: solid transparent;
  border-width: 0 0 2px;
  cursor: pointer;
  outline: none;
  overflow: visible;
  font-size: var(--btn_font);
  width: var(--btn_width);
  font-weight: 700;
  letter-spacing: 0.8px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  padding: var(--btn_padding);
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: -webkit-filter 0.2s;
  transition: -webkit-filter 0.2s;
  transition: filter 0.2s;
  transition: filter 0.2s, -webkit-filter 0.2s;
  transition:
    filter 0.2s,
    -webkit-filter 0.2s;
  transition:
    filter 0.2s,
    -webkit-filter 0.2s;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: middle;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-shadow:
    rgba(0, 0, 0, 0.2) 0 3px 5px -1px,
    rgba(0, 0, 0, 0.14) 0 6px 5px 0,
    rgba(0, 0, 0, 0.12) 0 1px 9px 0;
}

.button-19:after {
  background-clip: padding-box;
  background-color: var(--light);
  border-radius: 20px;
  border: solid transparent;
  border-width: 0 0 2px;
  bottom: -2px;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.button-19:hover:not(:disabled) {
  filter: brightness(1.1);
  -webkit-filter: brightness(1.1);
  color: var(--hover);
}

.button-19.btn:hover {
  background-color: var(--dark) !important;
}

.button-19:disabled {
  cursor: auto;
}

.button-19:active {
  border-width: 2px 0 0;
  -webkit-box-shadow: none;
}

.button-19:active::after {
  -webkit-box-shadow:
    inset rgba(0, 0, 0, 0.2) 0 2px 3px -1px,
    inset rgba(0, 0, 0, 0.14) 0 4px 3px 0,
    inset rgba(0, 0, 0, 0.12) 0 1px 5px 0;
}

.roundedbtn {
  border-radius: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

/* MY CUSTOM BUTTON - colours above.  Font size, width and padding in media queries.  */
.button-nav {
  display: inline-block;
  background-color: var(--dark);
  color: var(--contrast);
  border-radius: 20px;
  border: solid var(--dark);
  border-width: 0 0 2px;
  /*border-width: 2px;*/
  position: relative;
  /* Needed for positioning the :after pseudo-element */
  cursor: pointer;
  margin-top: auto;
  margin-bottom: auto;
  outline: none;
  overflow: visible;
  font-size: var(--btn_font);
  width: auto;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: normal;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  padding: var(--nav_btn_padding);
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: -webkit-filter 0.2s;
  transition: -webkit-filter 0.2s;
  transition: filter 0.2s;
  transition: filter 0.2s, -webkit-filter 0.2s;
  transition:
    filter 0.2s,
    -webkit-filter 0.2s;
  transition:
    filter 0.2s,
    -webkit-filter 0.2s;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: middle;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-shadow:
    rgba(0, 0, 0, 0.2) 0 3px 5px -1px,
    rgba(0, 0, 0, 0.14) 0 6px 5px 0,
    rgba(0, 0, 0, 0.12) 0 1px 9px 0;
}

.button-nav:after {
  background-clip: padding-box;
  background-color: var(--light);
  border-radius: 20px;
  border: solid;
  border-color: transparent;
  border-width: 0 0 2px;
  bottom: -2px;
  padding: var(--nav_btn_padding);
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.button-nav.bordered:after {
  border-color: var(--dark);
  /* Inner border for the 'bordered' button */
  border-width: 1px 1px 2px;
  padding: calc(var(--nav_btn_padding) - 1px);
  /* Adjust padding */
}

.button-nav:hover:not(:disabled) {
  filter: brightness(var(--brightness));
  -webkit-filter: brightness(var(--brightness));
  color: var(--contrast);
}

.button-nav:disabled {
  cursor: auto;
}

.button-nav:active {
  border-width: 2px 0 0;
  -webkit-box-shadow: none;
}

.button-nav:active::after {
  -webkit-box-shadow:
    inset rgba(0, 0, 0, 0.2) 0 2px 3px -1px,
    inset rgba(0, 0, 0, 0.14) 0 4px 3px 0,
    inset rgba(0, 0, 0, 0.12) 0 1px 5px 0;
  border-width: 2px 0 0;
}

.button-nav:active.bordered::after {
  -webkit-box-shadow:
    inset rgba(0, 0, 0, 0.2) 0 2px 3px -1px,
    inset rgba(0, 0, 0, 0.14) 0 4px 3px 0,
    inset rgba(0, 0, 0, 0.12) 0 1px 5px 0;
}

.centeralign {
  text-align: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.border-horizontal {
  border: 4px solid transparent;
  border-image-source: url("/assets/images/dividers/horizontal-line.svg");
  border-image-slice: 0 0 20 0;
  /* Adjust based on the SVG dimensions */
}

.border-horizontal-top {
  border: 4px solid transparent;
  border-image-source: url("/assets/images/dividers/horizontal_line.svg");
  border-image-slice: 20 0 0 0;
  /* Adjust based on the SVG dimensions */
}

.border-vertical-left {
  border: 4px solid transparent;
  border-image-source: url("/assets/images/dividers/horizontal_line.svg");
  border-image-slice: 0 20 0 0;
  /* Adjust based on the SVG dimensions */
}

.border-vertical-right {
  border: 4px solid transparent;
  border-image-source: url("/assets/images/dividers/horizontal_line.svg");
  border-image-slice: 0 0 0 20;
  /* Adjust based on the SVG dimensions */
}

.border-full {
  border: 4px solid transparent;
  border-image-source: url("/assets/images/dividers/border_lines.svg");
  border-image-slice: 20 20 20 20;
  /* Adjust based on the SVG dimensions */
}

/* ACCESSIBILITY */
.nav-link:focus-visible {
  outline: none;
  -webkit-box-shadow: 0 0 0 3px rgba(3, 226, 255, 0.8);
  box-shadow: 0 0 0 3px rgba(3, 226, 255, 0.8);
}

.navbar-brand:focus-visible {
  outline: none;
  -webkit-box-shadow: 0 0 0 3px rgba(3, 226, 255, 0.8);
  box-shadow: 0 0 0 3px rgba(3, 226, 255, 0.8);
}

.form-control.dark:focus-visible {
  outline-color: #3b3b3b;
  outline-style: solid;
  outline-width: 2px;
  -webkit-box-shadow: 0 0 0 5px rgba(3, 226, 255, 0.8);
  box-shadow: 0 0 0 5px rgba(3, 226, 255, 0.8);
}

.form-control:focus-visible {
  outline-color: #ffffff;
  outline-style: solid;
  outline-width: 2px;
  -webkit-box-shadow: 0 0 0 5px rgba(3, 226, 255, 0.8);
  box-shadow: 0 0 0 5px rgba(3, 226, 255, 0.8);
}

.btn.dark:focus-visible {
  outline-color: #3b3b3b;
  outline-style: solid;
  outline-width: 2px;
  -webkit-box-shadow: 0 0 0 5px rgba(3, 226, 255, 0.8);
  box-shadow: 0 0 0 5px rgba(3, 226, 255, 0.8);
}

.btn:focus-visible {
  outline-color: #ffffff;
  outline-style: solid;
  outline-width: 2px;
  -webkit-box-shadow: 0 0 0 5px rgba(3, 226, 255, 0.8);
  box-shadow: 0 0 0 5px rgba(3, 226, 255, 0.8);
}

.button-19.dark:focus-visible {
  outline-color: #3b3b3b;
  outline-style: solid;
  outline-width: 2px;
  -webkit-box-shadow: 0 0 0 5px rgba(3, 226, 255, 0.8);
  box-shadow: 0 0 0 5px rgba(3, 226, 255, 0.8);
}

.button-19:focus-visible {
  outline-color: #ffffff;
  outline-style: solid;
  outline-width: 2px;
  -webkit-box-shadow: 0 0 0 5px rgba(3, 226, 255, 0.8);
  box-shadow: 0 0 0 5px rgba(3, 226, 255, 0.8);
}

/* ALL THE FLEX STUFF */

.flexjustify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flexjustify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flexjustify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flexjustify-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flexjustify-between {
  -ms-flex-pack: distribute;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.flexalign-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flexalign-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flexalign-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flexalign-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flexcont-start {
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.flexcont-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flexcont-end {
  -ms-flex-line-pack: start;
  align-content: flex-end;
}

.wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.reversewrap {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

.flexrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

.flexcol {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* MY STYLES */

.currentnav {
  border-top: 5px solid #3379b1;
  border-left: 5px solid #3379b1;
  border-right: 5px solid #3379b1;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.inactivenav {
  background-color: rgba(150, 150, 150, 0.6);
  border-bottom: 5px solid #3379b1;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.formstyle1 {
  border-bottom: 5px solid #3379b1;
  border-left: 5px solid #3379b1;
  border-right: 5px solid #3379b1;
}

.codecol {
  padding: 0px 4px;
}

/* declare the size in a style="--mw: thismanypx"*/
.responsive {
  width: 100%;
  max-width: var(--mw);
  height: auto;
}

/* declare along with a colour class */
.r-head {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: var(--light);
  --bs-heading-color: var(--contrast);
  text-align: center;
  font-size: 1rem;
  padding-top: 5px;
  padding-bottom: 2px;
  width: 100%;
  min-width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.r-body {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: var(--light);
  color: black;
  text-align: center;
}

.outlineme {
  outline-color: var(--light);
  outline-width: 1px;
  outline-style: solid;
  border-radius: 10px;
  padding: 5px;
  margin: 5px;
}

.outlineme_shadow {
  outline-color: var(--light);
  outline-width: 2px;
  outline-style: solid;
  border-radius: 10px;
  padding: 5px;
  margin: 1rem;
  -webkit-box-shadow: 0px 0px 37px -24px rgba(0, 0, 0, 0.65);
  box-shadow: 0px 0px 37px -24px rgba(0, 0, 0, 0.65);
}

.outlineme_shadow.full {
  margin: 0.25rem;
  padding: 4px;
}

.addshadow {
  -webkit-box-shadow:
    rgba(0, 0, 0, 0.16) 0px 3px 6px,
    rgba(0, 0, 0, 0.23) 0px 3px 6px;
  box-shadow:
    rgba(0, 0, 0, 0.16) 0px 3px 6px,
    rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.datapoint-mid {
  border-left-style: solid;
  border-left-width: 2px;
  border-right-style: solid;
  border-right-width: 2px;
  border-color: var(--light);
  color: black;
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.datapoint-base {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-style: none solid solid;
  border-width: 2px;
  border-color: var(--light);
  color: var(--contrast);
  text-align: center;
  font-size: 1rem;
  background-color: var(--dark);
}

.eventdata_reg {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: #d7eaff;
  height: 30px;
  width: var(--reg);
  vertical-align: middle;
  font-size: 0.5rem;
  text-align: end;
}

.eventdata_view {
  background-color: #ffdc5c;
  height: 30px;
  width: var(--view);
  vertical-align: middle;
  font-size: 0.5rem;
  text-align: end;
}

.eventdata_click {
  background-color: #56a6fb;
  height: 30px;
  width: var(--click);
  vertical-align: middle;
  font-size: 0.5rem;
  text-align: end;
}

.eventdata_buy {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #48e064;
  height: 30px;
  width: var(--buy);
  vertical-align: middle;
  font-size: 0.5rem;
  text-align: end;
}

.eventdata_label {
  height: 16px;
  padding-right: 2px;
  vertical-align: middle;
  font-size: 0.8rem;
  text-align: end;
}

.divider {
  max-width: 40%;
  border-bottom: 2px solid #3b3b3b;
}

#mycourseimg:hover {
  cursor: pointer;
}

#swiper1 div.swiper-button-disabled {
  opacity: 0.01;
  cursor: auto;
  pointer-events: none;
}

.highlighted {
  outline-color: var(--light);
  outline-width: 2px;
  outline-style: solid;
  border-radius: 10px;
  padding: 5px;
  margin: 3px;
}

.chosen_option {
  outline: none;
  -webkit-box-shadow: 0 0 0 3px rgba(3, 226, 255, 0.8);
  box-shadow: 0 0 0 3px rgba(3, 226, 255, 0.8);
}

.img_radio {
  display: none;
}

.selectable:hover {
  cursor: pointer;
}

.optiontab {
  border: 3px outset var(--light);
  border-radius: 10px;
  background-color: white;
  font-size: var(--btn_font);
}

.optiontab.selected {
  border: 3px inset var(--dark);
  border-radius: 10px;
  background-color: var(--light);
  color: var(--contrast);
}

.list-group.bulleted {
  list-style-type: disc;
  padding-left: 20px;
  /* Optional for indentation */
}

.list-group.bulleted .list-group-item {
  display: list-item;
  /* Ensures bullets are visible */
  border-width: 0px;
}

.form_bg {
  background-color: #a8d1fc;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 37px -24px rgba(0, 0, 0, 0.65);
  box-shadow: 0px 0px 37px -24px rgba(0, 0, 0, 0.65);
}

/* New class specifically for headers with a toggle */
.header-with-toggle {
  position: relative;
  /* Make this header the positioning context */
}

.header-with-toggle .toggle-modal {
  position: absolute;
  /* Position the icon relative to the header */
  top: 10px;
  /* Adjust to position the icon vertically */
  right: 15px;
  /* Adjust to position the icon horizontally */
  font-size: 1rem;
  /* Set size for the + icon */
  color: #fff;
  /* Change to desired color */
}

.priority-icon {
  color: var(--light);
}

.TPGmodal {
  font-size: 14px !important;
}

.interaction_type {
  display: inline-block;
  background-color: var(--light);
  color: var(--contrast);
  border-radius: 10px;
  padding: 0px 8px;
  font-size: 13px;
}

.interaction_type.small {
  font-size: 10px;
}

::-webkit-scrollbar {
  width: 10px;
  /* Thin scrollbar */
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  margin: 20px;
  background-color: transparent;
  -webkit-box-shadow: inset 0 0 3px 3px #e9e9e9;
  box-shadow: inset 0 0 3px 3px #e9e9e9;
}

/* Style for Webkit-based browsers (Chrome, Safari, Edge) */
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#4596d3), to(#3379b1));
  background: linear-gradient(180deg, #4596d3, #3379b1);
  /* Gradient for depth */
  -webkit-box-shadow:
    inset 2px 2px 4px rgba(255, 255, 255, 0.4),
    /* Light inner shadow for raised effect */ inset -2px -2px 4px
      rgba(0, 0, 0, 0.3);
  box-shadow:
    inset 2px 2px 4px rgba(255, 255, 255, 0.4),
    /* Light inner shadow for raised effect */ inset -2px -2px 4px
      rgba(0, 0, 0, 0.3);
  /* Dark inner shadow for depth */
  border: 1px solid #2a6a98;
  /* Slightly darker border for definition */
}

.survey_option {
  border-style: solid;
  border-width: 3px;
  border-radius: 20px;
  border-color: var(--light);
  background-color: white;
  padding: 10px 5px;
  margin: 3px 0px;
  width: 220px;
  cursor: pointer;
  font-size: 0.8rem;
  display: inline-block;
  text-align: center;
  overflow-wrap: break-word;
  white-space: normal;
}

.survey_option.full {
  width: 95%;
  margin: 8px;
  font-size: 1rem;
}

.survey_option.small {
  width: 140px;
  padding: 3px 4px;
}

.survey_option.selected,
.survey_option:hover {
  border-color: var(--dark);
  background-color: var(--light);
}

.survey_option.notselected {
  background-color: rgb(205, 203, 203);
  opacity: 0.5;
}

.survey_smiley {
  cursor: pointer;
}

.question_box_title {
  font-size: 1.2rem;
  text-align: center;
  margin: 12px 0;
  font-weight: 600;
  text-wrap: balance;
  color: #3379b1;
}

img.notselected {
  opacity: 0.5;
}

.eventselect {
  border: 3px outset gray;
  border-radius: 10px;
  padding: 5px 10px;
  background-color: white;
  font-size: var(--btn_font);
  cursor: pointer;
}

.schoolstats {
  border-bottom: 1px solid darkgrey;
}

.noindex td {
  background-color: #ccdfe3;
}

.show_chosen.selected {
  background-color: #62b46d;
}

.show_chosen {
  background-color: #ffffff;
  cursor: pointer;
}

.sticky_offer_bonus {
  background-color: #ff8c42;
  position: sticky;
  top: 0;
  z-index: 999;
}

.membership_options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3rem;
}

.membership_column {
  max-width: 360px;
  min-width: 320px;
  text-align: center;
  margin: 0 auto;
}

.membership_column img {
  width: 90%;
}

.br_spacing p {
  line-height: 1.8;
}

.hiding {
  opacity: 0;
}

.reviews-section {
  margin-top: 1rem;
  padding: 2rem;
  background: #a8d1fc;
}

.review-card {
  background: #fff;
  border-left: 4px solid #3379b1;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  padding: 1.5rem 2rem;
  margin-bottom: 1.5rem;
  position: relative;
}

.review-card::before {
  content: "❝";
  font-size: 3rem;
  color: #3379b1;
  position: absolute;
  top: 10px;
  left: 15px;
  opacity: 0.25;
}

.review-text {
  font-family: "Playfair Display", serif;
  font-size: 1.3rem;
  line-height: 1.6;
  margin: 0 0 0.5rem 1rem;
  color: #333;
}

.reviewer-name {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #3379b1;
  margin: 0;
  text-align: right;
}

.pg-timeline {
  position: relative;
}

.pg-item {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.08);
}

.pg-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-top: 6px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 10px;
  flex: 0 0 10px;
  background: #999;
  -webkit-box-shadow:
    0 0 0 2px #fff,
    0 0 0 4px rgba(0, 0, 0, 0.05);
  box-shadow:
    0 0 0 2px #fff,
    0 0 0 4px rgba(0, 0, 0, 0.05);
}

.bg-send {
  background: #0d6efd !important;
}

.bg-thanks {
  background: #6f42c1 !important;
}

.bg-reply {
  background: #198754 !important;
}

.bg-bounce {
  background: #dc3545 !important;
}

.bg-note {
  background: #6c757d !important;
}

.hideaction {
  opacity: 0;
}

.semihidden {
  opacity: 0.4;
}

#gcseOfferContainer,
#summitOfferContainer {
  max-width: 1060px;
  margin: 0 auto;
}




/* =======================================================
   GCSE SUMMIT MODAL
   ======================================================= */

/* Full-screen overlay - covers the registration page until closed */
  .pge-modal-overlay {
    display: none;                 /* hidden by default; add .is-open to show */
    position: fixed;
    inset: 0;
    z-index: 9999;
    background-color: #eef0f2;     /* fallback if the image is missing */
    background-image: var(--pge-modal-bg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* centre the card, allow scroll on short screens */
    -ms-flex-align: start;
        align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow-y: auto;
    padding: 24px 16px;
    -webkit-box-align: start;
  }
  .pge-modal-overlay.is-open { display: -webkit-box; display: -ms-flexbox; display: flex; }

  /* The white card */
  .pge-modal-card {
    position: relative;
    width: 100%;
    max-width: 520px;
    margin: auto;                  /* vertical centring when content is short */
    background: #fff;
    border-radius: 22px;
    -webkit-box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
            box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
    padding: 40px 40px 36px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  /* Close button */
  .pge-modal-close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 28px;
    height: 28px;
    border: 2px solid #2b2b2b;
    border-radius: 50%;
    background: transparent;
    color: #2b2b2b;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    -webkit-transition: background 0.15s ease, color 0.15s ease;
    transition: background 0.15s ease, color 0.15s ease;
  }
  .pge-modal-close:hover { background: #2b2b2b; color: #fff; }

  .pge-modal-card,
  .pge-modal-card * { font-family: 'Montserrat', -apple-system, Segoe UI, Roboto, Arial, sans-serif; }

  .pge-modal-title {
    margin: 0 0 4px;
    text-align: center;
    font-size: 28px;
    font-weight: 800;
    color: var(--pge-text);
    line-height: 1.15;
  }
  .pge-modal-subtitle {
    margin: 0 0 26px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: var(--pge-blue);
    line-height: 1.2;
  }

  .pge-field { margin-bottom: 18px; }
  .pge-field label {
    display: block;
    font-size: 17px;
    font-weight: 700;
    color: var(--pge-text);
    margin-bottom: 4px;
  }
  .pge-field input[type="text"],
  .pge-field input[type="email"] {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 8px 16px;
    font-size: 15px;
    color: var(--pge-text);
    border: 1px solid var(--pge-border);
    border-radius: 8px;
    background: #fff;
    outline: none;
    -webkit-transition: border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
  }
  .pge-field input::-webkit-input-placeholder { color: #9a9a9a; }
  .pge-field input::-moz-placeholder { color: #9a9a9a; }
  .pge-field input:-ms-input-placeholder { color: #9a9a9a; }
  .pge-field input::-ms-input-placeholder { color: #9a9a9a; }
  .pge-field input::placeholder { color: #9a9a9a; }
  .pge-field input:focus {
    border-color: var(--pge-blue);
    -webkit-box-shadow: 0 0 0 3px rgba(51, 121, 177, 0.18);
            box-shadow: 0 0 0 3px rgba(51, 121, 177, 0.18);
  }

  /* Consent block */
  .pge-consent-intro {
    font-size: 16px;
    font-weight: 600;
    color: var(--pge-text);
    margin: 22px 0 4px;
    line-height: 1.35;
  }
  .pge-consent-note {
    font-size: 13px;
    color: var(--pge-muted);
    margin: 0 0 14px;
  }
  .pge-privacy-link {
    color: var(--pge-blue);
    text-decoration: underline;
    white-space: nowrap;
  }
  .pge-consent-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 8px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 16px;
    color: var(--pge-text);
  }
  .pge-consent-option input {
    width: 18px;
    height: 18px;
    margin: 1px 0 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    accent-color: var(--pge-blue);
    cursor: pointer;
  }

  /* Submit */
  .pge-submit {
    width: 100%;
    margin-top: 22px;
    padding: 14px 20px;
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    background: var(--pge-orange);
    border: none;
    border-radius: 12px;
    cursor: pointer;
    -webkit-transition: background 0.15s ease;
    transition: background 0.15s ease;
  }
  .pge-submit:hover { background: var(--pge-orange-hover); }

  /* Mobile */
  @media (max-width: 480px) {
    .pge-modal-card { padding: 36px 20px 28px; border-radius: 18px; }
    .pge-modal-title { font-size: 17px; }
    .pge-modal-subtitle { font-size: 14px; margin-bottom: 16px; }
    .pge-field label { font-size: 14px; }
    .pge-consent-intro { font-size: 13px;}
    .pge-consent-option { font-size: 11.5px;}
    .pge-field input[type="text"],
    .pge-field input[type="email"] { font-size: 14px;}
    .pge-modal-close {top: 8px; right: 8px;}
  }
/* =======================================================
   GCSE SUMMIT
   ======================================================= */

.shadows-into-light-regular {
  font-family: "Shadows Into Light", cursive;
  font-weight: 400;
  font-style: normal;
}
.summit_background {position: fixed;
    inset: 0;
    z-index: 0;
    background-color: #eef0f2;     /* fallback if the image is missing */
    background-image: var(--pge-modal-bg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* centre the card, allow scroll on short screens */
    -ms-flex-align: start;
        align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;overflow-y: auto;overflow-x: hidden;
    -webkit-box-align: start;
  }

#summitIntro p {
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
.summit_heading_green {
  font-size: 24px;
  color: #62b46d;
  line-height: 1.2;
  text-align: center;
  font-weight: 600;
  padding-bottom: 1rem;
}
.summit_heading_cursive {
  font-family: "Shadows Into Light", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  line-height: 1.2;
  text-align: center;
  color: #000000;
}
.summit_heading_cursive.agenda {
  color: #3379b1;
}
.summit_heading_cursive.alt {
  color: #DE18D2;
}
.speaker_name.highlight,
.speaker_name.highlight a {
  color: #DE18D2;
}
.speaker_heading {
    font-size: 24px;
    font-weight: 600;
    text-wrap: pretty;
    line-height: 1.2;
    text-align: start;
}
.speaker_heading.agenda {
  font-size: 16px;
  line-height: 1.4;
  text-align: start;
}
.speaker_name {
  font-family: "Shadows Into Light", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 1.2;
  text-align: start;
}
.speaker_name.agenda {
  font-size: 20px;
}
p.summit_blurb {
  line-height: 1.25;
}
#summitAnnounce {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
#summitTicket {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
#summitMain {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
#summitAnnounce .bubble-wrap {
  position: relative;
  display: inline-block;
  width: 80%;        
}
#summitAnnounce .bubble-wrap img {
  display: block;
  width: 100%;
}
#summitAnnounce .summit_signup_total {
  position: absolute;
  top: 42%;              
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 65%;           
  margin: 0;
  text-align: center;
  line-height: 1.1;
  font-size: 0.8rem; 
}
#summitReg1, #summitReg2, #summitReg3, #AAP1, #AAP2 {
  width: 70%;
}
#summitAgenda {
  padding: 20px;
  border-radius: 20px;
  border: 2px solid #3379b1;
  -webkit-box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
            box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
}
.speaker_img {
  padding: 0 1rem;
}


.aap-prehead {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.45;
  color: #3379B1;
  margin: 0 0 18px;
}
.aap-prehead strong { font-weight: 800; }   /* wrap "You're in!" in <strong> */

.aap_headline {
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -0.01em;
  color: #1a1a1a;
  margin: 0 0 18px;
}
.aap_headline.alt {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: -0.01em;
  color: #1a1a1a;
  margin: 0 0 18px;
}

.aap_subhead {
  font-family: 'Montserrat', sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.5;
  color: #232323;
  margin: 0 0 16px;
}
.aap_subhead.alt {
  text-align: center;
  margin: 20px 0 16px 0;
}
.aap_subhead .aap-price { color: #DE18D2; font-weight: 800; white-space: nowrap; }
/* wrap "£27" in <span class="aap-price"> so the live price pops */

/* Mobile */
@media (max-width: 575px) {
  .aap-prehead { font-size: 13px; margin-bottom: 16px; }
  .aap_headline { font-size: 20px; margin-bottom: 14px; }
  .aap_subhead { font-size: 15px; margin-bottom: 16px; }
  .aap_subhead.alt { font-size: 14px; text-align: start; font-style: italic;}
}
.timer {
  max-width: 250px;
  margin: 0.25rem auto 0.5rem auto;
}
.timer_caption {
  font-size: 12px;
  font-style: italic;
  max-width: 326px;
  margin-left: auto;
  margin-right: auto;
}
.button_subcopy {
  font-size: 12px;
}
.agenda_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
}
.agenda_group {
  max-width: 420px;
  width: 50%;
}

.contest-card {
    width: 100%;
    max-width: 520px;
    margin: 1rem auto;      
    background: #fff;
    border-radius: 22px;
    -webkit-box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
            box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
    padding: 24px 24px 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }









/* do this for things to be only rendered on small mobile with this style.*/
@media (max-width: 359px) {
  .button-19 {
    --btn_font: 12px;
    --btn_padding: 5px 6px;
  }

  .button-nav {
    --btn_font: 10px;
    --nav_btn_padding: 4px 10px;
  }

  .boxes {
    width: 90px;
    height: 90px;
    margin: 5px;
    padding: 0px;
  }

  .navbar-brand img {
    width: 110px;
  }

  .gdpr_base {
    max-height: 140px;
  }

  p.offer_ends {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .wrap-mobile {
    display: block;
    margin-left: 0 !important;
    /* remove ms-4 spacing */
    margin-top: 0.25rem;
  }

  #toolkitSurvey {
    max-width: 600px;
  }

  .survey_option.full {
    width: 95%;
    margin: 0.5rem 0.2rem;
    font-size: 0.9rem;
  }
}

/* do this for things to be only rendered on mobile (either orientation) with this style.*/
@media (min-width: 360px) {
  .button-19 {
    --btn_font: 12px;
    --btn_padding: 5px 6px;
  }

  #toolkitSurvey {
    max-width: 98%;
    width: 98%;
  }

  .button-nav {
    --btn_font: 10px;
    --nav_btn_padding: 4px 10px;
  }

  .boxes {
    width: 100px;
    height: 100px;
    margin: 5px;
    padding: 0px;
  }

  .codeinput {
    width: 35px;
    height: 35px;
    padding: 0px;
    margin: 0px 4px;
    font-size: 24px;
  }

  .navbar-brand img {
    width: 110px;
  }

  .gdpr_btn {
    width: 70%;
  }

  .gdpr_base {
    max-height: 140px;
  }

  p.offer_ends {
    font-size: 16px;
  }
  #summitMain {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
#summitAnnounce {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
#summitTicket {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
#summitAnnounce .bubble-wrap {
  position: relative;
  display: inline-block;
  width: 95%;        
}
#summitAnnounce .summit_signup_total {
  position: absolute;
  top: 42%;              
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 62%;           
  margin: 0;
  text-align: center;
  line-height: 1.1;
  font-size: 0.65rem; 
}
#summitReg1, #summitReg2, #summitReg3, #AAP1, #AAP2 {
  width: 95%;
}
.summit_heading_green {
  font-size: 18px;
  text-align: start;
}
.speaker_heading {
    font-size: 18px;
    text-align: center;
}
.speaker_name {
  font-size: 20px;
  text-align: center;
}
.speaker_img {
  padding: 0 0.1rem;
}
.agenda_group {
  max-width: 320px;
  width: 100%;
}
}

@media (min-width: 768px) {
  .button-19 {
    --btn_font: 13px;
    max-width: 600px;
    --btn_padding: 10px 12px;
  }

  #toolkitSurvey {
    max-width: 600px;
  }

  .button-nav {
    --btn_font: 12px;
    max-width: 600px;
    --nav_btn_padding: 5px 13px;
  }

  .boxes {
    width: 150px;
    height: 150px;
  }

  .codeinput {
    width: 60px;
    height: 60px;
    padding: 0px;
    margin: 0px 6px;
    font-size: 30px;
  }

  .gdpr_btn {
    width: 85%;
  }

  .gdpr_base {
    max-height: 70px;
  }

  .style1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .navbar-brand img {
    width: 150px;
  }

  p.offer_ends {
    font-size: 16px;
  }
  #summitAnnounce {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
#summitTicket {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
#summitMain {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
#summitAnnounce .bubble-wrap {
  position: relative;
  display: inline-block;
  width: 80%;        
}
#summitAnnounce .summit_signup_total {
  position: absolute;
  top: 42%;              
  left: 48%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 62%;           
  margin: 0;
  text-align: center;
  line-height: 1.1;
  font-size: 0.75rem; 
}
#summitReg1, #summitReg2, #summitReg3, #AAP1, #AAP2 {
  width: 70%;
}
.summit_heading_green {
  font-size: 24px;
  text-align: center;
}
.speaker_heading {
    font-size: 24px;
    text-align: start;
}
.speaker_name {
  font-size: 24px;
  text-align: start;
}
.speaker_img {
  padding: 0 1rem;
}
.agenda_group {
  max-width: 420px;
  width: 50%;
}
}

@media (min-width: 1024px) {
  .journeyimg {
    max-width: 500px;
  }

  .myparentguide {
    position: relative;
    top: 2px;
  }

  #toolkitSurvey {
    max-width: 600px;
  }
}

@media (min-width: 1200px) {
  .myparentguide {
    position: relative;
    top: 3px;
  }

  .style2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  #toolkitSurvey {
    max-width: 600px;
  }
}
