@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:wght@500;600&family=Rubik:wght@400;500&display=swap");
@font-face {
  font-family: 'beehivelyicons';
  src: url(/beehivelyicons.woff2);
}
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: 320px;
}

ol, ul {
  list-style: none;
}

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

::-moz-selection, ::selection {
  color: #fff;
  background: #447ec0;
}

body, html {
  font-size: 18px;
  line-height: 1.6em;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  color: #393939;
  -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: 500;
  font-family: "EB Garamond", serif;
}

h1, h2, h3 {
  font-weight: 600;
}

strong {
  font-weight: 500;
}

em {
  font-style: italic;
}

small {
  font-size: 85%;
}

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

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;
}

blockquote {
  position: relative;
  border-top: 1px solid #447ec0;
  border-bottom: 1px solid #447ec0;
  padding: 15px;
  font-size: 1.7em;
  max-width: 800px;
  line-height: 1.3;
  margin: 0 auto 60px auto;
  color: #033863;
  font-family: "EB Garamond", serif;
}


main {
  flex: 1 0 auto;
}

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

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

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

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

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

.bigfont {
  font-size: 1.1em;
  line-height: 1.5;
  letter-spacing: 1px;
}

.uppercase {
  text-transform: uppercase;
}

.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%;
}

.col40 {
  width: 40%;
}

.col60 {
  width: 60%;
}

.error {
  color: red;
}

.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: 60px;
}

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

.header {
  position: relative;
  width: 100%;
  z-index: 14;
  left: 0;
  top: 0;
  background-color: #fff;
  padding-top: 44px;
  box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.1);
}

.header:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 44px;
  background-color: #447ec0;
}

.logo {
  padding: 10px 0;
  font-size: 0.8em;
  color: #b6922e;
  line-height: 1.1;
  text-align: center;
}

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

.logo strong {
  color: #447ec0;
  font-size: 3em;
  display: block;
  line-height: 1;
  line-height: 0.9;
  font-family: "EB Garamond", serif;
  font-weight: 600;
  margin-bottom: 10px;
}

.logo strong span {
  display: block;
}

.translated-ltr .logo strong {
  font-size: 2.4em;
}

.banner {
  position: relative;
  overflow: hidden;
}

.banner img {
  width: 100%;
}

.welcomeWrap.editor h1 strong {
  display: block;
  color: #447ec0;
  font-size: 0.5em;
  text-transform: uppercase;
  font-family: "Rubik", sans-serif;
}

.boxWrap {
  background-color: #e1efff;
}

.topShape {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.bottomShape {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transform: rotate( 180deg);
  -ms-transform: rotate(180deg);
  transform: rotate( 180deg);
}

.topShape svg, .bottomShape svg {
  fill: #fff;
  z-index: 0;
  display: block;
  width: calc(100% + 1.3px);
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 150px;
  transform: translateX(-50%) rotateY( 180deg);
}

.bottomShape svg {
  fill: #fff;
}

.boxes.container {
  max-width: 1600px;
}

.boxes>article {
  overflow: hidden;
  position: relative;
  width: 24%;
  width: calc(25% - 20px);
  line-height: 1.3em;
  color: #fff;
  border-radius: 10px;
}

.boxes .box {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100.1%;
  height: 100%;
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.3);
}

