@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=Tenor+Sans&display=swap');

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  min-width: 305px;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:root {
  --primary: #06477e;
  --secondary: #193380;
  --third: #008BB6;
  --lightbg: #f2f5f8;
  --gray: #777;
  --text: #333;
  --bodytext: "Archivo", sans-serif;
  --heading-text: "Tenor Sans", sans-serif;
}

body, html {
  font-size: 19px;
  line-height: 1.6em;
  font-family: var(--bodytext);
  font-weight: 400;
  font-style: normal;
  color: var(--text);
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  height: 100%;
}

a, a:visited {
  text-decoration: none;
  outline: 0;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

p a, p a:visited {
  line-height: inherit;
}

li {
  line-height: 1.4em;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 1.3em;
  font-family: var(--heading-text);
}

strong {
  font-weight: 600;
}

em {
  font-style: italic;
}

small {
  font-size: 85%;
}

sup {
  font-size: 75%;
  vertical-align: super;
  line-height: 1;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

main {
  flex: 1 0 auto;
}

.no-touch a[href^="tel:"], .noLink {
  pointer-events: none;
  cursor: text;
}

.text-center {
  text-align: center;
}

#sapper {
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.container {
  margin: 0 auto;
  position: relative;
  padding: 0;
  width: 96%;
  max-width: 1360px;
  z-index: 1;
}

.content {
  padding: 40px 0px;
  position: relative;
  min-height: 300px;
  overflow-x: hidden;
}

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

.bigfont {
  font-size: 1.2em;
}

.hidden {
  display: none !important;
}

.sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.sr-only.focusable:active, .sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clear {
  clear: both;
}

.col12 {
  width: 48%;
}

.col23 {
  width: 65.333%;
}

.col13 {
  width: 30.666%;
}

.col14 {
  width: 23%;
}

.col40 {
  width: 40%;
}

.col60 {
  width: 60%;
}

.row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.nowrap {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.row-reverse {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.itemcenter {
  align-items: center;
}

.justify {
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}

.contentcenter {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

.spaceBottom {
  position: relative;
  padding-bottom: 70px;
}

.spaceTop {
  position: relative;
  padding-top: 70px;
}

.spaceTop15 {
  padding-top: 15px;
}

.uppercase {
  text-transform: uppercase;
}

.title h2 {
  font-size: 2rem;
  font-weight: 500;
}

.p20 {
  padding: 20px;
}

/* ~~~~~~~~~~~~~~~ */
.header {
  position: relative;
  width: 100%;
  z-index: 5;
  background-color: var(--primary);
}

.header.home {
  position: absolute;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.logo {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #fff;
  font-size: 0.85em;
  line-height: 1.4;
  max-width: 400px;
}

.logo img {
  width: 70px;
  margin-right: 10px;
}

.logo strong {
  display: block;
  font-size: 1.6em;
  font-weight: 500;
}

.banner {
  position: relative;
}

.banner img, .innerBanner img, .boxes img {
  width: 100%;
}

.banner:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, .8) 0%, rgba(0, 0, 0, 0) 60%);
}

.lightBg {
  background-color: var(--lightbg);
}

.welcomeBlock::before {
  position: absolute;
  content: "";
  background: url(ola-k8-logo.webp) right center no-repeat;
  right: 3%;
  top: 0;
  width: 300px;
  height: 100%;
  background-size: 90%;
  opacity: 0.08;
}

.wave svg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.6;
}

.welcomeBlock h2 {
  font-size: 3em;
  color: var(--third);
  letter-spacing: -2px;
}

.boxes {
  gap: 20px;
}

.boxes a {
  position: relative;
  width: calc(33.333% - 14px);
  border-radius: 10px;
  color: #fff;
  overflow: hidden;
}

.boxes a:before, .boxes a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(to top, rgba(0, 0, 0, .8) 0%, rgba(0, 0, 0, 0) 52%, rgba(0, 0, 0, 0) 83%);
}

.boxes a:before, .boxes a:after, .boxes .arrow, .boxes img, .boxes h3 {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.boxes a:hover:before, .boxes a:after {
  opacity: 0;
}

.boxes a:hover:after {
  background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 1;
}

.boxes a:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.boxes h3 {
  position: absolute;
  bottom: 15px;
  left: 20px;
  right: 20px;
  z-index: 2;
}

.boxes a:hover h3 {
  bottom: 40px;
}

.boxes .arrow {
  position: absolute;
  bottom: 20px;
  right: 0;
  left: 0;
  z-index: 2;
  font-size: 11px;
  opacity: 0;
}

.boxes a:hover .arrow {
  opacity: 1;
}

.factWrap .wave svg {
  rotate: 180deg;
}

.facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
}

.facts article {
  padding: 20px;
}

.facts article i {
  color: var(--third);
  font-size: 1.5em;
}

.facts h3 {
  font-size: 3rem;
  line-height: 1;
  color: var(--primary);
}

.igWrap:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url('ig-bg.png') center;
  opacity: 0.1;
}

