/* File Includes ====================== */
/*************/
/* Variables */
/*************/
/* Custom Fonts ===================== */
@font-face {
  font-family: Circular;
  src: url(../fonts/CircularStd-Book.otf);
  font-weight: 400;
}
@font-face {
  font-family: Circular;
  src: url(../fonts/CircularStd-Medium.otf);
  font-weight: 500;
}
@font-face {
  font-family: Circular;
  src: url(../fonts/CircularStd-Bold.otf);
  font-weight: 700;
}
@font-face {
  font-family: Circular;
  src: url(../fonts/CircularStd-Black.otf);
  font-weight: 800;
}
/* Layout & General ====================== */
/* line 39, ../scss/style.scss */
* {
  box-sizing: border-box;
}

/* line 43, ../scss/style.scss */
html {
  height: 100%;
}

/* line 47, ../scss/style.scss */
body {
  padding: 0;
  margin: 0;
  height: 100%;
  font-size: 100%;
  font-weight: 400;
  font-family: Circular;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  background-color: #ffffff;
}

/* line 59, ../scss/style.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 64, ../scss/style.scss */
a {
  transition: all .2s ease-in-out;
  text-decoration: none;
  color: #111111;
  outline: 0;
}

/* line 71, ../scss/style.scss */
p {
  color: #29275b;
  margin: 0 0 25px 0;
  font-size: .95em;
  line-height: 1.6em;
}

/* line 78, ../scss/style.scss */
h1, h2 {
  font-weight: 800;
  font-size: 2.8em;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}

/* line 85, ../scss/style.scss */
h3, h4 {
  font-weight: 800;
  margin: 0 0 20px 0;
}

/* line 90, ../scss/style.scss */
.flex-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* line 97, ../scss/style.scss */
.inner {
  max-width: 1300px;
  margin: 0 auto;
}

/* Buttons ====================== */
/* line 104, ../scss/style.scss */
.btn {
  padding: 17px 34px;
  font-weight: 600;
  font-size: .95em;
  border: 2px solid;
  border-radius: 30px;
  display: inline-block;
}

/* line 113, ../scss/style.scss */
.btn-white {
  border-color: #ffffff;
  color: #ffffff;
}
/* line 117, ../scss/style.scss */
.btn-white:hover {
  background-color: #ffffff;
  color: #bd1b41;
}

/* line 123, ../scss/style.scss */
.btn-red {
  border-color: #bd1b41;
  color: #bd1b41;
}
/* line 127, ../scss/style.scss */
.btn-red:hover {
  background-color: #bd1b41;
  color: #ffffff;
}

/* line 133, ../scss/style.scss */
.red-link {
  color: #bd1b41;
  font-weight: 600;
  font-size: .95em;
  display: inline-block;
}

/* Header ====================== */
/* line 143, ../scss/style.scss */
header .flex-row {
  align-items: center;
  padding: 15px 30px;
}
/* line 147, ../scss/style.scss */
header .flex-row .logo {
  width: 181px;
}
/* line 152, ../scss/style.scss */
header .flex-row nav a {
  color: #29275b;
  margin-left: 30px;
  font-size: .95em;
}
/* line 157, ../scss/style.scss */
header .flex-row nav a:first-of-type {
  margin-left: 0;
}
/* line 161, ../scss/style.scss */
header .flex-row nav a:hover {
  color: #bd1b41;
}
/* line 166, ../scss/style.scss */
header .flex-row nav .current {
  color: #bd1b41;
}
/* line 170, ../scss/style.scss */
header .flex-row nav .contact {
  padding: 10px 20px;
  border: 2px solid #bd1b41;
  border-radius: 30px;
  color: #bd1b41;
}
/* line 176, ../scss/style.scss */
header .flex-row nav .contact:hover {
  background-color: #bd1b41;
  color: #ffffff;
}

/* Hero ====================== */
/* line 187, ../scss/style.scss */
.hero-home {
  background: url(../img/homepage-photo-1.WEBP) center center/cover;
  padding: 20% 0;
}

/* Red section block ====================== */
/* line 195, ../scss/style.scss */
.red-block {
  background-color: #bd1b41;
}
/* line 198, ../scss/style.scss */
.red-block .inner {
  text-align: center;
  padding: 100px 30px;
  max-width: 860px;
}
/* line 203, ../scss/style.scss */
.red-block .inner h1 {
  color: #ffffff;
  font-size: 2.8em;
  line-height: 1em;
}
/* line 209, ../scss/style.scss */
.red-block .inner p {
  color: #ffffff;
}

