@keyframes parallax-scale {
    0% {
        transform: scale(1.0);
    }
    50% {
        transform: scale(1.3);
    }
    100% {
        transform: scale(1.0);
    }
}

@font-face {
    font-family: 'Knockout';
    src: url('/fonts/Knockout-69FullLiteweight.woff2') format('woff2'),
        url('/fonts/Knockout-69FullLiteweight.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



html {
  padding: 0;
  margin: 0;
}

body {
  padding: 0;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #2C457D;
  overflow-x: hidden;
}

.h1,.h2,.h3,.h4,.h5,h1,h2,h3,h4,h5,h6 {
  font-family: Knockout;
  text-transform: uppercase;
  color: #35A6E8;
}

h2, .h2 { font-size: 65px; line-height: 50px; }
h3, .h3 { font-size: 65px; line-height: 50px; }


a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: underline;
}

.image-wrap {

}

.image-wrap img {
  width: 100%;
  height: auto;
  display: block;
}


.bg-white {
  background-color: #FFFFFF;
}

.bg-light-grey {
  background-color: #EAF6FE;
}

.bg-dark-grey {
  background-color: #646363;
}

.bg-blue {
  background-color: #35A6E8;
}

.bg-light-blue {
  background-color: #EAF6FE;
}

.bg-dark-blue {
  background-color: #2C457D;
}


.text-white {
  color: #FFFFFF;
}

.text-light-grey {
  color: #EAF6FE;
}

.text-dark-grey {
  color: #646363;
}

.text-blue {
  color: #35A6E8;
}

.text-light-blue {
  color: #EAF6FE;
}

.text-dark-blue {
  color: #2C457D;
}

.text-uppercase { text-transform: uppercase; }

.text-bold { font-weight: 500; }

.text-x-bold { font-weight: 600; }

.text-center { text-align: center; }

.text-dashboard-bigger { font-size: 23px; }

.w-10 { width: 10%; }
.w-12 { width: 12%; }
.w-15 { width: 15%; }
.w-20 { width: 20%; }
.w-25 { width: 25%; }
.w-30 { width: 30%; }
.w-35 { width: 35%; }
.w-40 { width: 40%; }
.w-45 { width: 45%; }
.w-50 { width: 50%; }

.p-0 { padding: 0px; }
.p-1 { padding: 5px; }
.p-2 { padding: 15px; }
.p-3 { padding: 30px; }
.p-4 { padding: 45px; }
.p-5 { padding: 60px; }

.pt-0 { padding-top: 0px; }
.pt-1 { padding-top: 5px; }
.pt-2 { padding-top: 15px; }
.pt-3 { padding-top: 30px; }
.pt-4 { padding-top: 45px; }
.pt-5 { padding-top: 60px; }

.pb-0 { padding-bottom: 0px; }
.pb-1 { padding-bottom: 5px; }
.pb-2 { padding-bottom: 15px; }
.pb-3 { padding-bottom: 30px; }
.pb-4 { padding-bottom: 45px; }
.pb-5 { padding-bottom: 60px; }

.pl-0 { padding-left: 0px; }
.pl-1 { padding-left: 5px; }
.pl-2 { padding-left: 15px; }
.pl-3 { padding-left: 40px; }
.pl-4 { padding-left: 45px; }
.pl-5 { padding-left: 60px; }

.pr-0 { padding-right: 0px; }
.pr-1 { padding-right: 5px; }
.pr-2 { padding-right: 15px; }
.pr-3 { padding-right: 40px; }
.pr-4 { padding-right: 45px; }
.pr-5 { padding-right: 60px; }


.m-0 { margin: 0px; }
.m-1 { margin: 5px; }
.m-2 { margin: 15px; }
.m-3 { margin: 30px; }
.m-4 { margin: 45px; }
.m-5 { margin: 60px; }

.mt-0 { margin-top: 0px; }
.mt-1 { margin-top: 5px; }
.mt-2 { margin-top: 15px; }
.mt-3 { margin-top: 30px; }
.mt-4 { margin-top: 45px; }
.mt-5 { margin-top: 60px; }

.mb-0 { margin-bottom: 0px; }
.mb-1 { margin-bottom: 5px; }
.mb-2 { margin-bottom: 15px; }
.mb-3 { margin-bottom: 30px; }
.mb-4 { margin-bottom: 45px; }
.mb-5 { margin-bottom: 60px; }

.ml-0 { margin-left: 0px; }
.ml-1 { margin-left: 5px; }
.ml-2 { margin-left: 15px; }
.ml-3 { margin-left: 30px; }
.ml-4 { margin-left: 45px; }
.ml-5 { margin-left: 60px; }
.ml-auto { margin-left: auto; }

.mr-0 { margin-right: 0px; }
.mr-1 { margin-right: 5px; }
.mr-2 { margin-right: 15px; }
.mr-3 { margin-right: 30px; }
.mr-4 { margin-right: 45px; }
.mr-5 { margin-right: 60px; }
.mr-auto { margin-right: auto; }


.text-1 { font-size: 12px; line-height: calc(12px*1.4); }
.text-2 { font-size: 14px; line-height: calc(14px*1.4); }
.text-3 { font-size: 16px; line-height: calc(15px*1.4); }
.text-4 { font-size: 18px; line-height: calc(18px*1.4); }
.text-5 { font-size: 20px; line-height: calc(20px*1.4); }



.col-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}


