@charset "utf-8";

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: #000000;
  --secondary: #ffc324;
  --gray: #555;
  --darkgray: #222;
  --white: #fff;
}

body, html {
  font-size: 20px;
  line-height: 1.6em;
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: var(--darkgray);
  -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-family: "Cinzel", serif;
  font-weight: 600;
}

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;
  overflow-x: hidden;
}

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

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

.bigfont {
  font-size: 1.2em;
  line-height: 1.6em;
}

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

.col50 {
  width: 50%;
}

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

.uppercase {
  text-transform: uppercase;
}

.main-ttl p {
  padding-top: 20px;
}

.main-ttl h2 {
  color: var(--white);
  font-size: 3em;
  line-height: normal;
  position: relative;
  display: inline-block;
}

.main-ttl.ttl-grey h2 {
  color: var(--darkgray);
  text-align: left;
}

.main-ttl h2::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 2px;
  left: -80px;
  top: 30px;
  transform: translateY(-50%);
  background: var(--white);
}

.main-ttl.ttl-grey h2::before {
  background: var(--darkgray);
}

/* ~~~~~~~~~~~~~~~ */
.banner {
  position: relative;
}

.banner .home-banner {
  height: 100vh;
  object-fit: cover;
}

.banner img {
  width: 100%;
}

.banner-content {
  text-align: center;
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 0;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin-top: 40px;
  width: 100%;
  padding: 0 40px;
}

.banner-content h1 {
  font-size: 2.2em;
  color: var(--white);
  padding-bottom: 10px;
  padding-top: 5px;
  letter-spacing: 1px;
}

.banner-content .main-logo {
  width: 160px;
  margin-bottom: 30px;
}

.overlay:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 60%);
}

.banner.innerbanner.overlay:after {
  background: rgba(0, 0, 0, 40%);
}

#myVideo {
  object-fit: cover;
  width: 100vw;
  height: 70vh;
  position: relative;
  display: block;
}

.innervideo {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
}

.imgBox img {
  background-color: var(--white);
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  display: inline-block;
}

p {
  margin-bottom: 15px;
}

/* welcome */
.welcome {
  padding-bottom: 100px;
  position: relative;
}

.welcome::before {
  content: "";
  background-image: url("bg-layer.png");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
  top: 10px;
  right: 0;
  position: absolute;
  width: 35%;
  height: 100%;
  z-index: 0;
}

.welcome .row {
  padding-top: 50px;
}

.welcome-img {
  position: relative;
  padding-right: 50px;
}

.welcome-img img {
  border-top-left-radius: 100px;
  border: 5px solid var(--secondary);
}

.welcome-img span {
  position: absolute;
  bottom: -20px;
  right: 30px;
  width: 180px;
  height: 160px;
  padding: 18px 10px;
  background: var(--secondary);
  font-size: 2em;
  font-weight: 800;
  color: var(--primary);
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-bottom-right-radius: 60px;
}

.welcome-text {
  color: var(--darkgray);
}

.welcome-text ul li {
  padding: 0 15px 10px;
  position: relative;
}

.welcome-text ul li::before {
  width: 8px;
  height: 8px;
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  background-color: var(--gray);
  border-radius: 100%;
}

/* under-roof */
.under-roof {
  background-color: var(--primary);
  color: var(--white);
  position: relative;
}

.under-roof .row {
  margin: 0 -1%;
  padding-top: 30px;
}

.under-roof .col33 {
  background-color: var(--white);
  border: 2px solid var(--secondary);
  width: calc(33% - 2%);
  margin: 1%;
  border-bottom-right-radius: 50px;
  color: var(--darkgray);
  padding: 30px 20px 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}

.under-roof .col33:hover {
  background-color: var(--secondary);
}