.boxes>article:hover .box {
  background-color: rgba(196, 176, 74, 0.85);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.boxes h4 {
  position: absolute;
  bottom: 60px;
  margin: 0;
  font-size: 1.6em;
  line-height: 1em;
}

.boxes>article:hover h4 {
  position: relative;
  bottom: 40px;
  -webkit-transform: translateY(2rem);
  -ms-transform: translateY(2rem);
  -o-transform: translateY(2rem);
  transform: translateY(2rem);
  -webkit-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}

.boxes p {
  opacity: 0;
  margin-top: 10px;
  line-height: 1.3em;
  -webkit-transform: translateX(-1rem);
  -ms-transform: translateX(-1rem);
  -o-transform: translateX(-1rem);
  transform: translateY(-1rem);
}

.boxes>article:hover p {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateY(0);
  -webkit-transition: all 0.4s 0.2s ease;
  -o-transition: all 0.4s 0.2s ease;
  transition: all 0.4s 0.2s ease;
}

.boxes a {
  position: absolute;
  z-index: 2;
  color: #fff;
  left: 30px;
  bottom: 30px;
  display: inline-block;
  padding-right: 30px;
}

.boxes a:after {
  top: 50%;
  right: 15px;
  margin-top: -4px;
  height: 8px;
  width: 8px;
  border-style: solid;
  border-color: #fff;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.boxes a:hover:after {
  right: 2px;
  border-color: #fff;
}

.eventsWrap {
  background-color: #f6f8f9;
  position: relative;
  padding-top: 100px;
}

.eventsWrap .col13 {
  z-index: 1;
  position: relative;
  margin-bottom: 40px;
}

.eventsWrap.editor .col13 h1 {
  margin-bottom: 25px;
}

.events .glEvent {
  width: 48%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 25px;
  border: 1px solid #e7ecef;
  background-color: #fff;
  -webkit-box-shadow: 0 14px 30px 0 rgb(215 224 229 / 50%);
  -moz-box-shadow: 0 14px 30px 0 rgba(215, 224, 229, .5);
  box-shadow: 0 14px 30px 0 rgb(215 224 229 / 50%);
  margin-bottom: 30px;
}

.events .glEventDate {
  padding: 15px 10px 10px;
  text-transform: uppercase;
  text-align: center;
  width: 90px;
  line-height: 1.2em;
  position: relative;
  border: 2px solid #ccc;
  border-radius: 4px;
  margin-right: 15px;
  font-size: 1.3em;
}

.events .glEventDate .glDay {
  font-size: 1.5em;
  font-weight: 500;
  margin-top: 10px;
  display: inline-block;
  color: #447ec0;
}

.events .glEventDate:after, .events .glEventDate:before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  top: 7px;
  background-color: #ccc;
  border-radius: 50%;
}

.events .glEventDate:before {
  left: 7px;
}

.events .glEventDate:after {
  right: 7px;
}

.events .glEventTitle {
  flex: 1;
}

.footer {
  position: relative;
  color: #fff;
  background: #447ec0;
}

.footer .container>div {
  padding-bottom: 20px;
  padding-top: 20px;
}

.footer.editor a {
  color: #fff;
  text-decoration: none;
}

.footer .acc img {
  height: 80px;
}

.footer .acc img:not(:first-child) {
  margin-left: 20px;
}

.footer.editor p:not(:last-child) {
  margin-bottom: 10px;
}

.copyright {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.9em;
  line-height: 22px;
}

.copyright span {
  margin: 0 10px;
}