/* 2/3 col ====================== */
/* line 218, ../scss/style.scss */
.two-third-col .inner {
  padding: 100px 30px;
  align-items: center;
}
/* line 222, ../scss/style.scss */
.two-third-col .inner .content {
  width: 320px;
  margin-right: 60px;
}
/* line 226, ../scss/style.scss */
.two-third-col .inner .content h2 {
  color: #29275b;
}
/* line 230, ../scss/style.scss */
.two-third-col .inner .content .timetable {
  margin-bottom: 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex: 1;
}
/* line 237, ../scss/style.scss */
.two-third-col .inner .content .timetable ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 2em;
  color: #29275b;
}
/* line 245, ../scss/style.scss */
.two-third-col .inner .content .timetable .bold {
  font-weight: 600;
}
/* line 251, ../scss/style.scss */
.two-third-col .inner .img {
  flex: 1;
  text-align: right;
}

/* line 260, ../scss/style.scss */
.location {
  margin-bottom: 40px;
}
/* line 263, ../scss/style.scss */
.location:last-of-type {
  margin-bottom: 0;
}
/* line 267, ../scss/style.scss */
.location ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1.6em;
  font-size: .95em;
  color: #29275b;
}
/* line 275, ../scss/style.scss */
.location ul strong {
  color: #bd1b41;
  text-transform: uppercase;
}

/* Foundation sec ====================== */
/* line 284, ../scss/style.scss */
.foundation-sec {
  background: url(../img/home-foundation.jpg) top center/cover;
}
/* line 287, ../scss/style.scss */
.foundation-sec .inner {
  text-align: center;
  padding: 150px 30px;
  max-width: 1000px;
}
/* line 292, ../scss/style.scss */
.foundation-sec .inner h2 {
  color: #ffffff;
  font-size: 2.8em;
  line-height: 1em;
}
/* line 298, ../scss/style.scss */
.foundation-sec .inner p {
  color: #ffffff;
  font-size: 1.5em;
}

/* News ====================== */
/* line 308, ../scss/style.scss */
.news .inner {
  padding: 100px 30px;
  align-items: center;
}
/* line 312, ../scss/style.scss */
.news .inner .content {
  width: 45%;
  margin-left: 60px;
}
/* line 316, ../scss/style.scss */
.news .inner .content h2 {
  color: #29275b;
}
/* line 321, ../scss/style.scss */
.news .inner .img {
  flex: 1;
}

/* Footer ====================== */
/* line 329, ../scss/style.scss */
footer {
  background-color: #29275b;
  padding: 80px 30px 30px 30px;
  text-align: center;
}
/* line 334, ../scss/style.scss */
footer img {
  width: 181px;
}
/* line 338, ../scss/style.scss */
footer .social a {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  padding: 11px;
  margin: 20px 0;
  display: inline-block;
}
/* line 348, ../scss/style.scss */
footer p {
  color: #ffffff;
  margin: 0;
}

/* Foundation page ====================== */
/* line 357, ../scss/style.scss */
.hero-foundation {
  background: url(../img/foundation-hero.jpg) top center/cover;
  padding: 12% 30px;
  text-align: center;
}
/* line 362, ../scss/style.scss */
.hero-foundation h2 {
  margin: 0;
  color: #ffffff;
  font-size: 4.5em;
  line-height: 1em;
}

/* line 370, ../scss/style.scss */
.last {
  margin: 0;
}

/* line 374, ../scss/style.scss */
.foundation-cols {
  padding: 100px 30px;
}
/* line 377, ../scss/style.scss */
.foundation-cols .col {
  width: calc(100% / 2 - 15px);
  margin: 0 0 30px 0;
}
/* line 381, ../scss/style.scss */
.foundation-cols .col .img {
  padding-bottom: 90%;
  background-size: cover;
}
/* line 386, ../scss/style.scss */
.foundation-cols .col p {
  display: block;
  margin: 0;
  padding: 30px;
  background: #29275b;
  text-align: center;
  color: #ffffff;
  font-size: 1.1em;
}

