@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Arimo:wght@400;700&family=Raleway:wght@400;600&family=Source+Sans+Pro:wght@700&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: 320px;
}

ol,
ul {
  list-style: none;
}

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

::-moz-selection,
::selection {
  color: #fff;
  background: #1e4a7b;
}

body,
html {
  font-size: 16px;
  line-height: 1.6em;
  font-family: "Arimo", sans-serif;
  font-weight: 400;
  color: #222;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  background: url(background.jpg);
}

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;
  font-family: "Raleway", sans-serif;
}

strong {
  font-weight: 700;
}

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

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.orangecolor {
  color: #ff9b06;
}

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

.col50 {
  width: 50%;
}

.col14 {
  width: 25%;
}

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

.editor.title h2 {
  font-size: 2.2em;
}

.editor.title h1,
.editor.title h2 {
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 15px;
  margin-top: 0;
}

.editor.title h1:after,
.editor.title h2:after {
  bottom: 2px;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
  display: block;
  position: absolute;
  width: 50px;
  height: 3px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  animation: clip-two 1.5s linear infinite;
  -moz-animation: clip-two 1.5s linear infinite;
  -ms-animation: clip-two 1.5s linear infinite;
  -webkit-animation: clip-two 1.5s linear infinite;
  background-color: #ff9b06;
}

.header {
  position: relative;
  z-index: 11;
}

.header::after,
.sles-wrap:after,
.footer:after,
.ftlogo_wrap:after,
.boxes_wrap:after, .enrollnow::before {
  content: " ";
  width: 100%;
  height: 8px;
  position: absolute;
  bottom: -8px;
  background: url(white-border.png) center center repeat-x;
  display: block;
}

.logo {
  padding: 10px 0px;
  text-transform: uppercase;
  color: #1e4a7b;
  font-size: 1.7em;
  font-weight: 700;
  font-family: "Source Sans Pro", sans-serif;
}

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

.logo strong {
  display: block;
}

.covidbar {
  color: #fff;
  padding: 8px 20px;
  font-size: 1.1em;
  width: 40%;
  position: relative;
}

.covidbar:after {
  content: "";
  position: absolute;
  top: 0;
  left: -100vw;
  bottom: 0;
  background-color: #ea8f06;
  z-index: -1;
  right: 0;
  -moz-transform: skewX(-35deg);
  -webkit-transform: skewX(-35deg);
  -o-transform: skewX(-35deg);
  -ms-transform: skewX(-35deg);
  transform: skewX(-35deg);
}

.covidbar a {
  color: #fff;
}

.topSocial {
  position: absolute;
  top: 0;
  right: 0;
}

.topSocial a {
  width: 40px;
  height: 40px;
  background-color: #1e4a7b;
  font-size: 10px;
  padding: 10px;
  margin-left: 5px;
  color: #fff;
  position: relative;
}

.topSocial a:hover {
  background-color: #ff9b06;
}

.banner {
  width: 100%;
  position: relative;
}

.banner img {
  width: 100%;
}

.overlay:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.sles-wrap {
  position: relative;
  z-index: 2;
}

.sles-wrap:after,
.footer:after, .boxes_wrap:after {
  transform: rotate(-180deg);
  top: -8px;
  bottom: inherit;
}

