@charset "UTF-8";
:root {
  --page-width: 100%;
  --doc-width: 100%;
}
@media only screen and (min-width: 993px) {
  :root {
    --page-width: 978px;
  }
}

html {
  line-height: 1.5;
  scroll-behavior: smooth;
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  background: var(--body-background);
  margin: 0 !important;
  max-width: 100%;
}

.cleared:before, .cleared:after,
.line:before,
.line:after,
.page-ft:before,
.page-ft:after,
.clear:before,
.clear:after,
.cf:before,
.cf:after,
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.cleared:after,
.line:after,
.page-ft:after,
.clear:after,
.cf:after,
.clearfix:after {
  clear: both;
}

.container {
  width: var(--page-width);
  position: relative;
}
@media only screen and (min-width: 993px) {
  .container {
    width: var(--page-width);
    margin: 0 auto;
    padding: 0;
  }
}

:root {
  --color-charanga-green-on-white: #01857c;
}

.bg-black {
  background-color: #000;
}

.white {
  color: #fff;
}

.charanga-green-on-white {
  color: var(--color-charanga-green-on-white);
}

:root {
  --font-body: "freight-sans-pro", sans-serif;
  --font-h1: "freight-big-pro", "big-caslon-fb", serif;
  --font-weight-base: 400;
  --font-weight-medium: 400;
  --font-weight-bold: 600;
  --font-size-base-px: 18px;
  --font-size-base-rem: var(--font-size-base-px);
  --line-height-base-rem: 2.0rem;
  --line-height-base-px: 20px;
  --line-height-heading-rem: 1.25rem;
  --line-height-heading-px: 12px;
}

body {
  font-family: var(--font-body);
  font-size: var(--font-size-base-rem);
  font-weight: var(--font-weight-base);
  color: var(--base-color);
}

small {
  font-size: 14px;
  font-size: 1.4rem;
}

em, i, blockquote, q {
  font-style: italic;
}

.bold {
  font-weight: bold;
}

blockquote, q {
  font-weight: 300;
  quotes: ‘’ " ‘’" ‘“’ ‘“’;
}

.info {
  color: #767676;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "big-caslon-fb", serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1em;
  letter-spacing: 0.02em !important;
}

@media only screen and (max-width: 992px) {
  h1 {
    margin-top: 35px;
  }
}

h1, .h1 {
  font-size: 42px;
  margin: 1.125em 0 0.75em 0;
}

.section-company-intro h1 {
  font-size: 42px;
}

h1.fs-xxl {
  font-size: 54px;
}

.bg-fill h1 {
  color: #fff;
}

@media only screen and (max-width: 720px) {
  h1, .h1 {
    font-size: 2.1em;
  }
}
h2, .h2 {
  font-size: 27px;
  margin-bottom: 0.3em;
}

@media only screen and (max-width: 992px) {
  h2, .h2 {
    font-size: 1.75rem;
  }
}
h3, .h3 {
  font-size: 21px;
  margin-bottom: 0.5em;
}

@media only screen and (max-width: 992px) {
  h3, .h3 {
    font-size: 1.3rem;
  }
}
.fs-l {
  font-weight: 400;
  font-size: 36px;
  line-height: 1;
  margin: 20px 0 5px;
}

.fs-xl {
  letter-spacing: 0;
  transition: all 0.3s;
  font-size: 1.4rem;
  line-height: 1.1;
}
@media (min-width: 501px) {
  .fs-xl {
    font-size: 1.8rem;
  }
}
@media (min-width: 941px) {
  .fs-xl {
    font-size: 2.1rem;
  }
}

p {
  margin-top: 0;
}

blockquote {
  position: relative;
  border-left: none;
  padding-left: 55px;
  padding-right: 50px;
  color: #767676;
  font-family: "freight-macro-pro", serif;
  font-style: italic;
  margin-left: 0;
  margin-bottom: 12px;
}