/* pages ====================== */
/* line 400, ../scss/style.scss */
.page-title {
  padding: 50px 30px;
  background: #bd1b41;
  text-align: center;
}
/* line 405, ../scss/style.scss */
.page-title h1 {
  color: #ffffff;
  margin: 0;
  line-height: 1em;
}

/* line 412, ../scss/style.scss */
.team-page {
  padding: 100px 30px;
}
/* line 415, ../scss/style.scss */
.team-page .col-1 {
  width: 400px;
  margin-right: 60px;
}
/* line 419, ../scss/style.scss */
.team-page .col-1 h3 {
  color: #29275b;
  font-size: 1.6em;
  margin: 0 0 10px 0;
}
/* line 425, ../scss/style.scss */
.team-page .col-1 ul {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0;
  line-height: 1.6em;
  font-size: .95em;
  color: #29275b;
}
/* line 433, ../scss/style.scss */
.team-page .col-1 ul strong {
  color: #bd1b41;
}
/* line 439, ../scss/style.scss */
.team-page .col-1 .obs strong {
  font-weight: 600;
  color: #29275b;
}
/* line 444, ../scss/style.scss */
.team-page .col-1 .obs span {
  color: green;
  font-weight: 700;
}
/* line 452, ../scss/style.scss */
.team-page .col-2 {
  flex: 1;
  width: 100%;
}

/* line 458, ../scss/style.scss */
.team-img {
  vertical-align: bottom;
  width: 100%;
}

/* line 464, ../scss/style.scss */
.contact-page {
  padding: 100px 30px;
}
/* line 467, ../scss/style.scss */
.contact-page .inner {
  max-width: 1000px;
}
/* line 470, ../scss/style.scss */
.contact-page .inner .col-1 {
  flex: 1;
  width: 100%;
}
/* line 474, ../scss/style.scss */
.contact-page .inner .col-1 input,
.contact-page .inner .col-1 textarea {
  width: 100%;
  background-color: #f3f3f7;
  padding: 20px 15px;
  margin: 0 0 20px 0;
  border: 0;
  border-radius: 5px;
  outline: 0;
  -webkit-appearance: none;
  font-family: "circular", sans-serif;
  font-size: .95em;
  color: #29275b;
}
/* line 489, ../scss/style.scss */
.contact-page .inner .col-1 textarea {
  min-height: 180px;
}
/* line 493, ../scss/style.scss */
.contact-page .inner .col-1 .submit {
  width: auto;
  padding: 17px 34px;
  font-weight: 600;
  font-size: .95em;
  border: 2px solid #bd1b41;
  border-radius: 30px;
  display: inline-block;
  color: #bd1b41;
  transition: all .3s ease;
  cursor: pointer;
  background: #ffffff;
}
/* line 506, ../scss/style.scss */
.contact-page .inner .col-1 .submit:hover {
  color: #ffffff;
  background: #bd1b41;
}
/* line 513, ../scss/style.scss */
.contact-page .inner .col-2 {
  width: 290px;
  margin-left: 50px;
}
/* line 518, ../scss/style.scss */
.contact-page .inner .col-1 h3,
.contact-page .inner .col-2 h3 {
  color: #29275b;
  font-size: 1.6em;
  text-transform: uppercase;
}

/* line 527, ../scss/style.scss */
::-webkit-input-placeholder {
  color: #76768e;
}

/* line 530, ../scss/style.scss */
::-moz-placeholder {
  color: #76768e;
}

/* line 535, ../scss/style.scss */
.details strong {
  color: #bd1b41;
  text-transform: uppercase;
}
/* line 540, ../scss/style.scss */
.details a {
  color: #29275b;
}
/* line 543, ../scss/style.scss */
.details a:hover {
  color: #bd1b41;
}