.under-roof .col33 .icon-hover {
  opacity: 0;
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.under-roof .col33 .icon-hover i {
  font-size: 4em;
  color: rgb(255 255 255 / 30%);
}

.under-roof .col33:hover .icon-hover {
  opacity: 1;
}

.under-roof span {
  display: block;
  padding-bottom: 10px;
}

.under-roof span i {
  font-size: 1.5em;
}

.under-roof h3 {
  font-size: 1.5em;
  font-weight: 600;
  padding-bottom: 10px;
  line-height: normal;
}

.under-roof p {
  font-size: 0.9em;
  line-height: 1.5em;
}

.roof-btn {
  padding-top: 30px;
}

.roof-btn a {
  margin-right: 15px;
}

/* upcome-event */
.upcome-event {
  background-color: var(--primary);
}

.events {
  padding: 15px 0;
}

.events .glEvent {
  background-color: var(--white);
  box-shadow: 0 10px 10px rgb(21 87 153 / 8%);
  position: relative;
  width: calc(47% - 10px);
  margin: 2% 4% 2% 0%;
}

.events .glEventDate {
  position: relative;
  color: var(--secondary);
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  padding: 10px 15px 0;
  border-left: 5px solid var(--secondary);
}

.events .glEventTitle {
  padding: 20px;
  font-weight: 500;
}

.events .glEventTitle>div {
  position: relative;
  padding-left: 20px;
}

.events .glEventTitle>div:not(:last-child) {
  margin-bottom: 10px;
}

.events .glEventTitle>div:before {
  content: "\f115";
  position: absolute;
  left: 0;
  top: 0;
  font-family: beehivelyicons;
  font-size: 11px;
  color: var(--secondary);
}

.event-img {
  padding-left: 30px;
}

.event-img img {
  width: 100%;
  border-top-right-radius: 100px;
  border: 5px solid var(--secondary);
}

.footer {
  position: relative;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9em;
  background: var(--primary);
}

.footer.home-footer {
  background-color: #f5f5f5;
  color: var(--primary);
}

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

.footer .address .phone {
  font-size: 1.2em;
  font-weight: 700;
  letter-spacing: 1px;
}

.footer.editor a {
  color: var(--white);
}

.footer.home-footer.editor a {
  color: var(--primary);
}

.footer.editor a:hover {
  color: var(--secondary);
}

.footer.home-footer .poweredby svg path {
  fill: var(--primary) !important;
}

.footer .copyright {
  text-align: right;
  width: 22%;
}

.footer .copyright span {
  display: block;
}

/* ~~~~~~~~~~~~~~~~~~~~~ */
h1 {
  font-size: 2.25em;
  line-height: 1em;
  margin-bottom: 30px;
}

.editor h2 {
  font-size: 1.5em;
  position: relative;
  margin-bottom: 20px;
  margin-top: 20px;
  color: var(--primary);
}

.editor h3 {
  font-size: 1.5em;
  margin: 15px 0;
  padding-top: 15px;
}

.editor h4 {
  font-size: 1.3em;
  margin: 15px 0;
  padding-top: 15px;
}

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

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

.editor h3 i {
  font-size: 0.8em;
  font-weight: normal;
}

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

.editor ul li, .editor ol li {
  margin-bottom: 8px;
  list-style-type: disc;
  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: var(--darkgray);
  background: var(--white);
  width: 100%;
}

.editor table th {
  padding: 5px;
  text-align: left;
  font-size: 1em;
  background-color: var(--secondary);
  color: var(--primary);
  font-weight: 500;
  border: 1px solid var(--secondary);
}

.editor table td {
  padding: 5px;
  border: 1px solid var(--secondary);
}

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

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

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

.editor a {
  color: var(--primary);
  text-decoration: none;
  cursor: pointer;
  font-weight: 600;
}

.editor a:hover {
  color: var(--secondary);
  text-decoration: none;
}

.editor .content a {
  text-decoration: underline;
  font-size: 1.05em;
  font-weight: 500;
}

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

.editor table th a:hover {
  color: var(--white);
}

.editor hr {
  font-size: 1px;
  line-height: 1px;
  height: 1px;
  margin: 40px 0;
  border: 0px;
  border-top: 2px solid #5399a1;
}

.fulltable {
  width: 100%;
}

.btn a {
  color: var(--primary);
  cursor: pointer;
  display: inline-block;
  position: relative;
  border: 2px solid var(--secondary);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 1em;
  margin-top: 10px;
}

.btn-white a {
  color: var(--white);
}

.btn a:before {
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 0px;
  width: 100%;
  z-index: -1;
  content: "";
  color: var(--primary);
  background: #f7ca18;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.btn a:hover {
  color: var(--primary);
}

.btn a:hover:before {
  top: 0%;
  bottom: auto;
  height: 100%;
}

.btn a:link:after, .btn a:visited:after {
  content: "";
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 150%;
  z-index: -1;
  -webkit-transition: all 0.75s ease 0s;
  -moz-transition: all 0.75s ease 0s;
  -o-transition: all 0.75s ease 0s;
  transition: all 0.75s ease 0s;
}

.btn a:link:hover:after, .btn a:visited:hover:after {
  height: 450%;
}

.editor .leftimg {
  float: left;
  margin: 10px 30px 20px 0;
  max-width: 30%;
  position: relative;
  z-index: 3;
  padding: 10px;
  background-color: var(--white);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.editor .rightimg {
  float: right;
  margin: 0px 0px 20px 30px;
  max-width: 30%;
  padding: 10px;
  background-color: var(--white);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

/* Inner page ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.content {
  padding: 40px 0px;
  position: relative;
}

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

.bgimge {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.secBoxes {
  margin: 20px 0;
}

.secBoxes>article {
  margin-bottom: 25px;
  background-color: var(--white);
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  overflow: hidden;
  position: relative;
  align-items: stretch;
}

.secBoxes>article .progImg {
  background-repeat: no-repeat;
  min-height: 350px;
  background-size: cover;
  background-position: center;
  width: 40%;
}

.editor .secBoxes h3 {
  margin-top: 0;
  color: var(--primary);
  font-weight: 600;
}

.secBoxes>article .progText {
  width: calc(100% - 43%);
}

/* ~~~~~~~~~~~~~~~~ */
.header {
  position: absolute;
  top: 0;
  z-index: 11;
  width: 100%;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all ease;
  min-height: 120px;
}

.header .container {
  min-height: 80px;
}

header.home .menu.right {
  width: 100%;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: -50px;
  margin-right: 0;
}

.menu.right {
  margin-right: 30px;
}

header.header .logo {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

header.header img.main-logo {
  width: 100px;
  margin-right: 10px;
}

header.header {
  padding: 10px 0;
}

header.header.home {
  padding: 0;
}

header.header.home img.logo-text {
  width: auto;
}

header.header img.logo-text {
  width: 180px;
}

header.header.home img.main-logo {
  display: none;
}

/* InnerPage */
.banner.innerbanner {
  position: relative;
}

.banner.innerbanner .innertitle {
  position: absolute;
  z-index: 9;
  color: var(--white);
  bottom: 0;
  width: 100%;
}

.banner.innerbanner .innertitle .pgtitle {
  position: relative;
  padding: 0 0 0 80px;
  font-size: 3em;
}

.banner.innerbanner .innertitle .pgtitle::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 2px;
  left: 0;
  top: 26px;
  background: var(--white);
}

.innerpage-title {
  background: var(--primary);
  color: var(--white);
  padding: 160px 0 40px 0;
}

.innerpage-title .pgtitle {
  margin-bottom: 0;
  display: inline-block;
  position: relative;
  padding: 0 0 0 80px;
}

.innerpage-title .pgtitle::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 2px;
  left: 0;
  top: 20px;
  transform: translateY(-50%);
  background: var(--white);
}

/* staff page */
.staff-page {
  margin: 0 -10px;
}

.staff-page .staff-col {
  width: calc(25% - 30px);
  margin: 15px;
  padding: 10px 15px 20px;
  border: 1px solid var(--secondary);
  background-color: var(--white);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  position: relative;
  border-radius: 5px;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.staff-page .staff-col h5 {
  margin: 0 0 10px 0;
}

.staff-page .staff-col span {
  font-size: 0.9em;
  display: block;
  line-height: 1.5em;
  padding-right: 5px;
}

.staff-page .staff-col a {
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: var(--white);
  color: var(--secondary);
  border: 1px solid var(--secondary);
  font-size: 0.5em;
  right: -10px;
  bottom: -10px;
  border-radius: 25px;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.staff-page .staff-col:hover a {
  background-color: var(--secondary);
  color: var(--primary);
}

/* admission process page */
.tour-date {
  margin: 0 -10px;
}

.tour-date .tour-col {
  width: calc(16.66% - 20px);
  margin: 15px 10px;
  background-color: var(--white);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.tour-date .tour-col h6 {
  margin: 0 0 10px 0;
  padding: 6px 12px;
  display: inline-block;
  background-color: var(--secondary);
  border-bottom-right-radius: 25px;
}

.tour-date .tour-col span {
  display: block;
  padding: 0 0 10px 10px;
}

/* tuition-fees page */
.tuition-assistance {
  margin: 0 -15px;
}

.tuition-assistance .tuition-col {
  width: calc(34% - 30px);
  margin: 15px;
  background-color: var(--white);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  padding: 15px;
}

.tuition-assistance .tuition-col:first-child {
  width: calc(44% - 30px);
}

.tuition-assistance .tuition-col:last-child {
  width: calc(22% - 30px);
}

.tuition-assistance .tuition-col h5 {
  margin: 0;
  min-height: 64px;
}

.tuition-assistance .tuition-col span {
  display: block;
}

/* about page & uniform */
.about-page .row {
  margin-bottom: 60px;
}

.about-page .abt-img img, .uniform .uniform-img img {
  background-color: var(--white);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  padding: 5px;
}

.about-page .abt-content, .uniform .uniform-content {
  background-color: var(--white);
  margin-left: -30px;
  padding: 15px;
  z-index: 1;
}

.about-page .abt-content h3 {
  margin: 0;
  padding: 0 0 10px 0;
}

.about-page .abt-content p {
  margin-bottom: 0;
}

.about-page .row:nth-child(even) .abt-img {
  order: 2;
}

.about-page .row:nth-child(even) .abt-content {
  order: 1;
  margin-left: 0;
  margin-right: -30px;
}

.uniform-content p i {
  font-size: 0.6em;
  margin-right: 5px;
  display: inline-flex;
}

/* leadership & after-schools */
.leadership, .after-schools {
  margin: 0 -15px;
}

.leadership .leader-box, .after-schools .schools-box {
  width: calc(50% - 30px);
  margin: 15px;
  padding: 15px;
  background-color: var(--white);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.after-schools .schools-box {
  width: calc(33.33% - 30px);
}

.after-schools .schools-box span {
  display: block;
  margin: 0 0 5px 0;
  font-size: 1.3em;
  font-weight: 600;
}

/* spiritual life */
.spiritual {
  margin: 0 -15px;
}

.spiritual .spiritual-box {
  width: calc(33.33% - 30px);
  margin: 15px;
  background-color: var(--white);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 20px 20px 0 0;
}

.spiritual .spiritual-box h4 {
  margin: 0;
  padding: 10px;
  background-color: var(--secondary);
  border-radius: 20px 20px 0 0;
  border: 5px solid var(--white);
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.spiritual .spiritual-box:hover h4 {
  background-color: var(--primary);
  color: var(--white);
}

.spiritual .spiritual-box p {
  padding: 10px 15px;
  margin: 0;
}

/* alumni page */
.alumni_frame {
  margin-top: 40px;
}

.alumni_frame iframe {
  width: 100%;
  max-width: 640px;
  height: 600px;
}

/* prayer page */
.prayer {
  position: relative;
}

.prayer::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  background-image: url("st-timothy-catholic-school.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0.1;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.prayer p {
  margin-bottom: 5px;
}

/* Navigation */
.menu {
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

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

.menu>li {
  position: relative;
  padding-right: 30px;
}

header.home .menu>li {
  border-bottom: 1px solid var(--secondary);
}

header.home .menu.top>li {
  border-bottom: 0;
}

.menu.top li a {
  line-height: normal;
}

.menu>li#login a {
  color: var(--white);
  cursor: pointer;
  display: inline-block;
  position: relative;
  border: 2px solid var(--secondary);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  padding: 6px 20px;
}

.menu>li#login a:hover {
  color: var(--primary);
}

.menu>li#login a:before {
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 0px;
  width: 100%;
  z-index: -1;
  content: "";
  color: var(--primary);
  background: #f7ca18;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.menu>li#login a:hover:before {
  top: 0%;
  bottom: auto;
  height: 100%;
}

.menu>li#login a:link:after, .menu>li#login a:visited:after {
  content: "";
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 150%;
  z-index: -1;
  -webkit-transition: all 0.75s ease 0s;
  -moz-transition: all 0.75s ease 0s;
  -o-transition: all 0.75s ease 0s;
  transition: all 0.75s ease 0s;
}

.menu>li#login a:link:hover:after, .menu>li#login a:visited:hover:after {
  height: 450%;
}

.menu>li#login::after, .menu>li#login a::after {
  background-color: transparent;
}

.menu>li:last-child {
  padding-right: 0;
}

.menu li a {
  color: var(--white);
}

.menu>li>a {
  position: relative;
  line-height: 54px;
}

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

header.home .menu.right>li>a:after {
  content: unset;
}

.menu>li:hover>a:after, .menu>li.active>a:after {
  bottom: -10px;
  opacity: 1;
}

.menu ul {
  width: 224px;
  padding: 0;
  position: absolute;
  left: 0px;
  top: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  background-color: white;
  -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;
  animation: pull-up 0.3s;
  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;
  animation: pull-up 0.3s;
  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(0, 0, 0, 0.1);
  font-size: 0.9em;
}

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

.menu li ul li a {
  display: block;
  padding: 8px 15px;
  line-height: 1.3em;
  color: var(--darkgray);
  font-size: 0.95em;
}

.menu>li.active>a, .menu>li:hover>a, .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: var(--secondary);
  background-color: transparent;
}

#menu-trigger, .mobile {
  display: none;
}