.quote {
  font-size: 21px;
}
.quote:before {
  font-family: Georgia, "freight-macro-pro", serif;
  opacity: 0.75;
  content: "“";
  font-size: 100px;
  position: absolute;
  left: 0;
  top: -40px;
  font-style: normal;
}
.quote:after {
  font-family: Georgia, "freight-macro-pro", serif;
  opacity: 0.75;
  content: "”";
  font-size: 100px;
  vertical-align: sub;
  position: absolute;
  right: 0px;
  bottom: -30px;
  font-style: normal;
}

.quotee {
  text-align: right;
  margin-right: -45px;
}

.standfirst {
  color: #fff;
  font-size: 1.35em;
  margin-top: 0;
}

.big {
  font-size: 1.35em;
}

h1:has(+ .standfirst) {
  margin-bottom: 15px;
}

a,
.link-style {
  color: var(--color-link);
}
a:hover,
.link-style:hover {
  text-decoration: underline;
}

.no-underline {
  text-decoration: none;
}

.underline-on-hover {
  text-decoration: none;
}

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

@media only screen and (min-width: 993px) {
  .active {
    border-bottom: 2px solid #fff;
  }
}
@media only screen and (max-width: 992px) {
  .active {
    text-decoration: underline !important;
    text-decoration-thickness: 2px !important;
    text-underline-offset: 5px;
  }
}

@media only screen and (min-width: 993px) {
  .navigation-secondary .active {
    border-bottom: 2px solid #000;
  }
}

.company-logo__link {
  position: relative;
  z-index: 2;
}

[href*="//"]:not([href*="ovation-education.org"],
.no-external-link-icon,
:has(img:only-child),
:has(svg:only-child),
.nav-dropdown__link,
.social-media-icon,
.nav-icon,
.card,
.button,
.btn,
.nav-icon) {
  background-image: url(/images/icon-inline-external-link.svg);
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 18px;
  margin-right: 1px;
  background-size: 13px;
}

.bg-fill--contact-details [href*="//"] {
  background-image: url(/images/icon-inline-external-link--white.svg) !important;
}

[target=_blank]:not(.no-external-link-icon,
:has(img:only-child),
:has(svg:only-child),
.card,
.button) {
  background-image: url(/images/icon-inline-external-link.svg);
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 18px;
  margin-right: 1px;
  background-size: 13px;
}

.button[target=_blank] {
  background-image: none !important;
}

.globe {
  color: #767676;
  text-decoration: none;
  background-image: url(/images/globe.svg);
  background-repeat: no-repeat;
  background-position: left 5px;
  padding-left: 23px;
  background-size: 15px;
}

img, svg, object, embed, video {
  max-width: 100%;
  height: auto;
}

.image-container {
  width: 100%;
  height: 250px;
}

.image-container img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.image-container.hero,
.image-container.body {
  height: auto;
}

@media only screen and (min-width: 663px) {
  .image-container.hero {
    margin-top: 30px;
  }
}

.image-container.three {
  height: 150px;
}
@media only screen and (max-width: 768px) {
  .image-container.three {
    height: 250px;
  }
}

.button,
.button:visited,
input[type=button],
input[type=submit],
input[type=reset],
button[type=button],
button[type=submit]:not(.site-search__submit),
button[type=reset] {
  -webkit-appearance: none;
  display: inline-block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding: 0.5rem 1rem;
  padding: 12px 18px;
  border: 0 none;
  border-radius: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  font-size: 1.1rem;
  line-height: 1.5rem;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background-color: #07948b;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #fff;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-property: color, background, text-shadow, box-shadow;
  -moz-transition-duration: 0.2s;
  -moz-transition-property: color, background, text-shadow, box-shadow;
  transition-duration: 0.2s;
  transition-property: color, background, text-shadow, box-shadow;
}
.button:hover, .button:active, .button:focus,
.button:visited:hover,
.button:visited:active,
.button:visited:focus,
input[type=button]:hover,
input[type=button]:active,
input[type=button]:focus,
input[type=submit]:hover,
input[type=submit]:active,
input[type=submit]:focus,
input[type=reset]:hover,
input[type=reset]:active,
input[type=reset]:focus,
button[type=button]:hover,
button[type=button]:active,
button[type=button]:focus,
button[type=submit]:not(.site-search__submit):hover,
button[type=submit]:not(.site-search__submit):active,
button[type=submit]:not(.site-search__submit):focus,
button[type=reset]:hover,
button[type=reset]:active,
button[type=reset]:focus {
  background-color: #fa5962;
  color: #fff;
  text-decoration: none;
  border: none;
}