/* gallery */
/* line 551, ../scss/style.scss */
.gallery {
  background-color: #f4f4f4;
  padding: 60px 30px;
  text-align: center;
}
/* line 556, ../scss/style.scss */
.gallery .title {
  margin: 0 0 40px 0;
  text-align: center;
}
/* line 560, ../scss/style.scss */
.gallery .title .line {
  width: 60px;
  height: 2px;
  background: #bd1b41;
  margin: 0 auto;
}
/* line 567, ../scss/style.scss */
.gallery .title h2 {
  margin: 0 0 10px 0;
}
/* line 572, ../scss/style.scss */
.gallery .link {
  margin: 30px auto 0;
  display: inline-block;
}
/* line 577, ../scss/style.scss */
.gallery .inner {
  max-width: 1400px;
  margin: 0 auto;
  justify-content: flex-start;
}
/* line 582, ../scss/style.scss */
.gallery .inner .item {
  width: calc(100% / 5 - 20px);
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
}
/* line 588, ../scss/style.scss */
.gallery .inner .item a {
  background-color: #ffffff;
  opacity: 0.8;
}
/* line 592, ../scss/style.scss */
.gallery .inner .item a:hover {
  opacity: 1;
}
/* line 596, ../scss/style.scss */
.gallery .inner .item a img {
  vertical-align: bottom;
}

/* line 604, ../scss/style.scss */
.fancybox-bg {
  background: #0c0c0c !important;
}

/* testimonials */
/* line 610, ../scss/style.scss */
.testims-hero {
  background: url(../img/testimonials.jpg) top center/cover;
  padding: 12% 30px;
  text-align: center;
}
/* line 615, ../scss/style.scss */
.testims-hero h2 {
  margin: 0;
  color: #ffffff;
  font-size: 4.5em;
  line-height: 1em;
}

/* line 623, ../scss/style.scss */
.testims .inner {
  padding: 100px 30px;
  max-width: 900px;
}
/* line 627, ../scss/style.scss */
.testims .inner .row {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e3e3e3;
}
/* line 632, ../scss/style.scss */
.testims .inner .row:last-of-type {
  margin: 0;
  padding: 0;
  border: 0;
}
/* line 638, ../scss/style.scss */
.testims .inner .row .name {
  margin: -20px 0 0 0;
  font-weight: 700;
  display: block;
}

/* line 646, ../scss/style.scss */
#errors {
  font-size: .95em;
  color: #29275b;
  font-family: Circular;
  margin: 0 auto;
}
/* line 652, ../scss/style.scss */
#errors .btn-error {
  margin-top: 40px;
}

/* Mobile Menu ====================== */
/* line 666, ../scss/style.scss */
#my-icon {
  outline: 0;
  margin: 0;
  display: none;
  position: relative;
  top: 3px;
}

