@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap");
.offScreen {
  position: fixed;
  top: -10000px;
  left: -10000px; }

.ptl_portlet_vertical {
  overflow: visible; }

.clearCache {
  background-image: none; }
  .clearCache:hover {
    background-image: none; }
  .clearCache span.CMS_title {
    padding: 7px 9px 7px 9px; }

body {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  color: #191919;
  background: #ffffff; }

a {
  color: #040943; }

* {
  box-sizing: border-box; }

.container {
  max-width: 1300px;
  margin: 0px auto;
  padding: 30px;
  display: flex;
  gap: 20px; }
  .container > div {
    width: 100%; }
    .container > div.w-25 {
      flex-basis: 25%;
      max-width: 25%; }
    .container > div.w-33 {
      flex-basis: 33.33%;
      max-width: 33.33%; }
      .container > div.w-33 .whiteBox p {
        line-height: 2em; }
    .container > div.w-66 {
      flex-basis: 66.66%;
      max-width: 66.66%; }
    .container > div.w-50 {
      flex-basis: 50%;
      max-width: 50%; }

footer .socialMedia a {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  text-decoration: none;
  padding: 5px;
  transition: all 0.3s; }
  footer .socialMedia a:hover {
    opacity: 0.5;
    color: #ffffff; }
footer .socialMedia .facebook a:after {
  content: ""; }
footer .socialMedia .twitter a:after {
  content: ""; }

.sideSocial {
  position: fixed;
  top: 250px;
  right: 0;
  z-index: 5; }

.sideSocial .socialMedia {
  list-style: none;
  margin: 0;
  padding: 0; }
  .sideSocial .socialMedia a {
    background: #8d181b;
    text-align: center;
    margin-bottom: 3px;
    color: #ffffff;
    text-decoration: none;
    display: block;
    display: block;
    padding: 10px 5px;
    font-weight: bold;
    transition: all 0.3s;
    font-size: 12px; }
    .sideSocial .socialMedia a em {
      font-size: 20px; }
    .sideSocial .socialMedia a:hover {
      color: #ffffff;
      opacity: 0.7; }
  .sideSocial .socialMedia span {
    display: block; }

.whiteBox {
  box-shadow: 0px 3px 6px #00000029;
  background: #ffffff;
  padding: 15px; }

.blackBox {
  box-shadow: 0px 3px 6px #00000029;
  background: #191919; }

.backgroundGrey {
  background: #F7F7F7; }

.heroSlider {
  border-bottom: 6px solid #8d181b; }

h2 {
  border-bottom: 3px solid #8d181b;
  padding: 10px 0;
  font-size: 20px; }

header {
  background: #ffffff; }

footer {
  background: #333533;
  border-top: 6px solid #8d181b;
  border-bottom: 6px solid #8d181b;
  color: #ffffff; }
  footer a {
    color: #ffffff; }
  footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 10px; }
  footer .contact ul {
    flex-direction: column; }
  footer .contact .fa {
    font-size: 20px;
    margin-right: 15px; }

#upcoming-event-wrapper .slides {
  margin: 0;
  padding: 0;
  list-style: none; }

.eventPlaceHolder {
  background: transparent;
  display: flex;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s;
  align-items: center;
  border-bottom: 2px solid #5a5a5a;
  border-top: 3px solid #191919; }
  .eventPlaceHolder .event-date {
    background: #333333;
    display: flex;
    flex-direction: column;
    gap: 0px;
    padding: 5px 15px;
    text-align: center; }
  .eventPlaceHolder .information {
    flex-grow: 1;
    padding: 10px; }
  .eventPlaceHolder .day {
    font-weight: 600;
    font-size: 28px; }
  .eventPlaceHolder .month {
    font-weight: normal; }
  .eventPlaceHolder .time {
    color: #E4F2FD;
    padding: 10px; }
  .eventPlaceHolder:hover {
    color: #ffffff;
    text-decoration: none;
    background: #333333; }

.more-events {
  background: #333333;
  padding: 10px;
  display: flex;
  align-items: center; }
  .more-events a {
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    width: 100%;
    transition: all 0.3s; }
    .more-events a:hover {
      opacity: 0.7; }
  .more-events .arrows {
    white-space: nowrap; }
  .more-events button {
    background: transparent;
    color: #ffffff;
    border: none;
    font-size: 30px;
    transition: all 0.3s; }
    .more-events button:hover {
      opacity: 0.7; }

.mottoSplash {
  height: 30vh;
  background: #333333;
  display: flex;
  align-items: center;
  font-size: 60px;
  text-align: center;
  color: #ffffff;
  background-position: center center;
  background-size: cover;
  font-weight: 600;
  position: relative; }
  .mottoSplash div {
    width: 100%; }
  .mottoSplash > div {
    z-index: 2;
    position: relative; }
  .mottoSplash:after {
    content: '';
    display: block;
    background: #000000;
    opacity: 0.4;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

.topQuickLinks .QL-defaultTemplate {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px; }
  .topQuickLinks .QL-defaultTemplate li {
    border: none; }
  .topQuickLinks .QL-defaultTemplate a {
    text-align: center;
    border: none;
    transition: all 0.3s; }
    .topQuickLinks .QL-defaultTemplate a span {
      font-weight: 600; }
    .topQuickLinks .QL-defaultTemplate a:hover {
      background: transparent;
      opacity: 0.5; }
  .topQuickLinks .QL-defaultTemplate em {
    display: block;
    margin-bottom: 10px;
    font-size: 50px; }
.topQuickLinks button {
  background: transparent;
  border: none;
  font-size: 30px;
  transition: all 0.3s; }
  .topQuickLinks button:hover {
    transform: scale(1.2); }

.bottomQL {
  padding: 20px; }
  .bottomQL .QL-defaultTemplate {
    list-style: inherit;
    padding-left: 30px;
    color: #ffffff; }
    .bottomQL .QL-defaultTemplate li {
      border: none; }
    .bottomQL .QL-defaultTemplate a {
      color: #E4F2FD; }
      .bottomQL .QL-defaultTemplate a:hover {
        background: transparent; }

h2 a {
  font-size: 16px;
  margin-left: 40px; }
  h2 a:hover {
    color: #191919;
    text-decoration: none; }

.whiteBG #RSSLink {
  display: none; }
.whiteBG #tbl_news_summary {
  display: flex;
  justify-content: center;
  flex-direction: row;
  gap: 34px; }
.whiteBG .news {
  width: auto;
  flex-basis: 33.3333%;
  margin: 0 !important;
  float: none;
  box-shadow: 0px 3px 6px #00000029;
  text-align: center; }
  .whiteBG .news .newscontent {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-items: center;
    padding: 20px; }
    .whiteBG .news .newscontent a {
      text-decoration: none; }
      .whiteBG .news .newscontent a.title {
        transition: all 0.3s; }
        .whiteBG .news .newscontent a.title:hover {
          opacity: 0.7;
          color: #191919; }
    .whiteBG .news .newscontent a.read-more {
      display: inline-block;
      width: 150px;
      margin: 0 auto;
      transition: all 0.3s; }
      .whiteBG .news .newscontent a.read-more:hover {
        background: #8d181b; }
  .whiteBG .news .inner-news {
    height: auto; }
  .whiteBG .news .summary {
    display: none; }

.facebook iframe {
  max-width: 500px;
  margin: 0 auto; }

.tabBox .TA-nav-tabs > li > a {
  background: #191919;
  color: #ffffff !important;
  font-weight: 600;
  text-decoration: none; }
.tabBox .TA-nav-tabs > li.active > a {
  background: #ffffff;
  color: #333333 !important; }
.tabBox .TA-tab-content {
  border: none;
  box-shadow: 0px 3px 6px #00000029; }

.headline {
  background: #F7F7F7;
  display: flex;
  align-items: center;
  padding: 10px;
  gap: 24px; }
  .headline .h-title {
    background: #333533;
    color: #ffffff;
    padding: 5px 25px;
    font-weight: 600;
    text-transform: uppercase; }
  .headline .h-body {
    font-weight: 500; }

.heroSlider {
  position: relative; }

.heroRepo {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  z-index: 3; }

a.schoolName {
  display: flex;
  align-items: center;
  color: #ffffff;
  text-decoration: none;
  gap: 60px; }
  a.schoolName h1 {
    margin: 0;
    font-size: 40px; }
  a.schoolName span {
    display: block;
    text-align: right;
    font-size: 20px; }
  a.schoolName img {
    max-width: 150px; }

.homepageImageSlider {
  height: 60vh;
  max-height: 700px;
  min-height: 400px;
  width: 100vw; }
  .homepageImageSlider .slick-list, .homepageImageSlider .slick-track {
    height: 100%; }
  .homepageImageSlider button {
    position: absolute;
    top: 20px;
    z-index: 1;
    background: #ffffff;
    color: #333333;
    width: 34px;
    line-height: 34px;
    border: none;
    font-size: 14px;
    box-shadow: 10px 10px 30px #0409431F;
    cursor: pointer;
    border-radius: 4px; }
    .homepageImageSlider button.slick-next {
      right: 20px; }
    .homepageImageSlider button.slick-prev {
      right: 100px; }
    .homepageImageSlider button.slick-pause {
      right: 60px; }

.hpSlide {
  background-size: cover;
  background-position: center center; }
  .hpSlide img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: relative; }
  .hpSlide:after {
    content: '';
    display: block;
    background: #000000;
    opacity: 0.03;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

.menu {
  border-top: 6px solid #8d181b;
  display: flex;
  align-items: center;
  justify-items: center; }
  .menu .telerik_main_menu {
    margin: 0px auto;
    float: none; }
  .menu a#mobile-bar {
    display: none; }

.RadMenu:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none; }
.RadMenu .rmHorizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (max-width: 1200px) {
    .RadMenu .rmHorizontal {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  .RadMenu .rmHorizontal > li > a {
    padding: 5px 15px;
    text-decoration: none; }
    .RadMenu .rmHorizontal > li > a span.rmText {
      color: #040943;
      font-weight: 700;
      font-size: 15px;
      text-transform: uppercase;
      padding: 0;
      position: relative; }
    .RadMenu .rmHorizontal > li > a.rmSelected {
      background: #8d181b; }
      .RadMenu .rmHorizontal > li > a.rmSelected span {
        color: #ffffff; }
    .RadMenu .rmHorizontal > li > a:hover, .RadMenu .rmHorizontal > li > a.rmExpanded, .RadMenu .rmHorizontal > li > a.rmFocused {
      background: #8d181b; }
      .RadMenu .rmHorizontal > li > a:hover span, .RadMenu .rmHorizontal > li > a.rmExpanded span, .RadMenu .rmHorizontal > li > a.rmFocused span {
        color: #ffffff; }
  .RadMenu .rmHorizontal .rmVertical {
    background: #333333;
    padding: 0;
    border: none;
    border-top: none; }
    .RadMenu .rmHorizontal .rmVertical li a {
      padding: 15px 15px;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      text-decoration: none; }
      .RadMenu .rmHorizontal .rmVertical li a span {
        color: #fff;
        padding: 0 !important;
        margin: 0 !important;
        font-size: 15px;
        text-transform: capitalize;
        position: relative;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        .RadMenu .rmHorizontal .rmVertical li a span.rmExpandRight:after {
          font: normal normal normal 14px/1 FontAwesome;
          content: "\f054";
          position: absolute;
          font-size: 15px;
          color: #fff;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          -webkit-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
          right: 0; }
      .RadMenu .rmHorizontal .rmVertical li a:hover, .RadMenu .rmHorizontal .rmVertical li a.rmExpanded, .RadMenu .rmHorizontal .rmVertical li a.rmFocused {
        background: #191919; }
        .RadMenu .rmHorizontal .rmVertical li a:hover span, .RadMenu .rmHorizontal .rmVertical li a.rmExpanded span, .RadMenu .rmHorizontal .rmVertical li a.rmFocused span {
          color: #ffffff; }
          .RadMenu .rmHorizontal .rmVertical li a:hover span.rmExpandRight:after, .RadMenu .rmHorizontal .rmVertical li a.rmExpanded span.rmExpandRight:after, .RadMenu .rmHorizontal .rmVertical li a.rmFocused span.rmExpandRight:after {
            color: #ffffff; }

.RadMenu .rmHorizontal .rmVertical li a {
  padding: 15px 15px; }

.RadMenu .rmHorizontal .rmVertical li a span {
  line-height: initial; }

.subpage {
  background: #F7F7F7; }
  .subpage .ptl_page {
    padding: 20px; }

.content.subpage > .container:first-child {
  padding-bottom: 0; }
.content.subpage > .container:last-child {
  padding-top: 0; }

.subHero {
  background-position: center center;
  background-size: cover;
  min-height: 250px;
  max-height: 400px;
  height: 60vh;
  display: table;
  width: 100%;
  text-align: center;
  position: relative; }
  .subHero:after {
    content: '';
    display: block;
    background: #000000;
    opacity: 0.4;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

.subHero > .inside-padding {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #ffffff; }

.subHero .headerContent {
  width: auto; }

.container .sideBar {
  flex-basis: 23%;
  background: #333533; }

.mainContent {
  flex-basis: 77%;
  box-shadow: 0px 3px 6px #00000029;
  background: #FFFFFF; }

h2.pageTitle, h1.pageTitle {
  font-weight: 700;
  display: block;
  text-transform: uppercase;
  text-align: center;
  margin: 30px 0px 0px;
  font-size: 25px; }

#inside-nav {
  padding: 10px; }

#breadcrumbs {
  padding: 10px;
  font-weight: 700;
  margin-bottom: 20px; }

a.navLink {
  display: block;
  padding: 10px;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s; }

.currentpage a.navLink {
  color: #ffffff;
  font-weight: 700;
  background: #8d181b;
  text-decoration: none; }

a.navLink:hover {
  text-decoration: none;
  opacity: 1;
  display: block;
  padding: 10px;
  background: #8d181b;
  color: #fff; }

.RadMenu a.rmLink {
  line-height: 45px; }

.social-tabs ul.headers {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
  gap: 4px; }
  .social-tabs ul.headers li {
    flex-grow: 1; }
  .social-tabs ul.headers a {
    background: #333333;
    color: #ffffff;
    display: block;
    width: 100%;
    line-height: 50px;
    text-align: center;
    font-size: 1.8em;
    position: relative; }
    .social-tabs ul.headers a.active {
      background: #8d181b;
      color: #ffffff; }
      .social-tabs ul.headers a.active:after {
        position: absolute;
        bottom: -10px;
        left: 50%;
        transform: translate(-50%, 0);
        content: '';
        display: block;
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 10px 9px 0 9px;
        border-color: #8d181b transparent transparent transparent; }
.social-tabs .tabs .tab-container {
  display: none; }
  .social-tabs .tabs .tab-container.active {
    display: block; }

@media screen and (max-width: 1030px) {
  .RadMenu .rmHorizontal > li > a span.rmText {
    font-size: 12px; }

  .RadMenu .rmHorizontal > li > a {
    padding: 5px 5px; } }
@media screen and (max-width: 900px) {
  .container {
    max-width: 1300px;
    margin: 0px auto;
    padding: 30px;
    display: flex;
    gap: 20px; }
    .container.f50fix {
      flex-direction: column; }
    .container > div {
      width: 100%; }
      .container > div.w-25 {
        flex-basis: 50%;
        max-width: 50%; }
      .container > div.w-33 {
        flex-basis: 50%;
        max-width: 50%; }
      .container > div.w-66 {
        flex-basis: 50%;
        max-width: 50%; }
      .container > div.w-50 {
        flex-basis: 100%;
        max-width: 100%; }

  .sideSocial {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    right: inherit;
    top: inherit;
    background: #8d181b; }
    .sideSocial .socialMedia {
      display: flex;
      flex-direction: row;
      justify-content: center;
      gap: 20px; } }
@media screen and (max-width: 800px) {
  .container .sideBar {
    flex-basis: 100%; }

  .mainContent {
    flex-basis: 100%; }

  .whiteBG #tbl_news_summary {
    flex-direction: column; }
    .whiteBG #tbl_news_summary > div {
      flex-basis: 100%; } }
@media screen and (max-width: 800px) {
  .container {
    max-width: 1300px;
    margin: 0px auto;
    padding: 30px;
    display: flex;
    gap: 20px;
    flex-direction: column; }
    .container > div {
      width: 100%; }
      .container > div.w-25 {
        flex-basis: 100%;
        max-width: 100%; }
      .container > div.w-33 {
        flex-basis: 100%;
        max-width: 100%; }
      .container > div.w-66 {
        flex-basis: 100%;
        max-width: 100%; }
      .container > div.w-50 {
        flex-basis: 100%;
        max-width: 100%; } }
@media screen and (max-width: 750px) {
  .telerik_main_menu {
    display: none; }

  .menu a#mobile-bar {
    display: block;
    padding: 10px;
    text-align: center;
    width: 100%;
    text-decoration: none;
    font-weight: bold;
    color: #191919; }
    .menu a#mobile-bar em {
      margin-right: 10px; }

  .mottoSplash {
    font-size: 20px; }

  a.schoolName {
    flex-direction: column;
    gap: 5px; }
    a.schoolName img {
      max-width: 150px; } }