.button--unstyled {
  text-align: left;
  background-color: transparent;
  border: none;
}

.learn-more {
  width: 140px;
}

.header__main-nav-container {
  grid-area: nav-main;
}

.nav__main {
  gap: 30px;
  padding-left: 0;
  list-style-type: none;
}
@media only screen and (min-width: 993px) {
  .nav__main {
    display: flex;
  }
}

.nav__link {
  width: 100%;
  transition: color 0.15s ease-in;
  font-weight: bold;
  font-size: 21px;
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
  outline-offset: -2px;
}

.nav__link:hover {
  text-decoration: none;
}

.nav__sub-level {
  list-style-type: none;
  display: none;
}

.nav__sub-level,
.nav__item {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.nav__sub-level-item--link {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  font-weight: normal;
  font-size: 16px;
  line-height: 2em;
}

.nav__sub-level-item--link:hover {
  text-decoration: none;
}

.nav__sub-level-item {
  padding: 6px 12px;
}

@media only screen and (max-width: 992px) {
  .site-nav-toggle {
    display: inline-block;
    float: right;
    position: relative;
    padding: 0.55em;
    margin: auto 12px;
    width: 140px;
    height: 51px;
    text-transform: uppercase;
    background-color: #282828;
    top: 8px;
    border-radius: 6px;
    border: 4px solid black;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
  }
  .site-nav-toggle:link, .site-nav-toggle:hover, .site-nav-toggle:active, .site-nav-toggle:focus {
    text-decoration: none;
  }
  .site-nav-toggle__icon {
    position: relative;
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .site-nav-toggle__icon, .site-nav-toggle__icon:before, .site-nav-toggle__icon:after {
    display: block;
    width: 30px;
    height: 3px;
    background-color: 0;
    border-radius: 0.3s;
    transition-property: background-color, transform;
  }
  .site-nav-toggle__icon:before, .site-nav-toggle__icon:after {
    position: absolute;
    content: "";
  }
  .site-nav-toggle__icon:before {
    top: -8px;
  }
  .site-nav-toggle__icon:after {
    top: 8px;
  }
  .site-nav-toggle__icon {
    float: left;
    margin-top: 12px;
  }
  .site-nav-toggle__icon,
  .site-nav-toggle__icon:before,
  .site-nav-toggle__icon:after {
    background-color: white;
  }
  .site-nav-toggle__text {
    margin-top: 2px;
    margin-left: 10px;
    display: inline-block;
    color: #fff;
    font-size: 26px;
    line-height: 0.85em;
  }
  .site-nav-toggle-close {
    display: none;
  }
  #navigation:target {
    overflow: hidden;
    margin-top: 0;
    padding-top: 0;
  }
  #navigation:target .site-nav-toggle-open {
    display: none;
  }
  #navigation:target .site-nav-toggle-close {
    display: block;
  }
  #navigation:target .site-nav-toggle__icon {
    height: 0;
  }
  #navigation:target .site-nav-toggle__icon:before {
    top: 0;
    transform: rotate(45deg);
  }
  #navigation:target .site-nav-toggle__icon:after {
    top: 0;
    transform: rotate(135deg);
  }
  #navigation:target .header {
    padding-bottom: 0;
  }
  #navigation:target .header__main-nav-container {
    display: flex;
  }
  #navigation:target .mask {
    display: block;
  }
  .nav-dropdown__link--trigger {
    position: absolute;
    width: 86px;
    height: 54px;
    right: 8px;
    padding-top: 11px;
    padding-bottom: 7px;
    margin-top: 1px;
    z-index: 10;
    background: transparent;
    border: none;
    transform: rotate(0deg);
    transition: all 0.3s ease-out;
  }
  .nav-dropdown__link--trigger.open {
    transform: rotate(90deg);
    transition: all 0.3s ease-out;
  }
  .nav-dropdown__link--trigger:hover,
  .nav-dropdown__link--trigger:focus {
    text-decoration: none;
  }
  .nav-dropdown__link--trigger:after {
    font-size: 1.125rem;
    position: absolute;
    right: 12px;
    content: "";
    width: 0;
    height: 0;
    color: #ccc;
    border-top: 10px solid !important;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    margin-top: 10px;
    margin-right: 20px;
    transform: rotate(0deg);
    transition: all 0.3s ease-out;
    margin-top: -6px;
  }
  .header__main-nav-container {
    display: none;
  }
  .nav__main {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }
  .nav__item {
    border-top: 1px solid #444;
  }
  .mask {
    position: absolute;
    z-index: 499;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    background: black;
    opacity: 0.8;
  }
  .nav {
    margin-left: 0;
  }
  .nav__sub-level {
    padding: 0;
  }
  .nav__item,
  .nav__item:hover {
    cursor: pointer;
  }
  .nav__link {
    padding: 12px;
    line-height: 2em;
    font-size: 16px;
  }
  .nav__sub-level.open {
    display: block;
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 993px) {
  .nav-dropdown__link--trigger {
    display: none;
  }
}
/* * * * * * * * * * * * *  Secondary Navigation  * * * * * * * * * * * * */
@media only screen and (max-width: 992px) {
  .navigation-secondary {
    display: none !important;
  }
}
@media only screen and (min-width: 993px) {
  .navigation-secondary {
    display: flex;
    align-items: center;
    max-width: 978px;
    width: 100%;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
  }
  .navigation-secondary__logo-container {
    flex: 0 1 auto; /* shorthand: flex-grow, flex-shrink, flex-basis */
    min-width: 0; /* CRITICAL */
    width: auto;
    height: auto;
  }
  .navigation-secondary__logo {
    max-width: 200px;
  }
  .section-company-intro__logo {
    max-width: 300px;
  }
  .navigation-secondary__menu {
    flex: 1 0 auto; /* takes remaining space, does not shrink first */
  }
  .navigation-secondary__items {
    display: flex;
    justify-content: flex-end;
    padding-left: 60px;
    margin: 3px 0 0;
  }
  .navigation-secondary__item {
    display: inline;
  }
  .navigation-secondary__item:last-child {
    padding-right: 0;
  }
  .navigation-secondary__item:not(:first-child)::before {
    content: "·";
    margin-right: 0.8rem;
    margin-left: 0.8rem;
  }
  .navigation-secondary__link {
    text-decoration: none;
  }
  .navigation-secondary__link:hover, .navigation-secondary__link:focus {
    text-decoration: none;
  }
}
/* * * * * * * * * * * * *  Secondary Navigation  * * * * * * * * * * * * */
body {
  overflow-y: scroll;
}