/* full calendar */
.editor .fullcal table {
  margin: 0;
}

.editor .fullcal table td, .editor .fullcal table tr:nth-child(2n + 1) td {
  padding: 0;
  background-color: transparent;
}

.editor .fullcal a {
  color: var(--white);
  cursor: pointer;
}

.fullcal .fc-event {
  background-color: #7a776e;
  border-color: #7a776e;
  padding: 3px;
  cursor: pointer;
}

.fullcal .fc-button-primary {
  background-color: var(--primary);
  border-color: var(--primary);
  text-transform: capitalize;
}

.fullcal .fc-button-primary:disabled {
  opacity: 0.7;
  background-color: var(--primary);
  border-color: var(--primary);
}

.fullcal .fc-button-primary:hover {

  background-color: var(--gray) !important;
  border-color: var(--gray) !important;
}

.editor .fullcal .fc-day-header {
  text-align: center;
}

.editor .fullcal table .fc-today .fc-day-number {
  background: var(--secondary);
  padding: 0px 7px;
  border-radius: 4px;
}

.editor .fullcal .fc-button-primary:hover, .fullcal .fc-button-primary:not(:disabled):active, .fullcal .fc-button-primary:not(:disabled).fc-button-active {
  color: var(--white);
  background-color: #3e9aba;
  border-color: #3e9aba;
}

