@font-face {
  font-family: "National 2";
  src: url('../fonts/national-2-web-regular.woff2') format("woff2"), url('../fonts/national-2-web-regular.eot') format("embedded-opentype"), url('../fonts/national-2-web-regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "National 2";
  src: url('../fonts/national-2-web-regular-italic.woff2') format("woff2"), url('../fonts/national-2-web-regular-italic.eot') format("embedded-opentype"), url('../fonts/national-2-web-regular-italic.woff') format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "National 2";
  src: url('../fonts/national-2-web-extrabold.woff2') format("woff2"), url('../fonts/national-2-web-extrabold.eot') format("embedded-opentype"), url('../fonts/national-2-web-extrabold.woff') format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "National 2 Condensed";
  src: url('../fonts/National2CondensedWeb-Bold.woff2') format("woff2"), url('../fonts/National2CondensedWeb-Bold.eot') format("embedded-opentype"), url('../fonts/National2CondensedWeb-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "National 2";
  src: url('../fonts/National2-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark-navy: #1b2a39;
  --white: white;
  --light-blue: #d4edf9;
  --cyan-blue: #00b3dc;
  --deep-sky-blue: #09b3dc;
  --dark-slate-blue: #455c7429;
  --indian-red: #e54241;
  --lighter-blue: #eaf8ff;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

p {
  margin-bottom: 20px;
  font-size: 20px;
}

a {
  text-decoration: underline;
}

.container {
  z-index: 1;
  background-color: #e52321;
  width: 100%;
  max-width: 1070px;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 60px;
  position: relative;
}

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

.container.flex.top-down {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container.nav-flex {
  z-index: auto;
  justify-content: space-between;
  align-items: center;
  max-width: 1070px;
  height: auto;
  padding: 10px 30px;
  display: flex;
}

.container.centred {
  text-align: center;
}

.container.footer-flex {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container.abso {
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: absolute;
  inset: 0% auto;
}

.container.content-flex {
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container.content-flex.stat-box {
  margin-top: 50px;
}

.container.stat-flex {
  display: flex;
}

.container.img-flex {
  align-items: center;
  display: flex;
}

.container.graphic-flex {
  justify-content: space-between;
  display: flex;
}

.container.split-flex {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.container.middle-aligned {
  text-align: center;
}

.container.hide {
  display: block;
}

.container.slider {
  width: auto;
  max-width: 1300px;
  margin-top: 0;
}

.container.about {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container.margin {
  margin-bottom: 40px;
}

.container.horizontal-flex {
  flex-wrap: wrap;
  place-content: flex-start space-between;
  align-items: flex-start;
  height: 100%;
  margin-top: 68px;
  margin-bottom: 48px;
  position: static;
}

.container.horizontal-flex.margin {
  margin-top: 40px;
  margin-bottom: 5px;
  padding-top: 40px;
}

.nav {
  z-index: 999;
  background-color: #0000;
  margin-top: 0;
  padding: 10px 5%;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.nav.alt-home {
  margin-top: 40px;
}

.body {
  background-color: #fbdede;
  font-family: "National 2", sans-serif;
}

.hero {
  background-color: var(--dark-navy);
  background-image: linear-gradient(139deg, #081018 14%, #1b2a391f), url('../images/hero-bg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: 88vh;
  padding: 8%;
  display: flex;
  position: relative;
}

.nav-link {
  color: #fff;
  letter-spacing: .5px;
  border-bottom: 2px solid #0000;
  margin-left: 21px;
  padding: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  transition: all .2s;
  display: none;
}

.nav-link:hover {
  border-bottom: 2px solid #fff;
}

.nav-link.w--current {
  border-bottom-color: var(--white);
  color: #fff;
}

.nav-link.temp {
  margin-left: 30px;
}

.nav-link.navy {
  color: var(--dark-navy);
}

.brand._2 {
  margin-left: 30px;
}

.logo {
  width: 78px;
  margin-top: 4px;
}

.logo.tuc {
  margin-top: 8px;
  margin-left: 0;
}

.logo.footer {
  width: 130px;
}

.h1 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  max-width: 700px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 76px;
  font-weight: 800;
  line-height: 88px;
}

.subheader {
  color: #fff;
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  line-height: 28px;
}

.subheader.dark {
  color: var(--dark-navy);
  max-width: 720px;
  margin-bottom: 15px;
  padding-top: 26px;
}

.subheader.dark.left-aligned {
  text-align: left;
}

.subheader.left-aligned {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}

.cta {
  border: 1px solid var(--white);
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #0000;
  padding: 10px 12px 10px 15px;
  font-size: 26px;
  font-weight: 800;
  line-height: 22px;
  transition: all .2s;
  display: inline-block;
}

.cta:hover {
  background-color: #ffffff26;
  border-width: 1px;
}

.cta.outline {
  background-color: var(--dark-navy);
  margin-left: 20px;
}

.cta.outline:hover {
  background-color: #203a53;
}

.cta.white {
  color: var(--dark-navy);
  background-color: #fff;
  margin-left: 45px;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 800;
  line-height: 20px;
}

.cta.white:hover {
  transform: rotate(3deg);
}

.cta.white.foot {
  margin-left: 0;
  margin-right: 0;
  display: inline-block;
}

.cta.dark-btn {
  background-color: var(--dark-navy);
  margin-top: 15px;
}

.cta.dark-btn:hover {
  background-color: #111c27;
}

.cta.secondary {
  background-color: var(--dark-navy);
}

.cta.secondary:hover {
  background-color: #2c4e70;
}

.cta.white-nav {
  color: var(--dark-navy);
  background-color: #fbdede;
  border-style: none;
  margin-left: 23px;
  padding: 5px 9px;
  font-size: 16px;
  font-weight: 800;
  line-height: 20px;
  display: inline-flex;
  box-shadow: 3px 3px #ed6564;
}

.cta.white-nav:hover {
  transform: rotate(3deg);
}

.cta.white-nav.mob {
  display: none;
}

.cta-centred {
  text-align: center;
  margin-top: 50px;
}

.cta-title {
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.cta-title.left-aligned {
  text-align: left;
  margin-bottom: 29px;
}

.cta-title.left-aligned.spaced {
  margin-top: 45px;
  margin-bottom: 5px;
  font-size: 22px;
}

.cta-title.left-aligned.smaller-header {
  margin-top: 32px;
  margin-bottom: 5px;
  font-size: 22px;
  line-height: 26px;
}

.cta-title.left-aligned.hero-copy {
  font-size: 26px;
}

.cta-title.blue {
  color: var(--dark-navy);
  font-size: 22px;
  line-height: 26px;
}

.cta-title.blue.action {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  line-height: 28px;
}

.cta-title.blue.action.wide {
  max-width: 740px;
}

.cta-title.blue.action.left {
  text-align: left;
  justify-content: center;
  max-width: 800px;
  margin-left: 0;
  display: flex;
}

.cta-title.larger {
  font-size: 40px;
  line-height: 30px;
}

.cta-title.medium {
  width: auto;
  max-width: 900px;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.section {
  padding: 125px 8% 100px;
  display: block;
  position: relative;
}

.section.light-background {
  background-color: var(--light-blue);
  padding-top: 100px;
  display: block;
}

.section.light-background.woa {
  display: none;
}

.section.light-background.menu {
  padding-top: 10px;
  padding-bottom: 24px;
}

.section.light-background.about-hero {
  padding-top: 40px;
  padding-bottom: 12px;
}

.section.light-background.margin {
  margin-bottom: 50px;
}

.section.light-background.top-margin {
  background-color: var(--light-blue);
  padding-top: 48px;
}

.section.light-background.top-margin.bottom-margin {
  padding-bottom: 4px;
}

.section.light-background.national-tour-hero {
  padding-top: 117px;
}

.section.dark-bg {
  background-color: var(--dark-navy);
  background-image: linear-gradient(121deg, var(--dark-navy), var(--dark-navy));
  position: relative;
}

.section.image-background {
  background-color: var(--light-blue);
  justify-content: space-between;
  padding: 0 0%;
  display: flex;
  position: relative;
}

.section.footer {
  background-color: var(--dark-navy);
  padding-top: 50px;
  padding-bottom: 50px;
  display: block;
}

.section.dark-background {
  background-color: var(--dark-navy);
  background-image: linear-gradient(to bottom, var(--dark-navy), var(--dark-navy));
  padding-top: 70px;
  position: relative;
}

.section.dark-background.take-action {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.full-width {
  padding: 0 0%;
}

.section.image-bg {
  background-color: var(--light-blue);
  background-image: linear-gradient(#1b2a3924, #1b2a3924), url('../images/Email-banner.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: space-between;
  padding: 140px 0% 65px;
  display: flex;
  position: relative;
}

.section.no-pad {
  background-color: var(--light-blue);
  padding: 0 0%;
  display: none;
}

.section.cutout {
  background-color: var(--light-blue);
  background-image: linear-gradient(to bottom, var(--dark-navy) 3%, #1b2a3900 9%), url('../images/children-tearout.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: space-between;
  margin-top: -100px;
  padding: 675px 0% 0;
  display: flex;
  position: relative;
}

.section.cutout.lightblue {
  background-color: var(--light-blue);
  background-image: url('../images/07_Lunch_220_JennyLewis2.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.cutout.lightblue.week-of-action {
  background-image: url('../images/V2_3Q8A7102.jpg');
}

.section.cutout.lightblue.national-tour {
  background-image: url('../images/1012.jpg');
  background-position: 90%;
  margin-top: -54px;
}

.section.action-embed {
  background-color: #fbdede;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
  display: flex;
  position: relative;
}

.section.colour-background {
  background-color: var(--cyan-blue);
  padding-top: 100px;
  display: block;
}

.section.colour-background.white-background {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.section.colour-background.faq {
  display: block;
}

.section.hidden {
  display: none;
}

.section.nclb {
  background-image: url('../images/08.-UK-map.svg');
  background-position: 50% 80%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.nclb-module {
  padding: 0 0%;
}

.section.add-your-name {
  padding-top: 100px;
  padding-bottom: 80px;
}

.section.add-your-name.top-margin {
  padding-top: 125px;
}

.section.video-header {
  padding: 0 0%;
}

.section.rip-holder {
  position: relative;
}

.section.margin {
  padding-top: 99px;
  padding-bottom: 125px;
}

.section.margin.light-blue {
  background-color: var(--light-blue);
}

.section.margin.tour {
  padding-top: 84px;
}

.section.video-section {
  padding: 0 0%;
}

.h2 {
  color: var(--dark-navy);
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 68px;
  font-weight: 800;
  line-height: 76px;
}

.h2.centred {
  text-align: center;
}

.h2.centred.smaller {
  font-size: 62px;
  line-height: 72px;
}

.h2.white {
  color: #fff;
  text-align: center;
}

.h2.white.left-aligned {
  text-align: left;
}

.h2.white.left-aligned.smaller {
  justify-content: center;
  font-size: 62px;
  line-height: 72px;
  display: flex;
}

.nav-bg {
  opacity: 0;
  background-color: #e52321;
  width: 100vw;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.nav-bg.bordered {
  opacity: 0;
  border-bottom: 1px solid #ffffff0f;
}

.video-lightbox {
  border-radius: 8px;
  width: 100%;
  max-width: 100%;
  height: 640px;
  margin-top: 55px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.paragraph {
  color: var(--dark-navy);
  text-align: left;
  font-size: 18px;
  font-style: normal;
  line-height: 23px;
}

.paragraph.white {
  color: #fff;
}

.paragraph.white.middle {
  text-align: center;
  margin-top: 30px;
}

.paragraph.pull-fact {
  color: #fff;
  margin-top: 25px;
  margin-bottom: 0;
  font-size: 21px;
  font-weight: 500;
  line-height: 28px;
}

.paragraph.dark-text {
  color: var(--dark-navy);
  margin-top: 25px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
}

.paragraph.block-quote {
  color: var(--dark-navy);
  text-align: center;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 28px;
}

.paragraph.white-faq {
  opacity: 1;
  color: #fff;
  display: block;
}

.paragraph.end {
  padding-bottom: 18px;
}

.paragraph.action {
  margin-bottom: 11px;
}

.paragraph.margin {
  padding-top: 16px;
}

.play-icon {
  width: 25px;
  margin: 0 0 0 10px;
}

.overlay-layer {
  background-color: #0b131b73;
  position: absolute;
  inset: 0%;
}

.horizontal-flex {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.right-split {
  width: 72%;
  padding-top: 12px;
}

.video-thumb {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.highlight-bg {
  background-color: var(--cyan-blue);
  color: #fff;
  margin-top: 3px;
  margin-left: -7px;
  padding-left: 16px;
  padding-right: 20px;
  display: inline-block;
  transform: rotate(-1deg);
}

.highlight-bg.rel {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  top: -4px;
  left: 0;
  transform: rotate(0);
}

.highlight-bg.move {
  position: relative;
  top: -4px;
}

.highlight-bg.move-down {
  position: relative;
  top: 3px;
  left: -1px;
}

.highlight-bg.navy {
  background-color: var(--dark-navy);
}

.bold-header {
  color: var(--dark-navy);
  text-align: left;
  letter-spacing: .2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 800;
  line-height: 26px;
}

.bold-header.white {
  color: #fff;
  margin-top: 40px;
  margin-bottom: 20px;
}

.bold-header.spaced {
  margin-top: 45px;
}

.bold-header.gap {
  margin-top: 40px;
  margin-bottom: 20px;
  line-height: 25px;
}

.bold-header.large-light {
  color: #fff;
  font-size: 30px;
  line-height: 40px;
}

.bold-header.large-dark {
  color: var(--cyan-blue);
  font-size: 30px;
  line-height: 40px;
}

.bold-header.margin {
  text-transform: none;
  margin-bottom: 20px;
}

.bold-header.intro-section {
  text-transform: none;
  margin-top: 45px;
  margin-bottom: 19px;
}

.bold-header.intro-section.margin {
  margin-top: 0;
}

.link {
  border-bottom: 1px solid var(--dark-navy);
  color: var(--dark-navy);
  margin-left: 20px;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
  display: inline-block;
}

.link.white {
  color: #fff;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff4d;
  margin-left: 20px;
  font-weight: 400;
  transition: all .2s;
  display: inline-block;
}

.link.white:hover {
  border-bottom-width: 1px;
  border-bottom-color: #fff;
}

.cta-block {
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.image-tear {
  width: 100vw;
  max-width: 100vw;
  position: absolute;
  inset: auto 0% 0%;
}

.an-embed {
  color: var(--white);
  text-align: center;
  background-color: #15212e;
  border: 2px dashed #0f1820;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 800px;
  height: 400px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 15px;
  font-weight: 500;
  display: flex;
}

.nclb-banner {
  background-color: var(--dark-navy);
  justify-content: space-between;
  align-items: stretch;
  margin-top: 0;
  display: flex;
}

.banner-right {
  background-color: var(--dark-navy);
  width: 60%;
  padding: 90px 70px 90px 50px;
}

.banner-left {
  background-color: var(--light-blue);
  text-align: center;
  width: 40%;
  position: relative;
}

.banner-left.fact-img {
  background-image: url('../images/About-hero.jpg');
  background-position: 50%;
  background-size: cover;
}

.banner-left.generic {
  background-color: var(--cyan-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.h3 {
  color: var(--dark-navy);
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 54px;
  font-weight: 800;
  line-height: 66px;
}

.h3.centred {
  text-align: center;
}

.h3.centred.white {
  color: #fff;
  text-align: center;
}

.h3.centred.white.smaller {
  font-size: 48px;
  line-height: 60px;
}

.h3.centred.light-blue {
  color: var(--light-blue);
  text-align: center;
}

.h3.centred.light-blue.smaller {
  font-size: 48px;
  line-height: 60px;
}

.h3.white {
  color: #fff;
  text-align: center;
}

.h3.white.left-aligned {
  text-align: left;
  margin-bottom: 20px;
}

.side-tear {
  z-index: 1;
  height: 100%;
  position: absolute;
  inset: 0% -1px 0% auto;
}

.map-image {
  width: 358px;
  margin-left: auto;
  margin-right: 50px;
}

.right-side {
  text-align: left;
  width: 50%;
  padding: 120px 200px 120px 110px;
}

.left-side {
  background-image: url('../images/Banner-left.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
}

.cta-holder {
  margin-top: 25px;
}

.nclb-small-logo {
  width: 100%;
  max-width: 200px;
  margin-bottom: 35px;
}

.nav-menu {
  align-items: center;
  display: flex;
}

.footer-link {
  color: #fff;
  border-bottom: 2px solid #0000;
  margin-left: 50px;
  margin-right: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  display: inline-block;
}

.footer-link:hover {
  border-bottom-color: #fff;
}

.footer-link.legal {
  color: #e8f8ffcc;
  border-bottom-style: none;
  font-size: 14px;
  font-weight: 400;
}

.footer-link.legal:hover {
  color: var(--white);
  border-bottom-style: none;
}

.partner-logos {
  width: 250px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: auto;
}

.lower-footer {
  color: #e8f8ffcc;
  border-top: 1px solid #d4edf90f;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 25px;
  padding-top: 25px;
  font-size: 14px;
  display: flex;
}

.hero-section {
  background-color: var(--dark-navy);
  background-image: linear-gradient(173deg, #0e1d2ccc 7%, #131f2b8c 68%, #fff0 77%), url('../images/hero-bg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: 94vh;
  padding: 6% 8% 9%;
  display: flex;
  position: relative;
}

.content-left {
  text-align: left;
  align-self: flex-start;
  width: 54%;
  padding-right: 6%;
}

.content-left.margin {
  flex: 1;
  align-self: flex-start;
  width: 50%;
}

.vertical-flex {
  margin-top: 0;
  padding-top: 20px;
}

.vertical-flex.home {
  margin-bottom: 30px;
  padding-top: 0;
}

.video-right {
  border-radius: 8px;
  width: 45%;
  max-width: 100%;
  height: 340px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  transition: all .2s;
  position: relative;
  overflow: hidden;
}

.video-right:hover {
  transform: rotate(2deg);
}

.video-right.lighter {
  background-image: url('../images/Group-13.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 68px;
  display: flex;
}

.watch {
  color: #fff;
  letter-spacing: .2px;
  cursor: pointer;
  border: 1px #ffffff40;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 205px;
  height: 52px;
  margin: auto;
  font-size: 15px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.watch:hover {
  background-color: #ffffff26;
}

.spacer {
  background-color: var(--deep-sky-blue);
  height: 30px;
}

.email-box {
  z-index: 1;
  border-top: 2px solid var(--deep-sky-blue);
  text-align: left;
  background-color: #fff;
  border-radius: 2px;
  width: 500px;
  margin-left: auto;
  margin-right: 0;
  padding: 60px 50px;
  display: block;
  position: relative;
  top: 149px;
  box-shadow: -1px 1px 15px #1b2a392e;
}

.nclb-split {
  background-color: var(--dark-navy);
  width: 51%;
  margin-right: 8%;
  padding: 90px 9% 90px 50px;
}

.header {
  justify-content: space-between;
  padding-left: 0%;
  display: flex;
}

.header.auto {
  justify-content: center;
  align-items: stretch;
  position: relative;
}

.header.hide {
  display: none;
}

.header.london {
  height: auto;
}

.header-left {
  background-color: var(--dark-navy);
  background-image: linear-gradient(#0f1820cc, #0000 42%), url('../images/3_Lunchtime_799.jpg');
  background-position: 0 0, 60%;
  background-size: auto, cover;
  width: 50%;
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
}

.header-left.faq, .header-left.about {
  background-image: linear-gradient(#0f1820cc, #0000 42%), url('../images/faq-img.jpg');
}

.header-left.about {
  background-image: linear-gradient(#0f1820cc, #0000 42%), url('../images/3_Lunchtime_824.jpg');
  background-position: 0 0, 45%;
  background-size: auto, cover;
}

.header-left.about-onpage {
  background-image: url('../images/Lower-about.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.header-left.week-of-action {
  background-image: linear-gradient(#0f1820cc, #0000 42%), url('../images/3Q8A7113.jpg');
}

.header-left.london-pilot {
  background-image: linear-gradient(#0f1820cc, #0000 42%), url('../images/Copy-of-3_Lunchtime_955.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  flex: 1;
  align-self: stretch;
  padding-top: 0;
  padding-bottom: 0;
}

.header-left.london-pilot.video {
  background-color: var(--deep-sky-blue);
  background-image: none;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: auto;
  align-items: stretch;
  padding-top: 0;
  display: flex;
  position: relative;
}

.header-left.press {
  background-image: linear-gradient(#0f1820cc, #0000 42%), url('../images/053.JPG');
}

.header-left.london {
  background-image: linear-gradient(#0f1820cc, #0000 42%), url('../images/Copy-of-3_Lunchtime_955.jpg');
}

.header-left.get-involved {
  background-image: linear-gradient(#0f1820cc, #0000 42%), url('../images/0105-Free-School-Meals-for-All-London-United-Kingdom-June23-METTYUNUABONA.jpg');
  background-position: 0 0, 40%;
}

.header-right {
  background-color: var(--dark-navy);
  text-align: left;
  width: 50%;
  padding: 145px 10% 125px 5.8%;
}

.header-right.inner {
  padding-top: 140px;
  padding-bottom: 90px;
}

.header-1 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  max-width: 1000px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 62px;
  font-weight: 800;
  line-height: 74px;
}

.small-header {
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}

.cta-left {
  text-align: left;
  margin-top: 25px;
}

.cta-left.half-pad {
  margin-top: 28px;
}

.email-content {
  background-color: var(--dark-navy);
  text-align: center;
  width: 640px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 70px;
}

.play-btn {
  border: 4px solid #ffffff26;
  border-radius: 100%;
  width: 80px;
  margin: auto;
  transition: all .2s;
  position: absolute;
  inset: 0%;
}

.play-btn:hover {
  transform: scale(1.08);
}

.heading1 {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  max-width: 700px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  font-size: 60px;
  font-weight: 800;
  line-height: 64px;
}

.heading1.main {
  margin-bottom: 55px;
  font-size: 70px;
  line-height: 81px;
}

.heading1.action {
  text-align: center;
  max-width: 1200px;
  font-size: 100px;
  line-height: 100px;
}

.subheading {
  color: #fff;
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 26px;
}

.subheading.left-aligned {
  text-align: left;
  width: 90%;
  margin-left: 0;
  margin-right: 0;
  font-size: 20px;
}

.subheading.left-aligned.about {
  font-size: 18px;
}

.subheading.left-aligned.hero-copy {
  font-size: 26px;
  line-height: 32px;
}

.hero-content {
  max-width: 519px;
}

.hero-content.hidden {
  opacity: 0;
}

.heading3 {
  color: #132635;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 38px;
  font-weight: 800;
  line-height: 48px;
}

.heading3.white {
  color: #fff;
}

.upper-image-tear {
  width: 100vw;
  max-width: 100vw;
  position: absolute;
  inset: -1px 0% auto;
  transform: rotate(180deg);
}

.map-bg {
  background-color: var(--light-blue);
  text-align: center;
  width: 40%;
  position: relative;
}

.map-bg.white-bg {
  background-color: var(--white);
}

.nclb-banner-right {
  background-color: var(--light-blue);
  width: 60%;
  padding: 195px 12% 170px 50px;
}

.nclb-banner-right.white-bg {
  background-color: var(--white);
}

.nclb-block {
  max-width: 700px;
}

.tall-map {
  width: 462px;
  margin-left: auto;
  margin-right: 50px;
}

.top-img {
  background-image: url('../images/Banner-left.jpg');
  background-position: 50%;
  background-size: cover;
  height: 350px;
  margin-bottom: 40px;
  position: relative;
}

.tear-border {
  width: 100%;
  max-width: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.utility-page-wrap {
  background-color: var(--dark-navy);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 370px;
  display: flex;
}

.hero-tear {
  z-index: 2;
  height: 100%;
  position: absolute;
  inset: 0% -1px 0% auto;
}

.light-highlight {
  color: var(--dark-navy);
  background-color: #fff;
  margin-right: -1px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
}

.centred-content {
  text-align: center;
  display: block;
  position: relative;
}

.centred-content.action-network-form-section {
  clear: none;
  background-color: #0000;
  justify-content: center;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.heading2 {
  color: var(--dark-navy);
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 62px;
  font-weight: 800;
  line-height: 68px;
}

.heading2.white {
  color: #fff;
  text-align: center;
}

.heading2.white.left-aligned {
  text-align: left;
}

.heading2.white.left-aligned.max-w {
  text-align: center;
  max-width: 280px;
}

.heading2.left-aligned.dark-highlight {
  padding-left: 0;
}

.heading2.middle {
  text-align: center;
  display: block;
}

.heading2.middle.white.mobile {
  display: none;
}

.heading2.middle.bottom-margin {
  margin-bottom: 80px;
}

.heading2.middle.popup {
  flex: 0 auto;
  align-self: center;
  margin-bottom: 26px;
  font-size: 40px;
  line-height: 44px;
}

.faq_container {
  max-width: 700px;
  margin: 0% auto;
}

.faq_individual {
  border-left: 2px solid var(--cyan-blue);
  color: var(--dark-navy);
  cursor: pointer;
  background-color: #fff;
  border-radius: 2px;
  width: 100%;
  margin-bottom: 30px;
  padding: 35px 25px;
  font-family: "National 2", sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  box-shadow: 1px 1px 15px #1b2a392e;
}

.faq_individual:hover {
  transform: scale(1.02);
}

.faq_head {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq_answer {
  opacity: 0;
  background-color: #00b3dc1a;
  margin-top: 15px;
  padding: 28px 20px 28px 55px;
  font-weight: 400;
  display: none;
  position: relative;
}

.faq-icon {
  background-color: var(--cyan-blue);
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  padding-left: 4px;
  padding-right: 4px;
  display: flex;
}

.faq-icon.lower {
  filter: invert();
  background-color: #0000;
  width: 28px;
  height: 28px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  inset: 10px 24px auto auto;
}

.anchor-arrow {
  width: 50px;
  transition: all .2s;
}

.anchor-arrow:hover {
  transform: scale(1.08);
}

.curved-arrow {
  width: 30px;
  position: absolute;
  top: 167.75px;
  left: 717px;
  transform: rotate(15deg);
}

.curved-arrow.filter {
  opacity: 1;
  filter: invert() brightness(200%);
}

.hero-tear-left {
  height: 100%;
  position: absolute;
  inset: 0% auto 0% -1px;
  transform: rotate(180deg);
}

.header-tear {
  background-color: var(--dark-navy);
  text-align: left;
  width: 50%;
  padding: 145px 4.8% 125px 11%;
}

.header-tear.taller {
  padding-top: 170px;
  padding-bottom: 155px;
}

.email-cta-holder {
  margin-top: 35px;
}

.white-highlight-bg {
  color: var(--dark-navy);
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
}

.dark-highlight {
  background-color: var(--dark-navy);
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
}

.small-spacer {
  height: 25px;
}

.centred-heading {
  text-align: center;
  justify-content: center;
  display: flex;
}

.success-head {
  color: var(--dark-navy);
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 600;
  line-height: 56px;
}

.email-slide {
  clear: both;
  justify-content: center;
  padding-top: 28px;
  display: none;
}

.dark-link {
  color: var(--dark-navy);
  border-bottom: 1px solid #000;
  text-decoration: none;
  transition: all .5s;
}

.dark-link:hover {
  color: #fff;
}

.form-block {
  margin-bottom: 0;
  display: inline;
}

.inner-form {
  text-align: center;
  display: inline;
}

.contact-slide-2 {
  text-align: center;
  margin-bottom: 31px;
  display: block;
  position: relative;
}

.form-field {
  color: #252529;
  border: 1px solid #fff;
  height: 56px;
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 24px;
  line-height: 26px;
}

.form-field::placeholder {
  color: #7c7c83;
}

.form-field.input {
  border-width: 2px;
  border-color: var(--dark-navy);
  color: var(--dark-navy);
  width: 100%;
  max-width: 500px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}

.form-field.input::placeholder {
  color: #1b2a397a;
}

.newsletter-legal {
  color: var(--dark-navy);
  text-align: center;
  margin-top: 25px;
  font-size: 15px;
}

.success {
  color: #fff;
  background-color: #0000;
  font-size: 24px;
  line-height: 32px;
}

.reset {
  margin-top: 10px;
  display: none;
}

.cta-arrow {
  width: 30px;
  position: absolute;
  top: auto;
  left: 63%;
  transform: rotate(15deg);
}

.cta-arrow.faq-arrow {
  margin-left: 57px;
  padding-top: 76px;
  padding-left: 0;
  padding-right: 4px;
}

.content-box {
  border-top: 3px solid var(--cyan-blue);
  border-left: 2px none var(--cyan-blue);
  color: var(--dark-navy);
  background-color: #fff;
  border-radius: 2px;
  width: 31%;
  padding: 35px;
  font-family: "National 2", sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
  box-shadow: 1px 1px 15px #1b2a392e;
}

.content-box.widest {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 62%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.content-box.stretch {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding-top: 45px;
  padding-bottom: 45px;
  display: flex;
}

.content-title {
  color: var(--dark-navy);
  margin-bottom: 14px;
  font-size: 26px;
  font-weight: 500;
  line-height: 34px;
}

.block-colour-section {
  background-color: var(--dark-navy);
  text-align: left;
  width: 50%;
  padding: 125px 5.8% 125px 10%;
}

.subheader-link {
  color: var(--dark-navy);
  border: 1px #000;
  border-bottom-style: solid;
  text-decoration: none;
  transition: all .5s;
}

.subheader-link:hover {
  border-bottom-color: var(--dark-navy);
  font-weight: 800;
}

.stat {
  color: var(--cyan-blue);
  flex: none;
  width: 50%;
  margin-top: 25px;
  margin-bottom: 20px;
  font-size: 62px;
  font-weight: 800;
  line-height: 70px;
}

.stat-span {
  color: var(--dark-navy);
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  display: block;
}

.flex-left {
  border-right: 1px solid #bac7d57a;
  width: 50%;
  padding-right: 5%;
}

.large-content-title {
  color: var(--dark-navy);
  margin-bottom: 14px;
  font-size: 36px;
  font-weight: 500;
  line-height: 40px;
}

.large-content-title.white {
  color: #fff;
}

.large-content-title.bold {
  margin-bottom: 18px;
  font-weight: 800;
}

.large-content-title.thin {
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 38px;
}

.large-content-title.title {
  margin-top: -42px;
}

.stat-half {
  width: 45%;
}

.horizontal-wrap {
  flex-wrap: wrap;
  display: flex;
}

.half-content-box {
  border-top: 3px solid var(--cyan-blue);
  border-left: 2px none var(--cyan-blue);
  color: var(--dark-navy);
  background-color: #fff;
  border-radius: 2px;
  width: 48%;
  padding: 35px;
  font-family: "National 2", sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
  box-shadow: 1px 1px 15px #1b2a392e;
}

.spacing-block {
  border-top: 1px #bed3dd;
  border-bottom: 1px #bed3dd;
  height: 120px;
}

.left-flex {
  width: 56%;
  padding-right: 5%;
}

.text-content {
  width: 50%;
  padding-right: 7%;
}

.text-content.right {
  padding-left: 7%;
  padding-right: 0%;
}

.image-content {
  background-image: url('../images/hero-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  width: 50%;
  padding-top: 224px;
  padding-bottom: 224px;
  position: relative;
  box-shadow: 1px 1px 20px #00000017;
}

.image-content._2 {
  background-image: url('../images/School-img.jpg');
}

.fsm {
  width: 300px;
  position: absolute;
  inset: 2% -11% auto auto;
  transform: rotate(16deg);
}

.text-body {
  padding-left: 35px;
  padding-right: 35px;
}

.content-graphic {
  background-color: var(--dark-navy);
  text-align: center;
  width: 49%;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 60px;
}

.horizontal-tear {
  display: none;
}

.spaced {
  height: 35px;
}

.quote-icon-circle {
  color: #f8fdff;
  text-align: center;
  background-color: #d5e5eb;
  border-radius: 100%;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding: 8px;
  font-size: 42px;
  line-height: 20px;
  display: flex;
  position: absolute;
  top: 28px;
  left: 14px;
}

.quote-icon {
  opacity: .94;
  filter: brightness(0%) invert();
}

.faq-holder {
  max-width: 700px;
  margin: 0% auto;
}

.faq-question {
  color: var(--dark-navy);
  border-radius: 6px;
  justify-content: space-between;
  align-items: center;
  width: 93%;
  margin-left: 0;
  padding: 0;
  line-height: 28px;
  display: flex;
}

.faq-answer {
  opacity: 0;
  background-color: #00b3dc1a;
  border-radius: 6px;
  margin-top: 15px;
  margin-left: 43px;
  margin-right: 0;
  padding: 22px;
  font-style: italic;
  font-weight: 400;
  display: none;
  position: relative;
}

.triangle-text {
  background-color: var(--dark-navy);
  border-radius: 0;
  width: 20px;
  height: 20px;
  position: absolute;
  left: -5px;
  transform: rotate(45deg);
}

.triangle-text.right {
  background-color: var(--cyan-blue);
  left: auto;
  right: -5px;
}

.triangle-text.right.alt {
  background-color: #fff;
}

.user-circle {
  background-color: var(--dark-navy);
  color: #f8fdff;
  text-align: center;
  border-radius: 100%;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding: 8px;
  font-size: 42px;
  line-height: 20px;
  display: flex;
  position: absolute;
  top: 25px;
  left: auto;
  right: -45px;
}

.user-circle.left {
  border: 2px solid var(--cyan-blue);
  background-color: #fff;
  padding: 2px;
  left: -45px;
}

.faq-box {
  border-left: 2px solid var(--cyan-blue);
  color: var(--dark-navy);
  cursor: pointer;
  background-color: #fff;
  border-radius: 2px;
  width: 100%;
  margin-bottom: 30px;
  padding: 30px 25px;
  font-family: "National 2", sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  position: relative;
  box-shadow: 1px 1px 15px #1b2a392e;
}

.faq-box:hover {
  transform: scale(1.02);
}

.faq-answer-box {
  background-color: var(--dark-navy);
  opacity: 0;
  color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 6px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: 15px 0 45px 43px;
  padding: 22px;
  font-style: italic;
  font-weight: 400;
  display: none;
  position: relative;
}

.faq-question-box {
  background-color: var(--cyan-blue);
  opacity: 1;
  color: #fff;
  border-radius: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 15px;
  margin-left: 0;
  margin-right: 43px;
  padding: 30px 22px 30px 25px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  display: flex;
  position: relative;
}

.faq-question-box.alt {
  background-color: #fff;
  justify-content: space-between;
  box-shadow: 1px 1px 7px #00000017;
}

.faq-question-box.wide {
  margin-right: 0;
}

.faq-question-box.white-bg {
  border-left: 2px solid var(--cyan-blue);
  background-color: #fff;
  margin-right: 0;
  box-shadow: 1px 1px 6px #0000001a;
}

.question-circle {
  border: 2px solid var(--deep-sky-blue);
  color: #f8fdff;
  text-align: center;
  background-color: #fff;
  border-radius: 100%;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding: 2px;
  font-size: 42px;
  line-height: 20px;
  display: flex;
  position: absolute;
  top: 15px;
  left: -45px;
  right: auto;
}

.faq-container {
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0% auto;
  display: block;
}

.neu-box {
  opacity: 1;
  filter: brightness(0%);
}

.mid-text-highlight {
  background-color: var(--cyan-blue);
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
  transform: rotate(-1deg);
}

.mid-text-highlight.bold {
  background-color: var(--dark-navy);
  padding-left: 8px;
  font-weight: 800;
}

.icon-aligned {
  align-items: stretch;
  width: 100%;
  display: flex;
}

.small-icon {
  width: 150px;
  margin-bottom: 25px;
}

.left-div {
  border-right: 2px none var(--deep-sky-blue);
  width: 50%;
  padding-right: 5%;
}

.right-div {
  background-color: #15212e;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding: 58px 5%;
  display: flex;
  position: relative;
}

.right-div.colour {
  background-color: var(--cyan-blue);
  border: 3px #fff;
  width: 49%;
  margin-left: auto;
}

.right-div.colour.widest {
  width: 100%;
  margin-top: 90px;
  padding-top: 90px;
  padding-bottom: 90px;
}

.right-div.wide-block {
  border: 3px none var(--dark-navy);
  background-color: var(--cyan-blue);
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
}

.right-div.white-bg {
  border: 3px none var(--dark-navy);
  color: var(--dark-navy);
  background-color: #fff;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  box-shadow: 1px 1px 7px #00000029;
}

.darker {
  background-color: var(--dark-navy);
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
  transform: rotate(-1deg);
}

.arrow-icon {
  filter: brightness(0%) invert();
  width: 22px;
  position: absolute;
  inset: 33% 15% 0% auto;
}

.arrow-icon.dark-icon {
  filter: none;
}

.arrow-icon.dark-icon.long-box {
  right: 24%;
}

.fact-icon {
  opacity: 1;
  width: 60%;
  margin: auto;
}

.question-icon {
  width: 50px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.question-icon.navy {
  width: 80px;
  margin-bottom: 20px;
  margin-left: 0;
  transition: opacity .2s;
}

.quotation-icon {
  width: 50px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.slider {
  background-color: #0000;
  width: 77%;
  height: 100%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.slide-content {
  color: #fff;
  text-align: center;
  background-color: #dbf0fa;
  border-radius: 13px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 81%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 50px;
  display: flex;
}

.name {
  color: var(--dark-navy);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}

.role {
  color: #1b2a39bf;
  font-size: 16px;
}

.mask {
  height: 100%;
}

.slide-nav {
  font-size: 12px;
  bottom: -46px;
}

.arrow {
  border: 2px solid #fff;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: all .3s;
  display: flex;
}

.arrow:hover {
  background-color: var(--dark-navy);
}

.left-arrow {
  transform: rotate(90deg);
}

.right-arrow {
  transform: rotate(-90deg);
}

.half-split {
  flex-direction: column;
  align-items: flex-start;
  width: 43%;
  display: flex;
}

.line-divider {
  background-color: #95a8bb59;
  width: 1px;
}

.button-spacer {
  flex-direction: column;
  flex: none;
  justify-content: flex-end;
  height: 35px;
  display: flex;
}

.nclb-logo {
  max-width: 220px;
  margin-bottom: 25px;
}

.row-flex {
  border-bottom: 1px solid #455c7429;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 60px;
  padding-bottom: 60px;
  display: flex;
}

.row-flex.last {
  border-bottom-style: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.row-flex.centred {
  border-top: 1px none var(--dark-slate-blue);
  border-bottom-color: var(--dark-slate-blue);
  align-items: center;
  padding-top: 0;
}

.left-col {
  width: 42%;
}

.right-col {
  width: 50%;
}

.right-col._40 {
  width: 40%;
}

.faq-element {
  width: 70%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.open-div {
  color: var(--cyan-blue);
  cursor: pointer;
  background-color: #fff;
  border-radius: 100%;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  padding-bottom: 2px;
  font-size: 24px;
  transition: all .4s;
  display: flex;
}

.open-div:hover {
  transform: rotate(360deg);
}

.open-div.alt {
  background-color: var(--deep-sky-blue);
  color: #fff;
}

.minus {
  display: none;
}

.faq-title {
  max-width: 90%;
}

.faq-title.alt, .faq-title.dark {
  color: var(--dark-navy);
}

.line-3 {
  z-index: 2;
  background-color: #7a7a7a;
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

.line-3.simple {
  top: 38px;
}

.line-3.simple.white {
  background-color: #fff;
}

.line-1 {
  z-index: 2;
  background-color: #7a7a7a;
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.line-1.simple {
  top: 18px;
}

.line-1.simple.white {
  background-color: #fff;
}

.line-2 {
  z-index: 1;
  background-color: #7a7a7a;
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.line-2.simple {
  top: 28px;
}

.line-2.simple.white {
  background-color: #fff;
}

.outline-btn {
  border: 2px solid var(--dark-navy);
  color: var(--dark-navy);
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #0000;
  margin-top: 16px;
  padding: 10px 12px 10px 15px;
  font-size: 26px;
  font-weight: 800;
  line-height: 22px;
  transition: all .35s;
  display: inline-block;
}

.outline-btn:hover {
  background-color: var(--dark-navy);
  color: #fff;
}

.outline-btn.reverse {
  background-color: var(--dark-navy);
  color: var(--white);
}

.outline-btn.reverse:hover {
  color: var(--dark-navy);
  background-color: #0000;
}

.outline-btn.secondary {
  padding: 8px 6px 8px 10px;
  font-size: 22px;
}

.credit {
  opacity: .8;
  color: var(--dark-navy);
  width: 100%;
  margin-top: 2px;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  display: none;
}

.centred-div {
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.div-block {
  display: inline-block;
}

.image {
  object-fit: cover;
  margin-top: -110px;
  margin-bottom: 45px;
  padding-bottom: 0;
  display: inline-block;
  position: static;
  inset: 0%;
}

.image.supporters {
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.image.keir {
  margin-bottom: -22px;
}

.image-container {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 200px;
  padding-bottom: 10px;
  display: flex;
}

.subheader-bold {
  color: #fff;
  text-align: center;
  text-transform: none;
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  font-size: 20px;
  font-weight: 400;
  line-height: 38px;
}

.subheader-bold.dark {
  color: var(--dark-navy);
  padding-top: 26px;
}

.subheader-bold.dark.left-aligned {
  text-align: left;
}

.subheader-bold.left-aligned {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}

.subheader-bold.labour {
  max-width: 680px;
}

.bold-text {
  text-transform: none;
  font-size: 40px;
  line-height: 42px;
}

.letter-section-uc-fsm {
  background-color: #fbdede;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.letter-section-uc-fsm.webform {
  padding-bottom: 0;
}

.letter-container-uc-fsm {
  background-color: #fbdede;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 70px 70px;
  box-shadow: 10px 10px #ed6564;
}

.letter-rich-text {
  font-size: 2px;
  font-weight: 400;
  line-height: 24px;
}

.letter-rich-text h3 {
  margin-bottom: 26px;
}

.div-block-6 {
  color: #02061a;
  border: 2px #02061a;
}

.button-2 {
  color: #02061a;
  text-transform: uppercase;
  background-color: #0000;
  border: 2px solid #02061a;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 22px;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  display: flex;
}

.button-2:hover {
  color: #fff;
  background-color: #02061a;
}

.button-2.mobile-button {
  color: #1b2a39;
}

.button-2.mobile-button:hover {
  color: #fff;
  background-color: #1b2a39;
}

.action-network-form-section {
  background-color: #0000;
  width: auto;
  height: auto;
}

.action-network-form-section.padding {
  background-color: #33f79d;
  padding-top: 40px;
  padding-bottom: 40px;
}

.action-network-form-section.padding.action-network-hideh4 {
  background-color: #fbdede;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.action-network-embed-container {
  background-color: #fff;
  border: 2px #02061a;
  border-radius: 0;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
  box-shadow: 1px 1px 10px #00693959;
}

.action-network-embed-container.new-mode {
  padding-top: 34px;
}

.text-block-3 {
  color: #02061a;
  text-align: center;
  margin-bottom: 33px;
  font-size: 40px;
  line-height: 40px;
}

.text-block-3.hidden {
  display: none;
}

.rich-text-block {
  color: #09b3dc;
}

.html-embed {
  background-color: #0000;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.fixed-footer-button {
  z-index: 50;
  background-color: var(--dark-navy);
  width: 100%;
  height: 70px;
  margin-bottom: 224px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  position: fixed;
  inset: auto 0% 0%;
}

.landing-page-button {
  text-align: center;
  letter-spacing: 1px;
  background-color: #02061a;
  justify-content: center;
  align-items: center;
  width: 800px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  box-shadow: 0 0 3px 1px #00000042;
}

.landing-page-button:hover {
  color: #fff;
  background-color: #323454;
}

.landing-page-button.mobile-button {
  color: #e52321;
  background-color: #fff;
}

.fixed-footer-button-2 {
  z-index: 50;
  color: red;
  background-color: #e52321;
  width: 100%;
  height: 70px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: fixed;
  inset: auto 0% 0%;
}

.cta-copy {
  border: 1px solid var(--white);
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #0000;
  padding: 10px 12px 10px 15px;
  font-size: 26px;
  font-weight: 800;
  line-height: 22px;
  transition: all .2s;
  display: none;
}

.cta-copy:hover {
  background-color: #ffffff26;
  border-width: 1px;
}

.cta-copy.outline {
  background-color: var(--dark-navy);
  margin-left: 20px;
}

.cta-copy.outline:hover {
  background-color: #203a53;
}

.cta-copy.white {
  color: var(--dark-navy);
  background-color: #fff;
  margin-left: 45px;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 800;
  line-height: 20px;
}

.cta-copy.white:hover {
  transform: rotate(3deg);
}

.cta-copy.white.foot {
  margin-left: 0;
  margin-right: 0;
  display: inline-block;
}

.cta-copy.dark-btn {
  background-color: var(--dark-navy);
  margin-top: 15px;
}

.cta-copy.dark-btn:hover {
  background-color: #111c27;
}

.cta-copy.secondary {
  background-color: var(--dark-navy);
}

.cta-copy.secondary:hover {
  background-color: #2c4e70;
}

.cta-copy.white-nav {
  color: var(--dark-navy);
  background-color: #fff;
  margin-left: 45px;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 800;
  line-height: 20px;
}

.cta-copy.white-nav:hover {
  transform: rotate(3deg);
}

.parliament-box {
  background-image: url('../images/Group-13.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 8px;
  width: 45%;
  max-width: 100%;
  height: 500px;
  margin-top: -110px;
  margin-left: auto;
  margin-right: auto;
  transition: all .2s;
  display: none;
  position: relative;
  overflow: hidden;
}

.parliament-box:hover {
  transform: rotate(2deg);
}

.parliament-box.lighter {
  background-image: url('../images/Group-13.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 68px;
}

.background-video {
  background-image: linear-gradient(#00000069, #00000069);
  padding-top: 56px;
  padding-left: 60px;
  padding-right: 60px;
}

.gif-holder {
  width: 45%;
  padding-bottom: 0;
}

.div-block-8 {
  width: 50%;
  padding-top: 0;
}

.image-2 {
  margin-top: -67px;
}

.section-2 {
  background-image: url('../images/02_Drop-Off_260_JennyLewis.jpg');
  background-position: 0 0;
  background-size: cover;
  height: 600px;
}

.div-block-9 {
  justify-content: center;
  display: flex;
}

.image-3 {
  margin-top: -15px;
  margin-left: 10px;
  position: static;
}

.image-4 {
  position: relative;
  top: -9px;
  right: -447px;
}

.image-17 {
  padding-top: 21px;
}

.image-12 {
  margin-top: 0;
  margin-bottom: 6px;
  padding-top: 0;
  padding-bottom: 8px;
}

.image-14 {
  margin-top: -38px;
  margin-bottom: -38px;
  margin-left: 0;
}

.column-6 {
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  padding-right: 15px;
  display: flex;
}

.image-21 {
  margin-top: -17px;
}

.image-15 {
  margin-top: -2px;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.image-22 {
  margin-top: 5px;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-15 {
  margin-bottom: 40px;
  padding-top: 21px;
}

.image-20 {
  margin-top: 2px;
}

.image-13 {
  margin-top: -7px;
  padding-top: 0;
}

.image-10 {
  padding-top: 0;
  padding-bottom: 15px;
}

.image-16 {
  padding-top: 31px;
}

.image-9 {
  padding-bottom: 17px;
}

.image-11 {
  padding-bottom: 14px;
}

.column-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.image-8 {
  padding-top: 3px;
  padding-bottom: 18px;
}

.column-3 {
  flex-direction: column;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.image-19 {
  padding-top: 20px;
}

.text-block-4, .text-block-5 {
  color: var(--dark-navy);
}

.cta-gif {
  text-align: left;
  margin-top: 25px;
  display: none;
}

.cta-gif.half-pad {
  margin-top: 28px;
}

.fixed-footer-button-3 {
  z-index: 50;
  background-color: #33f79d;
  width: 100%;
  height: 70px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  position: fixed;
  inset: auto 0% 0%;
}

.logo-block {
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
  display: none;
}

.signees-block {
  flex-direction: column;
  justify-content: center;
  display: block;
}

.dropdown {
  flex: 0 auto;
  align-self: stretch;
  margin-bottom: 30px;
  display: block;
  position: static;
}

.text-block-6 {
  color: var(--dark-navy);
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
}

.text-block-6.about {
  font-size: 28px;
  font-weight: 800;
}

.dropdown-toggle {
  background-color: #fff;
  padding-top: 16px;
  padding-bottom: 16px;
  display: none;
}

.dropdown-toggle.about {
  background-color: #eff9fd;
}

.dropdown-list {
  background-color: #0000;
  position: relative;
}

.dropdown-list.w--open {
  background-color: #f5fcff;
  box-shadow: 3px 3px 8px -6px #00000047;
}

.dropdown-list.about.w--open {
  background-color: #fff;
}

.div-block-16 {
  margin-top: -100px;
  padding-top: 0;
}

.dropdown-link-13 {
  font-size: 14px;
}

.dropdown-link-14 {
  white-space: normal;
}

.take-action-subheading {
  color: var(--white);
  text-align: center;
  max-width: 700px;
  margin-top: 0;
  font-weight: 400;
}

.take-action-subheading.left-align {
  text-align: left;
  font-size: 22px;
  line-height: 28px;
}

.drop-down-rich-text {
  padding: 20px;
}

.drop-down-rich-text p {
  font-size: 16px;
}

.html-embed-2 {
  background-color: #0000;
  display: block;
}

.div-block-17 {
  justify-content: center;
  padding-bottom: 20px;
  display: flex;
}

.html-embed-3 {
  width: auto;
  height: auto;
  display: block;
}

.vertical-flex-mobile {
  margin-top: 0;
  padding-top: 20px;
  display: none;
}

.vertical-flex-mobile.home {
  padding-top: 0;
}

.opt-in-popup {
  width: 100%;
  height: 100%;
  position: absolute;
}

.opt-in-popup.modal-section {
  z-index: 10000;
  object-fit: fill;
  background-color: #00000087;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
}

.close-button {
  color: #585858;
  text-align: center;
  background-color: #d3d4d4;
  position: static;
}

.subscribe-button {
  color: var(--white);
  text-transform: uppercase;
  background-color: #e52321;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 30px;
}

.container-2 {
  background-color: #fff;
  max-width: 600px;
  padding: 40px;
  position: relative;
  top: 100px;
}

.heading {
  margin-top: 0;
}

.paragraph-2 {
  margin-top: 20px;
  font-size: 12px;
}

.image-26 {
  width: 100%;
  max-width: 500px;
  margin-bottom: 30px;
}

.action-link {
  color: var(--white);
  text-decoration: underline;
}

.action-image {
  object-fit: cover;
  margin-top: 0;
  padding-bottom: 30px;
  display: inline-block;
  position: static;
  inset: 0%;
}

.text-block-7 {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
}

.take-action-header {
  color: var(--white);
  background-color: #0000;
  border: 2px solid #fff;
  margin-bottom: 36px;
  padding: 12px 20px;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
}

.button-3 {
  background-color: var(--cyan-blue);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 20px;
  font-weight: 500;
  display: flex;
}

.fixed-footer-button-blue {
  z-index: 50;
  background-color: var(--cyan-blue);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: fixed;
  inset: auto 0% 0%;
}

.link-2, .link-3 {
  color: var(--white);
}

.rich-text-block-2, .rich-text-block-3 {
  font-size: 18px;
}

.faq-rich-text {
  font-size: 18px;
  font-style: normal;
}

.faq-rich-text p {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 23px;
}

.faq-rich-text a {
  color: var(--white);
}

.button-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: block;
}

.outline-btn-inline {
  border: 2px solid var(--dark-navy);
  color: var(--dark-navy);
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #0000;
  margin-top: 4px;
  margin-bottom: 15px;
  padding: 10px 12px 10px 15px;
  font-size: 26px;
  font-weight: 500;
  line-height: 32px;
  transition: all .35s;
  display: block;
  position: static;
}

.outline-btn-inline:hover {
  background-color: var(--dark-navy);
  color: #fff;
}

.extra-large-content-title {
  margin-bottom: 21px;
  font-size: 48px;
  font-weight: 800;
}

.extra-large-content-title.action {
  text-align: center;
}

.mid-text-highlight-large {
  background-color: var(--cyan-blue);
  color: #fff;
  padding: 20px 15px;
  display: inline-block;
  transform: rotate(-1deg);
}

.flex-wrapper {
  flex-wrap: wrap;
  display: flex;
}

.flex-child-33 {
  width: 33.33%;
  padding: 30px;
}

.image-27 {
  margin-bottom: 18px;
}

.large-content-title-bold {
  color: var(--dark-navy);
  max-width: 300px;
  margin-bottom: 7px;
  font-size: 36px;
  font-weight: 800;
  line-height: 38px;
}

.large-content-title-bold.white {
  color: #fff;
}

.action-image-width {
  max-height: 250px;
  margin-bottom: 20px;
  display: block;
}

.image-28 {
  width: 100%;
  height: 10px;
  margin-bottom: 11px;
}

.row-actions {
  margin-bottom: 80px;
  padding-top: 0;
}

.row-actions.explainer {
  padding-top: 85px;
  padding-bottom: 85px;
}

.row-header-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.hero-video {
  background-image: linear-gradient(#0000002e, #0000002e);
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 50vh;
  display: flex;
  position: relative;
}

.hero-video.tour {
  background-color: #0003;
  background-image: linear-gradient(#00000052, #00000052);
  height: 75vh;
  padding-top: 146px;
  padding-bottom: 93px;
}

.action-hero-content-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rip-container {
  z-index: 2;
  flex: 0 auto;
  align-self: flex-start;
  margin-top: 0;
  position: absolute;
  inset: auto 0% 0%;
}

.play-pause-button {
  display: none;
}

.button-4 {
  background-color: var(--deep-sky-blue);
  text-align: left;
  margin-bottom: 14px;
  padding: 14px 20px;
  font-size: 20px;
  font-weight: 500;
}

.button-4:hover {
  background-color: var(--dark-navy);
}

.buttons-div {
  padding-top: 12px;
  padding-bottom: 12px;
}

.div-block-19 {
  height: 50px;
}

.div-block-20 {
  background-color: #e54241;
  justify-content: center;
  align-items: center;
  height: 40px;
  display: flex;
}

.text-block-8 {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
}

.pre-nav {
  z-index: 999;
  background-color: var(--indian-red);
  justify-content: center;
  align-items: center;
  height: 40px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.button-5 {
  text-align: center;
  background-color: #0000;
  width: 100%;
  height: 100%;
  font-size: 20px;
  font-weight: 500;
}

.button-5:hover {
  background-color: #bd201f;
}

.press-flex-wrapper {
  justify-content: center;
  display: flex;
}

.press-flex-child {
  width: 33.333%;
  padding: 1.5%;
}

.press-flex-child:hover {
  transform: rotate(2deg);
}

.headline-h4 {
  color: var(--dark-navy);
  margin-bottom: 17px;
  font-size: 24px;
  line-height: 28px;
}

.press-child-container {
  background-color: #fff;
  padding: 30px;
}

.image-divider {
  margin-top: 0;
  position: static;
  inset: auto 0% 0%;
}

.link-block {
  background-color: #fff;
  width: 100%;
  padding: 30px 30px 0;
  text-decoration: none;
}

.date {
  color: var(--dark-navy);
  font-size: 13px;
  display: inline;
}

.date.caps {
  text-align: right;
  letter-spacing: .3px;
  text-transform: uppercase;
  max-width: 125px;
  line-height: 15px;
}

.image-29 {
  width: 100%;
}

.image-30 {
  width: 90px;
}

.div-block-21 {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.div-block-22 {
  padding-top: 38px;
  padding-bottom: 38px;
}

.press-image-container {
  background-image: url('../images/0_2203NEULouiseAtkinsonJessHurd35.webp');
  background-position: 50%;
  background-size: cover;
  height: 150px;
}

.press-image-container._1 {
  background-image: url('../images/Screenshot-2023-06-23-at-13.15.19.png');
}

.press-image-container._2 {
  background-image: url('../images/p08h6hwm.jpg');
}

.press-image-container._3 {
  background-image: url('../images/V1_NEU_NCLB_WOA_SITE_Press-section-images_200.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.press-image-container._4 {
  background-image: url('../images/V2_NEU_NCLB_WOA_SITE_Press-section-images.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.press-image-container._5 {
  background-image: url('../images/Screenshot-2023-06-26-at-13.05.26.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.press-image-container._6 {
  background-image: url('../images/V3_NEU_NCLB_WOA_SITE_Press-section-images.jpg'), linear-gradient(#fff, #fff);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.press-image-container._7 {
  background-image: url('../images/V4_NEU_NCLB_WOA_SITE_Press-section-images.jpg'), linear-gradient(#fff, #fff);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.press-image-container._8 {
  background-image: url('../images/Screenshot-2023-06-27-at-15.22.51.png');
  background-repeat: no-repeat;
}

.press-image-container._9 {
  background-image: url('../images/p08h6f95.jpg');
}

.press-image-container._10 {
  background-image: url('../images/V27_NEU_NCLB_WOA_SITE_Press-section-images.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
}

.press-image-container._11 {
  background-image: url('../images/V6_NEU_NCLB_WOA_SITE_Press-section-images.jpg');
}

.press-image-container._12 {
  background-image: url('../images/V6_NEU_NCLB_WOA_SITE_Press-section-images2.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
}

.press-image-container._13 {
  background-image: url('../images/V8_NEU_NCLB_WOA_SITE_Press-section-images.jpg');
}

.press-image-container._14 {
  background-image: url('../images/V9_NEU_NCLB_WOA_SITE_Press-section-images.jpg');
}

.press-image-container._15 {
  background-image: url('../images/V10.5_NEU_NCLB_WOA_SITE_Press-section-images.jpg');
  background-repeat: no-repeat;
}

.press-image-container._16 {
  background-image: url('../images/V11_NEU_NCLB_WOA_SITE_Press-section-images.jpg');
}

.press-image-container._17 {
  background-image: url('../images/V12.5_NEU_NCLB_WOA_SITE_Press-section-images.jpg');
}

.press-image-container._18 {
  background-image: url('../images/V13_NEU_NCLB_WOA_SITE_Press-section-images.jpg');
}

.press-image-container._19 {
  background-image: url('../images/V13_NEU_NCLB_WOA_SITE_Press-section-images2.jpg');
}

.press-image-container._20 {
  background-image: url('../images/V16_NEU_NCLB_WOA_SITE_Press-section-images2.jpg');
}

.press-image-container._21 {
  background-image: url('../images/V15_NEU_NCLB_WOA_SITE_Press-section-images4.jpg');
}

.press-image-container._22 {
  background-image: url('../images/V17_NEU_NCLB_WOA_SITE_Press-section-images.jpg');
}

.press-image-container._23 {
  background-image: url('../images/V16_NEU_NCLB_WOA_SITE_Press-section-images.jpg');
}

.press-image-container._24 {
  background-image: url('../images/V16_NEU_NCLB_WOA_SITE_Press-section-images3.jpg');
}

.press-image-container._25 {
  background-image: url('../images/V20_NEU_NCLB_WOA_SITE_Press-section-images.jpg');
}

.press-image-container._26 {
  background-image: url('../images/V21_NEU_NCLB_WOA_SITE_Press-section-images.jpg');
}

.press-image-container._27 {
  background-image: url('../images/V22_NEU_NCLB_WOA_SITE_Press-section-images.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
}

.press-image-container._28 {
  background-image: url('../images/V23_NEU_NCLB_WOA_SITE_Press-section-images.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
}

.press-image-container._29 {
  background-image: url('../images/V24_NEU_NCLB_WOA_SITE_Press-section-images.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
}

.press-image-container._30 {
  background-image: url('../images/V25_NEU_NCLB_WOA_SITE_Press-section-images.jpg');
  background-position: 0%;
}

.press-image-container._31 {
  background-image: url('../images/V25_NEU_NCLB_WOA_SITE_Press-section-images2.jpg');
}

.press-image-container._32 {
  background-image: url('../images/V5_NEU_NCLB_WOA_SITE_Press-section-images.jpg');
}

.press-image-container._33 {
  background-image: url('../images/p0byxz27.jpg');
  background-size: cover;
}

.press-image-container._34 {
  background-image: url('../images/Twitter-Images-25.png');
}

.press-image-container._35 {
  background-image: url('../images/V28_NEU_NCLB_WOA_SITE_Press-section-images2.jpg');
}

.press-image-container._36 {
  background-image: url('../images/V28_NEU_NCLB_WOA_SITE_Press-section-images5.jpg');
}

.press-image-container._37 {
  background-image: url('../images/V28_NEU_NCLB_WOA_SITE_Press-section-images6.jpg');
}

.press-image-container._38 {
  background-image: url('../images/V28_NEU_NCLB_WOA_SITE_Press-section-images.jpg');
}

.press-image-container._39 {
  background-image: url('../images/V28_NEU_NCLB_WOA_SITE_Press-section-images3.jpg');
}

.press-image-container._40 {
  background-image: url('../images/V28_NEU_NCLB_WOA_SITE_Press-section-images4.jpg');
}

.press-image-container._41 {
  background-image: url('../images/MIRROR.jpg');
  background-position: 50% 100%;
}

.image-31 {
  width: 100%;
}

.div-block-24 {
  justify-content: center;
  align-items: center;
  margin-top: 21px;
  margin-bottom: 60px;
  display: flex;
}

.slider-2 {
  background-color: #0000;
  height: auto;
  min-height: 600px;
}

.slide {
  background-color: #0000;
}

.right-arrow-2 {
  justify-content: center;
  align-items: center;
  margin-right: -80px;
  display: flex;
}

.div-block-25 {
  padding-top: 20px;
}

.slide-nav-2 {
  font-size: 20px;
  line-height: 20px;
  display: block;
}

.left-arrow-2 {
  justify-content: center;
  align-items: center;
  margin-left: -80px;
  display: flex;
}

.html-embed-3-mobile {
  width: auto;
  height: auto;
  display: none;
}

.tag {
  background-color: var(--dark-navy);
  color: #fff;
  letter-spacing: .3px;
  text-transform: uppercase;
  margin-top: -18px;
  padding: 5px 10px;
  display: inline-block;
  position: absolute;
}

.image-32 {
  outline-offset: 0px;
  outline: 3px #333;
  margin-bottom: -1px;
}

.image-32.reverse {
  margin-bottom: -76px;
}

.mask-2 {
  padding-top: 10px;
}

.arrow-right:hover, .arrow-left:hover {
  transform: scale(1.4);
}

.navbar1_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.navbar1_dropdown-link {
  color: var(--white);
  padding: .5rem 1rem;
}

.navbar1_dropdown-link:hover {
  text-decoration: underline;
}

.navbar1_dropdown-link:active, .navbar1_dropdown-link:focus, .navbar1_dropdown-link:visited {
  color: var(--white);
}

.navbar1_dropdown-link.w--current {
  color: var(--white);
  font-weight: 500;
}

.navbar1_menu {
  align-items: center;
  display: flex;
  position: static;
}

.navbar1_menu-button {
  padding: 0;
}

.navbar1_dropdown-list.w--open {
  background-color: var(--dark-navy);
  border: 1px solid #0000;
  padding: .5rem;
}

.navbar1_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.button {
  color: #0000;
  text-align: center;
  background-color: #0000;
  border: 1px solid #0000;
  padding: .75rem 1.5rem;
}

.button.is-secondary {
  color: #0000;
  background-color: #0000;
}

.button.is-secondary.is-small {
  background-color: var(--white);
  color: var(--dark-navy);
  font-size: 16px;
  font-weight: 800;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.navbar1_dropdown-toggle {
  padding: .5rem 2.5rem .5rem 1rem;
}

.nav-bar-temp {
  background-color: #fff0;
  border-bottom: 0 #0000;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  min-height: 5rem;
  margin-top: 0;
  padding-top: 0;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  position: fixed;
}

.nav-bar-temp.margin {
  margin-top: 60px;
  padding-top: 0;
}

.dropdown-icon {
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.navbar1_logo-link {
  padding-left: 0;
}

.navbar1_link {
  color: var(--white);
  padding: .5rem 1rem;
  font-size: 16px;
}

.navbar1_link.w--current {
  color: #0000;
}

.text-block-9 {
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
}

.text-block-9:hover {
  text-decoration: underline;
}

.div-block-26 {
  flex: 1;
}

.about-menu-container {
  justify-content: space-between;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
}

.link-4 {
  color: var(--dark-navy);
  text-transform: uppercase;
  padding-bottom: 2px;
  padding-left: 1px;
  padding-right: 1px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.link-4:hover {
  border-bottom: 2px solid #000;
}

.link-4.w--current {
  border-bottom: 2px solid var(--dark-navy);
  font-weight: 800;
}

.link-4.current {
  border-bottom: 2px solid var(--dark-navy);
  padding-bottom: 2px;
  padding-left: 1px;
  padding-right: 1px;
}

.div-block-27 {
  height: 50vh;
}

.hero-picture {
  background-image: linear-gradient(#1b2a39c4, #0a164900 27%), url('../images/Copy-of-3_Lunchtime_715.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 60vh;
  display: flex;
  position: relative;
}

.hero-picture.campaign {
  background-image: url('../images/0022-Free-School-Meals-for-All-London-United-Kingdom-June23-METTYUNUABONA.jpg'), linear-gradient(#0000002e, #0000002e);
  background-position: 50%, 0 0;
  background-size: cover, auto;
}

.hero-picture.coalition {
  background-image: url('../images/Conference_0005_3Q8A6493.jpg'), linear-gradient(#0000, #0000);
}

.hero-picture.media {
  background-image: url('../images/Screenshot-2023-07-18-at-15.33.48.jpg'), linear-gradient(#0000, #0000);
}

.hero-picture.faqs {
  background-image: url('../images/6_Classrooms_450.jpg'), linear-gradient(#0000, #0000);
}

.hero-picture.the-campaign {
  background-image: linear-gradient(#1b2a39c4, #0a164900 50%), url('../images/0022-Free-School-Meals-for-All-London-United-Kingdom-June23-METTYUNUABONA.jpg');
}

.hero-picture.in-the-media {
  background-image: linear-gradient(#1b2a39c4, #0a164900 50%), url('../images/053aa.jpg');
}

.hero-picture.faq {
  background-image: linear-gradient(#1b2a39c4, #0a164900 50%), url('../images/6_Classrooms_450.jpg');
}

.hero-picture.the-coalition {
  background-image: linear-gradient(#1b2a39c4, #0a164900 50%), url('../images/Conference_0005_3Q8A6493.jpg');
}

.div-block-11 {
  margin-top: 0;
}

.flex-child.timeline-child {
  width: 50%;
  padding: 20px;
}

.flex-child.timeline-child.info {
  flex: 1;
  padding: 0;
}

.flex-child.timeline-child.date {
  width: 10%;
}

.flex-child.timeline {
  border-top: 3px #0062ff;
  border-bottom: 3px #0062ff;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
}

.heading-2 {
  color: #1d1737;
  text-align: center;
  font-size: 60px;
  line-height: 60px;
}

.heading-2.spaced {
  color: #fa501e;
  margin-top: 0;
  font-size: 72px;
}

.rich-text {
  white-space: normal;
  text-decoration: none;
}

.rich-text h2 {
  color: var(--dark-navy);
  font-weight: 800;
}

.timeline-circle {
  background-color: #0000;
  background-image: url('../images/NCLB-Circle.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 200px;
  width: 20px;
  height: 20px;
  margin-top: 45px;
  margin-left: -11.5px;
}

.container-3 {
  width: 700px;
  margin-top: -60px;
  margin-left: auto;
  margin-right: auto;
}

.flex-wrapper-2.timeline {
  border-left: 2px solid var(--dark-navy);
  flex-direction: column;
  margin-top: 50px;
  display: flex;
}

.timeline-text {
  background-color: #f5fcff;
  padding: 28px 34px 28px 36px;
}

.timeine-date {
  align-items: center;
  padding: 0;
  display: flex;
}

.timeline-title {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 9px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 800;
  line-height: 38px;
}

.text-block-10 {
  color: var(--deep-sky-blue);
  text-transform: uppercase;
  padding-left: 10px;
  font-size: 16px;
  font-weight: 500;
}

.image-33 {
  margin-top: -21px;
}

.image-34 {
  margin-top: -5px;
}

.bold-text-2 {
  color: var(--dark-navy);
  line-height: 32px;
}

.about-rich-text {
  max-width: 750px;
  margin-top: 40px;
  padding-top: 0;
}

.about-rich-text p {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.drop-down-container {
  background-color: #0000;
  width: 750px;
  margin-top: -70px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.icon-about {
  font-size: 18px;
}

.rip-container-flipped {
  z-index: 2;
  flex: 0 auto;
  align-self: flex-start;
  margin-top: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.rip-svg {
  margin-bottom: -1px;
}

.mp-lord-flex-box {
  flex-direction: column;
  width: 20%;
  margin-bottom: 24px;
  margin-left: 6px;
  margin-right: 6px;
  display: flex;
}

.mp-image {
  border-radius: 100%;
}

.mp-lord-image {
  border-radius: 100%;
  margin-bottom: 17px;
}

.mp-lord-name {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 3px;
  font-size: 18px;
  font-weight: 500;
}

.mp-lord-party {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}

.html-embed-4 {
  width: 50%;
}

.coalition-video {
  flex: 0 auto;
  width: 100%;
  height: 100%;
}

.about-menu-container-mobile {
  justify-content: space-between;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.html-embed-5 {
  z-index: 1;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  position: static;
  inset: auto 0% 0%;
}

.london-video-embed, .london-video-embed-mobile {
  width: auto;
  height: auto;
  display: none;
}

.video-container {
  background-color: var(--light-blue);
  border-radius: 16px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-around;
  align-self: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: 12px;
  margin-right: 12px;
  padding: 18px;
  display: flex;
}

.video-container.light {
  background-color: var(--white);
}

.video-copy {
  padding-top: 10px;
  padding-left: 5px;
  padding-right: 39px;
}

.text-block-11 {
  color: var(--dark-navy);
}

.vido-rte p {
  width: 300px;
  margin-bottom: 0;
  padding-top: 14px;
  font-size: 18px;
  line-height: 24px;
}

.video-div {
  flex-direction: row;
  justify-content: space-around;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 46px;
  padding-bottom: 46px;
  display: flex;
}

.html-embed-6 {
  width: 300px;
  height: 300px;
  display: none;
}

.video-2 {
  border-radius: 20px;
  width: 460px;
  height: 460px;
  margin-top: -15px;
}

.link-5 {
  color: var(--dark-navy);
}

.stories {
  padding: 125px 8% 100px;
  display: block;
  position: relative;
}

.stories.light-background {
  background-color: var(--light-blue);
  padding-top: 100px;
  display: block;
}

.stories.light-background.woa {
  display: none;
}

.stories.light-background.menu {
  padding-top: 10px;
  padding-bottom: 24px;
}

.stories.light-background.about-hero {
  padding-top: 29px;
  padding-bottom: 12px;
}

.stories.light-background.margin {
  margin-bottom: 50px;
}

.stories.light-background.top-margin {
  padding-top: 48px;
}

.stories.light-background.top-margin.bottom-margin {
  padding-bottom: 4px;
}

.stories.dark-bg {
  background-color: var(--dark-navy);
  background-image: linear-gradient(121deg, var(--dark-navy), var(--dark-navy));
  position: relative;
}

.stories.image-background {
  background-color: var(--light-blue);
  justify-content: space-between;
  padding: 0 0%;
  display: flex;
  position: relative;
}

.stories.footer {
  background-color: var(--dark-navy);
  padding-top: 50px;
  padding-bottom: 50px;
  display: block;
}

.stories.dark-background {
  background-color: var(--dark-navy);
  background-image: linear-gradient(to bottom, var(--dark-navy), var(--dark-navy));
  padding-top: 70px;
  position: relative;
}

.stories.dark-background.take-action {
  padding-top: 100px;
  padding-bottom: 100px;
}

.stories.full-width {
  padding: 0 0%;
}

.stories.image-bg {
  background-color: var(--light-blue);
  background-image: linear-gradient(#1b2a3924, #1b2a3924), url('../images/Email-banner.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: space-between;
  padding: 140px 0% 65px;
  display: flex;
  position: relative;
}

.stories.no-pad {
  background-color: var(--light-blue);
  padding: 0 0%;
}

.stories.cutout {
  background-color: var(--light-blue);
  background-image: linear-gradient(to bottom, var(--dark-navy) 3%, #1b2a3900 9%), url('../images/children-tearout.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: space-between;
  margin-top: -100px;
  padding: 675px 0% 0;
  display: flex;
  position: relative;
}

.stories.cutout.lightblue {
  background-color: var(--light-blue);
  background-image: url('../images/07_Lunch_220_JennyLewis2.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.stories.cutout.lightblue.week-of-action {
  background-image: url('../images/V2_3Q8A7102.jpg');
}

.stories.action-embed {
  background-color: var(--dark-navy);
  background-image: linear-gradient(to bottom, var(--dark-navy), var(--dark-navy));
  padding-top: 83px;
  padding-bottom: 56px;
  display: block;
  position: relative;
}

.stories.colour-background {
  background-color: var(--cyan-blue);
  padding-top: 100px;
  display: block;
}

.stories.colour-background.white-background {
  background-color: var(--white);
  display: none;
}

.stories.colour-background.faq {
  display: block;
}

.stories.hidden {
  display: none;
}

.stories.nclb {
  background-image: url('../images/08.-UK-map.svg');
  background-position: 50% 80%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.stories.nclb-module {
  padding: 0 0%;
}

.stories.add-your-name {
  padding-top: 100px;
  padding-bottom: 80px;
}

.stories.add-your-name.top-margin {
  padding-top: 125px;
}

.stories.video-header {
  padding: 0 0%;
}

.stories.rip-holder {
  position: relative;
}

.stories.margin {
  padding-top: 99px;
  padding-bottom: 125px;
}

.pop-up-wrapper {
  z-index: 1000;
  background-color: #1b2a39cc;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  max-height: none;
  display: none;
  position: fixed;
  overflow: visible;
}

.pop-up-container {
  background-color: #fff;
  width: 600px;
  max-height: 600px;
  padding: 0;
  display: block;
  overflow: scroll;
}

.div-block-28 {
  padding: 26px;
  position: static;
  inset: 0% 0% auto auto;
}

.div-block-29 {
  clear: none;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
}

.centred-content-action-network-form-section {
  padding: 0 40px 40px;
}

.image-35 {
  padding: 28px;
}

.image-36 {
  clear: none;
  display: inline-block;
  position: relative;
}

.div-block-31 {
  z-index: auto;
  cursor: pointer;
  padding: 25px;
  display: inline-block;
  position: static;
  inset: 0% 0% auto auto;
}

.div-block-31:hover {
  opacity: .7;
}

.div-block-32 {
  justify-content: flex-end;
  display: flex;
}

.div-block-33 {
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.heading-3 {
  color: var(--dark-navy);
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 800;
}

.text-block-12 {
  color: var(--dark-navy);
  text-align: center;
  width: 90%;
  padding-bottom: 30px;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.pop-up-wrapper-test {
  z-index: 99;
  background-color: #1b2a39cc;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  max-height: none;
  display: none;
  position: fixed;
  overflow: visible;
}

.close-pop-up {
  z-index: auto;
  cursor: pointer;
  padding: 25px;
  display: inline-block;
  position: static;
  inset: 0% 0% auto auto;
}

.close-pop-up:hover {
  opacity: .7;
}

.div-block-34 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.announcement {
  z-index: 3;
  background-color: #0000;
  height: 60px;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.container-blue {
  background-color: var(--deep-sky-blue);
  width: 100vw;
  position: absolute;
}

.heading-4 {
  color: var(--white);
  text-align: center;
  margin-top: 8px;
  font-size: 24px;
  font-weight: 500;
}

.link-block-2 {
  display: block;
}

.announcement-blue {
  z-index: 3;
  background-color: #0000;
  height: 60px;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.container-red {
  background-color: var(--indian-red);
  width: 100vw;
  position: absolute;
}

.link-6 {
  color: var(--dark-navy);
}

.text-block-13 {
  color: #1b2a39;
  font-size: 20px;
  line-height: 28px;
}

.london-image {
  border-radius: 20px;
  flex: 1;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.cookie-modal_content-wrap {
  padding: 1.75rem 2rem;
}

.cookie-modal_content-wrap.is-small {
  padding: 1.5rem;
}

.cookie-modal_component {
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
  font-size: .9375rem;
  line-height: 1.4;
  display: flex;
  position: relative;
  box-shadow: 0 4px 1rem #2629260d;
}

.cookie-modal_closebutton {
  z-index: 5;
  cursor: pointer;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: 1.25rem 1.25rem -2.5rem auto;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.cookie-modal_closebutton:hover {
  background-color: var(--light-blue);
}

.cookie-modal_button {
  color: #fff;
  text-align: center;
  background-color: #e52321;
  border-radius: .25rem;
  width: 100%;
  padding: .875em 1.5em 1rem;
  font-size: .9375rem;
  text-decoration: none;
  transition: color .2s cubic-bezier(.25, .46, .45, .94), background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_button:hover {
  background-color: var(--dark-navy);
}

.cookie-modal_button.is-secondary {
  color: #515750;
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
  font-size: .875rem;
  font-weight: 700;
}

.cookie-modal_button.is-secondary:hover {
  text-decoration: underline;
}

.cookie-modal_description {
  color: var(--dark-navy);
}

.cookie-modal_button-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f3f7f2;
  border-radius: 0 0 .25rem .25rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.cookie-modal_button-wrap.is-small {
  background-color: #fbdede;
  justify-content: flex-start;
  padding: 1.5rem;
}

.cookie-modal_closebutton_line {
  background-color: #515750;
  width: 1rem;
  height: 2px;
  position: absolute;
}

.cookie-modal_closebutton_line.is-right {
  color: var(--dark-navy);
  transform: rotate(-45deg);
}

.cookie-modal_closebutton_line.is-left {
  transform: rotate(45deg);
}

.screenreader-only {
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  overflow: hidden;
}

.cookie-modal_styles {
  display: none;
}

.cookie-modal_title {
  margin-bottom: .1875em;
  font-size: 1.25rem;
  font-weight: 700;
}

.cookie-modal_title.is-small {
  color: var(--dark-navy);
  font-size: 1.1875rem;
}

.cookie-modal_button_text {
  color: var(--white);
}

.cookie-popup_component {
  z-index: 9500;
  border-radius: 0;
  max-width: 25rem;
  position: fixed;
  inset: auto 1.25rem 1.25rem auto;
  box-shadow: 4px 4px #ed6564;
}

.cookie-modal_link {
  color: var(--dark-navy);
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_button_text-copy {
  color: var(--dark-navy);
  font-weight: 400;
  text-decoration: underline;
}

.take-action-div {
  justify-content: center;
  padding-top: 31px;
  display: flex;
}

.link-7 {
  color: var(--dark-navy);
}

.action-container {
  flex-flow: wrap;
  justify-content: space-around;
  align-items: flex-start;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 46px;
  padding-bottom: 46px;
  display: flex;
}

.action-content-container {
  background-color: var(--white);
  border-radius: 16px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-around;
  align-self: flex-start;
  align-items: flex-start;
  width: 46%;
  height: auto;
  margin-bottom: 32px;
  margin-left: 12px;
  margin-right: 12px;
  padding: 20px;
  display: flex;
}

.action-content-container.light {
  background-color: var(--white);
}

.action-photo {
  background-image: url('../images/3Q8A6634.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  height: 180px;
}

.action-photo._2 {
  background-image: url('../images/6_Classrooms_1264.jpg');
}

.action-photo._3 {
  background-image: url('../images/1_DropOff_219.jpg');
}

.action-photo._4 {
  background-image: url('../images/0012-Free-School-Meals-for-All-London-United-Kingdom-June23-METTYUNUABONA.jpg');
}

.action-title {
  color: var(--dark-navy);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 800;
  line-height: 30px;
}

.action-rte p {
  color: var(--dark-navy);
  margin-bottom: 0;
  font-size: 18px;
  line-height: 22px;
}

.action-text {
  padding-top: 10px;
  padding-left: 3px;
  padding-right: 3px;
}

.toolkit-container {
  flex-flow: wrap;
  justify-content: space-around;
  align-items: flex-start;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 46px;
  padding-bottom: 46px;
  display: flex;
}

.graphic-container {
  background-image: url('../images/Graphic1_06_V2.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 33%;
  height: 330px;
}

.tour-heading {
  color: var(--dark-navy);
  text-align: center;
  font-size: 78px;
}

.sign-up-link {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.sign-up-container {
  margin-top: 11px;
  display: flex;
}

.gif-conatiner {
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: -10px;
  margin-left: -28px;
  display: flex;
}

.nav-bg-light {
  background-color: var(--light-blue);
  opacity: 0;
  width: 100vw;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.nav-bg-light.bordered {
  opacity: 0;
  border-bottom: 1px solid #ffffff0f;
}

.white-rip {
  outline-offset: 0px;
  outline: 3px #333;
  margin-bottom: -1px;
}

.white-rip.reverse {
  margin-bottom: -76px;
}

.bold-text-3 {
  font-size: 28px;
  line-height: 36px;
}

.van-container {
  background-image: url('../images/Van.gif');
  background-position: 0 0;
  background-size: cover;
  width: 300px;
  height: 130px;
  margin-top: -22px;
  margin-bottom: 28px;
}

.image-37 {
  border-radius: 20px;
}

.button-container {
  justify-content: center;
  align-items: center;
  margin-bottom: 34px;
  display: flex;
}

.html-embed-7 {
  height: auto;
}

.container-fluid {
  flex-direction: row;
  justify-content: space-around;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 46px;
  padding-bottom: 46px;
  display: flex;
}

.share-button {
  color: var(--white);
  text-decoration: none;
}

.social-share-button {
  background-color: var(--dark-navy);
  border-radius: 15px;
  width: 25%;
  padding: 8px;
  display: flex;
}

.social-copy {
  color: #fff;
  text-transform: none;
  font-size: 25px;
  font-weight: 400;
  text-decoration: none;
}

.social-icon-div {
  background-color: var(--dark-navy);
  border-radius: 100px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin: 15px;
  padding: 14px;
  display: flex;
}

.social-icon-div:hover {
  background-color: var(--deep-sky-blue);
}

.div-block-35 {
  justify-content: center;
  align-items: center;
  margin-top: 26px;
  display: flex;
}

.image-38 {
  padding-bottom: 1px;
  padding-left: 1px;
}

.html-embed-8 {
  border-radius: 40px;
  display: block;
}

.div-block-36 {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.video-3 {
  height: 200px;
}

.video-div-copy {
  flex-direction: row;
  justify-content: space-around;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 46px;
  padding-bottom: 46px;
  display: flex;
}

.video-container-copy {
  background-color: var(--light-blue);
  border-radius: 16px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-around;
  align-self: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: 12px;
  margin-right: 12px;
  padding: 18px;
  display: flex;
}

.video-container-copy.light {
  background-color: var(--white);
}

.small-video {
  border-radius: 20px;
  width: 300px;
  height: 300px;
  margin-top: 0;
}

.medium-copy {
  font-size: 22px;
  line-height: 28px;
}

.map-container {
  border-radius: 20px;
  flex: 0 auto;
  align-self: center;
  width: 50%;
  margin-top: -30px;
  display: flex;
}

.map-container-mobile {
  border-radius: 20px;
  flex: 0 auto;
  align-self: center;
  width: 50%;
  margin-top: -30px;
  display: none;
}

.map-container-100 {
  justify-content: space-between;
  align-items: stretch;
  max-width: 1140px;
  margin: 46px auto 53px;
  display: flex;
}

.map-container-phone {
  max-width: 1140px;
  margin: 46px auto 20px;
  display: none;
}

.link-8 {
  color: var(--dark-navy);
}

.left-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-left: 160px;
  display: flex;
}

.right-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-right: 160px;
  display: flex;
}

.left-stops {
  flex-flow: column;
  margin-top: -17px;
  margin-bottom: 28px;
  display: flex;
}

.left-stops.bottom {
  margin-top: -16px;
}

.month-text {
  color: var(--dark-navy);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "National 2", sans-serif;
  font-size: 24px;
  font-weight: 800;
}

.top-link {
  margin-top: 0;
  margin-bottom: 9px;
}

.top-link:hover {
  transform: rotate(1deg);
}

.middle-link {
  margin-bottom: 9px;
  transform: rotate(0);
}

.middle-link:hover {
  transform: rotate(-1deg);
}

.image-39 {
  margin-top: 8px;
  margin-bottom: 22px;
}

.link-block-5 {
  margin-bottom: 22px;
}

.code-embed {
  flex: 1;
  display: block;
}

.stops-container {
  background-color: var(--light-blue);
  border-radius: 30px;
  flex: 0 auto;
  align-self: stretch;
  width: 300px;
  height: 640px;
  margin-right: 20px;
  padding: 20px 21px 23px 29px;
}

.stops-container.is-v2 {
  height: 780px;
  padding-bottom: 4px;
  overflow: visible;
}

.map-container-split {
  justify-content: space-between;
  align-items: stretch;
  max-width: 1140px;
  margin: 46px auto 53px;
  display: flex;
}

.bottom-link:hover {
  transform: rotate(1deg);
}

.stops-container-mobile {
  background-color: var(--light-blue);
  border-radius: 30px;
  flex: 0 auto;
  align-self: stretch;
  width: 320px;
  margin-right: 20px;
  padding: 10px 21px 23px 28px;
  display: none;
}

.heading-5 {
  margin-top: 30px;
  font-size: 22px;
  font-weight: 500;
}

.heading-6 {
  font-weight: 400;
}

.heading-7 {
  margin-top: 17px;
  margin-bottom: 4px;
  font-weight: 400;
}

.heading-8 {
  margin-top: 1px;
  font-size: 30px;
}

.paragraph-3 {
  line-height: 24px;
}

.div-block-37 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.text-block-14 {
  text-transform: uppercase;
  padding-left: 9px;
  font-size: 18px;
  line-height: 22px;
}

.stops-pop-up {
  background-color: var(--light-blue);
  border-radius: 30px;
  flex: 0 auto;
  align-self: stretch;
  width: 320px;
  height: 600px;
  margin-right: 20px;
  padding: 10px 21px 23px 28px;
  display: none;
  position: static;
}

.div-block-38 {
  display: flex;
}

.image-40 {
  margin-top: -53px;
}

.image-40-copy {
  margin-top: -53px;
  transform: rotate(-129deg);
}

.july {
  margin-left: -36px;
  display: flex;
}

.image-41 {
  margin-left: 0;
  padding-bottom: 7px;
}

.image-41-copy {
  margin-left: 0;
  padding-bottom: 3px;
}

.tour-dates {
  color: var(--dark-navy);
  margin-top: 0;
  font-size: 30px;
}

.code-embed-2 {
  flex: 1;
}

.heading-9 {
  color: #e52321;
}

.privacy-footer {
  background-color: #fbdede;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  padding-top: 0;
  display: flex;
}

.link-9 {
  color: #9d0303;
}

.link-9.w--current {
  font-weight: 500;
}

.logos-block {
  display: none;
}

.image-42 {
  aspect-ratio: auto;
  -webkit-text-fill-color: inherit;
  object-fit: contain;
  background-clip: border-box;
}

.tuc-footer {
  margin-left: 32px;
}

.container-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-4 {
  height: 170px;
  margin-top: 50px;
  display: none;
}

.brand-2 {
  margin-left: 30px;
}

@media screen and (max-width: 991px) {
  .container.flex {
    flex-wrap: wrap;
  }

  .container.nav-flex {
    align-items: center;
    padding-top: 0;
    padding-left: 6%;
    padding-right: 7%;
  }

  .container.content-flex {
    flex-wrap: wrap;
    padding-left: 40px;
    padding-right: 40px;
  }

  .container.stat-flex {
    flex-wrap: wrap;
  }

  .container.img-flex {
    flex-direction: column;
  }

  .container.img-flex.reverse {
    flex-direction: column-reverse;
  }

  .container.graphic-flex, .container.split-flex {
    flex-wrap: wrap;
  }

  .container.horizontal-flex {
    flex-wrap: wrap;
    place-content: flex-start space-around;
  }

  .nav-right.temp {
    order: 0;
    display: none;
  }

  .nav {
    padding-top: 0;
    padding-left: 0%;
    padding-right: 0%;
    overflow: visible;
  }

  .body {
    background-color: #e52321;
  }

  .nav-link {
    margin-bottom: 20px;
    margin-left: 0%;
    font-size: 24px;
    line-height: 32px;
  }

  .nav-link:hover {
    border-bottom-color: #0000;
  }

  .brand {
    z-index: 2;
  }

  .cta {
    margin-right: 20px;
    font-size: 22px;
  }

  .cta.white-nav {
    flex: none;
    margin-top: 0;
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
  }

  .cta.white-nav:hover {
    transform: rotate(.5deg);
  }

  .cta.white-nav.mob {
    display: inline-flex;
  }

  .cta-title.medium {
    width: auto;
    max-width: 900px;
    font-size: 20px;
    line-height: 26px;
  }

  .section {
    padding: 115px 6% 70px;
  }

  .section.light-background {
    padding-top: 70px;
  }

  .section.dark-bg {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section.dark-background.take-action {
    padding-top: 60px;
  }

  .section.cutout {
    padding-top: 350px;
  }

  .section.action-embed {
    background-color: #e52321;
  }

  .section.margin.tour {
    padding-top: 45px;
  }

  .paragraph.middle {
    text-align: center;
  }

  .highlight-bg {
    padding-left: 14px;
    padding-right: 14px;
  }

  .bold-header.margin {
    text-align: center;
    max-width: 70%;
  }

  .bold-header.intro-section.margin {
    text-align: left;
  }

  .an-embed {
    height: 320px;
  }

  .nclb-banner {
    flex-direction: column;
  }

  .banner-right {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 50px;
  }

  .banner-left.fact-img {
    width: 100%;
    padding-top: 210px;
    padding-bottom: 210px;
  }

  .banner-left.generic {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .h3 {
    font-size: 50px;
    line-height: 62px;
  }

  .h3.centred.white.smaller, .h3.centred.light-blue.smaller {
    font-size: 42px;
    line-height: 50px;
  }

  .side-tear {
    display: none;
  }

  .nav-menu {
    background-color: var(--dark-navy);
    width: 100vw;
    height: 100vh;
    padding-top: 139px;
    padding-left: 6%;
    padding-right: 6%;
  }

  .partner-logos {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .content-left {
    width: 100%;
    padding-right: 0%;
  }

  .content-left.margin {
    width: 100%;
  }

  .video-right.lighter {
    width: 100%;
    height: 400px;
  }

  .header {
    flex-direction: column-reverse;
    display: flex;
  }

  .header-left {
    width: 100%;
    padding-top: 210px;
    padding-bottom: 210px;
  }

  .header-left.about {
    background-image: linear-gradient(#0f1820cc, #0000 42%), url('../images/lunch-img.jpg');
    padding-top: 210px;
    padding-bottom: 210px;
  }

  .header-left.about-onpage {
    padding-top: 250px;
    padding-bottom: 280px;
  }

  .header-left.london {
    background-image: linear-gradient(#0f1820cc, #0000 42%), url('../images/Copy-of-3_Lunchtime_955.jpg');
  }

  .header-right {
    width: 100%;
    padding: 115px 6% 30px;
  }

  .header-right.inner {
    padding-top: 105px;
    padding-bottom: 0;
  }

  .cta-left {
    display: none;
  }

  .heading1 {
    font-size: 54px;
    line-height: 60px;
  }

  .heading1.action {
    text-align: center;
    font-size: 80px;
    line-height: 90px;
  }

  .subheading.left-aligned {
    width: 100%;
  }

  .hero-content {
    max-width: 100%;
  }

  .top-img {
    height: 350px;
    margin-bottom: 20px;
  }

  .hero-tear {
    display: none;
  }

  .heading2 {
    font-size: 56px;
    line-height: 62px;
  }

  .heading2.middle.white {
    white-space: normal;
  }

  .hero-tear-left {
    display: none;
  }

  .success-head {
    font-size: 40px;
    line-height: 50px;
  }

  .cta-arrow {
    left: 72%;
  }

  .content-box {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .content-box.widest {
    width: 100%;
  }

  .content-box.stretch {
    flex-direction: column;
  }

  .block-colour-section {
    width: 100%;
    padding: 0 6% 70px;
  }

  .flex-left {
    border-bottom: 1px solid #bac7d57a;
    border-right-style: none;
    width: 100%;
    margin-bottom: 40px;
    padding-bottom: 40px;
    padding-right: 0%;
  }

  .stat-half {
    width: 100%;
  }

  .half-content-box {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .left-flex {
    width: 100%;
    margin-bottom: 25px;
    padding-right: 0%;
  }

  .text-content {
    width: 100%;
    margin-bottom: 50px;
    padding-right: 0%;
  }

  .text-content.right {
    padding-left: 0%;
  }

  .image-content {
    width: 100%;
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .fsm {
    width: 220px;
    top: 5%;
    right: -17px;
  }

  .text-body {
    padding-left: 30px;
    padding-right: 30px;
  }

  .content-graphic {
    width: 100%;
    margin-bottom: 50px;
  }

  .horizontal-tear {
    width: 100vw;
    max-width: 100vw;
    display: block;
    position: absolute;
    inset: 0% 0% auto;
  }

  .horizontal-tear.flipped {
    margin-bottom: -1px;
    inset: auto 0% 0%;
    transform: rotate(180deg);
  }

  .icon-aligned {
    flex-wrap: wrap;
  }

  .left-div {
    border-bottom: 1px #bac7d57a;
    border-right-style: none;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 40px;
    padding-right: 0%;
  }

  .right-div {
    width: 100%;
    padding-left: 35px;
    padding-right: 35px;
  }

  .right-div.colour {
    width: 100%;
  }

  .fact-icon {
    width: 200px;
  }

  .question-icon.navy {
    margin-left: auto;
    margin-right: auto;
  }

  .slider {
    width: 100%;
  }

  .half-split {
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .line-divider {
    width: 100%;
    height: 1px;
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .faq-element {
    width: 100%;
  }

  .line-3.simple {
    background-color: #0a0a16;
  }

  .line-3.simple.white {
    background-color: #fff;
    border-radius: 100px;
    height: 1.5px;
    top: 32px;
  }

  .line-1.simple {
    background-color: #0a0a16;
  }

  .line-1.simple.white {
    color: #202020;
    background-color: #fff;
    border-radius: 100px;
    height: 1.5px;
    top: 16px;
  }

  .menu_button {
    z-index: 3;
    width: 50px;
    height: 50px;
    margin-left: 20px;
    padding: 0;
    display: none;
    position: relative;
  }

  .menu_button.w--open {
    z-index: 3;
    background-color: #0000;
  }

  .line-2.simple {
    background-color: #0a0a16;
  }

  .line-2.simple.white {
    background-color: #fff;
    border-radius: 100px;
    height: 1.5px;
    top: 24px;
  }

  .outline-btn {
    margin-right: 20px;
  }

  .letter-section-uc-fsm {
    background-color: #e52321;
    padding-left: 62px;
    padding-right: 62px;
  }

  .letter-container-uc-fsm {
    width: 100%;
  }

  .action-network-form-section.padding.action-network-hideh4 {
    background-color: #e52321;
    padding-left: 60px;
    padding-right: 60px;
  }

  .action-network-embed-container {
    width: 100%;
  }

  .fixed-footer-button {
    width: 100%;
    padding-left: 62px;
    padding-right: 62px;
  }

  .landing-page-button {
    width: 100%;
  }

  .fixed-footer-button-2 {
    width: 100%;
    padding-left: 62px;
    padding-right: 62px;
  }

  .cta-copy {
    margin-right: 20px;
  }

  .cta-copy.white-nav {
    flex: none;
    margin-top: 30px;
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 16px;
    padding-bottom: 16px;
    display: block;
  }

  .cta-copy.white-nav:hover {
    transform: rotate(.5deg);
  }

  .parliament-box {
    width: 100%;
    margin-top: -46px;
    margin-right: 19px;
  }

  .parliament-box.lighter {
    width: 100%;
    height: 400px;
  }

  .background-video {
    padding-top: 36px;
  }

  .gif-holder {
    flex: 0 auto;
    padding-top: 173px;
  }

  .section-2 {
    height: 300px;
  }

  .image-4 {
    right: -344px;
  }

  .cta-gif {
    margin-top: -19px;
    display: inline-block;
  }

  .fixed-footer-button-3 {
    width: 100%;
    padding-left: 62px;
    padding-right: 62px;
  }

  .div-block-16 {
    margin-top: -41px;
  }

  .html-embed-3 {
    padding-top: 40px;
  }

  .take-action-header {
    text-align: center;
  }

  .fixed-footer-button-blue {
    width: 100%;
    padding-left: 62px;
    padding-right: 62px;
  }

  .outline-btn-inline {
    margin-right: 20px;
  }

  .flex-wrapper {
    justify-content: center;
  }

  .flex-child-33 {
    width: 50%;
    padding: 20px;
  }

  .hero-video {
    padding-left: 6%;
    padding-right: 6%;
  }

  .hero-video.tour {
    padding-top: 84px;
  }

  .action-hero-content-div {
    padding-left: 40px;
    padding-right: 40px;
  }

  .rip-container {
    margin-top: -43px;
  }

  .play-pause-button {
    display: none;
  }

  .press-flex-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    height: 100%;
  }

  .press-flex-child {
    width: 50%;
    margin-bottom: 45px;
    padding: 20px 10px 10px;
  }

  .image-divider {
    margin-top: -43px;
  }

  .link-block {
    padding-bottom: 30px;
  }

  .image-29 {
    display: none;
  }

  .slider-2 {
    height: auto;
    padding-bottom: 55px;
  }

  .right-arrow-2 {
    margin-right: -48px;
  }

  .left-arrow-2 {
    margin-left: -47px;
  }

  .html-embed-3-mobile {
    padding-top: 40px;
  }

  .mask-2 {
    height: auto;
  }

  .menu-icon1_line-middle {
    background-color: #0000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .navbar1_menu {
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar1_menu.is-page-height-tablet {
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

  .menu-icon1_line-bottom {
    background-color: #0000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .navbar1_menu-button.w--open {
    background-color: #0000;
  }

  .menu-icon1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar1_dropdown-list.w--open {
    border-style: none;
    padding: 0 0 24px 16px;
  }

  .navbar1_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .navbar1_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .menu-icon1_line-top {
    background-color: #0000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    font-size: 40px;
    inset: auto 0% auto auto;
  }

  .navbar1_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .about-menu-container {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-picture {
    padding-left: 6%;
    padding-right: 6%;
  }

  .flex-child.timeline-child.info {
    padding-left: 0;
  }

  .container-3 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .drop-down-container {
    width: 100%;
  }

  .rip-container-flipped {
    margin-top: 0;
  }

  .mp-lord-flex-box {
    width: 30%;
    margin-bottom: 33px;
  }

  .london-video-embed, .london-video-embed-mobile {
    padding-top: 40px;
  }

  .video-container {
    width: auto;
    margin-bottom: 22px;
    margin-left: 0;
    margin-right: 0;
  }

  .vido-rte p {
    width: 280px;
  }

  .video-div {
    flex-wrap: wrap;
  }

  .html-embed-6 {
    width: 280px;
  }

  .video-2 {
    width: 400px;
    height: 400px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .stories {
    padding: 115px 6% 70px;
  }

  .stories.dark-bg {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .stories.dark-background.take-action {
    padding-top: 60px;
  }

  .stories.cutout {
    padding-top: 350px;
  }

  .heading-4 {
    white-space: nowrap;
  }

  .london-image {
    width: 100%;
  }

  .action-container {
    flex-wrap: wrap;
  }

  .action-content-container {
    width: auto;
    margin-bottom: 22px;
    margin-left: 0;
    margin-right: 0;
  }

  .toolkit-container {
    flex-wrap: wrap;
  }

  .bold-text-3 {
    text-align: left;
  }

  .container-fluid, .video-div-copy {
    flex-wrap: wrap;
  }

  .video-container-copy {
    width: auto;
    margin-bottom: 22px;
    margin-left: 0;
    margin-right: 0;
  }

  .small-video {
    width: 400px;
    height: 400px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .medium-copy {
    max-width: 80%;
    font-size: 20px;
  }

  .map-container, .map-container-mobile {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 13px;
  }

  .map-container-phone {
    display: none;
  }

  .stops-container, .stops-container-mobile, .stops-pop-up {
    width: 260px;
  }
}

@media screen and (max-width: 767px) {
  .container.nav-flex {
    flex-flow: column;
    padding-left: 7%;
  }

  .container.content-flex {
    padding-left: 0;
    padding-right: 0;
  }

  .container.graphic-flex {
    flex-wrap: wrap;
  }

  .container.horizontal-flex {
    justify-content: space-around;
  }

  .brand {
    padding-left: 0;
  }

  .cta.white.foot {
    width: 100%;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .cta.white.foot:hover {
    transform: rotate(1deg);
  }

  .cta.white-nav.mob {
    display: none;
  }

  .cta-title.left-aligned.hero-copy {
    font-size: 22px;
  }

  .cta-title.medium {
    font-size: 18px;
    line-height: 24px;
  }

  .section {
    padding-top: 89px;
    padding-bottom: 50px;
  }

  .section.dark-bg {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.colour-background {
    padding-top: 50px;
  }

  .bold-header.margin {
    max-width: 100%;
  }

  .banner-left.fact-img {
    padding-top: 170px;
    padding-bottom: 170px;
  }

  .h3 {
    font-size: 46px;
    line-height: 54px;
  }

  .footer-link {
    margin-bottom: 15px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .footer-link.legal {
    flex: none;
  }

  .lower-footer {
    margin-top: 10px;
  }

  .video-right.lighter {
    height: 290px;
  }

  .header-left, .header-left.about {
    padding-top: 170px;
    padding-bottom: 170px;
  }

  .header-left.about-onpage {
    padding-top: 180px;
    padding-bottom: 220px;
  }

  .heading1 {
    font-size: 50px;
    line-height: 56px;
  }

  .subheading.left-aligned {
    width: 100%;
    font-size: 18px;
  }

  .subheading.left-aligned.hero-copy {
    font-size: 22px;
    line-height: 26px;
  }

  .top-img {
    height: 250px;
  }

  .heading2 {
    font-size: 48px;
    line-height: 58px;
  }

  .heading2.middle.white {
    white-space: normal;
    line-height: 50px;
    display: block;
  }

  .heading2.middle.white.mobile {
    margin-bottom: 5px;
    padding-bottom: 0;
    line-height: 48px;
    display: block;
  }

  .success-head {
    font-size: 36px;
    line-height: 44px;
  }

  .block-colour-section {
    padding-bottom: 60px;
  }

  .subheader-link {
    border-bottom-style: solid;
  }

  .stat {
    font-size: 42px;
    line-height: 52px;
  }

  .stat-span {
    font-size: 18px;
    line-height: 22px;
  }

  .image-content {
    padding-top: 170px;
    padding-bottom: 170px;
  }

  .fsm {
    width: 220px;
    right: -23px;
  }

  .content-graphic {
    width: 100%;
    margin-bottom: 50px;
    padding-bottom: 50px;
  }

  .right-div.colour {
    padding: 45px 35px;
  }

  .arrow-icon.dark-icon {
    right: 6%;
  }

  .slide-content {
    width: 82%;
  }

  .arrow {
    width: 35px;
    height: 35px;
  }

  .left-arrow, .right-arrow {
    width: 20px;
  }

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

  .left-col {
    width: 100%;
  }

  .right-col {
    width: 100%;
    margin-top: 15px;
  }

  .menu_button.w--open {
    z-index: 9999;
  }

  .footer-links {
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
  }

  .subheader-bold {
    margin-left: 20px;
    margin-right: 20px;
  }

  .letter-container-uc-fsm {
    padding-left: 40px;
    padding-right: 40px;
  }

  .button-2.mobile-button {
    font-size: 18px;
  }

  .action-network-form-section.padding.action-network-hideh4 {
    padding-left: 62px;
    padding-right: 62px;
  }

  .cta-copy.white.foot {
    width: 100%;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .cta-copy.white.foot:hover {
    transform: rotate(1deg);
  }

  .parliament-box {
    clear: both;
    flex: 0 auto;
    position: relative;
  }

  .parliament-box.lighter {
    height: 290px;
  }

  .image-3 {
    display: block;
    position: relative;
    top: 33px;
    left: -163px;
  }

  .image-4 {
    display: none;
  }

  .text-block-6 {
    font-size: 18px;
  }

  .dropdown-link, .dropdown-link-4, .dropdown-link-5, .dropdown-link-8, .dropdown-link-9, .dropdown-link-10, .dropdown-link-11, .dropdown-link-15, .dropdown-link-16, .dropdown-link-23, .dropdown-link-24 {
    white-space: normal;
  }

  .take-action-subheading {
    margin-left: 20px;
    margin-right: 20px;
  }

  .html-embed-3 {
    width: 400px;
  }

  .image-25 {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .html-embed-3-mobile {
    width: 400px;
  }

  .navbar1_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .nav-bar-temp {
    height: auto;
    min-height: 4rem;
  }

  .navbar1_logo-link {
    padding-left: 0;
  }

  .about-menu-container {
    display: flex;
  }

  .mp-lord-flex-box {
    width: 40%;
  }

  .london-video-embed, .london-video-embed-mobile {
    width: 400px;
  }

  .video-container {
    flex-direction: column;
    align-items: center;
    width: auto;
  }

  .stories {
    padding-top: 89px;
    padding-bottom: 50px;
  }

  .stories.dark-bg {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .stories.colour-background {
    padding-top: 50px;
  }

  .cookie-modal_content-wrap {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .cookie-modal_closebutton {
    margin-right: 1.25rem;
  }

  .cookie-modal_button-wrap {
    padding: 1.5rem;
  }

  .action-content-container, .video-container-copy {
    flex-direction: column;
    align-items: center;
    width: auto;
  }

  .medium-copy {
    max-width: 100%;
  }

  .map-container-phone {
    display: none;
  }

  .left-stops {
    margin-right: 24px;
  }

  .stops-container {
    flex-flow: column;
    width: 100%;
    height: 400px;
    margin-top: 19px;
    display: flex;
  }

  .stops-container.is-v2 {
    height: auto;
    margin-top: 0;
  }

  .map-container-split {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .stops-container-mobile {
    width: 100%;
    margin-top: 19px;
    display: none;
  }

  .stops-pop-up {
    width: 100%;
    margin-top: 19px;
    display: flex;
  }

  .stops-div {
    margin-top: 15px;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-bottom: 30px;
  }

  .container.flex {
    justify-content: center;
  }

  .container.flex.top-down {
    flex-flow: column;
  }

  .container.nav-flex {
    flex-flow: column;
    height: 110px;
  }

  .container.content-flex {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .container.horizontal-flex {
    flex-direction: column;
    place-content: center flex-start;
    align-items: center;
  }

  .container.horizontal-flex.margin {
    padding-top: 4px;
  }

  .nav-right.temp {
    display: none;
  }

  .nav-link {
    margin-left: 0%;
    margin-right: 0%;
  }

  .brand {
    aspect-ratio: auto;
    object-fit: contain;
    flex-flow: row;
    align-items: center;
    height: auto;
    margin-top: 21px;
    display: flex;
  }

  .logo {
    width: 99px;
    margin-top: -4px;
    display: block;
    position: relative;
    left: 0;
  }

  .subheader.dark.margin {
    padding-top: 8px;
  }

  .cta {
    width: 100%;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta.white-nav {
    flex: 0 auto;
    width: auto;
    margin-top: 18px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .cta-title.left-aligned {
    font-size: 18px;
    line-height: 22px;
  }

  .cta-title.left-aligned.smaller-header {
    margin-top: 20px;
    font-size: 20px;
    line-height: 24px;
  }

  .cta-title.larger {
    font-size: 35px;
    line-height: 35px;
  }

  .cta-title.medium {
    font-size: 18px;
    line-height: 22px;
  }

  .section.light-background {
    padding-top: 30px;
  }

  .section.light-background.faq-section {
    padding-bottom: 15px;
  }

  .section.light-background.menu {
    padding-top: 13px;
    padding-bottom: 0;
    padding-left: 7%;
  }

  .section.light-background.about-hero {
    padding-top: 20px;
  }

  .section.light-background.national-tour-hero {
    padding-top: 72px;
  }

  .section.cutout {
    padding-top: 160px;
  }

  .section.cutout.lightblue {
    margin-top: -33px;
  }

  .section.action-embed {
    padding-top: 120px;
    padding-bottom: 0;
  }

  .section.action-embed.webform {
    padding-top: 60px;
  }

  .section.nclb-module {
    height: 100%;
  }

  .section.rip-holder.tour {
    padding-top: 55px;
  }

  .section.margin {
    padding-bottom: 39px;
  }

  .section.margin.tour {
    padding-top: 40px;
  }

  .paragraph.dark-text {
    font-size: 19px;
    line-height: 26px;
  }

  .paragraph.block-quote {
    font-size: 18px;
  }

  .paragraph.middle {
    text-align: left;
  }

  .highlight-bg {
    overflow-wrap: normal;
    padding-left: 14px;
    padding-right: 14px;
  }

  .highlight-bg.navy {
    font-size: 36px;
    line-height: 45px;
  }

  .bold-header.large-light {
    font-size: 26px;
    line-height: 36px;
  }

  .bold-header.margin {
    text-align: left;
  }

  .banner-right {
    padding: 25px 25px 30px;
  }

  .banner-left.fact-img {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .nav-menu {
    margin-left: auto;
    margin-right: auto;
    padding-top: 140px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .nav-menu.temp {
    padding-top: 33px;
  }

  .footer-link {
    margin-left: 0;
    margin-right: 28px;
  }

  .footer-link.legal {
    margin-top: 15px;
    margin-right: 0;
  }

  .lower-footer {
    flex-wrap: wrap;
  }

  .vertical-flex {
    padding-bottom: 20px;
  }

  .vertical-flex.home {
    display: block;
  }

  .vertical-flex.home.extra {
    display: none;
  }

  .header {
    padding-top: 0;
    display: flex;
  }

  .header-left {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .header-left.about {
    background-image: linear-gradient(#0f1820cc, #0000 42%), url('../images/3_Lunchtime_824.jpg');
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .header-left.about-onpage {
    padding-top: 120px;
    padding-bottom: 140px;
  }

  .header-left.london {
    background-image: linear-gradient(#0f1820cc, #0000 42%), url('../images/Copy-of-3_Lunchtime_955.jpg');
  }

  .header-right {
    padding-top: 105px;
  }

  .cta-left {
    margin-top: 40px;
    display: inline;
  }

  .heading1 {
    font-size: 42px;
    line-height: 44px;
  }

  .heading1.action {
    font-size: 50px;
    line-height: 50px;
  }

  .subheading.left-aligned {
    width: 100%;
    padding-bottom: 16px;
    line-height: 24px;
  }

  .heading3 {
    font-size: 32px;
    line-height: 38px;
  }

  .top-img {
    height: 200px;
    margin-bottom: 15px;
  }

  .hero-tear {
    inset: auto 0% 0%;
  }

  .light-highlight {
    padding-left: 12px;
    padding-right: 12px;
    display: inline-block;
  }

  .heading2 {
    font-size: 38px;
    line-height: 56px;
  }

  .heading2.left-aligned {
    line-height: 46px;
  }

  .heading2.middle {
    line-height: 45px;
  }

  .heading2.middle.white {
    white-space: normal;
    font-size: 32px;
    line-height: 32px;
    display: block;
  }

  .heading2.middle.white.mobile {
    margin-bottom: 3px;
    line-height: 36px;
    display: block;
  }

  .heading2.middle.bottom-margin {
    margin-bottom: 28px;
  }

  .heading2.middle.popup {
    margin-left: auto;
    margin-right: auto;
    font-size: 32px;
    line-height: 36px;
  }

  .dark-highlight {
    padding-left: 12px;
    padding-right: 12px;
  }

  .success-head {
    font-size: 32px;
    line-height: 36px;
  }

  .form-field {
    width: 100%;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 22px;
  }

  .success {
    line-height: 30px;
  }

  .cta-arrow {
    width: 20px;
    display: none;
    top: 223.75px;
    left: 80%;
  }

  .content-box.stretch {
    padding: 30px 25px;
  }

  .block-colour-section {
    padding-bottom: 50px;
  }

  .subheader-link {
    border-bottom-style: solid;
  }

  .stat {
    width: 100%;
  }

  .large-content-title {
    font-size: 32px;
    line-height: 36px;
  }

  .image-content {
    padding-top: 110px;
    padding-bottom: 100px;
  }

  .fsm {
    width: 180px;
    right: -12px;
  }

  .text-body {
    padding-left: 18px;
    padding-right: 18px;
  }

  .faq-question-box {
    margin-top: 0;
  }

  .mid-text-highlight {
    display: inline-block;
  }

  .right-div, .right-div.colour {
    padding: 30px 25px;
  }

  .right-div.wide-block, .right-div.white-bg {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .arrow-icon.dark-icon {
    top: 32%;
    right: 13%;
  }

  .slider {
    margin-bottom: 50px;
  }

  .slide-content {
    width: 100%;
    padding: 35px 25px;
  }

  .arrow {
    inset: auto auto 0% 0%;
  }

  .arrow.lft {
    bottom: -50px;
  }

  .arrow.rgt {
    inset: auto 0% -50px auto;
  }

  .half-split {
    align-items: flex-start;
  }

  .button-spacer {
    height: 20px;
  }

  .row-flex {
    padding-bottom: 40px;
  }

  .faq-element {
    margin-bottom: 45px;
  }

  .open-div {
    order: 1;
    margin-top: 15px;
  }

  .menu_button {
    width: 37px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-links {
    justify-content: flex-start;
  }

  .outline-btn {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 22px;
  }

  .image {
    margin-top: 15px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .image-container {
    padding-top: 0;
  }

  .subheader-bold {
    margin-left: 30px;
    margin-right: 30px;
  }

  .bold-text {
    font-size: 26px;
    line-height: 30px;
  }

  .letter-section-uc-fsm {
    padding: 20px;
  }

  .letter-section-uc-fsm.webform-proofing {
    margin-bottom: 30px;
    padding-bottom: 50px;
  }

  .letter-section-uc-fsm.webform {
    padding-bottom: 20px;
  }

  .letter-container-uc-fsm {
    padding: 20px;
  }

  .button-2 {
    text-align: center;
    padding: 17px;
    font-size: 16px;
    line-height: 22px;
  }

  .button-2.mobile-button {
    padding: 11px;
  }

  .action-network-form-section.padding.action-network-hideh4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .action-network-embed-container {
    border-style: none;
    border-radius: 0;
    padding-top: 36px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-3 {
    margin-bottom: 28px;
    font-size: 28px;
  }

  .fixed-footer-button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .landing-page-button {
    font-size: 18px;
  }

  .landing-page-button.mobile-button {
    font-size: 16px;
  }

  .fixed-footer-button-2 {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .fixed-footer-button-2.webform {
    background-color: var(--dark-navy);
  }

  .cta-copy {
    width: 100%;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta-copy.white-nav {
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .parliament-box {
    width: 100%;
    margin: -36px 39px -150px;
  }

  .background-video {
    padding-left: 20px;
    padding-right: 20px;
  }

  .gif-holder, .div-block-8 {
    width: 100%;
  }

  .section-2 {
    height: 180px;
  }

  .image-3 {
    padding-left: 13px;
    display: none;
    top: 5px;
    left: -91px;
    right: 20px;
  }

  .image-12 {
    margin-top: 18px;
  }

  .columns {
    padding-left: 43px;
    padding-right: 43px;
  }

  .image-13 {
    margin-top: 8px;
  }

  .image-23 {
    padding-top: 19px;
  }

  .cta-gif {
    margin-top: 40px;
  }

  .fixed-footer-button-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .dropdown {
    margin-bottom: 14px;
  }

  .text-block-6 {
    font-size: 14px;
  }

  .text-block-6.about {
    overflow-wrap: normal;
    font-size: 17px;
    display: block;
  }

  .dropdown-list.w--open {
    position: relative;
  }

  .dropdown-link {
    white-space: normal;
    display: inline-block;
  }

  .dropdown-link-2, .dropdown-link-3, .dropdown-link-4, .dropdown-link-5, .dropdown-link-6, .dropdown-link-7, .dropdown-link-8, .dropdown-link-9, .dropdown-link-10, .dropdown-link-11, .dropdown-link-12 {
    white-space: normal;
  }

  .image-24 {
    margin-bottom: 20px;
    padding-left: 37px;
    padding-right: 37px;
  }

  .dropdown-link-17, .dropdown-link-18, .dropdown-link-19, .dropdown-link-20, .dropdown-link-21, .dropdown-link-22, .dropdown-link-25, .dropdown-link-26, .dropdown-link-27, .dropdown-link-28, .dropdown-link-29 {
    white-space: normal;
  }

  .take-action-subheading {
    font-size: 22px;
    line-height: 28px;
  }

  .take-action-subheading.left-align {
    font-size: 20px;
    line-height: 26px;
  }

  .take-action-subheading.labour-ask {
    font-size: 18px;
    line-height: 22px;
  }

  .drop-down-rich-text p {
    font-size: 14px;
    line-height: 18px;
  }

  .html-embed-3 {
    width: auto;
    height: auto;
    padding-top: 8px;
    display: none;
  }

  .vertical-flex-mobile {
    flex: 1;
    padding-bottom: 20px;
    display: block;
  }

  .vertical-flex-mobile.tour {
    padding-top: 0;
  }

  .image-25 {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .action-image {
    margin-top: 43px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .take-action-header {
    width: auto;
    font-size: 19px;
    line-height: 23px;
  }

  .button-3 {
    background-color: var(--cyan-blue);
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 18px;
    font-weight: 500;
    display: flex;
  }

  .fixed-footer-button-blue {
    background-color: var(--cyan-blue);
    height: 50px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .outline-btn-inline {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 22px;
  }

  .extra-large-content-title {
    line-height: 48px;
  }

  .extra-large-content-title.action {
    font-size: 32px;
    line-height: 30px;
  }

  .mid-text-highlight-large {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .mid-text-highlight-large.action {
    padding: 5px 10px;
  }

  .flex-child-33 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .large-content-title-bold {
    font-size: 32px;
    line-height: 36px;
  }

  .hero-video {
    height: 65vh;
    padding-left: 4%;
    padding-right: 4%;
  }

  .hero-video.tour {
    height: 68vh;
    padding-top: 87px;
  }

  .action-hero-content-div {
    padding-bottom: 30px;
  }

  .rip-container {
    margin-top: -21px;
  }

  .button-5 {
    padding-top: 3px;
    padding-bottom: 2px;
    font-size: 13px;
    line-height: 16px;
  }

  .press-flex-child {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .press-flex-child:hover {
    transform: none;
  }

  .image-divider {
    margin-top: -21px;
  }

  .link-block {
    padding: 20px;
  }

  .press-image-container._7 {
    background-image: url('../images/V4_NEU_NCLB_WOA_SITE_Press-section-images.jpg'), linear-gradient(to bottom, null, null);
    background-position: 0%, 0 0;
  }

  .div-block-24 {
    margin-top: 55px;
  }

  .right-arrow-2 {
    flex-direction: row-reverse;
    display: none;
  }

  .slide-nav-2 {
    margin-bottom: 20px;
  }

  .left-arrow-2 {
    display: none;
  }

  .html-embed-3-mobile {
    width: auto;
    height: auto;
    padding-top: 8px;
    display: block;
  }

  .nav-bar-temp {
    height: auto;
  }

  .about-menu-container {
    height: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
  }

  .link-4 {
    float: left;
    clear: both;
    flex: 1;
    margin-bottom: 7px;
    margin-right: 20px;
    display: inline-block;
  }

  .hero-picture {
    height: 26vh;
    padding-left: 4%;
    padding-right: 4%;
  }

  .hero-picture.campaign, .hero-picture.coalition {
    height: 25vh;
  }

  .div-block-11 {
    margin-top: 65px;
  }

  .flex-child.timeline-child.info {
    flex: 0 auto;
    width: 100%;
    padding-top: 0;
    padding-bottom: 10px;
    padding-left: 20px;
  }

  .flex-child.timeline-child.date {
    width: 100%;
    padding-top: 0;
    padding-bottom: 9px;
    padding-left: 0;
  }

  .flex-child.timeline {
    flex-wrap: wrap;
  }

  .heading-2 {
    font-size: 40px;
    line-height: 30px;
  }

  .heading-2.spaced {
    text-align: left;
    margin-bottom: 0;
    padding-left: 19px;
    font-size: 50px;
  }

  .rich-text {
    text-align: left;
  }

  .timeline-circle {
    width: 16px;
    height: 16px;
    margin-top: 2px;
    margin-left: -9px;
    position: absolute;
  }

  .container-3 {
    width: 100%;
    padding-left: 9px;
    padding-right: 9px;
  }

  .timeline-text {
    padding: 16px 16px 12px;
  }

  .timeline-title {
    font-size: 24px;
    line-height: 28px;
  }

  .text-block-10 {
    padding-left: 6px;
    font-size: 14px;
  }

  .bold-text-2 {
    font-size: 22px;
    line-height: 26px;
  }

  .about-rich-text {
    margin-top: 24px;
  }

  .about-rich-text p {
    font-size: 18px;
    line-height: 24px;
  }

  .drop-down-container {
    margin-top: -45px;
    padding: 20px 0;
  }

  .rip-container-flipped {
    margin-top: -21px;
  }

  .rip-svg {
    margin-bottom: -32px;
  }

  .mp-lord-flex-box {
    align-self: center;
    align-items: stretch;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  .coalition-video {
    width: 260px;
    height: 260px;
    margin-bottom: 19px;
  }

  .about-menu-container-mobile {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .london-video-embed, .london-video-embed-mobile {
    width: auto;
    height: auto;
    padding-top: 8px;
    display: none;
  }

  .video-container {
    height: auto;
  }

  .vido-rte {
    width: 220px;
  }

  .vido-rte p {
    width: auto;
  }

  .video-div {
    padding-top: 20px;
  }

  .html-embed-6 {
    width: 220px;
    height: 220px;
  }

  .video-2 {
    width: 380px;
    height: 380px;
    margin: 0 auto 10px;
  }

  .stories.light-background {
    padding-top: 30px;
  }

  .stories.light-background.faq-section {
    padding-bottom: 15px;
  }

  .stories.light-background.menu {
    padding-top: 13px;
    padding-bottom: 0;
    padding-left: 7%;
  }

  .stories.cutout {
    padding-top: 160px;
  }

  .stories.cutout.lightblue {
    margin-top: -33px;
  }

  .stories.action-embed {
    padding-bottom: 40px;
  }

  .stories.nclb-module {
    height: 100%;
  }

  .stories.margin {
    padding-bottom: 39px;
  }

  .pop-up-wrapper {
    object-fit: fill;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
    overflow: scroll;
  }

  .pop-up-container {
    max-height: 500px;
  }

  .text-block-12 {
    width: auto;
    font-size: 18px;
    line-height: 24px;
  }

  .heading-4 {
    white-space: nowrap;
    word-break: normal;
    overflow-wrap: normal;
    padding-left: 15px;
  }

  .text-block-13 {
    font-size: 18px;
    line-height: 26px;
  }

  .london-image {
    width: 100%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .cookie-modal_content-wrap.is-small {
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .cookie-modal_component {
    max-width: 100%;
  }

  .cookie-modal_closebutton {
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .cookie-modal_button {
    flex: auto;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .cookie-modal_button-wrap.is-small {
    justify-content: space-between;
    padding: 1.25rem;
  }

  .cookie-popup_component {
    box-shadow: none;
    max-width: 100%;
    display: block;
    inset: auto 0% 0%;
  }

  .action-container {
    padding-top: 20px;
  }

  .action-content-container {
    height: auto;
  }

  .toolkit-container {
    padding-top: 20px;
  }

  .tour-heading {
    font-size: 52px;
    line-height: 46px;
  }

  .container-fluid {
    padding-top: 20px;
  }

  .social-icon-div {
    margin: 8px;
  }

  .div-block-35 {
    flex-flow: wrap;
  }

  .html-embed-8 {
    margin-bottom: 8px;
    padding-bottom: 0;
  }

  .video-div-copy {
    padding-top: 20px;
  }

  .video-container-copy {
    height: auto;
  }

  .small-video {
    width: 230px;
    height: 230px;
    margin: 0 auto 10px;
  }

  .medium-copy {
    font-size: 20px;
    line-height: 26px;
  }

  .map-container {
    width: 100%;
    margin-top: 10px;
    display: none;
  }

  .map-container-mobile {
    flex-flow: column;
    width: 100%;
    margin-top: 21px;
    display: flex;
  }

  .map-container-100 {
    display: none;
  }

  .map-container-phone {
    display: block;
  }

  .map-container-split {
    display: none;
  }

  .stops-container-mobile {
    margin-top: 16px;
    padding-top: 30px;
    padding-left: 34px;
    display: block;
  }

  .tour-dates {
    font-size: 36px;
  }

  .stops-div {
    flex-flow: column;
    margin-top: 39px;
    margin-left: 16px;
    transform: scale(1.1);
  }

  .privacy-footer {
    background-color: #e52321;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-4 {
    justify-content: center;
    align-items: center;
    height: 200px;
    margin-bottom: 40px;
    display: flex;
  }
}


@font-face {
  font-family: 'National 2';
  src: url('../fonts/national-2-web-regular.woff2') format('woff2'), url('../fonts/national-2-web-regular.eot') format('embedded-opentype'), url('../fonts/national-2-web-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'National 2';
  src: url('../fonts/national-2-web-regular-italic.woff2') format('woff2'), url('../fonts/national-2-web-regular-italic.eot') format('embedded-opentype'), url('../fonts/national-2-web-regular-italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'National 2';
  src: url('../fonts/national-2-web-extrabold.woff2') format('woff2'), url('../fonts/national-2-web-extrabold.eot') format('embedded-opentype'), url('../fonts/national-2-web-extrabold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'National 2 Condensed';
  src: url('../fonts/National2CondensedWeb-Bold.woff2') format('woff2'), url('../fonts/National2CondensedWeb-Bold.eot') format('embedded-opentype'), url('../fonts/National2CondensedWeb-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'National 2';
  src: url('../fonts/National2-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}