.socialIcon a {
  margin-left: 6px;
  margin-right: 6px;
  padding: 12px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.socialIcon a i {
  font-size: 9px;
}

.socialIcon a i:before {
  display: block;
}

.editor .socialIcon a:hover {
  background-color: #3b5998;
  color: #fff;
}

.editor .socialIcon a.bi-insta:hover {
  background-color: #f46f30;
}

.editor .socialIcon a.bi-twit:hover {
  background-color: #059ff5;
}

.editor h1 {
  font-size: 2.5em;
  line-height: 1em;
  margin-bottom: 15px;
}

.editor .content h1 {
  color: #333;
}

.editor h2 {
  font-size: 2em;
  margin: 15px 0;
  color: #333;
}

.editor h3 {
  font-size: 1.6em;
  margin: 15px 0;
}

.editor h4 {
  font-size: 1.5em;
  margin-top: 15px;
  color: #0f5ca6;
}

.editor h5 {
  font-size: 1.3em;
  margin: 15px 0;
}

.editor h6 {
  font-size: 1em;
  margin: 15px 0;
}

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

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

.editor ol li {
  list-style-type: decimal;
}

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

.editor table {
  margin: 10px 0 10px 0;
  font-size: 0.9em;
  color: #333;
  background: #fff;
}

.editor table th {
  padding: 5px;
  text-align: left;
  font-size: 1em;
  background-color: #447ec0;
  color: #ffffff;
}

.editor table td {
  padding: 5px;
  border: 1px solid #cacfdd;
}

.editor table tr:nth-child(2n+1) td {
  background-color: #f4f6fa;
}

.editor table td.bnone {
  border: none;
}

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

.editor a {
  color: #033863;
  text-decoration: underline;
  cursor: pointer;
}

.editor a:hover {
  color: #d4bb45;
  text-decoration: none;
}

.editor table th a {
  color: #d4bb45;
}

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

.editor p {
  margin-bottom: 15px;
}

.editor p:last-child {
  margin-bottom: 0;
}

.editor hr {
  clear: both;
  font-size: 1px;
  line-height: 1px;
  height: 1px;
  margin: 20px 0;
  border: 0px;
  border-top: 4px solid #79a0cc;
}

.fulltable {
  width: 100%;
}

.editor .btn a {
  background-color: #447ec0;
  color: #fff;
  display: inline-block;
  padding: 7px 20px;
  cursor: pointer;
  text-decoration: none;
  border-radius: 4px;
}

.editor .btn a:hover {
  background-color: #c4b04a;
}

.editor .leftimg {
  float: left;
  margin: 10px 40px 20px 0;
  max-width: 45%;
  position: relative;
  z-index: 3;
}

.editor .rightimg {
  float: right;
  margin: 25px 25px 20px 40px;
  max-width: 45%;
}

/* Inner page ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.content {
  padding: 30px 0px;
  position: relative;
  min-height: 400px;
}

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

.innerbanner {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.staff {
  margin-bottom: 30px;
}

.staff article {
  padding: 10px;
  width: 20%;
}

.editor .staff a, .staff .nobio {
  background-color: #f7f7f7;
  display: block;
  height: 100%;
  padding: 10px;
  color: #444;
  text-decoration: none;
}

.staff strong {
  display: block;
  padding-top: 10px;
}

.staff span {
  font-size: 0.9em;
  display: block;
  line-height: 1.3em;
}

.staff img {
  display: block;
  margin: auto;
}

.editor .staff a:hover {
  background-color: white;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}

.staff a:hover .imagebox:after {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.staff-details {
  display: none;
  min-width: 500px;
  width: 100vw;
}

.staff-details img {
  display: block;
  width: 210px;
  margin: 0px 20px 20px 0;
  float: left;
}

.staff-details.editor h2 {
  margin-top: 0;
  margin-bottom: 7px;
}

/* Navigation */

.GoogleTranslateLink {
  position: absolute;
  top: -42px;
  right: 0;
}

.GoogleTranslateLink li {
  padding: 0 15px;
  line-height: 39px;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.GoogleTranslateLink a {
  color: #fff;
  font-size: 0.85em;
  text-transform: uppercase;
}

.GoogleTranslateLink li:last-child {
  margin-left: 1px;
}

.GoogleTranslateLink li:hover {
  background-color: #d4bb45;
}

.menu.topmenu {
  position: absolute;
  right: 190px;
  top: -86px;
}

.menu.topmenu>li>a {
  background-color: #447ec0;
  color: #fff;
  font-size: 0.8em;
  text-transform: uppercase;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.menu.topmenu i {
  font-size: 8px;
  margin-right: 5px;
}

.menu.topmenu i:before {
  display: block;
}

.menu.topmenu li:hover a {
  background-color: #d4bb45;
  color: #fff;
}

.menu.topmenu li:hover li>a:hover, .menu.topmenu li.active a {
  color: #fff;
}

.menu.topmenu>li#events::before {
  content: "\f15e";
  position: absolute;
  top: 13px;
  font-family: beehivelyicons;
  font-size: 1em;
  font-style: normal;
  line-height: 1em;
  color: #fff;
  z-index: 1;
  left: 8px;
}

.menu.topmenu>li#church::before {
  content: "\f135";
  position: absolute;
  top: 13px;
  font-family: beehivelyicons;
  font-size: 1em;
  font-style: normal;
  line-height: 1em;
  color: #fff;
  z-index: 1;
  left: 8px;
}

.menu.topmenu>li>a:after {
  height: 36%;
  width: 1px;
  right: inherit;
  top: 0;
  opacity: 1;
  z-index: 1;
  background-color: #9ab1c6;
}

.menu.topmenu>li:first-child>a:after, .menu.topmenu>li:hover a:after, .menu.topmenu>li.active a:after {
  opacity: 0;
}

.nav {
  position: relative;
}

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

.menu>li {
  position: relative;
}

.menu li a {
  color: #fff;
}

.menu>li>a {
  padding: 10px 0px 15px 0;
  position: relative;
  line-height: 22px;
  color: #444;
  margin: 0 10px;
}

.topmenu>li>a {
  padding: 12px 10px 12px 30px !important;
  margin: 0 !important;
  position: relative;
}

.menu>li>a:after {
  content: "";
  position: absolute;
  height: 0;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  opacity: 0;
  z-index: -1;
  background-color: #447ec0;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.menu>li:hover>a:after, .menu>li.active>a:after {
  opacity: 1;
  height: 4px;
}

.menu ul {
  width: 200px;
  position: absolute;
  left: 0px;
  top: 100%;
  background-color: #447ec0;
  display: none;
  z-index: 10;
}

.menu>li:hover>ul {
  display: block;
}

.menu>li li:hover>ul {
  right: inherit;
  width: 160px;
  top: 0;
  display: block;
  left: 100%;
}

.menu>li:last-child li:hover>ul {
  left: inherit;
  right: 100%;
}

.menu>li.active>a, .menu>li:hover>a {
  color: #447ec0;
}

.menu li ul li {
  padding: 0px;
  position: relative;
}

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

.menu li:hover li>a:hover, .menu li:hover li:hover>a, .menu li.active li.active>a, .menu ul li:hover li:hover>a:hover, .menu li.active li.active li.active>a {
  color: #d4bb45;
}

#menu-trigger {
  display: none;
}