.fullcal .fc-day-grid-event .fc-content span {
  font-size: 0.8em;
}

#detail h1 {
  font-size: 1.4em;
  margin-bottom: 10px;
  color: var(--primary);
}

.error-header {
  position: relative;
  background-color: #000000;
}

/* ~~~~~~~~~~~~~~ */
@media screen and (max-width:1430px) {
  .banner-content {
    padding: 0 30px;
  }

  .banner-content h1 {
    font-size: 2.1em;
    letter-spacing: 0.8px;
  }
}

@media screen and (max-width:1340px) {
  .banner-content {
    padding: 0 25px;
  }

  .banner-content h1 {
    font-size: 2em;
    letter-spacing: 0.7px;
  }

  .footer .copyright {
    width: 24%;
  }

  .footer .address h4 {
    font-size: 1.2em;
  }
}

@media screen and (max-width:1260px) {
  .menu>li>a {
    font-size: 0.9em;
  }

  p {
    margin-bottom: 10px;
  }

  .banner-content h1 {
    font-size: 1.8em;
    letter-spacing: 0.6px;
    line-height: normal;
  }

  .spiritual .spiritual-box h4 {
    font-size: 1.2em;
  }

  .spiritual {
    margin: 0 -10px;
  }

  .spiritual .spiritual-box {
    width: calc(33.33% - 20px);
    margin: 10px;
  }

  .footer .copyright {
    width: 26%;
  }
}