.igWrap {
  background-color: var(--primary);
}

.igWrap h2 {
  color: #fff;
}

.igWrap h2 i {
  font-size: 50%;
  line-height: 1;
}

.collagewrap {
  background-image: url('gavinruane054.webp');
  background-size: cover;
  background-attachment: fixed;
}

.collagewrap .container {
  align-items: flex-start;
}

.collagewrap:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #000;
  background-color: var(--lightbg);
  opacity: 0.7;
}

.collagewrap .pinnedItem {
  top: 20px;
  left: 0;
  position: sticky;
  width: 40%;
  padding: 40px;
}

.collagewrap .pinnedItem:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  left: -100vw;
  background-color: var(--lightbg);
  z-index: -1;
  opacity: 0.9;
  border-radius: 10px;
}

.collagewrap h2 strong {
  font-size: 1.7em;
  display: block;
  line-height: 1;
}

.collage {
  width: 50%;
}

.collage .sle {
  position: sticky;
  width: 100%;
  height: 400px;
  top: 20px;
  color: #fff;
  align-items: flex-end;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--primary);
}

.collage .sle:nth-child(2) {
  top: 40px;
}

.collage .sle:nth-child(3) {
  top: 60px;
}

.collage .sle:nth-child(4) {
  top: 80px;
}

.collage .sle:nth-child(5) {
  top: 100px;
}

.collagewrap .sle:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, .8) 0%, rgba(0, 0, 0, 0) 52%, rgba(0, 0, 0, 0) 83%);
}

.collagewrap .sle h3 {
  position: relative;
  z-index: 1;
}

.footer {
  position: relative;
  background-color: var(--primary);
  color: #fff;
}

.footer:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url('gavinruane054.webp') center no-repeat;
  opacity: 0.2;
}