.col-wrap-align-center {
  -webkit-justify-content: center;
  justify-content: center;
}

.col-1-1 {
  width: calc(100%);
  box-sizing: border-box;
}

.col-1-2 {
  width: calc(50%);
  box-sizing: border-box;
}

.col-1-3 {
  width: calc(33.3%);
  box-sizing: border-box;
}
.col-2-3 {
  width: calc(66.6%);
  box-sizing: border-box;
}

.col-1-4 {
  width: calc(25%);
  box-sizing: border-box;
}
.col-2-4 {
  width: calc(50%);
  box-sizing: border-box;
}
.col-3-4 {
  width: calc(75%);
  box-sizing: border-box;
}

.col-1-5 {
  width: calc(20%);
  box-sizing: border-box;
}
.col-2-5 {
  width: calc(40%);
  box-sizing: border-box;
}
.col-3-5 {
  width: calc(60%);
  box-sizing: border-box;
}
.col-4-5 {
  width: calc(80%);
  box-sizing: border-box;
}

.col-1-10 { width: calc(10%); box-sizing: border-box; }
.col-2-10 { width: calc(20%); box-sizing: border-box; }
.col-3-10 { width: calc(30%); box-sizing: border-box; }
.col-4-10 { width: calc(40%); box-sizing: border-box; }
.col-5-10 { width: calc(50%); box-sizing: border-box; }
.col-6-10 { width: calc(60%); box-sizing: border-box; }
.col-7-10 { width: calc(70%); box-sizing: border-box; }
.col-8-10 { width: calc(80%); box-sizing: border-box; }
.col-9-10 { width: calc(90%); box-sizing: border-box; }



.site-main {

}

.site-header {
  x-background-color: #35A6E8;
  x-background-image: url('../img/header-background-image.jpg');
  x-background-size: cover;
  x-background-repeat: no-repeat;
  x-background-position: center center;
  position: relative;
  overflow: hidden;
}

.site-header h1 {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  background-image: url('../img/main-header-logo.svg');
  background-size: auto 135%;
  background-repeat: no-repeat;
  background-position: center center;
}

.site-header h1 span {
  display: none;
}

.site-header .background {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  background-image: url('../img/header-background-image.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  animation: parallax-scale 180s linear;
  -webkit-animation: parallax-scale 180s linear;
}



.site-header .explorer {
  position: absolute;
  z-index: 2;
  bottom: 0px;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
  background-image: url('../img/explorer-6.png');
  background-size: auto 45%;
  background-repeat: no-repeat;
  background-position: 70% bottom;
}

.site-header .ruler {
  position: absolute;
  z-index: 3;
  bottom: 25px;
  left: 0;
  top: 0;
  right: 0;
  pointer-events: none;
  background-image: url('../img/header-ruler-03.svg');
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center bottom;
}

.site-header .sleeve {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  min-height: 100vh;
  position: relative;
  z-index: 1;
}

.site-header .navigation {

}

.site-header .navigation .toggle {
  position: absolute;
  z-index: 100;
  top: 30px;
  right: 30px;
  cursor: pointer;
  width: 40px;
}

.site-header .navigation .toggle div {
  border-bottom: 1px solid #FFFFFF;
  margin-bottom: 6px;
}

.site-header .navigation .toggle div:last-child {
  width: 75%;
}

.site-header .navigation .menu {
  display: none;
  z-index: 99;
  background-color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 120px 30px;
  font-family: Knockout;
  text-transform: uppercase;
  background-image: url('../img/logo-navigation.svg');
  background-size: 300px;
  background-repeat: no-repeat;
  background-position: 30px 30px;
}


.site-header .navigation .menu nav {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100vh;
}

.site-header .navigation .menu nav ul {
  margin-left: auto;
  margin-right: auto;
}

.site-header .navigation .menu nav ul li {
  font-size: 65px;
  line-height: 50px;
  color: #35A6E8;
}

.site-header .navigation .menu nav ul li a:hover {
  color: #2C457D;
  text-decoration: none;
}

body.with-nav .site-header .navigation .toggle div {
  border-bottom: 1px solid #35A6E8;
}

body.with-nav .site-header .navigation .menu {
  display: block;
}

body.with-nav .explorer,
body.with-nav .ruler {
  display: none;
}

.site-header .intro {
  width: 100px;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 30px;
}

.site-header .intro h1 {
  display: none;
}

.site-header .intro .strapline {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 120%;
  margin-bottom: 100px;
}


.site-header .intro .sponsor .label {
  font-size: 12px;
  line-height: 120%;
  margin-bottom: 10px;
}

.site-header .intro .sponsor .logo {
  background-image: url('../img/logo-hp.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  width: 65px;
  height: 65px;
}

.site-header .navigation {
}

.site-footer {
}

.site-footer .sleeve {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
  -webkit-justify-content: space-between;
  max-width: 1200px;
  margin: auto;
}

.section .sleeve {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
  -webkit-justify-content: space-between;
  max-width: 1200px;
  margin: auto;
}


.section .sleeve .slug {
  position: absolute;
  top: 15px;
  right: 15px;
  text-transform: uppercase;
}

.section .text-wrap .text p {
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 10px;
}

.section .text-wrap .text li {

}


.stats-chart {
  cursor: pointer;
}

.stats-chart .h3:hover {
  color: #2C457D;
}



.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255,255,255,1);
  margin: auto;
}