@media screen and (max-width:1100px) {
  .banner .home-banner {
    height: 620px;
  }

  .banner-content .main-logo {
    width: 150px;
    margin-bottom: 20px;
  }

  .banner-content h1 {
    font-size: 2em;
    padding-bottom: 0;
  }

  .main-ttl h2 {
    font-size: 2.5em;
  }

  .welcome-img span {
    width: 170px;
    height: 150px;
    padding: 15px 8px;
    font-size: 1.8em;
    line-height: normal;
  }

  .under-roof .col33 {
    padding: 25px 15px 15px;
  }

  .under-roof h3 {
    font-size: 1.1em;
  }

  .col13 {
    width: 40%;
  }

  .col13.quickliks {
    width: 20%;
  }

  .footer .copyright {
    width: 35%;
  }

  .events .glEvent {
    width: calc(48% - 0px);
    margin: 2% 2% 2% 0%;
  }

  .banner-content {
    padding: 0 15px;
  }

  header.header img.main-logo {
    width: 80px;
  }

  header.header img.logo-text {
    width: 150px;
  }

  .menu>li {
    padding-right: 20px;
  }

  .banner.innerbanner .innertitle .pgtitle {
    padding: 0 0 0 60px;
    font-size: 2.5em;
  }

  .banner.innerbanner .innertitle .pgtitle::before {
    width: 40px;
    top: 20px;
  }

  .staff-page .staff-col {
    width: calc(33.33% - 30px);
    margin: 10px;
  }

  .tour-date .tour-col {
    width: calc(20% - 20px);
  }

  .editor h3 i {
    font-size: 0.6em;
  }

  .tuition-assistance {
    margin: 0 -10px;
  }

  .tuition-assistance .tuition-col, .tuition-assistance .tuition-col:last-child {
    width: calc(50% - 20px);
    margin: 10px;
    padding: 10px;
  }

  .tuition-assistance .tuition-col:first-child {
    width: 100%;
  }

  .tuition-assistance .tuition-col h5 {
    min-height: auto;
  }

  .spiritual .spiritual-box h4 {
    padding: 6px;
  }

  .spiritual .spiritual-box p {
    padding: 8px 12px;
  }
}

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

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

  .spaceTop {
    padding-top: 30px;
  }

  .spaceBottom {
    padding-bottom: 30px;
  }

  .col40, .col60 {
    width: 100%;
  }

  .footer .quickliks {
    margin-left: 0%;
  }

  /* ~~~~~~~~ */
  .nav {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 5;
    padding-right: 0;
    background-color: var(--white);
    -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);
    width: 288px;
  }

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

  .menu>li:not(:last-child) {
    padding-right: 0px;
  }

  .menu>li>a {
    font-size: 0.9em;
  }

  .menu>li, header.home .menu>li, header.home .menu.top>li {
    margin: 0;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }

  .menu>li>a:after {
    display: none;
  }

  .menu>li>a {
    font-size: 1.1em;
  }

  .menu li a, .menu>li:last-child>a, .menu>li:last-child:hover>a, .menu>li:last-child.active>a {
    line-height: 1.3em;
    text-align: left;
    position: relative;
    display: block;
    margin-left: 40px;
    padding: 10px;
    color: var(--darkgray);
    background-color: transparent;
    border-radius: 0;
  }

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

  .menu li ul li a {
    padding: 6px 10px 6px 0px;
    color: var(--darkgray);
    line-height: 1.3em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }

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

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

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

  .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: #222;
    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;
    margin-left: auto;
    border-radius: 5px;
  }

  #menu-trigger span, #menu-trigger span:before, #menu-trigger span:after {
    position: absolute;
    width: 22px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: var(--white);
    -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: "";
  }

  .main-ttl h2 {
    font-size: 2em;
  }

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

  .banner-content h1 {
    font-size: 1.8em;
  }

  header.home .menu.right {
    position: relative;
    bottom: 0;
  }

  .menu.top>li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }

  .welcome-img span {
    width: 140px;
    height: 130px;
    padding: 12px 8px;
    font-size: 1.6em;
    line-height: normal;
    border-bottom-right-radius: 50px;
  }

  .welcome-text ul li {
    padding: 0 12px 8px;
  }

  .welcome-text ul li::before {
    width: 6px;
    height: 6px;
    top: 10px;
  }

  .under-roof h3 {
    font-size: 1em;
  }

  .events .glEvent {
    width: 100%;
    margin: 2% 0;
  }

  .menu.right {
    margin-right: 0;
  }

  .footer .quickliks .twocolumn {
    -moz-column-count: unset;
    -webkit-column-count: unset;
    column-count: unset;
  }

  .tour-date .tour-col {
    width: calc(33.33% - 20px);
  }

  .innerpage-title {
    padding: 140px 0 40px 0;
  }

  .spiritual .spiritual-box {
    width: calc(50% - 20px);
  }

  .menu>li#login a {
    border: 0;
    color: var(--primary);
    padding: 10px;
    display: block;
  }
}