.footer .container>* {
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer .flogo {
  font-size: 3.5rem;
  gap: 10px;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: -1px;
}

.footer .flogo img {
  width: 80px;
}

.footer a {
  color: #fff;
}

.footer .contactIcon {
  gap: 30px;
}

.footer .social {
  gap: 10px;
  font-size: 12px;
}

.footer .social a {
  padding: 10px;
  border-radius: 50%;
}

.footer .contactIcon a {
  border: 1px solid currentColor;
  padding: 25px;
  border-radius: 50%;
  opacity: 0.8;
}

.footer .contactIcon a:hover, .footer .social a:hover {
  opacity: 1;
  background-color: var(--third);
}

.footer .contactIcon a i, .footer .social i {
  display: block;
  line-height: 1;
}

.copyrights {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid rgb(255 255 255 / 15%);
  font-size: 90%;
  line-height: 22px;
  z-index: 1;
}

.copyrights span {
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0.5;
}

.gap20 {
  gap: 20px;
}

/* ~~~~~~~~~~~~~~~~~~~~~ */
h1 {
  font-size: 2.25em;
  color: var(--primary);
}

h2 {
  font-size: 1.5em;
  color: var(--primary);
}

h3 {
  font-size: 1.35em;
}

h4 {
  font-size: 1.2em;
}

h5 {
  font-size: 1.1em;
}

h6 {
  font-size: 1em;
}

h1:not(:first-child), h2:not(:first-child), h3:not(:first-child), h4:not(:first-child), h5:not(:first-child), h6:not(:first-child) {
  margin-top: 15px;
}

h1:not(:last-child), h2:not(:last-child), h3:not(:last-child), h4:not(:last-child), h5:not(:last-child), h6:not(:last-child) {
  margin-bottom: 15px;
}

table {
  margin: 10px 0;
  font-size: 0.9em;
  color: var(--text);
  background: #fff;
}

table th {
  padding: 5px;
  text-align: left;
  font-size: 1em;
  background-color: var(--primary);
  color: #fff;
  font-weight: 700;
  border: 1px solid #d3dee7;
}

table tr td {
  padding: 6px 10px;
  border: 1px solid #d3dee7;
  background-color: var(--lightbg);
}

table tr:nth-child(even) td {
  background-color: #fff;
}

table td.bnone {
  border: none;
}

table a {
  word-break: break-word;
}

.content a {
  color: var(--primary);
  text-decoration: none;
  cursor: pointer;
  text-decoration: underline;
}

.content a:hover {
  color: var(--text);
}

table th a {
  color: var(--lightbg);
}

table th a:hover {
  color: #fff;
}

p:not(:last-child) {
  margin-bottom: 15px;
}

hr {
  font-size: 1px;
  line-height: 1px;
  height: 1px;
  margin: 40px 0;
  border: 0px;
  border-top: 2px solid var(--third);
  opacity: .25;
  clear: both;
}

.fulltable {
  width: 100%;
}

.btn a {
  display: inline-block;
  border: 1px solid var(--primary);
  color: var(--primary);
  padding: 10px 30px;
  cursor: pointer;
  text-decoration: none;
  font-weight: 500;
  margin-top: 15px;
  border-radius: 6px;
  position: relative;
  -webkit-transform: perspective(1px);
  transform: perspective(1px);
  overflow: hidden;
}

.btn a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0%;
  transform-origin: 0%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn a:hover {
  color: #fff;
  border-color: transparent;
}

.btn a:hover:before {
  background-color: var(--primary);
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.leftimg {
  float: left;
  margin: 0 30px 30px 0;
}

.rightimg, .rightFiximg {
  float: right;
  margin: 0 0 30px 30px;
}

.leftimg, .rightimg {
  max-width: 40%;
  box-shadow: 15px 15px 0 #c6e7f2;
}

.rightFiximg {
  position: relative;
  max-width: 40%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.rightFiximg:after {
  position: absolute;
  content: "";
  left: 20%;
  right: -100vw;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-color: var(--third);
  opacity: .4;
}

.rightFiximg .splide__arrows {
  position: absolute;
  width: 60px;
  right: 0;
  top: -20px;
}

.rightFiximg .splide__arrow--prev, .rightFiximg .splide__arrow--next {
  background-color: transparent;
}

.rightFiximg .splide__arrow--prev:hover, .rightFiximg .splide__arrow--next:hover {
  background-color: var(--lightbg);
}

.rightFiximg .splide__arrow--prev {
  left: 0;
}

.rightFiximg .splide__arrow--next {
  right: 0;
}

/* Inner page ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.pageTitle {
  position: relative;
  padding: 60px 0px;
}

.pageTitle h1 {
  line-height: 1.2;
  font-size: 2.8em;
}

.pageTitle h1, .content h2 {
  color: var(--primary);
}

.innercontent {
  padding: 40px 0px;
  position: relative;
  min-height: 300px;
}

.twocolumn {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}

.subMenu>li:not(.active), .subMenu>li.active>a {
  display: none;
}

.subMenu li.active>ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 22px;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  border-width: 1px 0;
  border-style: solid;
  border-color: #eee;
}

.subMenu a {
  color: var(--secondary);
  padding: 10px 0;
  display: block;
}

.subMenu a:hover, .subMenu li.active>a {
  color: var(--third);
}

.content ul, .content ol {
  margin: 15px 0 15px 15px;
}

.content ul li, .content ol li {
  margin-bottom: 8px;
  margin-left: 20px;
  list-style-type: square;
  padding: 0;
  display: list-item;
}

.content ol li {
  list-style: decimal;
}

.editor ol ul, .editor ul ul, .editor ul ol {
  margin-top: 10px;
}

.slePage>section {
  padding: 20px;
  gap: 20px;
  display: flex;
}

.slePage>section>div {
  width: 100%;
}

.slePage>section:nth-child(odd) {
  background-color: var(--lightbg);
}

.slePage .initial {
  background-color: var(--primary);
  color: #fff;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 3rem;
}

.eventDate {
  background-color: var(--secondary);
  color: white;
  font-size: 2em;
  padding: 10px;
  width: 100px;
  text-align: center;
  line-height: 1;
}

.eventText {
  flex: 1;
}

.eventImg {
  width: 25%;
}

/* Navigation */
.menu, .menu>li, .flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.topmenu {
  margin-bottom: 10px;
}

.topmenu li#schoolspeak-login {
  margin-left: 21px;
}

.topmenu li#schoolspeak-login:before {
  content: "";
  position: absolute;
  background-color: rgb(255 255 255 / 30%);
  width: 1px;
  top: 0;
  bottom: 0;
  left: -11px;
  height: 20px;
  margin: auto;
}

.menu.topmenu>li>a {
  line-height: 40px;
  font-size: 0.9em;
}

.menu.topmenu>li:not(#schoolspeak-login)>a:after, .menu.topmenu>li#school>a:after {
  background-color: rgb(255 255 255 / 80%);
}

.menu.topmenu>li:not(#schoolspeak-login)>a:hover, .menu.topmenu>li#school>a {
  color: var(--primary);
}

.menu {
  gap: 1px;
  -webkit-justify-content: end;
  -ms-justify-content: end;
  justify-content: end;
}

.menu>li {
  position: relative;
}

.menu li a {
  color: #fff;
}

.menu>li>a {
  position: relative;
  font-weight: 500;
  line-height: 44px;
  z-index: 1;
  padding: 0 12px;
  font-size: 0.95em;
}

.menu>li>a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
  border-radius: 4px;
  background-color: var(--third);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.menu>li:hover>a:after, .menu>li.active>a:after, .menu.topmenu>li#school>a:after {
  height: 100%;
  opacity: 1;
}