.sles>div {
  color: #fff;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  overflow: hidden;
  line-height: 1.3em;
  position: relative;
  margin-top: -90px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sles>div:hover .text_front {
  opacity: 0.2;
  z-index: 1;
}

.sles>div:hover .text_back {
  opacity: 1;
  z-index: 2;
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.sles>div>div {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  border-radius: 50%;
}

.sles .text_front {
  background-color: #1e4a7b;
  font-size: 5em;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1em;
  opacity: 1;
  z-index: 2;
}

.sles .text_back {
  background-color: #ff9b06;
  color: #fff;
  z-index: 1;
  opacity: 0;
  font-size: 1.3em;
  line-height: 1.3em;
  padding: 15px;
  -webkit-transform: rotateY(-90deg);
  -ms-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
}

.sles .text_front svg {
  position: absolute;
  z-index: -1;
  opacity: 0.06;
  width: 160px;
  height: 160px;
}

.welcome_wrap {
  padding-top: 30px;
}

.editor.boxes_wrap {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  position: relative;
}

.editor.boxes_wrap .boxitem {
  overflow: hidden;
  color: #fff;
  line-height: 1.3em;
  position: relative;
  height: 460px;
}

.editor.boxes_wrap .boxitem img {
  width: 100%;
  object-fit: cover;
  height: 460px;
}

.boxes_wrap .boxitem>div {
  position: absolute;
  z-index: 2;
  bottom: 15px;
  left: 20px;
  right: 20px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.boxes_wrap.editor h3 {
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.3em;
  color: #fff;
}

.boxes_wrap h3 span {
  display: block;
}

.boxes_wrap a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #19272d;
  opacity: 0.4;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.editor.boxes_wrap a:hover {
  color: #fff;
}

.boxes_wrap a:hover:after {
  opacity: 0.85;
}

.boxes_wrap a:hover>div {
  -webkit-transform: translateY(-25px);
  -ms-transform: translateY(-25px);
  transform: translateY(-25px);
}

.tour_wrap .tour {
  width: 65%;
  position: relative;
  background-size: cover;
  background-position: center;
}

.tour_wrap.editor.title h2:after {
  right: inherit;
}

.tour_wrap.editor.title h2 {
  color: #fff;
}

.calendar {
  position: relative;
  width: 40%;
  margin: 50px auto 50px -5%;
  padding: 30px;
  z-index: 1;
  background-color: #1e4a7b;
  color: #fff;
}

.editor .calendar .btn a {
  border-color: #fff;
  color: #fff;
}

.editor .calendar .btn a:hover {
  color: #1e4a7b;
  background-color: #fff;
}

.events>div {
  margin-bottom: 25px;
}

.events .glEventDate {
  text-transform: uppercase;
  line-height: 1em;
  font-weight: 700;
  border-left: 2px solid #ff9b06;
  padding-left: 15px;
  font-size: 1.1em;
  color: #ff9b06;
}

.events .glEventTitle {
  padding-top: 5px;
}

.events .glEventDate strong {
  font-weight: 500;
}

.ftlogo_wrap {
  position: relative;
}

.ftlogo_wrap .bgcolor, .enrollnow .bgcolor {
  background-color: #1e4a7b;
  color: #fff;
  padding: 4vw 0;
  width: 100%;
}

.ftlogo_wrap:after {
  bottom: inherit;
}

.ftlogo_wrap.editor h2 {
  color: #fff;
}

.ftlogo_wrap .sponsorimg {
  width: 85%;
  margin: 10px 0;
}

.ftlogo_wrap .col13 {
  border-left: 1px solid #fff;
  padding-left: 20px;
}

.figures {
  position: relative;
  color: #fff;
}

.editor .figures p {
  letter-spacing: 1px;
  font-weight: 500;
  line-height: 1.2em;
  padding: 0 10px;
}

.figures strong {
  font-size: 2em;
}

.figures img {
  display: block;
  margin: 0 auto 30px;
  width: 70px;
  height: 70px;
}

.figures .splide__pagination {
  position: relative;
  bottom: inherit;
  padding-top: 20px;
}

.editor .figures .splide__pagination li {
  background: none;
  display: inline-block;
  padding: 0;
  margin: 0;
}

.figures .splide__pagination .splide__pagination__page {
  background: #fff;
  width: 10px;
  height: 10px;
  margin: 5px;
}

.figures .splide__pagination .splide__pagination__page.is-active {
  background: #ff9b06;
  opacity: 1;
}

.figures .logoWrap {
  margin: 20px 0;
}

.enrollnow {
  position: relative;
}

.enrollnow .col60 {
  padding-left: 40px;
}

.enrollnow::before {
  bottom: auto;
  top: -1px;
}

.enrollnow.title.editor h1 {
  margin-bottom: 0;
}

.enrollnow.title.editor h1:after {
  right: inherit;
}

.enrollnow.title.editor h3 {
  color: #ff9b06;
  font-size: 2em;
}

.enrollnow.editor .btn a {
  border-color: #fff;
  color: #fff;
}

.enrollnow.editor .btn a:hover {
  color: #1e4a7b;
  background-color: #fff;
}

/*  */
.footer {
  position: relative;
  padding-top: 30px;
  padding-bottom: 10px;
  font-size: 0.95em;
}

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

.footer.editor a {
  color: #1e4a7b;
}

.footer .accreditation {
  width: 480px;
}

.footer .accreditation img {
  width: 140px;
  margin: 3px 7px;
}

.footer .accreditation .wasc img {
  width: 200px;
}

.footer .accreditation .wcea img {
  width: 60px;
}

.parish {
  width: 240px;
}

.parish i {
  font-size: 1.8em;
  margin-bottom: 7px;
  display: block;
}

.parish span {
  font-size: 1.1em;
}

.footer .copyright {
  text-align: right;
}

h1 {
  font-size: 2.3em;
  line-height: 1em;
  margin-bottom: 20px;
}

.editor h2 {
  font-size: 1.4em;
  line-height: 1.2;
  margin: 15px 0;
  color: #ff9b06;
}

.editor h3 {
  font-size: 1.4em;
  line-height: 1.2;
  margin: 15px 0;
  color: #1f497b;
}

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

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

.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: 17px;
  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: #1f487b;
  border: 1px solid #8fa1b9;
  color: #ffffff;
}

.editor table td {
  padding: 5px;
  text-align: left;
  border: 1px solid #c2daf9;
}

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

.editor table td.no-border {
  border: none;
}

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

.editor a {
  color: #1e4a7b;
  text-decoration: none;
  cursor: pointer;
}

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

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

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

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

.editor hr {
  font-size: 1px;
  line-height: 1px;
  height: 1px;
  margin: 30px 0;
  border: 0px;
  border-top: 2px solid rgba(18, 59, 98, 0.4);
}

.fulltable {
  width: 100%;
}

.mobiTable {
  overflow-x: auto;
}

.content.editor a {
  text-decoration: underline;
}

.content.editor a:hover {
  text-decoration: none;
}

.editor .btn a,
.btn a {
  position: relative;
  padding: 7px 20px;
  margin-top: 5px;
  border: 1px solid #1e4a7b;
  color: #1e4a7b;
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
}

.editor .btn a:hover,
.btn a:hover {
  background-color: #1e4a7b;
  color: #fff;
}

.editor .btn a:not(:last-child) {
  margin-right: 10px;
}

.editor .pdfFile {
  background: url(pdf-file.svg) 0 3px no-repeat;
  background-size: 18px;
  padding-left: 25px;
}

.editor .leftimg {
  float: left;
  margin: 10px 40px 20px 0;
  max-width: 35%;
}

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

.leftimg img,
.leftimg iframe {
  -webkit-box-shadow: 4px 4px 8px 0px rgba(51, 51, 51, 0.15);
  -moz-box-shadow: 4px 4px 8px 0px rgba(51, 51, 51, 0.15);
  box-shadow: 4px 4px 8px 0px rgba(51, 51, 51, 0.15);
  padding: 10px;
  background-color: #fff;
}

.rightimg img,
.rightimg iframe {
  -webkit-box-shadow: -4px 4px 8px 0px rgba(51, 51, 51, 0.15);
  -moz-box-shadow: -4px 4px 8px 0px rgba(51, 51, 51, 0.15);
  box-shadow: -4px 4px 8px 0px rgba(51, 51, 51, 0.15);
  padding: 10px;
  background-color: #fff;
}

/* Inner page ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.pagetitle {
  background-color: #1f497b;
  padding: 40px 0;
  position: relative;
  z-index: 2;
}

.pagetitle.editor h1 {
  margin: 0;
  font-size: 2em;
  color: #fff;
}

.content-body {
  padding: 30px 0;
  background-color: #fbfbfb;
}

.innerwrap {
  padding: 0 40px;
}

.content {
  width: calc(100% - 350px);
  position: relative;
  min-height: 260px;
}

.sidebar {
  width: 280px;
}

.topbanner {
  padding-bottom: 30px;
  width: 100%;
}

.topbanner img {
  width: 100%;
}

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

.photobox {
  position: relative;
  margin-left: 30px;
  max-width: 200px;
}

.photobox:after {
  content: "";
  border: 5px solid rgba(255, 255, 255, 0.7);
  left: 15px;
  right: 15px;
  top: 15px;
  bottom: 15px;
  position: absolute;
}

.facts-in>section {
  width: calc(33.33% - 30px);
  padding: 15px;
  margin: 15px;
  -webkit-box-shadow: 0px 3px 4px 1px rgb(241, 241, 241);
  box-shadow: 0px 3px 4px 1px rgb(241, 241, 241);
}

.facts-in>section strong {
  display: block;
  padding: 10px;
  font-size: 1.3em;
}

.staff article {
  position: relative;
  width: calc(25% - 20px);
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 0 13px 0px rgb(0 0 0 / 10%);
  margin: 0 10px 30px 10px;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.editor .staff article a {
  padding: 3px 10px;
  cursor: pointer;
  text-decoration: none;
}

.staff article:hover {
  background-color: rgb(6 37 84 / 5%);
  box-shadow: 0 0 13px 0px rgb(0 0 0 / 20%);
}

.staff article img {
  width: 100%;
}

.staff p:not(:last-child) {
  margin: 0;
}

.editor .staff h3 {
  font-size: 1.1em;
  margin-top: 10px;
  margin-bottom: 0;
}

/* support page */
.mgauto {
  margin: 0 auto;
}

.toptxt h2 {
  font-family: "Euphoria Script", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 3em;
  color: #1f487b;
  /* word-spacing: 20px; */
}

.toptxt .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.toptxt a {
  text-decoration: none;
}

.toptxt article {
  overflow: hidden;
  position: relative;
  width: calc(33.33% - 20px);
  line-height: 1.3em;
  margin: 10px;
  display: flex;
  flex-direction: column;
}

.toptxt article img {
  margin-bottom: 10px;
  max-width: 100%;
  height: auto;
}

.supportxt {
  display: flex;
  flex-direction: column;
}

.supportxt article {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.supportxt a {
  text-decoration: none !important;
  color: #333;
}

.supportxt a h3:hover {
  font-size: 1.5em;
  color: inherit;
}

.commonclass {
  padding: 30px;
}

.supportxt h3,
.supportxt p {
  padding: 20px;
  margin: 0;
  text-align: center;
}

.supportxt .commonclass {
  flex-grow: 1;
  height: 120px;
}

.commonclass img {
  width: 100%;
}

.commonclass h3 {
  font-size: 1.2em;
  color: #09121f;
  padding: 10px 0;
}

.bgpink {
  background-color: #9fafc5;
}

.bgltpink {
  background-color: #c8d1de;
}

.bggray {
  background-color: #ffd3a5;
}

.bgltgray p {
  background-color: #ffe6cc;
}

h2 span {
  text-transform: uppercase;
  font-family: initial;
}

.tinyWrap {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* legacy planning page */

.plannedtxt {
  padding: 10px 0;
  font-family: initial;
  font-size: 2em !important;
  font-weight: 500;
  font-style: normal;
}

.fancytxt {
  font-family: "Euphoria Script", cursive;
  font-weight: 500;
  font-style: normal;
  font-size: 1.3em !important;
}

.bluetxt a {
  display: block;
  text-decoration: none !important;
  font-size: 1.5em;
  font-weight: 800;
  font-style: normal;
  background-color: #222f55;
  padding: 15px;
  color: white;
}

.bluetxt a:visited {
  text-decoration: none !important;
  color: white;
}

/* our endownments page */

.rightxt {
  text-align: right;
}

/*  */

/* ~~~~~~ calendar ~~~~~~~ */
.fullcal .fc-content {
  color: #fff;
}

.editor .fullcal table td {
  padding: 0;
}

.editor .fullcal table {
  margin: 0;
}

.editor .fullcal .fc-button-primary {
  text-transform: capitalize;
  background-color: #1f487b;
  border-color: #1f487b;
}

.editor .fullcal .fc-button-primary:hover {
  background-color: #1f5392;
  border-color: #1f5392;
}

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

.editor .fullcal .fc-event {
  border: 1px solid #1f487b;
}

.editor .fullcal .fc-event,
.fc-event-dot {
  background-color: #1f487b;
}

.editor .fullcal table td {
  border: 1px solid #1f487b;
}

#detail h1 {
  font-size: 1.6em;
  color: #1f487b;
}

/***Side Menu***/
.sidemenu {
  background-color: #ecf4ff;
}

.sidemenu>ul>li {
  display: none;
  position: relative;
}

.sidemenu>ul>li.active,
.formmenu>ul>li {
  display: block;
}

.sidemenu>ul>li.active>a:before {
  display: none;
}

.sidemenu>ul>li>ul>li {
  border-top: 1px solid #fff;
}

.sidemenu li a {
  color: #333;
  line-height: 22px;
  padding: 7px 10px 7px 20px;
  display: block;
  position: relative;
  font-size: 0.9em;
}

.sidemenu>ul>li.active>a {
  font-size: 22px;
  font-weight: 500;
  background-color: #1f487b;
  color: #fff;
  padding: 10px 20px;
}

.sidemenu>ul>li>ul>li>ul {
  margin-left: 20px;
}

.sidemenu li a:hover,
.sidemenu li.active>a {
  background-color: #e7eff9;
  color: #fd9102;
}

.sidemenu>ul>li>ul>li>a:before {
  content: "";
  top: 0;
  left: 0;
  width: 5px;
  bottom: 0;
  position: absolute;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  transition: 0.4s all;
}

.sidemenu li a:hover:before,
.sidemenu li.active>a:before {
  background-color: #fd9101;
}

.mailing-form {
  padding: 0 5px;
}

.editor .asterisk h4 {
  margin-bottom: 0;
}

.asterisk small {
  text-align: right;
  font-size: 11px;
  display: block;
}

.asterisk i {
  color: #ff0100;
  font-size: 16px;
}

.blockquote {
  position: relative;
  padding: 20px;
  border-left: 3px solid #1f497b;
  border-bottom: 3px solid #1f497b;
  border-radius: 20px 20px 0;
  margin-bottom: 30px;
  background-color: rgba(254, 178, 77, 0.1);
  font-size: 1.1em;
}

.sles-in>div span {
  background: #1f487b;
  color: #fff;
  padding: 20px;
  font-size: 4em;
  display: inline-block;
  font-weight: 600;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  margin: 10px 20px 10px 0;
  line-height: 50px;
  text-align: center;
}

.covid-docs a {
  position: relative;
}

.covid-docs a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #1f487b;
  opacity: 0;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.covid-docs a:hover:after {
  opacity: 0.4;
  height: 100%;
}

.covid-docs a:before {
  content: "\f12b";
  position: absolute;
  width: 44px;
  height: 44px;
  margin: auto;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-family: beehivelyicons;
  font-size: 3em;
  color: #fff;
  opacity: 1;
  -webkit-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.covid-docs a:hover:before {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* Navigation */
.menu.topmenu {
  position: absolute;
  right: 140px;
  top: 0;
  margin-top: 0;
}

.menu.topmenu>li#covid-19 a {
  color: #ff9b06;
}

.menu {
  font-weight: 600;
  margin-top: 40px;
  font-family: "Raleway", sans-serif;
}

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

.menu>li {
  position: relative;
  margin-right: 22px;
}

.menu>li:after {
  content: "";
  display: block;
  position: absolute;
  right: -12px;
  top: 0;
  bottom: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #ff9b06;
  margin: auto;
}

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

.menu>li:last-child:after {
  display: none;
}

.menu li a {
  color: #19272d;
  margin: 0;
  display: block;
}

.menu>li>a {
  position: relative;
  text-transform: uppercase;
  align-items: center;
  line-height: 44px;
  font-size: 1.1em;
  border-bottom: 3px solid transparent;
}

.menu>li.active>a,
.menu>li:hover>a {
  color: #fd9102;
  border-color: #fd9102;
}

.menu ul {
  width: 200px;
  padding: 10px;
  position: absolute;
  left: 0px;
  top: 100%;
  display: none;
  z-index: 10;
  background-color: white;
  -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 {
  display: block;
}

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

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

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

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

.menu li ul li a {
  display: block;
  padding: 8px 0;
  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: #fd9102;
}

#menu-trigger {
  display: none;
}

@media screen and (max-width: 2560px) {
  .commonclass img {
    width: 75% !important;
  }

  .toptxt h2 {
    font-size: 3em;
  }
}

@media screen and (max-width: 1480px) {
  .editor .figures p {
    padding: 0 5px;
    letter-spacing: 0.5px;
  }

  .commonclass img {
    width: 80% !important;
  }

  .toptxt h2 {
    font-size: 3em;
  }
}

@media screen and (max-width: 1340px) {
  .logo {
    font-size: 1.5em;
  }

  .editor .figures p {
    font-size: 0.9em;
    padding: 0 4px;
    letter-spacing: 0.2px;
  }
}

@media screen and (max-width: 1199px) {
  .logo img {
    width: 60px;
  }

  .covidbar {
    width: 60%;
  }

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

  .parish {
    width: 160px;
  }

  .footer .accreditation {
    width: 360px;
  }

  .footer .accreditation img {
    width: 100px;
  }

  .footer .accreditation .wasc img {
    width: 170px;
  }

  .staff article {
    width: calc(33.33% - 20px);
  }

  .editor .staff h3 {
    font-size: 1.05em;
  }

  .editor .staff article p {
    font-size: 0.9em;
  }

  .editor.boxes_wrap .boxitem,
  .editor.boxes_wrap .boxitem img {
    height: 400px;
  }

  .figures img {
    margin: 0 auto 20px;
    width: 60px;
    height: 60px;
  }

  .editor .figures p {
    font-size: 0.8em;
    letter-spacing: 0;
  }

  .toptxt h2 {
    font-size: 2em;
  }

  .plannedtxt {
    font-size: 1.5em !important;
  }

  .fancytxt {
    font-size: 1em !important;
  }

  .tinyWrap {
    padding-bottom: 0px;
    padding-top: 0px;
  }

  .bluetxt a {
    padding: 10px;
    font-size: 0.8em;
    font-weight: 600;
  }

  .enrollnow.title.editor h3 {
    font-size: 1.4em;
    margin-top: 15px;
  }
}

@media screen and (max-width: 1023px) {

  .editor.title h2,
  h1,
  .editor.title h1 {
    font-size: 1.7em;
    font-weight: 700;
  }

  .editor h2,
  .editor h3,
  .editor h4 {
    font-size: 1.2em;
    margin-top: 0;
  }

  .topSocial {
    top: inherit;
    right: inherit;
    position: relative;
  }

  .logo {
    padding-bottom: 0;
  }

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

  .innerwrap {
    padding: 0 20px;
  }

  .content {
    width: 100%;
    padding-bottom: 30px;
  }

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

  .spaceTop {
    padding-top: 45px;
  }

  .spaceBottom {
    padding-bottom: 45px;
  }

  .sidebar {
    width: 100%;
  }

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

  .nav {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 5;
    background-color: #fff;
    -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);
    width: 288px;
  }

  .menu.topmenu {
    position: relative;
    top: inherit;
    right: inherit;
  }

  .menu,
  .nav.showMobiNav {
    margin-top: 0;
    display: block;
  }

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

  .menu>li>a,
  .menu.topmenu>li>a {
    text-transform: uppercase;
  }

  .menu li a,
  .menu.topmenu>li>a {
    line-height: 1.3em;
    text-align: left;
    position: relative;
    display: block;
    margin-left: 40px;
    padding: 10px 10px 10px 0px;
    color: #333;
    background-color: transparent;
    border: none;
    font-size: 1em;
  }

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

  .menu li ul li a {
    padding: 6px 10px 6px 0px;
    color: #333;
    font-size: 1em;
  }

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

  .menu ul {
    padding: 0;
    padding-left: 15px;
  }

  .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>li:last-child.active>a {
    color: #1e4a7b;
    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: #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: 30px;
    height: 40px;
    cursor: pointer;
    margin-left: 10px;
  }

  #menu-trigger span,
  #menu-trigger span:before,
  #menu-trigger span:after {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    height: 4px;
    background-color: #1e4a7b;
    -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: 8px;
    content: "";
  }

  #menu-trigger span:before {
    top: -8px;
    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;
  }

  .editor .staff h3 {
    font-size: 1em;
  }

  .editor.boxes_wrap .boxitem,
  .editor.boxes_wrap .boxitem img {
    height: 320px;
  }

  .col14.logoWrap {
    width: 33.33%;
  }

  .boxesWrap>article {
    width: calc(50% - 20px);
  }

  .commonclass img {
    width: 100% !important;
  }

  .commonclass h3 {
    font-size: 1.2em;
  }

  .toptxt h2 {
    font-size: 2em;
  }

  .plannedtxt {
    font-size: 1.5em !important;
    padding: 0;
  }

  .bluetxt a {
    font-size: 1em;
    font-weight: 500;
  }

  .fancytxt {
    font-size: 1.2em !important;
  }
}

@media screen and (max-width: 767px) {

  body,
  html {
    font-size: 15px;
  }

  .editor.title h2,
  h1,
  .editor.title h1,
  .pagetitle.editor h1 {
    font-size: 1.4em;
    font-weight: 700;
  }

  .editor h2,
  .editor h3,
  .editor h4 {
    font-size: 1.2em;
    margin-top: 0;
  }

  .spaceTop {
    padding-top: 30px;
  }

  .spaceBottom {
    padding-bottom: 30px;
  }

  .innerwrap {
    padding: 0;
  }

  .editor hr {
    margin: 20px 0;
  }

  .col12,
  .col23,
  .col13,
  .col50, .col40, .col60, .boxesWrap>article,
  .toptxt article {
    width: 100%;
  }

  .col12+*,
  .col13+*,
  .col23+*,
  .col50+*, .col40+* {
    margin-top: 20px;
  }

  .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: 10px auto;
    max-width: inherit;
    text-align: center;
  }

  .leftimg img,
  .rightimg img,
  .rightimg iframe {
    -webkit-box-shadow: 0px 0px 8px 0px rgba(51, 51, 51, 0.15);
    -moz-box-shadow: 0px 0px 8px 0px rgba(51, 51, 51, 0.15);
    box-shadow: 0px 0px 8px 0px rgba(51, 51, 51, 0.15);
    padding: 10px;
  }

  .covidbar {
    width: 100%;
    background-color: #ea8f06;
  }

  .covidbar:after {
    display: none;
  }

  .calendar {
    width: 100%;
    margin: 0;
  }

  .facts-in>section {
    width: calc(48% - 30px);
  }

  .ftlogo_wrap .col13 {
    border-left: 0;
    margin-top: 10px;
    border-top: 1px solid #fff;
    padding: 20px 0 0;
  }

  .ftlogo_wrap .sponsorimg {
    width: 60%;
  }

  .footer .container>div {
    width: 50%;
  }

  .staff article {
    width: calc(50% - 20px);
  }

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

  .col14.logoWrap {
    width: 50%;
    margin: 10px 0;
  }

  .figures img {
    margin: 0 auto 15px;
    width: 50px;
    height: 50px;
  }

  .editor .figures p {
    font-size: 0.9em;
    margin-bottom: 10px;
  }

  .figures strong {
    font-size: 1.6em;
  }

  .sles>div {
    width: 136px;
    height: 136px;
    margin-top: -60px;
  }

  .sles .text_back {
    font-size: 1.1em;
  }

  .toptxt h2 {
    font-size: 2em;
  }

  .plannedtxt {
    padding: 0;
    font-size: 1.6em !important;
  }

  .enrollnow .bgcolor {
    padding: 40px 0;
  }

  .enrollnow .col60 {
    padding-left: 0;
  }
}