.modal .sleeve {
  margin: 15px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50vh;
  transform: translateY(-50%);
  background-color: #FFFFFF;
  max-width: 1000px;
  margin: auto;
}

.modal .sleeve .modal-content {
  width: 100%;
}

.modal .sleeve .modal-content .canvas-wrap {
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px; 
}

.modal .sleeve .modal-content .canvas-wrap .prev {
  position: absolute;
  height: 40px;
  width: 40px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #2C457D;
  cursor: pointer;
  background-image: url(../img/arrow-left.svg);
  background-size: auto 20px;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}

.modal .sleeve .modal-content .canvas-wrap .next {
  position: absolute;
  height: 40px;
  width: 40px;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(180deg);
  border-radius: 50%;
  background-color: #2C457D;
  cursor: pointer;
  background-image: url(../img/arrow-left.svg);
  background-size: auto 20px;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}

.modal .sleeve .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background-image: url(../img/cross.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}

.diary-wrap {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  overflow-y: scroll;
  min-height: 300px;
}

.diary-wrap .diary-item {
  margin-bottom: 45px;
}



@media screen and (max-width: 768px) {

  .col-1-1,
  .col-1-2,
  .col-1-3,
  .col-2-3,
  .col-1-4,
  .col-2-4,
  .col-3-4,
  .col-1-5,
  .col-2-5,
  .col-3-5,
  .col-4-5,
  .col-1-10,
  .col-2-10,
  .col-3-10,
  .col-4-10,
  .col-5-10,
  .col-6-10,
  .col-7-10,
  .col-8-10,
  .col-9-10 {
    width: calc(100%);
  }
  
  body {
  font-size: 16px;
  line-height: 24px;
  color: #2C457D;
  overflow-x: hidden;
}
  
  .mb-4 { margin-bottom: 0px; }
  
  .pt-5 { padding-top: 20px; }
  .pb-5 { padding-bottom: 20px; }

  h2, .h2 { font-size: 55px; line-height: 42px; }
  h3, .h3 { font-size: 55px; line-height: 42px; }

  .slug {
    display: none;
  }

  .section  {
    padding-left: 15px;
    padding-right: 15px;
  }

  .site-header h1 {
    background-size: 120% auto;
  }
  
  

  .site-header .explorer {
    display: none;
  }
  
  .site-header .ruler {
	display: none;
  }

  .site-header .intro {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  
  .site-header .navigation .menu {
  background-image: none;
  }
  

  .section .text-wrap {
	padding-top: 25px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
  }
 

  .section .text {
    margin-left: 0;
  }


  .journey .map-wrap {
    padding: 0;
  }

  .journey .profile-wrap {
    text-align: center;
    max-width: 250px;
    margin: auto;
  }

  .journey .profile-wrap .image-wrap {
    margin-left: auto; 
    margin-right: auto; 
  }

  .dashboard {
    text-align: center;
  }

  .dashboard .stats-figure,
  .dashboard .stats-chart {
    padding: 0;
    width: 50% !important;
  }

  .sponsors .col-wrap.col-wrap-align-center > div {
    width: 50% !important;
  }

  .sponsors .col-wrap.col-wrap-align-center > div .image-wrap {
    margin-bottom: 0;
  }

  .site-header .navigation .menu {
    background-size: 75px auto;
  }

  .site-header .navigation .menu nav ul {
    margin-left: 0;
  }

  .modal .sleeve {
    margin: 15px;
  }

  .modal .sleeve .close {
    width: 20px;
    height: 20px;
  } 

  .modal .sleeve .modal-content .canvas-wrap .prev,
  .modal .sleeve .modal-content .canvas-wrap .next {
    width: 20px;
    height: 20px;
    background-size: auto 10px;
  }
   
  .education-programme  .sleeve .col-1-2:first-child,
  .environmental-science .sleeve .col-1-2:first-child {
    order: 999;
  }

}