.menu ul {
  width: 210px;
  padding: 4px 0;
  position: absolute;
  left: 0px;
  top: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  border-radius: 4px;
  background-color: var(--third);
  -moz-transition: visibility 0s linear 0.25s;
  -ms-transition: visibility 0s linear 0.25s;
  transition: visibility 0s linear 0.25s;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
}

.menu>li:hover>ul {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  transition: opacity 0.5s;
  z-index: 90;
}

.menu>li li:hover>ul {
  left: 100%;
  right: 100%;
  top: 0;
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  transition: opacity 0.5s;
  z-index: 90;
}

.menu>li:last-child>ul {
  right: 0;
  left: inherit;
}

.menu li ul li {
  width: 100%;
  padding: 0px;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.menu ul li:last-child {
  border-bottom: none;
}

.menu li ul li a {
  display: block;
  padding: 10px 15px;
  line-height: 1.3em;
  font-size: 0.9em;
}

.menu li li>a:hover, .menu li li.active>a {
  background-color: var(--primary);
  color: var(--lightbg);
}

#menu-trigger {
  display: none;
}

@media screen and (max-width:1199px) {
  body, html {
    font-size: 18px;
  }

  .logo {
    max-width: 380px;
  }

  .menu>li>a {
    font-size: 0.9em;
    padding: 0 8px;
  }

  .collagewrap .pinnedItem {
    width: 44%;
  }
}

@media screen and (max-width:1023px) {
  body, html {
    font-size: 17px;
  }

  .container {
    width: calc(100% - 40px);
  }

  .spaceTop {
    padding-top: 35px;
  }

  .spaceBottom {
    padding-bottom: 35px;
  }

  .collagewrap .pinnedItem {
    padding: 30px 20px 30px 0;
  }

  .rightFiximg {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .nav {
    display: none;
    position: absolute;
    width: 288px;
    top: 80px;
    right: 0;
    z-index: 5;
    background-color: var(--lightbg);
    -webkit-box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
  }

  .topmenu {
    margin-bottom: 0px;
  }

  .topmenu li#schoolspeak-login {
    margin-left: 0;
  }

  .menu, .nav.showMobiNav {
    display: block;
  }

  .menu>li {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .menu>li>a:after, .topmenu li#schoolspeak-login:before {
    display: none;
  }

  .menu.topmenu>li>a, .menu li a {
    line-height: 1.3em;
    position: relative;
    display: block;
    margin-left: 40px;
    padding: 10px 10px 10px 0px;
    color: var(--text);
  }

  .menu li ul li a {
    padding: 8px 10px 8px 0px;
    font-size: 0.8em;
  }

  .menu ul, .menu>li li:hover>ul, .menu>li:hover>ul {
    display: block;
    width: inherit;
    position: relative;
    left: inherit;
    top: inherit;
    right: inherit;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    animation: none;
    visibility: visible;
    opacity: 1;
    background-color: transparent;
  }

  .menu ul {
    padding-left: 10px;
  }

  .menu>li:hover>a, .menu>li.active>a, .menu li li>a:hover, .menu li li.active>a {
    color: var(--third);
    background-color: transparent;
  }

  .menu li .droparrow {
    position: absolute;
    top: 0;
    left: -40px;
    width: 40px;
    height: 100%;
    cursor: pointer;
  }

  .menu li .droparrow:after, .menu li .droparrow:before {
    top: 50%;
    content: " ";
    height: 2px;
    width: 8px;
    position: absolute;
    background-color: var(--primary);
    pointer-events: none;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
  }

  .menu li .droparrow:after {
    right: 14px;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .menu li .droparrow:before {
    left: 13px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .menu li .droparrow.open:after {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .menu li .droparrow.open:before {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #menu-trigger {
    display: block;
    position: relative;
    z-index: 11;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-color: var(--lightbg);
    border-radius: 4px;
  }

  #menu-trigger span, #menu-trigger span:before, #menu-trigger span:after {
    position: absolute;
    width: 26px;
    left: 0;
    right: 0;
    height: 3px;
    border-radius: 3px;
    background-color: var(--primary);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  #menu-trigger span {
    top: 50%;
    margin: -1px auto auto;
    display: block;
    font-size: 0px;
  }

  #menu-trigger span:after {
    top: 7px;
    content: "";
  }

  #menu-trigger span:before {
    top: -7px;
    content: "";
  }

  .showMobiNav#menu-trigger span {
    background-color: transparent;
  }

  .showMobiNav#menu-trigger span:before {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
    top: 0;
    left: 0;
  }

  .showMobiNav#menu-trigger span:after {
    -webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
    top: 0;
    left: 0;
  }

  .bigfont {
    font-size: 1.1em;
  }
}