@media screen and (max-width: 600px) {
  .sles>div {
    width: 100px;
    height: 100px;
    margin-top: -50px;
  }

  .sles .text_back {
    font-size: 0.9em;
    line-height: 1.1em;
  }
}

@media screen and (max-width: 479px) {
  .toptxt article {
    width: 100%;
  }

  .toptxt h2 {
    font-size: 1em;
  }

  .sles>div {
    margin: 10px auto;
    width: 78px;
    height: 78px;
    margin-top: -40px;
  }

  .sles .text_front {
    font-size: 3.4em;
  }

  .sles .text_back {
    font-size: 0.8em;
  }

  .logo {
    font-size: 1.2em;
  }

  .logo img {
    width: 40px;
    margin-right: 5px;
  }

  .editor.boxes_wrap .boxitem {
    width: 100%;
    height: 300px;
  }

  .footer .container>div {
    width: 100%;
    text-align: center;
    padding: 10px 0;
  }

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

  .facts-in>section {
    width: 100%;
  }

  .staff article {
    width: 100%;
  }

  .staff article .text {
    position: absolute;
    width: calc(100% - 20px);
    bottom: 10px;
    background-color: rgb(255 255 255 / 90%);
  }

  .editor.boxes_wrap .boxitem {
    height: 240px;
  }

  .topSocial a {
    width: 36px;
    height: 36px;
    padding: 8px;
  }

  #menu-trigger {
    height: 36px;
    width: 26px;
    margin-left: 6px;
  }

  .welcome_wrap {
    padding-top: 20px;
  }
}

