@import url(//fonts.googleapis.com/css?family=Lora|Asap:400,700,700italic,400italic|Nunito:400,300,700|Maven+Pro:400,500,700,900);
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,800|Work+Sans:300,400,700");
@import url("https://fonts.googleapis.com/css?family=Annie+Use+Your+Telescope|Chilanka|Coming+Soon|Schoolbell&display=swap");
html, body {
  height: 100%; }

html {
  font-size: 62.5%; }

body {
  -webkit-font-smoothing: subpixel-antialiased;
  text-rendering: optimizeLegibility;
  font-family: 'Maven Pro', sans-serif; }
  body a {
    cursor: pointer;
    padding-bottom: 3px;
    color: #9FA1D1; }
    body a:focus, body a:hover {
      text-decoration: none;
      border-bottom: 1px solid #9FA1D1;
      color: #9FA1D1; }
    body a#email {
      white-space: pre-wrap;
      /* css-3 */
      white-space: -moz-pre-wrap;
      /* Mozilla, since 1999 */
      white-space: -pre-wrap;
      /* Opera 4-6 */
      white-space: -o-pre-wrap;
      /* Opera 7 */
      word-wrap: break-word;
      /* Internet Explorer 5.5+ */ }
  body h3.year {
    margin-top: 0px;
    margin-bottom: 60px; }
  body .section {
    overflow-x: hidden; }
    body .section.alternate {
      background: #F3F6F9;
      min-height: 200px; }
    body .section.main .container {
      margin-bottom: 40px; }
    body .section .introduction {
      font-size: 18px;
      margin: 40px 0px 60px 0px; }
      @media screen and (max-width: 991px) {
        body .section .introduction img {
          margin-bottom: 40px; } }
      @media screen and (max-width: 767px) {
        body .section .introduction {
          font-size: 16px; } }
    body .section .profilePicture {
      height: 300px;
      width: 300px;
      border-radius: 150px;
      object-fit: cover;
      overflow: hidden;
      display: block;
      margin-left: auto;
      margin-right: auto; }
      @media screen and (max-width: 767px) {
        body .section .profilePicture {
          height: 200px;
          width: 200px;
          border-radius: 100px; } }
    body .section .year:first-of-type {
      margin-top: 40px; }
    body .section #events {
      margin-bottom: 60px;
      display: block; }
      body .section #events .entry {
        background: #F3F6F9;
        margin-top: 0px;
        cursor: pointer; }
        body .section #events .entry.expired {
          cursor: default; }
          body .section #events .entry.expired .event {
            background: #AAB2BD; }
          body .section #events .entry.expired .overlay {
            visibility: hidden; }
        body .section #events .entry .event {
          width: 100%;
          background: #F292B5;
          text-align: center;
          padding: 5px 20px; }
          body .section #events .entry .event h2 {
            font-family: 'Montserrat', sans-serif;
            color: white;
            font-size: 25px;
            line-height: 25px; }
        body .section #events .entry .time {
          position: relative;
          display: block;
          padding: 20px;
          text-align: center; }
        body .section #events .entry .overlay {
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          opacity: 0;
          transition: opacity 300ms ease-in-out;
          background-image: url("/img/plus.png");
          background-size: 16px 16px;
          background-position: center;
          background-repeat: no-repeat;
          background-color: #F3F6F9; }
        body .section #events .entry:hover .overlay, body .section #events .entry:focus .overlay {
          opacity: 1; }
        @media screen and (max-width: 767px) {
          body .section #events .entry {
            margin-bottom: 40px;
            margin-top: 0px; } }
      @media screen and (max-width: 767px) {
        body .section #events {
          margin-bottom: 0px; } }
    body .section #blogPosts {
      margin-bottom: 60px;
      display: block; }
      @media screen and (max-width: 767px) {
        body .section #blogPosts {
          margin-bottom: 0px; } }
    body .section .blogPost {
      cursor: pointer; }
      body .section .blogPost h4 {
        font-size: 18px;
        font-weight: 800;
        font-family: 'Montserrat', sans-serif;
        padding-top: 20px;
        transition: color 300ms ease-in-out; }
      body .section .blogPost h5 {
        font-size: 14px;
        font-family: 'Montserrat', sans-serif; }
      body .section .blogPost a {
        color: #2D2D34; }
      body .section .blogPost p {
        font-size: 16px;
        letter-spacing: normal;
        padding-top: 8px; }
      body .section .blogPost img {
        width: 100%;
        max-height: 150px;
        object-fit: cover; }
        body .section .blogPost img.play {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          object-fit: none; }
      body .section .blogPost .imageContainer {
        display: block;
        position: relative; }
      body .section .blogPost .overlay {
        background-color: #2D2D34;
        opacity: 0.6;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      body .section .blogPost span {
        font-size: 16px;
        letter-spacing: normal;
        padding-top: 0px;
        transition: color 300ms ease-in-out; }
      body .section .blogPost:hover, body .section .blogPost:focus {
        cursor: pointer; }
        body .section .blogPost:hover h4, body .section .blogPost:focus h4 {
          color: #9FA1D1; }
        body .section .blogPost:hover span, body .section .blogPost:focus span {
          color: #9FA1D1; }
      body .section .blogPost.featured {
        background-color: white;
        padding: 20px;
        margin-top: 40px;
        border-radius: 16px;
        overflow: hidden;
        -webkit-box-shadow: 0px 0px 10px rgba(204, 204, 204, 0.4);
        -moz-box-shadow: 0px 0px 10px rgba(204, 204, 204, 0.4);
        box-shadow: 0px 0px 10px rgba(204, 204, 204, 0.4); }
        body .section .blogPost.featured p {
          display: -webkit-box;
          max-width: 100%;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis; }
        body .section .blogPost.featured .imageContainer {
          margin-left: -20px;
          margin-right: -20px;
          margin-top: -20px; }
      @media screen and (max-width: 767px) {
        body .section .blogPost {
          margin-bottom: 40px; }
          body .section .blogPost h4 {
            padding-top: 0px; }
          body .section .blogPost p {
            padding-top: 0px; } }
    body .section #classes .entry {
      background: #F3F6F9;
      margin-top: 40px; }
      body .section #classes .entry .time {
        width: 100%;
        background: #9FA1D1;
        text-align: center;
        padding: 5px 20px; }
        body .section #classes .entry .time h2 {
          font-family: 'Montserrat', sans-serif;
          color: white;
          font-size: 25px;
          line-height: 25px; }
      body .section #classes .entry .event {
        padding: 20px; }
    body .section #introductionContent h2 {
      padding-bottom: 0px; }
    body .section #introductionContent h3 {
      margin-top: 0px;
      margin-bottom: 24px;
      font-size: 18px;
      line-height: 60px; }
      @media screen and (max-width: 767px) {
        body .section #introductionContent h3 {
          line-height: 30px; } }
    body .section #introductionContent .profilePicture {
      height: 60px;
      width: 60px;
      border-radius: 30px;
      margin-right: 16px;
      object-fit: cover;
      overflow: hidden;
      float: left; }
    body .section .para {
      margin-bottom: 60px; }
    body .section .top {
      margin-top: 63px;
      margin-bottom: 60px; }
    body .section .signature {
      text-align: right; }
      body .section .signature img {
        width: 200px;
        padding-top: 30px; }
    body .section .form p span {
      font-size: 16px; }
    body .section .form label {
      display: block;
      font-weight: 400; }
    body .section .form .full-width {
      width: 100%; }
    body .section .form #send:disabled {
      background: #AAB2BD;
      cursor: default; }
    body .section nav {
      text-align: center; }
      body .section nav ul > li.active > a {
        background: #F292B5;
        border-color: #F292B5;
        color: #fff; }
        body .section nav ul > li.active > a:focus, body .section nav ul > li.active > a:hover {
          background: #9FA1D1;
          border-color: #9FA1D1; }
      body .section nav ul > li.disabled > a {
        color: #fff; }
        body .section nav ul > li.disabled > a:focus, body .section nav ul > li.disabled > a:hover {
          color: #fff; }
      body .section nav ul > li > a {
        background: #fff;
        border-color: #F3F6F9;
        color: #F292B5; }
        body .section nav ul > li > a:focus, body .section nav ul > li > a:hover {
          border-color: #F3F6F9;
          background: #F3F6F9;
          color: #9FA1D1; }
  body.awards .section span.parent {
    font-weight: 400;
    color: #F292B5;
    display: inline-block;
    padding-left: 20px; }
  body span.parent {
    font-weight: 400;
    color: #F292B5;
    display: inline-block;
    padding-left: 20px; }
  body .bg-image img {
    display: block;
    position: absolute;
    width: 100%;
    margin: 0 auto;
    bottom: 0;
    z-index: 100; }
  body .owl-carousel .owl-stage-outer {
    overflow: visible; }
    body .owl-carousel .owl-stage-outer .item {
      height: 350px;
      background: #2BC6FF;
      overflow: hidden; }
      body .owl-carousel .owl-stage-outer .item img {
        /* Set rules to fill background */
        min-height: 100%;
        width: 100%;
        height: auto; }
  body footer {
    padding-top: 40px;
    padding-bottom: 20px;
    background-color: #2D2D34;
    color: #8C8C90;
    font-family: 'Work Sans', sans-serif; }
    body footer a {
      color: #8C8C90; }
      body footer a:focus, body footer a:hover {
        color: #8C8C90;
        text-decoration: underline;
        border-bottom: none; }

.staff {
  margin-top: 20px; }
  @media screen and (max-width: 767px) {
    .staff div:not(:first-of-type) {
      margin-top: 10px; } }

img.full-width {
  width: 100%;
  height: auto; }

img.half-width {
  padding-top: 60px;
  width: 350px;
  height: auto;
  margin-bottom: -20px; }
  @media screen and (max-width: 767px) {
    img.half-width {
      width: 250px; } }

.btn {
  background-color: white;
  border: none;
  padding: 15px 30px;
  border-radius: 8px;
  color: #F292B5;
  font-family: 'Montserrat', sans-serif;
  word-spacing: normal; }
  .btn:focus, .btn:hover {
    background-color: white;
    border: none;
    text-decoration: underline;
    color: #F292B5; }
  .btn:active {
    box-shadow: none;
    -webkit-box-shadow: none; }
  .btn.warning {
    background-color: #F292B5;
    color: white; }
  .btn:not(:first-of-type) {
    margin-left: 24px; }
    @media screen and (max-width: 767px) {
      .btn:not(:first-of-type) {
        margin-left: auto; } }

.btn-secondary {
  background-color: #F292B5;
  color: white; }
  .btn-secondary:focus, .btn-secondary:hover {
    background-color: #F292B5;
    border: none;
    text-decoration: underline;
    color: white; }

.btn-upload {
  margin-left: auto !important;
  background-image: url("/img/pdf.png");
  background-size: 24px 24px;
  background-position: center left 16px;
  background-repeat: no-repeat;
  padding-left: 60px; }
  .btn-upload:not(:first-of-type) {
    margin-top: 24px; }

.policies {
  text-align: center; }
  .policies p {
    padding-top: initial !important; }

.home .jumbotron {
  padding-bottom: 48px;
  min-height: 100vh; }

.blogPosts .jumbotron #heroBlogPost .featured {
  position: absolute;
  top: -24px;
  right: 0;
  margin-right: 15px; }
  .blogPosts .jumbotron #heroBlogPost .featured h3 {
    background-color: white;
    padding-left: 24px;
    padding-top: 12px;
    padding-right: 24px;
    padding-bottom: 50px;
    border-radius: 8px;
    color: #2BC6FF; }
  @media screen and (max-width: 767px) {
    .blogPosts .jumbotron #heroBlogPost .featured {
      display: none; } }
.blogPosts .jumbotron #heroBlogPost .back {
  position: absolute;
  top: -24px;
  left: 0;
  margin-left: 15px; }
  .blogPosts .jumbotron #heroBlogPost .back h3 {
    background-color: white;
    padding-left: 24px;
    padding-top: 12px;
    padding-right: 24px;
    padding-bottom: 50px;
    border-radius: 8px;
    color: #2BC6FF; }
  @media screen and (max-width: 767px) {
    .blogPosts .jumbotron #heroBlogPost .back {
      display: none; } }
.blogPosts .jumbotron #heroBlogPost :not(.featured) ~ h3 {
  color: white;
  font-family: 'Montserrat', sans-serif;
  margin-top: 0px;
  font-size: 16px;
  padding-bottom: 16px; }
  @media screen and (max-width: 767px) {
    .blogPosts .jumbotron #heroBlogPost :not(.featured) ~ h3 {
      text-align: center; } }

.jumbotron, .fixed {
  padding: 0px;
  background-color: #2BC6FF;
  position: relative;
  overflow-y: hidden;
  overflow-x: hidden;
  margin: 0; }
  .jumbotron a:hover, .jumbotron a:focus, .fixed a:hover, .fixed a:focus {
    border-bottom: none; }
  .jumbotron .bg-image .placeholder, .fixed .bg-image .placeholder {
    position: relative;
    opacity: 0; }
  .jumbotron .header, .fixed .header {
    position: relative;
    z-index: 1; }
  .jumbotron .content, .fixed .content {
    position: relative;
    z-index: 10; }
    @media screen and (max-width: 991px) {
      .jumbotron .content, .fixed .content {
        min-height: 150px; } }
    @media screen and (max-width: 767px) {
      .jumbotron .content .container, .fixed .content .container {
        text-align: center; } }
    .jumbotron .content h1, .fixed .content h1 {
      color: white;
      font-weight: lighter;
      padding-top: 80px;
      font-weight: 400;
      font-size: 6rem;
      line-height: 70px;
      font-family: 'Chilanka', sans-serif; }
      @media screen and (max-width: 991px) {
        .jumbotron .content h1, .fixed .content h1 {
          font-size: 40px;
          line-height: 50px;
          padding-top: 150px;
          padding-bottom: 20px; } }
      @media screen and (max-width: 767px) {
        .jumbotron .content h1, .fixed .content h1 {
          text-align: center;
          padding-top: 0px; } }
    .jumbotron .content h2, .fixed .content h2 {
      color: white;
      font-weight: lighter;
      margin-top: 48px;
      font-weight: 400;
      font-size: 4rem;
      line-height: 5rem;
      font-family: 'Chilanka', sans-serif; }
      @media screen and (max-width: 991px) {
        .jumbotron .content h2, .fixed .content h2 {
          font-size: 40px;
          line-height: 50px;
          padding-bottom: 20px;
          margin-top: 0px; } }
      @media screen and (max-width: 767px) {
        .jumbotron .content h2, .fixed .content h2 {
          text-align: center;
          padding-top: 0px; } }
    .jumbotron .content p, .fixed .content p {
      color: white;
      font-family: 'Work Sans', sans-serif;
      max-width: 753px;
      font-size: 20px;
      line-height: 30px;
      padding-bottom: 40px;
      letter-spacing: normal; }
      @media screen and (max-width: 991px) {
        .jumbotron .content p, .fixed .content p {
          font-size: 18px;
          line-height: 25px; } }
      @media screen and (max-width: 767px) {
        .jumbotron .content p, .fixed .content p {
          font-size: 16px;
          line-height: 20px;
          text-align: center; } }
      @media screen and (max-width: 767px) {
        .jumbotron .content p.buttons, .fixed .content p.buttons {
          line-height: 78px;
          word-spacing: 24px; } }
    .jumbotron .content .video, .fixed .content .video {
      margin-top: 48px;
      margin-bottom: 48px;
      width: 100%;
      padding-top: 56.25%;
      position: relative;
      border-radius: 24px;
      background-color: white;
      overflow: hidden; }
      .jumbotron .content .video iframe, .jumbotron .content .video img, .fixed .content .video iframe, .fixed .content .video img {
        border-radius: 24px;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden; }
      .jumbotron .content .video img, .fixed .content .video img {
        object-fit: cover;
        overflow: hidden; }
  .jumbotron .logo, .fixed .logo {
    position: relative;
    z-index: 10;
    width: 400px; }
    @media screen and (max-width: 1199px) {
      .jumbotron .logo, .fixed .logo {
        width: 300px; } }
    @media screen and (max-width: 991px) {
      .jumbotron .logo, .fixed .logo {
        width: 250px; } }
    @media screen and (max-width: 767px) {
      .jumbotron .logo, .fixed .logo {
        width: 250px; } }
  .jumbotron .navbar-collapse, .fixed .navbar-collapse {
    display: inline-block;
    float: right;
    padding: 0px;
    box-shadow: none;
    -webkit-box-shadow: none; }
    @media screen and (max-width: 767px) {
      .jumbotron .navbar-collapse, .fixed .navbar-collapse {
        float: none;
        border: 0px;
        display: block; } }
    @media screen and (max-width: 767px) {
      .jumbotron .navbar-collapse .nav, .fixed .navbar-collapse .nav {
        width: 100%; } }
    @media screen and (max-width: 767px) {
      .jumbotron .navbar-collapse.collapse .nav, .fixed .navbar-collapse.collapse .nav {
        display: none; }
      .jumbotron .navbar-collapse.collapse.in .nav, .fixed .navbar-collapse.collapse.in .nav {
        display: block; } }
  .jumbotron .kite, .fixed .kite {
    position: absolute;
    z-index: 2;
    left: 5%;
    bottom: 0;
    width: 200px;
    height: auto; }
    @media screen and (max-width: 767px) {
      .jumbotron .kite, .fixed .kite {
        display: none; } }
  .jumbotron .balloon, .fixed .balloon {
    position: absolute;
    z-index: 2;
    right: -120px;
    bottom: 50px;
    width: 350px;
    height: auto; }
    @media screen and (max-width: 1199px) {
      .jumbotron .balloon, .fixed .balloon {
        bottom: 10px;
        right: -180px;
        width: 300px; } }
    @media screen and (max-width: 991px) {
      .jumbotron .balloon, .fixed .balloon {
        width: 250px; } }
    @media screen and (max-width: 767px) {
      .jumbotron .balloon, .fixed .balloon {
        display: none; } }
  .jumbotron .balloon2, .fixed .balloon2 {
    position: absolute;
    z-index: 2;
    left: 20px;
    bottom: -200px;
    width: 500px;
    height: auto; }
    @media screen and (max-width: 1199px) {
      .jumbotron .balloon2, .fixed .balloon2 {
        width: 420px; } }
    @media screen and (max-width: 991px) {
      .jumbotron .balloon2, .fixed .balloon2 {
        width: 350px; } }
    @media screen and (max-width: 767px) {
      .jumbotron .balloon2, .fixed .balloon2 {
        display: none; } }
  .jumbotron .plane, .fixed .plane {
    position: absolute;
    z-index: 5;
    left: -350px;
    top: 80px;
    width: 120px;
    height: auto; }
  .jumbotron .cloud, .fixed .cloud {
    position: absolute;
    z-index: 3;
    right: 70px;
    top: 120px;
    opacity: 0.6; }
    @media screen and (max-width: 991px) {
      .jumbotron .cloud, .fixed .cloud {
        top: 70px;
        right: 30px; } }
    @media screen and (max-width: 767px) {
      .jumbotron .cloud, .fixed .cloud {
        display: none; } }
    .jumbotron .cloud.left, .fixed .cloud.left {
      z-index: 0;
      top: 80px;
      right: auto;
      left: -50px;
      opacity: 0.8; }
      @media screen and (max-width: 767px) {
        .jumbotron .cloud.left, .fixed .cloud.left {
          display: block;
          top: 50px; } }
    .jumbotron .cloud.low, .fixed .cloud.low {
      z-index: 4;
      top: 40px;
      right: -60px;
      opacity: 0.4; }
      @media screen and (max-width: 991px) {
        .jumbotron .cloud.low, .fixed .cloud.low {
          top: -10px;
          right: -100px; } }
      @media screen and (max-width: 767px) {
        .jumbotron .cloud.low, .fixed .cloud.low {
          visibility: hidden; } }

.top-image {
  position: relative; }

.home .awards {
  background: #F3F6F9; }

.section.image {
  padding: 0 !important; }
  .section.image img {
    cursor: pointer; }
  .section.image.bottom-image {
    padding-bottom: 160px !important; }
    @media screen and (max-width: 991px) {
      .section.image.bottom-image {
        padding-bottom: 120px !important; } }
    @media screen and (max-width: 767px) {
      .section.image.bottom-image {
        padding-bottom: 60px !important; } }

.contact #map {
  margin-top: 160px;
  height: 400px;
  width: 100%; }
  @media screen and (max-width: 991px) {
    .contact #map {
      margin-top: 120px; } }
  @media screen and (max-width: 767px) {
    .contact #map {
      margin-top: 60px; } }