@media screen and (max-width:767px) {
  body, html {
    font-size: 16px;
  }

  .container {
    width: calc(100% - 20px);
  }

  .spaceTop {
    padding-top: 25px;
  }

  .spaceBottom {
    padding-bottom: 25px;
  }

  .editor hr {
    margin: 20px 0;
  }

  .col12, .collage, .collagewrap .pinnedItem {
    width: 100%;
  }

  .col12+* {
    margin-top: 20px;
  }

  .twocolumn {
    -moz-column-count: inherit;
    -webkit-column-count: inherit;
    column-count: inherit;
  }

  table td a {
    word-break: break-word;
  }

  .leftimg, .rightimg {
    box-shadow: 10px 10px 0 #c6e7f2;
  }

  .leftimg, .rightimg, .rightFiximg {
    float: none;
    margin: 15px auto 20px;
    text-align: center;
    width: 100%;
    max-width: 80%;
  }

  .rightFiximg {
    margin-top: 0;
  }

  h1, .pageTitle h1, .title h2 {
    font-size: 2em;
  }

  .header.home {
    position: relative;
    background-color: var(--primary);
    border-bottom: 0;
  }

  .logo {
    max-width: 330px;
  }

  .logo img {
    width: 50px;
    margin-right: 8px;
  }

  .banner:before {
    display: none;
  }

  .welcomeBlock::before {
    width: 160px;
  }

  .boxes a {
    width: calc(50% - 10px);
  }

  .collagewrap .pinnedItem {
    top: inherit;
    position: relative;
    padding: 30px;
    margin-bottom: 10px;
  }

  .collagewrap .pinnedItem:after {
    left: 0;
  }

  .collage .sle {
    height: 300px;
    margin-bottom: 10px;
  }

  .facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer .flogo {
    font-size: 2.5rem;
  }

  .footer .container>* {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .footer .social, .footer .contactIcon {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }

  .contactinfo, .footer .contactIcon {
    gap: 20px;
  }

  .contactinfo>div {
    width: 100%;
    text-align: center;
  }

  .footer .contactIcon a {
    padding: 20px;
  }

  .pageTitle, .content {
    padding: 30px 0px;
  }

  .subMenuWrap {
    border-top: 1px solid #eee;
  }

  .subMenu {
    display: none;
  }

  .slePage>section {
    flex-direction: column;
  }

  .slePage .initial {
    width: 70px;
    height: 70px;
    font-size: 3rem;
  }

  .eventImg {
    width: 100%;
    max-width: 50%;
  }
}

@media screen and (max-width:479px) {
  body, html {
    font-size: 15px;
  }

  .logo {
    max-width: 310px;
  }

  .boxes a {
    width: 100%;
  }

  .collage .sle {
    height: 200px;
  }

  .footer .flogo {
    font-size: 2rem;
  }

  .footer .flogo img {
    width: 70px;
  }
}

@media screen and (max-width:374px) {
  .logo {
    max-width: 250px;
  }

  .logo strong {
    line-height: 1.1;
  }
}