@media screen and (max-width:767px) {
  h1 {
    font-size: 1.8em;
  }

  .spaceTop {
    padding-top: 25px;
  }

  .spaceBottom {
    padding-bottom: 25px;
  }

  .content {
    padding-top: 20px;
  }

  .col12, .col23, .col13, .col40, .col50 {
    width: 100%;
  }

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

  .header .logo img {
    width: 180px;
  }

  .order1 {
    order: 1;
  }

  .order2 {
    order: 2;
  }

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

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

  .editor .leftimg, .editor .rightimg {
    float: none;
    margin: 15px auto;
    max-width: 400px;
    text-align: center;
  }

  .footer .quickliks, .footer .copyright {
    text-align: left;
    width: 48%;
  }

  .secBoxes>article .progImg, .secBoxes>article .progText {
    width: 100%;
  }

  .editor .secBoxes h3 {
    margin-top: 15px;
  }

  .main-ttl h2 {
    font-size: 1.4em;
  }

  .banner-content .main-logo {
    width: 120px;
  }

  .banner-content h1 {
    font-size: 1.3em;
  }

  .banner .home-banner {
    height: 450px;
  }

  .main-ttl h2::before {
    content: unset;
  }

  .welcome .row {
    padding-top: 20px;
  }

  .welcome-img {
    padding-right: 0px;
    padding-bottom: 50px;
  }

  .welcome-img span {
    width: 100px;
    height: 100px;
    padding: 10px 8px;
    font-size: 1.5em;
    right: -10px;
    bottom: 10px;
  }

  .welcome {
    padding-bottom: 40px;
  }

  .main-ttl p {
    padding-top: 10px;
  }

  .under-roof .row {
    margin: 0;
    padding-top: 20px;
  }

  .under-roof .col33 {
    width: 100%;
    margin: 2% 0;
  }

  .roof-btn {
    padding-top: 15px;
  }

  .roof-btn a {
    margin-right: 5px;
    margin-bottom: 15px;
  }

  .btn a {
    padding: 8px 12px;
  }

  .event-img {
    padding-left: 0;
    padding-top: 20px;
  }

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

  .footer.editor h4 {
    font-size: 1.3em;
    margin: 5px 0;
  }

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

  .banner.innerbanner img {
    height: 250px;
    object-fit: cover;
  }

  header.header img.main-logo {
    width: 65px;
    margin-right: 5px;
  }

  header.header img.logo-text, header.header.home img.logo-text {
    width: 135px;
  }

  .about-page .abt-content, .uniform .uniform-content {
    margin-left: 0;
  }

  .about-page .row:nth-child(even) .abt-content, .about-page .row:nth-child(even) .abt-img {
    order: unset;
    margin-right: 0;
  }

  .about-page .row {
    margin-bottom: 15px;
  }

  .banner.innerbanner .innertitle .pgtitle {
    padding: 0 0 0 40px;
    font-size: 2em;
    margin-bottom: 20px;
  }

  .banner.innerbanner .innertitle .pgtitle::before {
    width: 30px;
    top: 12px;
  }

  .staff-page .staff-col {
    width: 100%;
    padding: 10px 10px 15px;
  }

  .staff-page .staff-col a {
    width: 30px;
    height: 30px;
    right: -6px;
    bottom: -6px;
  }

  .prayer::before {
    width: 150px;
    height: 150px;
  }

  .innerpage-title .pgtitle {
    font-size: 1.5em;
    padding: 0 0 0 40px;
  }

  .innerpage-title {
    padding: 120px 0 30px 0;
  }

  .innerpage-title .pgtitle::before {
    width: 30px;
    left: 0;
    top: 8px;
    transform: translateY(-40%);
  }

  .tour-date .tour-col {
    width: calc(50% - 20px);
  }

  .editor h3 {
    padding-top: 5px;
    font-size: 1.4em;
  }

  .editor h4 {
    padding-top: 5px;
    font-size: 1.2em;
  }

  .tuition-assistance .tuition-col, .tuition-assistance .tuition-col:last-child {
    width: 100%;
  }

  .tuition-assistance .tuition-col h5 {
    font-size: 1.1em;
  }

  .leadership, .after-schools {
    margin: 0;
  }

  .leadership .leader-box, .after-schools .schools-box {
    width: 100%;
    margin: 10px 0;
  }

  .spiritual {
    margin: 0;
  }

  .spiritual .spiritual-box {
    width: 100%;
    margin: 10px 0;
  }
}

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

  .footer .col13, .footer .quickliks, .footer .copyright {
    width: 100%;
  }

  .banner.innerbanner .innertitle .pgtitle {
    font-size: 1.8em;
  }
}

@media screen and (max-width:370px) {
  .container {
    width: calc(100% - 30px);
  }

  header.header img.main-logo {
    width: 60px;
  }

  header.header img.logo-text, header.header.home img.logo-text {
    width: 120px;
  }

  .banner.innerbanner .innertitle .pgtitle {
    padding: 0 0 0 30px;
    font-size: 1.5em;
  }

  .banner.innerbanner .innertitle .pgtitle::before {
    width: 20px;
    top: 10px;
  }

  header.header img.logo-text, header.header.home img.logo-text {
    width: 110px;
  }

  header.header img.main-logo {
    width: 60px;
  }

  #menu-trigger {
    width: 30px;
    height: 30px;
  }
}

@-webkit-keyframes pull-up {
  0% {
    transform: translate(0, 30px);
  }

  100% {
    transform: translate(0, 0);
  }
}

@keyframes pull-up {
  0% {
    transform: translate(0, 30px);
  }

  100% {
    transform: translate(0, 0);
  }
}