@media screen and (max-width: 1299px) {
  .boxes p {
    font-size: 15px;
    line-height: 1.2em;
  }
  .translated-ltr .menu>li>a {
    font-size: 16px;
  }
}

@media screen and (max-width: 1159px) {
  .menu>li>a {
    padding-left: 8px;
    padding-right: 8px;
    margin: 0 2px;
  }
  .translated-ltr .menu>li>a {
    padding-left: 5px;
    padding-right: 5px;
  }
  .translated-ltr .menu>li>a {
    font-size: 14px;
  }
}

@media screen and (max-width: 1023px) {
  body, html {
    font-size: 15px;
  }
  .menu.topmenu li:hover ul li a {
    color: #444;
  }
  .menu.topmenu li:hover li>a:hover, .menu.topmenu li.active a {
    color: #d4bb45;
  }
  .menu.topmenu>li::before {
    display: none;
  }
  .menu.topmenu>li a {
    padding: 10px 10px 10px 15px !important;
  }
  .menu.topmenu li .droparrow {
    right: 0;
  }
  .container {
    width: 96%;
  }
  .footer .acc img {
    height: 60px;
  }
  .nav {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 5;
    background-color: #fff;
    -webkit-box-shadow: 1px 2px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 2px 2px 2px rgba(0, 0, 0, 0.3);
    width: 288px;
    padding: 0;
  }
  .menu.topmenu {
    margin-bottom: 0;
    position: relative;
    top: 0;
    right: 0;
  }
  .menu {
    display: block;
    position: relative;
    width: 100%;
  }
  .nav.showMobiNav {
    display: block;
  }
  .menu>li {
    margin: 0;
    display: block;
    border-bottom: 1px solid #ccc;
  }
  .menu>li>a {
    line-height: 1.3em;
  }
  .menu li a, .menu.topmenu>li>a {
    background-color: transparent;
    font-size: 1em;
    text-transform: capitalize;
    position: relative;
    display: block;
    margin-right: 40px;
    padding: 10px 10px 10px 15px;
    color: #444;
  }
  .menu li ul li a {
    padding: 8px 10px 8px 15px;
    font-size: 0.9em;
    color: #444;
    line-height: 1.3em;
  }
  .menu ul, .menu>li li:hover>ul, .menu>li:hover>ul, .menu>li:last-child li:hover>ul {
    display: block;
    width: inherit;
    padding-right: 40px;
    position: relative;
    left: inherit;
    top: inherit;
    right: inherit;
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-top: 0;
  }
  .menu>li:hover>a, .menu>li.active>a, .menu li ul li:hover>a, .menu li:hover li>a:hover, .menu li:hover li:hover>a, .menu ul li:hover li:hover>a:hover, .menu li.active li.active li.active>a, .menu li ul li:hover ul li:hover>a, .menu li.active li.active>a, .menu.topmenu>li:hover a, .menu.topmenu>li.active a {
    color: #d4bb45;
    background-color: transparent;
  }
  .menu li .droparrow {
    position: absolute;
    top: 0;
    right: -40px;
    width: 40px;
    height: 100%;
    background-color: #f4f4f4;
    cursor: pointer;
  }
  .menu li .droparrow:after, .menu li .droparrow:before {
    left: 50%;
    top: 50%;
    content: " ";
    height: 2px;
    width: 12px;
    position: absolute;
    background-color: #6c758c;
    pointer-events: none;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
  }
  .menu li .droparrow:after {
    width: 2px;
    height: 12px;
    margin-top: -5px;
  }
  .menu li .droparrow:before {
    margin-left: -5px;
  }
  .menu li .droparrow.open:after, .menu>li>a:after, .menu.topmenu i, .menu.topmenu>li>a:after {
    display: none;
  }
  #menu-trigger {
    display: block;
    position: relative;
    z-index: 11;
    width: 36px;
    height: 60px;
    cursor: pointer;
  }
  #menu-trigger span, #menu-trigger span:before, #menu-trigger span:after {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    height: 4px;
    border-radius: 2px;
    background-color: #447ec0;
    -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: 10px;
    content: "";
  }
  #menu-trigger span:before {
    top: -10px;
    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;
  }
  .staff article {
    width: 25%;
  }
  .boxes .box {
    padding: 30px 20px;
  }
  .boxes p {
    font-size: 13px;
  }
  .boxes a {
    left: 20px;
    bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .footer {
    text-align: center;
  }
  .boxes>article {
    width: calc(50% - 5px);
    margin-bottom: 15px;
  }
  .editor .sidebar {
    display: none;
  }
  .container .innercontent {
    width: 100% !important;
  }
  .container {
    width: calc(100% - 30px);
  }
  .logo img {
    width: 70px;
  }
  .editor h1, .editor.welcomeWrap h1 {
    font-size: 1.8em;
  }
  .spaceTop {
    padding-top: 25px;
  }
  .spaceBottom {
    padding-bottom: 25px;
  }
  .welcomeImg {
    margin-bottom: 15px;
  }
  .eventsWrap .container>*, .missionWrap .container>* {
    width: 100%;
  }
  .footer .container>div {
    padding-bottom: 10px;
    padding-top: 10px;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .copyright {
    text-align: left;
    border-top: none;
  }
  .content {
    padding-top: 20px;
    padding-bottom: 15px;
  }
  .col12, .col23, .col13 {
    width: 100%;
  }
  .col12+.col12 {
    margin-top: 20px;
  }
  .twocolumn {
    -moz-column-count: inherit;
    -webkit-column-count: inherit;
    column-count: inherit;
  }
  .editor table td {
    word-break: break-word;
  }
  .leftimg, .rightimg {
    float: none;
    margin: 10px auto;
    text-align: center;
    max-width: 80%;
  }
  .leftimg img, .rightimg img, .rightimg iframe {
    padding: 10px;
  }
  .staff article {
    width: 33.33%;
  }
}

@media screen and (max-width: 479px) {
  .events .glEvent {
    width: 100%;
  }
  .boxes>article {
    width: calc(100% - 0px);
    margin-bottom: 15px;
  }
  .logo img {
    width: 60px;
  }
  .logo strong {
    font-size: 2em;
  }
  .staff article {
    width: 100%;
  }
  .boxes article img {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }
}

.school .leftimg {
  max-width: 100%;
  margin: 10px 20px 20px 0;
}

.school .leftimg img {
  padding: 10px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0px 10px 0px rgb(0 0 0 / 10%);
  box-shadow: 0 0px 10px 0px rgb(0 0 0 / 10%);
}

.pagetitle.editor {
  background-color: #447ec0;
  padding: 20px 0 20px 0;
  position: relative;
  color: #fff;
}

.pagetitle.editor h1 {
  margin-bottom: 0;
}

.editor .sidebar {
  position: relative;
  width: 280px;
}

.editor .sidemenu>li.active {
  display: block;
}

.editor .sidemenu>li {
  display: none;
}

.innerpage.editor ul {
  padding: 0;
  margin: 0;
}

.editor .sidemenu li {
  padding: 0;
  margin: 0;
  background: none;
  position: relative;
  list-style: none;
}

.editor .sidemenu li a:hover, .editor .sidemenu li:hover>a, .editor .sidemenu li.active>a {
  background: #447ec0;
  color: #fff;
}

.editor .sidemenu li a {
  color: #447ec0;
  background: #eee;
  font-size: 18px;
  line-height: 22px;
  padding: 8px 10px 8px 15px;
  display: block;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
  border-bottom: 1px solid #fff;
  text-decoration: none;
}

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

.editor .sidemenu li ul li ul li a {
  font-size: 0.9em;
  padding-left: 35px;
}

.fc-event[href] {
  color: #fff;
}

.fc-day-grid-event .fc-time {
  font-weight: 500 !important;
}

.fc-button-primary {
  background-color: #447ec0 !important;
  border-color: #4179b8 !important;
}

.fc-button-primary:hover {
  background-color: #3065a2 !important;
  border-color: #3065a2 !important;
}
/*
     FILE ARCHIVED ON 14:21:55 Mar 08, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:06:50 Mar 30, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 106.506
  exclusion.robots: 0.222
  exclusion.robots.policy: 0.213
  RedisCDXSource: 0.593
  esindex: 0.008
  LoadShardBlock: 88.541 (3)
  PetaboxLoader3.datanode: 122.728 (4)
  load_resource: 180.989
  PetaboxLoader3.resolve: 119.689
*/