.site {
  min-height: 100vh;
  min-height: 100dvh;
  display: grid;
  grid-template-rows: auto 1fr auto;
}

@media (min-width: 544px) {
  .section-company-intro {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 462px) {
  .section-footer {
    margin-bottom: 0;
  }
}
.container,
.navigation-secondary {
  padding-left: 10px;
  padding-right: 10px;
}

body:not(:has(.navigation-secondary)) .site-content {
  padding-top: 67px;
}

.navigation-secondary {
  padding-top: 135px;
}
.navigation-secondary + .site-content {
  padding-top: 67px;
}

.bg-highlight {
  background-color: #ccc;
}

body.page-home .site-content {
  padding-top: 0;
}

body.page-home:not(.overflow-hidden) #header {
  visibility: hidden;
  height: 0;
  opacity: 0;
  top: -76px;
  transition: opacity 0.4s ease-in, top 0.2s ease-in, height 0s ease-in, visibility 0s ease;
}

body.page-home #header.is-visible {
  top: 0;
  opacity: 1;
  height: 67px;
  visibility: visible;
}

body.page-home h1 {
  margin: 0.5em 0;
}

:root {
  --vh: 1vh;
}

.header {
  position: fixed !important;
  z-index: 500;
  left: 0;
  right: 0;
  top: 0;
  box-shadow: 0 2px 5px rgba(22, 29, 29, 0.15);
  background-color: #000;
  color: #fff;
}