@media screen and (max-width: 360px) {
  .toptxt h2 {
    font-size: 1.2em;
  }

  .plannedtxt {
    padding: 0;
    font-size: 1.2em !important;
  }

  .bluetxt a {
    font-size: 0.8em;
    font-weight: 400;
  }

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

  .topSocial a {
    width: 32px;
    height: 32px;
    padding: 7px;
    font-size: 9px;
    margin-left: 4px;
  }

  #menu-trigger {
    height: 32px;
    width: 24px;
    margin-left: 4px;
  }

  .logo {
    font-size: 1.1em;
  }

  .logo img {
    width: 35px;
    margin-right: 4px;
  }

  .sles>div {
    width: 68px;
    height: 68px;
  }

  .sles .text_front {
    font-size: 3em;
  }

  .editor.title h1,
  .editor.title h2 {
    margin-bottom: 15px;
  }
}

@keyframes clip-two {

  0%,
  100% {
    width: 50px;
  }

  25% {
    width: 35px;
  }

  50% {
    width: 15px;
  }

  75% {
    width: 40px;
  }
}

@-moz-keyframes clip-two {

  0%,
  100% {
    width: 50px;
  }

  25% {
    width: 35px;
  }

  50% {
    width: 15px;
  }

  75% {
    width: 40px;
  }
}