body {
  margin: 0;
  padding: 0;
  font: 18px/1.6 "Open Sans", sans-serif;
  color: #474747;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

button:hover {
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.main-container {
  padding-top: 80px;
}

.wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.section-padding {
  padding-bottom: 40px;
}

.text-header {
  font-family: "Patua One", cursive;
  color: white;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 400;
}
.text-header.--cap {
  text-transform: capitalize;
}
.text-header.--upper {
  text-transform: uppercase;
}
.text-header.--light {
  color: white;
}
.text-header.--dark {
  color: #474747;
}

.heading-margin {
  margin-bottom: 20px;
}

.text-header-dark {
  font-family: "Patua One", cursive;
  color: #474747;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 400;
}

.capitalised {
  text-transform: capitalize;
}

.underline {
  text-decoration: underline;
}

.body-text-white {
  font-family: "Raleway", sans-serif;
  color: white;
  font-size: 17px;
  font-weight: 400;
}

.body-text-dark {
  font-family: "Raleway", sans-serif;
  color: #474747;
  font-size: 17px;
  font-weight: 400;
}

.news-title {
  font-family: "Raleway", sans-serif;
  color: #474747;
  font-size: 15px;
  font-weight: bold;
}

.page-header-text img {
  height: auto !important;
  max-width: 100%;
}

.download-button {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 20px;
  border-radius: 12px;
}

.download-button:hover {
  text-decoration: none;
  background-color: #1500b6;
  transition: 0.2s;
  color: white;
}
.download-button:hover .fa {
  color: white;
  transition: 0.2s;
}

.download-button__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.download-button__icon .fa {
  font-size: 28px;
  padding: 10px 20px;
  color: #2984de;
}

.event-accordion {
  background-color: #c7c7c7;
  margin-bottom: 20px;
  width: 100%;
}

.event-accordion__title {
  font-family: "Raleway", sans-serif;
  color: #474747;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0;
  line-height: 1.8;
}

.event-accordion__btn {
  position: relative;
  height: 100%;
  padding: 0;
  margin-right: -15px;
  text-align: center;
}
.event-accordion__btn:hover {
  transition: 0.2s;
  cursor: pointer;
}

.event-accordion__btn-icon {
  font-size: 34px;
  transition: all ease 0.3s;
  color: white;
}
.event-accordion__btn-icon.open {
  transform: rotate(90deg);
}

.event-accordion__body {
  padding: 10px;
  background-color: white;
  border: 1px solid #c7c7c7;
}
.event-accordion__body p {
  margin-bottom: 5px;
}
.event-accordion__body iframe {
  max-width: 100%;
}

.sidebar__events-container .event-accordion__btn-icon {
  padding-top: 12px;
}
.sidebar__events-container .event-accordion__btn-icon.open {
  transform: rotate(90deg);
  padding: 0;
}

.event-accordion__img {
  max-height: 250px;
  margin-bottom: 20px;
}

footer iframe {
  width: 100%;
  height: 100%;
}

.footer__outer-wrapper {
  padding-top: 20px;
}

.footer_cta {
  padding: 20px;
  font-size: 36px;
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  transition: 0.2s;
}
.footer_cta:hover {
  transform: scale(1.1);
}

.footer-inner-wrapper {
  padding: 20px;
}

.footer__sub-heading {
  color: white;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  margin-bottom: 5px;
}

.footer__text {
  font-family: "Raleway", sans-serif;
  color: white;
  font-size: 18px;
  font-weight: 400;
}
.footer__text:last-of-type {
  margin-bottom: 5px;
}

.footer__brand-policy-container {
  padding-top: 54px;
  padding-bottom: 20px;
}

.footer__policies {
  display: flex;
  flex-direction: column;
}
.footer__social-widgets {
  display: inline-block;
  margin-right: 5px;
  font-size: 48px;
}

@media (min-width: 991.99px) {
  .footer__brand {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
  }
  .footer__brand a {
    line-height: 1;
  }

  .footer__policies {
    flex-direction: row;
  }
  .footer__policies a {
    line-height: 1;
    margin-bottom: 0;
  }
  .footer__policies .footer__sub-heading {
    margin-right: 20px;
  }
}
.img-head-teachers-msg {
  border-radius: 50%;
  height: 250px;
  width: 250px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.wrapper-body-head-teachers-msg img {
  max-width: 100% !important;
  height: auto !important;
}

.homepage-header {
  min-height: 550px;
  width: 100%;
  display: inline-flex;
  margin-bottom: 60px;
}

.homepage-header__welcome-wrapper {
  width: 40%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.homepage-header__welcome {
  text-align: center;
  padding: 40px 0 20px;
  max-width: 90%;
  margin: auto;
}

.homepage-header__hero-img-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 60%;
  z-index: -3;
}

.homepage-header__hero-img {
  height: 100%;
  width: auto;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.homepage-header__welcome-logo {
  height: 250px;
  width: auto;
  align-self: center;
  margin-bottom: 20px;
}

.homepage-header__welcome-heading {
  margin-bottom: 20px;
}

.homepage-header__welcome-text {
  margin-bottom: 20px;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.homepage-header__btn {
  width: 300px;
  padding: 20px;
  color: white;
  margin-bottom: 40px;
  transition: 0.2s;
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  font-weight: 600;
  border: 0;
}
.homepage-header__btn:hover {
  transform: scale(1.1);
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
/* Large devices (desktops, 992px and up) */
/* Extra large devices (large desktops, 1200px and up) */
/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Custom media queries
*/
/* Set width to make card deck cards 100% width */
@media (max-width: 1160px) {
  .homepage-header__hero-img-wrapper {
    display: none;
  }

  .homepage-header__welcome-wrapper {
    width: 100%;
  }
}
.information__wrapper {
  display: flex;
  padding-bottom: 40px;
  flex-direction: column;
}
.information__wrapper a {
  text-decoration: underline;
  font-weight: bold;
}

.meet-the-staff__img-container {
  height: 200px !important;
  width: 300px !important;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
}

.messages__header {
  margin-bottom: 10px;
}

.messages__wrapper {
  border-radius: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 5px;
  position: relative;
}

.messages__text {
  padding-left: 10px;
}

.messages__date {
  text-align: right;
  margin-bottom: 20px;
  font-size: 18px;
}

nav {
  height: 80px;
  width: 100%;
  position: fixed;
  z-index: 200;
}

.nav__school-title {
  margin-right: auto;
  padding-left: 10px;
}

@media (max-width: 960px) {
  .nav__school-title {
    display: none;
  }
}
.flex-end {
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

.no-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

nav li {
  padding-right: 30px;
}

nav ul li:last-child {
  padding-right: 0;
}

nav li a {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 15pt;
  text-transform: uppercase;
  text-decoration: none;
}

nav li a:hover {
  text-decoration: none;
}

nav li a:hover:not(.active) {
  border-bottom: 2px solid;
  transition: 0.2s;
}

.mobile-nav {
  display: none;
}

@media (min-width: 768px) and (max-width: 1220px) {
  nav ul li:last-child {
    padding-right: 20px;
  }
}
@media (max-width: 767.99px) {
  nav .wrapper {
    display: none;
  }

  .mobile-nav {
    display: flex;
    height: 100%;
    align-items: center;
  }

  .mobile-nav::after {
    content: "";
    height: 80px;
    width: 100vw;
    background-color: #1500b6;
  }

  .hamburger-wrapper {
    position: absolute;
    z-index: 2;
    display: flex;
    right: 20px;
    top: 20px;
    bottom: 20px;
    height: 40px;
    width: 50px;
    flex-wrap: wrap;
    cursor: pointer;
  }

  .hamburger-wrapper span {
    height: 10px;
    width: 100%;
    display: flex;
    border-radius: 2px;
    transform: rotate(0deg);
    transition: 0.2s ease-in;
    position: absolute;
  }

  .top-slice-animate {
    transform: rotate(135deg) !important;
    transition: 0.2s ease-in !important;
    top: 17px !important;
    position: absolute !important;
  }

  .filling-be-gone {
    opacity: 0 !important;
    transition: 0.2s ease-in !important;
  }

  .bottom-slice-animate {
    transform: rotate(-135deg) !important;
    transition: 0.2s ease-in !important;
    top: 17px !important;
    position: absolute !important;
  }

  .top-slice {
    align-self: flex-start;
    top: 2px;
  }

  .filling {
    align-self: center;
    top: 15px;
  }

  .bottom-slice {
    align-self: flex-end;
    transform: rotate(0deg);
    transition: 0.2s ease-in;
    top: 28px;
  }

  .mobile-menu {
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 80px;
    left: 0;
    right: 0;
    width: 100vw;
    will-change: transform;
    transform: translateY(-1000px);
    transition: 0.4s ease-out;
  }

  .show-nav {
    transition: 0.2s ease-in;
    transform: translateY(0);
  }

  .mobile-menu li {
    height: 60px;
    padding-left: 40px;
    border-top: 1px solid #D8D8D8;
    display: flex;
    will-change: transform;
    transform: translateX(-100vw);
  }

  .show-links {
    transition: 0.2s ease-in !important;
    transform: translateX(0) !important;
  }

  .mobile-menu li a {
    font-size: 20pt;
    align-self: center;
    border-bottom: 2px solid transparent;
  }
}
.header__logo-link {
  color: inherit;
}
.header__logo-link:hover {
  text-decoration: none;
}

.news-snippet {
  margin-bottom: 40px;
}

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

.news-snippet__feature-image {
  width: 100%;
  margin-bottom: 20px;
}

.news-snippet__title {
  margin: 0 0 20px;
  font-size: 18px;
  line-height: 18px;
}

.news-snippet__excerpt {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.4;
}

.news-snippet__date {
  font-style: italic;
  font-size: 14px;
  margin-bottom: 100px;
}

.news-snippet__btn {
  padding: 10px 30px;
  color: white;
  border: none;
}

.newsletter-form {
  margin-bottom: 40px;
}

.newsletter__input-group {
  margin-bottom: 20px;
}

.newsletter-input {
  box-sizing: border-box;
  border: 1px solid #c7c7c7;
  width: 100%;
  min-height: 40px;
}

.newsletter__submit-btn {
  font-size: 16px;
  padding: 10px 30px;
  border: 0;
}

.newsletter__submit-btn:hover {
  transition: 0.2s;
}

.submit-message {
  border: 1px solid;
  padding: 10px;
  margin: 10px 0;
}

.page-header {
  text-align: center;
  position: relative;
  height: 400px;
  background-color: grey;
  margin-bottom: 40px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.page-header__title {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-transform: uppercase;
  font-size: 45px;
  font-weight: bold;
  letter-spacing: 2px;
}

.sidebar-news-post {
  margin-bottom: 20px;
  overflow: hidden;
}

.sidebar-news-post__title {
  font-size: 18px;
}

.sidebar-news-post__img {
  margin-bottom: 10px;
  background-color: grey;
  width: 100%;
  height: 100px;
  background-size: cover;
  background-position: center center;
}

.sidebar-news-post__button {
  border: none;
  width: 100%;
  border: 0;
  padding: 10px;
  color: white;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-size: 14px;
  display: block;
}
.sidebar-news-post__button:hover {
  transition: 0.2s;
}

.sidebar {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}

.sidebar-section {
  margin-bottom: 40px;
  width: 100%;
}

.sidebar__school-title {
  margin: 0;
  text-decoration: underline;
}

.sidebar-img-news-snippet {
  height: 100px;
  width: 100px;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
}

.sidebar__pinned-post-container .sidebar-underscore {
  height: 1px;
  background-color: #c7c7c7;
}

.ad-iframe-container iframe {
  width: 100%;
}

@media (max-width: 1199.98px) {
  .sidebar-img-news-snippet {
    width: 100%;
    padding: 0;
    background-size: cover;
  }

  .news-title {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .sidebar-underscore-wrapper {
    padding-right: 30px !important;
    padding-left: 0 !important;
  }

  .sidebar__i-frame {
    margin: 0 auto;
    text-align: center;
  }

  .sidebar__i-frame-img {
    width: 25%;
  }
}
@media (max-width: 575.98px) {
  .sidebar-underscore-wrapper {
    display: none !important;
  }
}
.test-mode-container {
  padding: 10px;
}

.test-mode__btn {
  margin: 5px;
}

.team-member {
  background-color: #D8D8D8;
  padding: 30px;
  margin-bottom: 20px;
}

.team-member__img {
  border-radius: 50%;
  height: 200px;
  width: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 20px 0;
}

.team-member__bio {
  line-height: 1.6;
}

.about__intro-text {
  margin-bottom: 20px;
}

.contact-form {
  margin-bottom: 40px;
}

.contact__input-group {
  margin-bottom: 20px;
}

.contact-label {
  font-weight: bold;
}

.contact-input {
  box-sizing: border-box;
  border: 1px solid #474747;
  border-radius: 3px;
  width: 100%;
  min-height: 40px;
}

.contact__submit-btn {
  font-size: 16px;
  padding: 10px 30px;
  border: 0;
}

.contact__submit-btn:hover {
  transition: 0.2s;
}

.submit-message {
  border: 1px solid;
  padding: 10px;
  margin: 10px 0;
}

.contact__address-container a {
  text-decoration: none;
  color: #474747;
}

.contact__address-container a:hover {
  text-decoration: none;
  color: #474747;
}

.policy-form {
  margin-bottom: 40px;
}

.policy__input-group {
  margin-bottom: 20px;
}

.policy-label {
  font-weight: bold;
}

.policy-input {
  box-sizing: border-box;
  border: 1px solid #474747;
  border-radius: 3px;
  width: 100%;
  min-height: 40px;
}

.policy__submit-btn {
  font-size: 16px;
  padding: 10px 30px;
  border: 0;
}

.policy__submit-btn:hover {
  transition: 0.2s;
}

.submit-message {
  border: 1px solid;
  padding: 10px;
  margin: 10px 0;
}

.policy__address-container a {
  text-decoration: none;
  color: #474747;
}

.policy__address-container a:hover {
  text-decoration: none;
  color: #474747;
}

.events__filter {
  display: flex;
}

.events__filter-header {
  flex: 0.3;
  margin: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

.events__select-box {
  flex: 0.7;
}

.error-container {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
}

.error-heading {
  margin-bottom: 20px;
}

.error-img {
  height: 180px;
  margin-bottom: 20px;
}

.fof-container {
  text-align: center;
  position: relative;
}

.fof-heading {
  margin-top: 60px;
}

.contact-form {
  margin-bottom: 40px;
}

.contact__input-group {
  margin-bottom: 20px;
}

.contact-label {
  font-weight: bold;
}

.contact-input {
  box-sizing: border-box;
  border: 1px solid #474747;
  border-radius: 3px;
  width: 100%;
  min-height: 40px;
}

.contact__submit-btn {
  font-size: 16px;
  padding: 10px 30px;
  border: 0;
}

.contact__submit-btn:hover {
  transition: 0.2s;
}

.submit-message {
  border: 1px solid;
  padding: 10px;
  margin: 10px 0;
}

.contact__address-container a {
  text-decoration: none;
  color: #474747;
}

.contact__address-container a:hover {
  text-decoration: none;
  color: #474747;
}

.events__filter {
  display: flex;
}

.events__filter-header {
  flex: 0.3;
  margin: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

.events__select-box {
  flex: 0.7;
}

.news__section-heading {
  margin-bottom: 20px;
}

.news__recent-posts-container .news-snippet__btn {
  width: 100%;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}

.content__container {
  margin-bottom: 40px;
}
.content__container a:hover {
  color: #4379b3;
}

.content__publish-date {
  font-style: italic;
  margin-bottom: 20px;
}

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

@media (max-width: 767.98px) {
  .content__feature-image-container {
    width: 100%;
    margin-bottom: 30px;
  }

  .content__feature-image {
    width: 100%;
    max-height: 100%;
    margin-bottom: 0;
  }
}
.content-document {
  margin-bottom: 20px;
}

.content-document__wrapper {
  display: flex;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #F8F8F8;
}

.content-document__icon {
  display: flex;
  flex: 0.2;
  background-color: #1500b6;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.content-document__icon:hover {
  text-decoration: none;
  background-color: #e0dfdf;
  transition: 0.2s;
}
.content-document__icon:hover .fa {
  color: white;
  transition: 0.2s;
}

.content-document__icon .fa {
  font-size: 28px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #2984de;
}

.contact-form {
  margin-bottom: 40px;
}

.contact__input-group {
  margin-bottom: 20px;
}

.contact-label {
  font-weight: bold;
}

.contact-input {
  box-sizing: border-box;
  border: 1px solid #474747;
  border-radius: 3px;
  width: 100%;
  min-height: 40px;
}

.contact__submit-btn {
  font-size: 16px;
  padding: 10px 30px;
  border: 0;
}

.contact__submit-btn:hover {
  transition: 0.2s;
}

.submit-message {
  border: 1px solid;
  padding: 10px;
  margin: 10px 0;
}

.contact__address-container a {
  text-decoration: none;
  color: #474747;
}

.contact__address-container a:hover {
  text-decoration: none;
  color: #474747;
}

.resource {
  margin-bottom: 20px;
}

.resource__wrapper {
  display: flex;
}

.resources-container {
  padding-top: 40px;
  position: relative;
}

.resources__section-container {
  padding-bottom: 40px;
}
.resources__section-container h3 {
  font-weight: bold;
}

.resources__quick-links-container {
  padding: 40px 0;
}
.resources__quick-links-container a {
  padding-right: 10px;
  color: blue;
}

.resource__name {
  flex: 0.85;
  background-color: #c7c7c7;
  margin: 0;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 15px;
  padding-right: 15px;
  word-break: break-word;
}

.resource__icon {
  display: flex;
  flex: 0.15;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.resource__icon.fa {
  font-size: 28px;
}
.resource__icon:hover {
  text-decoration: none;
  transition: 0.2s;
}
.resource__icon:hover .fa {
  color: white;
  transition: 0.2s;
}

.resources__back-to-links-button {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  z-index: 10;
}
.resources__back-to-links-button .fa {
  font-size: 2.8rem;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px !important;
  }
}
@media (max-width: 991.98px) {
  .margin-top-md-collapse {
    margin-top: 20px;
  }
}

/*# sourceMappingURL=style.css.map */