.awards .section.introduction {
  padding-bottom: 0; }

.admissions .section.form {
  padding: 40px 0 0 0 !important;
  background: #F3F6F9; }

.section.quotes {
  padding-top: 0px !important;
  padding-bottom: 0px; }
  .section.quotes .row:not(:first-of-type) {
    margin-top: 80px; }
  .section.quotes .quote {
    background: #F3F6F9; }
    .section.quotes .quote .bg-image {
      position: absolute;
      left: 0;
      width: 20px;
      top: 0;
      bottom: 0;
      background: url("/img/web/award1.jpg");
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
      @media screen and (max-width: 767px) {
        .section.quotes .quote .bg-image {
          width: 100%;
          height: 20px; } }
    .section.quotes .quote .bg-image-purple {
      background-color: #9FA1D1; }
    .section.quotes .quote .bg-image-blue {
      background-color: #2BC6FF; }
    .section.quotes .quote .bg-image-pink {
      background-color: #F292B5; }
    .section.quotes .quote.pink .bg-image {
      background-image: url("/img/web/award3.jpg"); }
    .section.quotes .quote.purple .text {
      margin-left: 20px; }
    .section.quotes .quote.purple .bg-image {
      left: auto;
      right: 0;
      background-image: url("/img/web/award2.jpg"); }
    .section.quotes .quote .text {
      padding: 40px;
      width: 80%;
      margin-left: 20px; }
      @media screen and (max-width: 767px) {
        .section.quotes .quote .text {
          width: 100%;
          margin: 0;
          top: 250px;
          padding: 15px;
          padding-top: 40px; } }
    .section.quotes .quote h3 {
      margin: 0;
      font-size: 20px;
      line-height: 31px;
      font-family: 'Work Sans', sans-serif;
      font-weight: 200;
      letter-spacing: 1.5px;
      color: #2D2D34; }
      .section.quotes .quote h3 span {
        font-weight: 400;
        color: #F292B5;
        display: inline-block;
        padding-left: 20px; }
      @media screen and (max-width: 991px) {
        .section.quotes .quote h3 {
          font-size: 18px;
          line-height: 25px; } }
    @media screen and (max-width: 991px) {
      .section.quotes .quote {
        margin-top: 0px; } }

.section .focus h2 {
  padding-top: 60px;
  margin: 0; }
.section .focus h3 {
  padding-bottom: 0px;
  margin: 0; }
@media screen and (max-width: 767px) {
  .section .focus > div {
    margin-top: 40px; } }

.fixed {
  display: none;
  height: 40px;
  background: white;
  border-bottom: solid #CCD1D9 1px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 500; }
  @media screen and (max-width: 767px) {
    .fixed {
      visibility: hidden; } }
  .fixed ul.nav-pills li a {
    color: #2D2D34; }
  .fixed ul.nav-pills li a.nuxt-link-active, .fixed ul.nav-pills li a.nuxt-link-active:hover, .fixed ul.nav-pills li a.nuxt-link-exact-active, .fixed ul.nav-pills li a.nuxt-link-exact-active:hover {
    color: #2BC6FF; }

ul.nav-pills {
  position: relative;
  z-index: 50; }
  ul.nav-pills li a {
    font-family: 'Work Sans', sans-serif;
    color: white;
    font-size: 14px;
    background: transparent;
    text-transform: uppercase; }
    ul.nav-pills li a:hover, ul.nav-pills li a:focus {
      border-bottom: none;
      background: transparent; }
    @media screen and (max-width: 1199px) {
      ul.nav-pills li a.home {
        display: none; } }
    @media screen and (max-width: 991px) {
      ul.nav-pills li a.home {
        display: none; } }
    @media screen and (max-width: 767px) {
      ul.nav-pills li a.home {
        display: block; } }
  @media screen and (max-width: 767px) {
    ul.nav-pills li {
      float: none; }
      ul.nav-pills li a {
        width: 100%; } }
  @media screen and (max-width: 991px) {
    ul.nav-pills li a {
      padding: 10px; } }
  ul.nav-pills li a.nuxt-link-active, ul.nav-pills li a.nuxt-link-active:hover, ul.nav-pills li a.nuxt-link-exact-active, ul.nav-pills li a.nuxt-link-exact-active:hover {
    color: #2D2D34;
    background: transparent; }
    ul.nav-pills li a.nuxt-link-active:hover, ul.nav-pills li a.nuxt-link-active:focus, ul.nav-pills li a.nuxt-link-active:hover:hover, ul.nav-pills li a.nuxt-link-active:hover:focus, ul.nav-pills li a.nuxt-link-exact-active:hover, ul.nav-pills li a.nuxt-link-exact-active:focus, ul.nav-pills li a.nuxt-link-exact-active:hover:hover, ul.nav-pills li a.nuxt-link-exact-active:hover:focus {
      border-bottom: none;
      background: transparent; }
    @media screen and (max-width: 991px) {
      ul.nav-pills li a.nuxt-link-active, ul.nav-pills li a.nuxt-link-active:hover, ul.nav-pills li a.nuxt-link-exact-active, ul.nav-pills li a.nuxt-link-exact-active:hover {
        display: none; } }
    @media screen and (max-width: 767px) {
      ul.nav-pills li a.nuxt-link-active, ul.nav-pills li a.nuxt-link-active:hover, ul.nav-pills li a.nuxt-link-exact-active, ul.nav-pills li a.nuxt-link-exact-active:hover {
        display: block; } }

.core-values {
  text-align: justify;
  padding-top: 40px; }
  .core-values .key-areas {
    border-radius: 5px;
    background: #F3F6F9;
    padding: 40px 20px;
    margin-top: 63px; }
    .core-values .key-areas h3:first-of-type {
      margin-top: 0; }
    .core-values .key-areas ul {
      padding: 0px;
      list-style: none;
      margin: 0px; }

.pink {
  color: #F292B5; }

.blue {
  color: #2BC6FF; }

.purple {
  color: #9FA1D1; }

@media screen and (max-width: 767px) {
  h3 {
    font-size: 20px;
    line-height: 30px; } }

.section {
  display: block;
  position: relative;
  padding-top: 60px;
  padding-bottom: 160px;
  font-size: 20px;
  line-height: 31px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 200;
  letter-spacing: 1.5px;
  color: #2D2D34; }
  @media screen and (max-width: 991px) {
    .section {
      font-size: 18px;
      line-height: 25px;
      padding-top: 40px;
      padding-bottom: 120px; } }
  @media screen and (max-width: 767px) {
    .section {
      font-size: 16px;
      line-height: 20px;
      padding-top: 20px;
      padding-bottom: 60px; } }
  .section ~ .section {
    padding-top: 160px; }
    @media screen and (max-width: 991px) {
      .section ~ .section {
        padding-top: 120px; } }
    @media screen and (max-width: 767px) {
      .section ~ .section {
        padding-top: 60px; } }
  .section:not(.markdown) h2 {
    font-size: 50px;
    line-height: 60px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: 'Chilanka', sans-serif;
    color: #2D2D34; }
    @media screen and (max-width: 991px) {
      .section:not(.markdown) h2 {
        font-size: 40px;
        line-height: 50px;
        padding-top: 10px;
        padding-bottom: 10px; } }
    @media screen and (max-width: 767px) {
      .section:not(.markdown) h2 {
        font-size: 30px;
        line-height: 40px; } }
  .section:not(.markdown) p {
    padding-top: 20px;
    padding-bottom: 0px; }
    @media screen and (max-width: 991px) {
      .section:not(.markdown) p {
        font-size: 18px;
        line-height: 25px;
        padding-top: 10px; } }
    @media screen and (max-width: 767px) {
      .section:not(.markdown) p {
        font-size: 16px;
        line-height: 20px; } }
  .section.markdown img {
    max-width: 100%; }
  .section .block-overlay {
    position: absolute;
    background-color: white;
    top: 50%;
    left: 50%;
    height: 300px;
    width: 450px;
    margin-left: -225px;
    margin-top: -150px;
    text-align: center;
    color: #2BC6FF; }
    @media screen and (max-width: 991px) {
      .section .block-overlay {
        height: 250px;
        width: 400px;
        margin-left: -200px;
        margin-top: -125px; } }
    @media screen and (max-width: 767px) {
      .section .block-overlay {
        height: 300px;
        width: 250px;
        margin-left: -125px;
        margin-top: -150px; } }
    .section .block-overlay:after {
      content: '';
      display: inline-block;
      vertical-align: middle;
      height: 100%; }
    .section .block-overlay .block-text {
      display: inline-block;
      vertical-align: middle;
      margin-left: auto;
      margin-right: auto;
      max-width: 80%; }
      .section .block-overlay .block-text span {
        letter-spacing: 3px;
        font-size: 16px;
        line-height: 14px;
        font-weight: 400;
        text-transform: uppercase;
        padding-bottom: 10px;
        border-bottom: #2BC6FF 2px solid;
        transition: padding 300ms ease-in-out; }
      .section .block-overlay .block-text h3 {
        padding-top: 10px;
        font-size: 40px;
        line-height: 50px;
        font-weight: 400;
        font-family: 'Montserrat', sans-serif; }
        @media screen and (max-width: 991px) {
          .section .block-overlay .block-text h3 {
            font-size: 30px;
            line-height: 40px; } }
        @media screen and (max-width: 767px) {
          .section .block-overlay .block-text h3 {
            font-size: 20px;
            line-height: 30px; } }
  .section.building {
    cursor: pointer;
    background-color: #F3F6F9;
    height: 800px;
    border-bottom: 25px #2BC6FF solid;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px; }
    @media screen and (max-width: 991px) {
      .section.building {
        height: 600px; } }
    @media screen and (max-width: 767px) {
      .section.building {
        height: 500px; } }
    .section.building .bg-image {
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-image: url("/img/web/building3.jpg");
      background-position: center center;
      background-size: cover; }
      @media screen and (max-width: 767px) {
        .section.building .bg-image {
          top: 0px; } }
    .section.building .block-overlay {
      opacity: 0;
      transition: opacity 300ms ease-in; }
    .section.building:focus .block-overlay, .section.building:hover .block-overlay {
      opacity: 1; }
      .section.building:focus .block-overlay span, .section.building:hover .block-overlay span {
        padding: 0 40px 10px 40px; }
        @media screen and (max-width: 767px) {
          .section.building:focus .block-overlay span, .section.building:hover .block-overlay span {
            padding: 0px 0px 10px 0px; } }
  .section.value {
    background-color: #F3F6F9;
    height: 800px;
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
    display: block; }
    @media screen and (max-width: 991px) {
      .section.value {
        height: 600px; } }
    @media screen and (max-width: 767px) {
      .section.value {
        height: 600px; } }
    .section.value .bg-image {
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-position: center center;
      background-size: cover; }
      @media screen and (max-width: 767px) {
        .section.value .bg-image {
          margin: 0px;
          top: 340px;
          transform: none !important; } }
    @media screen and (max-width: 767px) {
      .section.value .block-overlay {
        width: auto !important;
        position: absolute !important;
        margin: 20px !important;
        left: 0 !important;
        right: 0 !important;
        top: 0 !important; } }
    .section.value.communication {
      background-color: #9FA1D1; }
      .section.value.communication .block-overlay {
        left: auto;
        right: 30%;
        color: #9FA1D1;
        margin-left: 0;
        margin-right: -225px; }
        .section.value.communication .block-overlay span {
          border-bottom-color: #9FA1D1; }
        @media screen and (max-width: 991px) {
          .section.value.communication .block-overlay {
            margin-right: -200px; } }
      .section.value.communication .bg-image {
        transform: translateX(-30%);
        background-image: url("/img/web/home-communication.jpg");
        background-position: right center; }
    .section.value.personal {
      background-color: #F292B5; }
      .section.value.personal .block-overlay {
        left: auto;
        right: 30%;
        margin-left: 0;
        margin-right: -225px;
        color: #F292B5; }
        .section.value.personal .block-overlay span {
          border-bottom-color: #F292B5; }
        @media screen and (max-width: 991px) {
          .section.value.personal .block-overlay {
            margin-right: -200px; } }
      .section.value.personal .bg-image {
        transform: translateX(-30%);
        background-image: url("/img/web/home-personal.jpg");
        background-position: center center; }
    .section.value.physical {
      background-color: #2BC6FF; }
      .section.value.physical .block-overlay {
        left: 30%; }
      .section.value.physical .bg-image {
        transform: translateX(30%);
        background-image: url("/img/web/home-physical.jpg");
        background-position: left center; }
  .section:focus .block-overlay span, .section:hover .block-overlay span {
    padding: 0 40px 10px 40px; }
    @media screen and (max-width: 767px) {
      .section:focus .block-overlay span, .section:hover .block-overlay span {
        padding: 0px 0px 10px 0px; } }
  .section.mailing {
    padding-top: 40px;
    padding-bottom: 40px; }

.bold {
  font-weight: 400; }

.form-group {
  position: relative;
  font-family: 'Work Sans', sans-serif; }
  .form-group:last-of-type {
    margin-bottom: 0px; }
  @media screen and (max-width: 767px) {
    .form-group div > label {
      margin-top: 15px; }
    .form-group div:first-child > label {
      margin-top: 0px; } }

.input-group {
  width: 100%; }

form {
  display: inherit;
  margin: 0; }

form.contact {
  margin-bottom: 0px; }
  form.contact .form-control {
    padding: 20px 30px !important; }

select.form-control {
  height: 70px !important;
  -webkit-appearance: none;
  background-image: url("/img/down-chevron.png");
  background-size: 16px 16px;
  background-position: center right 30px;
  background-repeat: no-repeat; }

.form-control {
  box-shadow: none;
  -webkit-box-shadow: none;
  border: none;
  height: auto;
  border-radius: 0px;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px; }
  .form-control:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-color: none; }

input[type=submit] {
  background-color: #2BC6FF;
  border-color: #2BC6FF;
  color: white;
  width: 100%;
  border-radius: 0px;
  padding: 20px 60px;
  font-size: 21px;
  font-family: 'Montserrat', sans-serif; }
  @media screen and (max-width: 767px) {
    input[type=submit] {
      font-size: 18px;
      padding: 10px 20px; } }

input[type=email] {
  border-radius: 0px;
  padding: 20px 60px 20px 0px;
  font-size: 21px;
  font-family: 'Montserrat', sans-serif; }
  @media screen and (max-width: 767px) {
    input[type=email] {
      font-size: 18px;
      padding: 20px 0px 20px 0px; } }

input {
  border-radius: 0px;
  -webkit-appearance: none;
  padding: 20px 30px; }

.animated {
  animation-fill-mode: both; }

.animated.infinite {
  animation-iteration-count: infinite; }

.email {
  position: relative; }

#background {
  display: block;
  position: absolute;
  background: #2BC6FF;
  top: 0;
  left: 50%;
  right: 0;
  bottom: 0; }

@keyframes kite {
  0% {
    bottom: 0;
    transform: rotateZ(-45deg); }
  2% {
    bottom: 25%;
    transform: rotateZ(-50deg); }
  4% {
    bottom: 35%;
    transform: rotateZ(-20deg); }
  6% {
    bottom: 45%;
    transform: rotateZ(0deg); }
  8% {
    bottom: 80%;
    transform: rotateZ(-20deg); }
  10% {
    bottom: 110%;
    transform: rotateZ(-45deg); }
  100% {
    bottom: 110%;
    transform: rotateZ(-45deg); } }
.kite {
  animation-name: kite;
  animation-duration: 80s;
  animation-timing-function: linear; }

.animated.infinite {
  animation-iteration-count: infinite; }

.ofsted {
  vertical-align: middle; }
  .ofsted .text {
    vertical-align: middle;
    width: 50%;
    padding-right: 20px;
    display: inline-block;
    text-align: center;
    color: #250E62; }
    @media screen and (max-width: 767px) {
      .ofsted .text {
        width: 100%;
        padding-right: 0px; } }
    @media screen and (max-width: 991px) {
      .ofsted .text h3 {
        font-size: 20px; } }
  @media screen and (max-width: 767px) {
    .ofsted .award {
      padding-top: 20px; } }

div.awards {
  padding-top: 60px !important;
  padding-bottom: 60px;
  text-align: center; }
  div.awards a img {
    cursor: pointer; }
  div.awards a:focus, div.awards a:hover {
    border-bottom: none; }

.award {
  max-width: 180px; }
  @media screen and (max-width: 991px) {
    .award {
      max-width: 120px; } }

.menu, .menu:hover, .menu:focus, .menu:active {
  border: none;
  position: absolute;
  top: 70px;
  right: auto;
  left: 10px;
  outline: 0 !important;
  display: none;
  text-transform: uppercase;
  font-family: 'Work Sans', sans-serif;
  color: #2D2D34; }
  @media screen and (max-width: 767px) {
    .menu, .menu:hover, .menu:focus, .menu:active {
      display: block;
      z-index: 12; } }
  .menu span, .menu:hover span, .menu:focus span, .menu:active span {
    background: #2bc6ff; }