@media only screen and (max-width: 940px) {
  /* line 676, ../scss/style.scss */
  header .desktop-nav {
    display: none;
  }

  /* line 680, ../scss/style.scss */
  #my-icon {
    display: inline-block;
  }

  /* line 684, ../scss/style.scss */
  .gallery .inner .item {
    width: calc(100% / 3 - 20px);
  }
}
/* Breakpoints ====================== */
@media only screen and (min-width: 1800px) {
  /* line 693, ../scss/style.scss */
  .hero-home {
    padding: 0;
    height: 720px;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 701, ../scss/style.scss */
  h1, h2 {
    font-size: 2em !important;
  }

  /* line 705, ../scss/style.scss */
  .hero-foundation h2,
  .testims-hero h2 {
    font-size: 3em !important;
  }
}
@media only screen and (max-width: 940px) {
  /* line 713, ../scss/style.scss */
  .team-page .col-1 {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 721, ../scss/style.scss */
  h1, h2 {
    font-size: 1.8em !important;
  }

  /* line 725, ../scss/style.scss */
  .inner {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  /* line 730, ../scss/style.scss */
  .hero-home {
    padding: 24% 0;
  }

  /* line 734, ../scss/style.scss */
  .two-third-col .inner {
    flex-direction: column-reverse;
    padding: 0 !important;
  }
  /* line 738, ../scss/style.scss */
  .two-third-col .inner .content {
    padding: 60px 0;
    margin: 0;
  }

  /* line 744, ../scss/style.scss */
  .timetable-wrap .inner .content {
    text-align: center;
  }
  /* line 747, ../scss/style.scss */
  .timetable-wrap .inner .content .timetable {
    text-align: left;
  }

  /* line 752, ../scss/style.scss */
  .locations-wrap .inner .content {
    text-align: center;
    width: 100%;
  }

  /* line 757, ../scss/style.scss */
  .foundation-sec .inner p {
    font-size: .95em;
  }

  /* line 761, ../scss/style.scss */
  .news .inner {
    padding: 0 !important;
    flex-direction: column;
  }
  /* line 765, ../scss/style.scss */
  .news .inner .content {
    width: 100%;
    margin: 0;
    padding: 60px 30px;
    text-align: center;
  }
  /* line 772, ../scss/style.scss */
  .news .inner .img {
    width: 100%;
  }
  /* line 775, ../scss/style.scss */
  .news .inner .img img {
    width: 100%;
  }

  /* line 781, ../scss/style.scss */
  footer {
    padding: 60px 30px 30px 30px;
  }

  /* line 785, ../scss/style.scss */
  .hero-foundation,
  .testims-hero {
    padding: 20% 30px;
  }

  /* line 790, ../scss/style.scss */
  .foundation-cols {
    padding: 60px 30px;
  }
  /* line 793, ../scss/style.scss */
  .foundation-cols .inner {
    padding: 0 !important;
  }

  /* line 798, ../scss/style.scss */
  .team-page {
    padding: 60px 30px;
  }
  /* line 801, ../scss/style.scss */
  .team-page .inner {
    padding: 0 !important;
    flex-direction: column;
  }

  /* line 807, ../scss/style.scss */
  .contact-page,
  .gallery {
    padding: 60px 30px;
  }
  /* line 811, ../scss/style.scss */
  .contact-page .inner,
  .gallery .inner {
    padding: 0 !important;
  }
}
@media only screen and (max-width: 640px) {
  /* line 820, ../scss/style.scss */
  .foundation-cols {
    padding: 30px;
  }
  /* line 823, ../scss/style.scss */
  .foundation-cols .col {
    width: 100%;
  }
  /* line 826, ../scss/style.scss */
  .foundation-cols .col:last-of-type {
    margin: 0;
  }

  /* line 832, ../scss/style.scss */
  .hero-foundation h2,
  .testims-hero h2 {
    font-size: 2em !important;
  }

  /* line 837, ../scss/style.scss */
  .contact-page .inner {
    flex-direction: column;
  }
  /* line 840, ../scss/style.scss */
  .contact-page .inner .col-1 {
    margin-bottom: 50px;
  }
  /* line 844, ../scss/style.scss */
  .contact-page .inner .col-2 {
    width: 100%;
    margin: 0;
  }

  /* line 850, ../scss/style.scss */
  .gallery .inner .item {
    width: calc(100% / 2 - 20px);
  }
}

.team-page {
    padding: 100px 30px 50px 30px;
}


.team-page .col {
    width: calc(90% / 3);
    margin-bottom: 50px;
}

.team-page .col h3 {
    color: #2b2a5e;
    margin: 0;
    font-size: 1.5em;
}

.team-page .col h4 {
    color: #bd1a41;
    margin: 0;
}

.team-page .col ul {
    list-style: none;
    color: #29275b;
    padding: 0;
}

.team-page .col ul li {
    line-height: 1.5em;
}

.team-page .col ul li strong {
    color: #2b2a5e;
}

.obs {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0;
  line-height: 1.6em;
  font-size: .95em;
  color: #29275b;
}


.obs strong {
  font-weight: 600;
  color: #29275b;
}

.obs span {
  color: green;
  font-weight: 700;
}

.observations h3 {
    color: #2b2a5e;
    font-size: 1.5em;
}

.foundation-cols .col .img {
    background-position: center top;
}

.tutoring {
    max-width: 900px;
    margin: 0 auto;
}

.tutoring h4 {
    color: #bd1a41;
    margin: 0;
}

.tutoring ul {
    color: #29275b;
    margin: 0 0 25px -22px;
    font-size: .95em;
    line-height: 1.5em;
}

.tutoring ul li {
    margin-bottom: 10px;
}

.tutoring ul li:last-of-type {
    margin-bottom: 0;
}

.hero-tutoring {
  background: url(../img/tutoring-hero.jpg) top center/cover;
  padding: 12% 30px;
  text-align: center;
}

.hero-tutoring h2 {
  margin: 0;
  color: #ffffff;
  font-size: 4.5em;
  line-height: 1em;
}

.ffl {
    padding-bottom: 0 !important;
}




@media only screen and (max-width: 640px) {
    
    .team-page {
        padding: 50px 30px 50px 30px;
    }
    
    .team-page .col {
        width: 100%;
    }
    
    .top-news {
        padding-top: 60px;
    }
}





