.header__container {
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-areas: "logo nav-main";
}

.header__logo-container {
  grid-area: logo;
  display: flex;
  align-items: center;
  height: 67px;
}

.header__logo {
  max-height: 50px;
  padding-top: 8px;
  padding-bottom: 3px;
}

/* Mobile layout */
@media only screen and (max-width: 992px) {
  .header {
    padding-left: 0;
    padding-right: 0;
  }
  .header__container {
    max-height: 100vh;
    overflow: auto;
    overflow-y: auto;
    padding: 0;
    grid-template-areas: "logo menu-toggle" "nav-main nav-main";
  }
  .header__logo-container {
    margin: 0px 12px;
  }
}
.footer-items {
  grid-template-columns: 3fr 1fr;
  gap: 2rem;
}

.page-reach-and-impact .charanga-footer-schools,
.page-cultural-partnerships .charanga-footer-schools {
  display: none;
}

.page-products-and-solutions .charanga-footer-int-business-dev {
  display: none;
}

@media only screen and (max-width: 462px) {
  footer .middot {
    display: none;
  }
  .footer-item {
    display: block;
  }
}
@media only screen and (max-width: 662px) {
  .grid__col-2.wider .grid__item {
    grid-column: span 12;
  }
}

@media only screen and (max-width: 768px) {
  .grid__col-3 .grid__item {
    grid-column: span 12;
  }
}

.tiles .grid__item {
  display: grid;
  grid-template-rows: auto 1fr auto;
  margin-bottom: 30px;
}

.fill {
  width: 100%;
}

@media only screen and (min-width: 993px) {
  .mt0-over-l {
    margin-top: 0;
  }
}
.screen-reader-text {
  position: fixed !important;
  _position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
}
.screen-reader-text:focus, .screen-reader-text.focusable:active, .screen-reader-text.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  z-index: 99999;
  background: #fff;
  color: #000;
  width: auto;
}

@media only screen and (min-width: 993px) {
  .hidden-over-l {
    display: none;
  }
}
@media print {
  .print-only {
    display: block !important;
  }
  .print-only-inline {
    display: inline-block !important;
  }
  .no-print {
    display: none !important;
  }
  .page-break {
    display: block;
    page-break-before: always;
  }
  p,
  ul {
    page-break-inside: avoid;
  }
}
.bg-fill--hero {
  background: url(/images/bg-hero.svg) #233543 no-repeat;
  background-size: 100% auto;
  background-position: bottom -1px center;
  padding: 50px 0 100px;
}
@media only screen and (min-width: 1401px) {
  .bg-fill--hero {
    padding-bottom: 135px;
  }
}

.bg-fill--info {
  background-color: #f2f3f4;
  background: url(/images/bg-mid.svg) no-repeat #EAECED;
  background-size: 100% auto;
  background-position: bottom -30px center;
  padding: 0px 0 90px;
  padding-top: 10px;
}
@media only screen and (max-width: 992px) {
  .bg-fill--info {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}

.bg-fill--tiles {
  background-color: #fff;
}

.bg-fill--contact-details {
  padding-top: 110px;
  padding-bottom: 30px;
  background: url(/images/bg-bottom.svg) no-repeat;
  background-size: cover;
}
.bg-fill--contact-details * {
  color: #fff;
}

.bg-fill--footer {
  background-color: #0a1620;
}/*# sourceMappingURL=style.css.map */