@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Arvo:wght@400;700&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Overpass:ital,wght@0,100..900;1,100..900&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: 300px;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

:root {
  --primary: #1d1b3b;
  --secondary: #dd0c0c;
  --white: #ffffff;
  --darkgray: #222;
  --darkblue: #191735;
  --lightblue: #f0efff;
  --bodytext: "Overpass", sans-serif;
  --bodytext2: "Josefin Sans", sans-serif;
  --headtext: "Arvo", serif;
}

/* #Basic Styles ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
body, html {
  font-size: 18px;
  line-height: 1.5em;
  font-family: var(--bodytext);
  font-weight: 300;
  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 {
  line-height: 1.3;
  font-weight: 800;
  margin-bottom: 10px;
}

strong {
  font-weight: 600;
}

em {
  font-style: italic;
}

small {
  font-size: 85%;
}

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

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

main {
  flex: 1 0 auto;
}

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

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

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

.container {
  margin: 0 auto;
  position: relative;
  padding: 0;
  width: calc(100% - 40px);
  max-width: 1300px;
  z-index: 1;
}

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

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

.smallwrap {
  margin: 0 auto;
  width: calc(100% - 40px);
  max-width: 900px;
  position: relative;
  z-index: 1;
}

.bigfont {
  font-size: 1.2em;
  letter-spacing: 1px;
}

.uppercase {
  text-transform: uppercase;
}

.redcolor {
  color: #c51d26;
}

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

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

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

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

.pageTitle {
  background-color: var(--primary);
  padding: 60px 0;
  position: relative;
}

.pageTitle::before {
  content: '';
  position: absolute;
  background-image: url(innerphoto.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
}

.pageTitle h1 {
  color: var(--white);
  padding: 20px;
}

.pageTitle h1::before {
  content: '';
  position: absolute;
  width: 4px;
  height: 100%;
  background-color: var(--secondary);
  left: 0;
  top: 0;
  height: 100%;
}

.content {
  padding: 40px 0;
  min-height: 300px;
}

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

.header::before {
  content: '';
  position: absolute;
  background-color: var(--darkblue);
  width: 100%;
  height: 55px;
  left: 0;
  bottom: 0;
}

.logo {
  position: relative;
  max-width: 600px;
  padding: 10px 0;
}

.logo img {
  width: 60px;
  margin-right: 15px;
}

.logo h1 {
  color: #fff;
  font-family: var(--bodytext2);
  margin-bottom: 0;
}

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

.banner:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(15deg, rgba(0, 0, 0, 0.94) 0%, rgba(255, 255, 255, 0) 56%, rgba(255, 255, 255, 0) 100%);
}

.banner {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 100%;
  height: calc(100vh - 240px);
}

.relative {
  position: relative;
}

.mainbg {
  position: relative;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--white);
}

.mainbg:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background: rgb(29, 27, 59);
  background: linear-gradient(148deg, rgba(29, 27, 59, 0.9) 9%, rgba(29, 27, 59, 1) 80%);
}

.circlesSpace {
  padding-top: 100px;
}

.circles {
  max-width: 300px;
  position: absolute;
  right: 0;
  top: -30px;
}

.circles>a {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  font-size: 0.85em;
  letter-spacing: 1.3px;
  min-width: 80px;
}

.circles>a:hover {
  color: var(--lightblue);
}

.circles .icon {
  display: block;
  width: 60px;
  height: 60px;
  padding: 16px;
  color: var(--white);
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  transition: all .3s ease;
  background-color: var(--secondary);
}

.circles>a:hover .icon {
  transform: scale(1.3);
  background-color: var(--lightblue);
  color: var(--secondary);
}

.circles .icon i {
  font-size: 12px;
  display: inline-block;
  line-height: 1;
}

.circles .icon img {
  width: auto;
}

.welcomeWrap .imagebox {
  width: 60%;
  height: 550px;
  background-color: #8c8c8c;
  position: absolute;
  top: 0px;
  bottom: 0;
  overflow: hidden;
  z-index: 1;
}

.welcomeWrap .imagebox:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40%;
  background: linear-gradient(90deg, rgba(0, 27, 61, 0), var(--primary));
  height: 100%;
}

.welcomeWrap .imagebox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.welcomeWrap .textBox {
  width: 38%;
  max-width: 480px;
  padding: 25px 10px;
  margin: 0 0 0 auto;
}

.welcomeWrap .textBox header {
  margin-left: -180px;
}

.welcomeWrap .textBox header h2 {
  position: relative;
  font-size: 2.4em;
  font-weight: 500;
  padding-bottom: 4px;
}

.welcomeWrap .textBox header h2:after {
  content: '';
  position: absolute;
  width: 50px;
  height: 4px;
  left: 0;
  bottom: 0;
  background-color: var(--secondary);
}

.welcomeWrap .textBox header h3 {
  margin-top: 0;
  font-size: 3.4em;
  text-transform: uppercase;
}

.welcomeWrap .textBox .text {
  padding: 2em;
  background-color: var(--primary);
  margin-left: -100px;
  line-height: 1.6;
}

.imagebox .text {
  background-color: #0f0d2e;
  padding: 2em;
  width: 84%;
  margin: -50px auto 0 auto;
  z-index: 2;
  position: relative;
}

.imagebox .text h4 {
  margin-bottom: 10px;
}

.tagline {
  padding-bottom: 20px;
}

.tagline h3 {
  font-size: 4.6em;
  margin-top: 0;
  text-transform: uppercase;
}

.facts article {
  background-color: var(--white);
  padding: 30px;
  width: calc(25% - 30px);
  margin: 15px;
}

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

.facts article h3 {
  color: var(--primary);
  font-weight: 700;
  margin: 15px 0 0;
  font-size: 3em;
}

.facts article p {
  color: var(--darkgray);
}

.sleText {
  margin: 0 -15px;
  padding-top: 30px;
}

.sleText li {
  position: relative;
  width: calc(25% - 30px);
  margin: 15px;
}

.sleText li div {
  display: inline-block;
  border: 3px solid var(--white);
  position: relative;
  width: 80px;
  height: 95px;
  margin-bottom: 10px;
}

.sleText li div h3 {
  position: absolute;
  font-size: 5em;
  margin: 0 auto;
  bottom: 20px;
  line-height: 0;
  left: 6px;
  font-weight: 400;
  color: var(--white);
}

.sleText li span {
  display: block;
  color: var(--body);
}

.programWrap h2 {
  margin-bottom: 0;
}

.programWrap .programSlide {
  width: 78%;
  margin-left: auto;
  z-index: 1;
  position: relative;
}

.programWrap .programSlide article {
  position: relative;
  margin-bottom: 30px;
}

.programWrap .programSlide article .programContent {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 40px;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.programWrap .programSlide article .programContent::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: linear-gradient(0, rgb(29 27 59 / 50%), transparent);
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.programWrap .programSlide article:hover .programContent::before {
  background: linear-gradient(0, rgb(29 27 59 / 80%), rgb(29 27 59 / 40%));
}

.programWrap .programSlide article .programContent h3 {
  position: absolute;
  bottom: 20px;
  color: #fff;
  margin: 0;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.programWrap .programSlide article:hover .programContent h3 {
  position: relative;
  -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
}

.programWrap .programSlide article .programContent div {
  opacity: 0;
  margin-top: 30px;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  position: relative;
  z-index: 1;
}

.programWrap .programSlide article:hover .programContent div {
  opacity: 1;
  -webkit-transition: all 0.4s 0.2s ease;
  -o-transition: all 0.4s 0.2s ease;
  transition: all 0.4s 0.2s ease;
}

.programWrap .programSlide article img {
  width: 100%;
}

.programWrap header {
  border-left: 5px solid var(--secondary);
  padding: 5px 0px 0px 12px;
  transform: rotate(90deg);
  position: absolute;
  left: 0;
  top: 200px;
  line-height: 1;
}

.faithTtl h2 {
  font-size: 2.4em;
  text-transform: uppercase;
  padding-bottom: 40px;
}

.faithTtl span {
  margin: 0 15px;
  position: relative;
}

.faithTtl span::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: var(--white);
  right: -15px;
  top: 20px;
}

.faithTtl span:last-child::before {
  content: unset;
}

/* inner page */
.sleBoxes article {
  border: 2px solid var(--primary);
  border-radius: 10px;
  overflow: hidden;
  margin: 15px 0;
}

.sleBoxes article h3 {
  padding: 15px;
  background-color: var(--lightblue);
  color: var(--primary);
  margin-bottom: 0;
}

.sleBoxes article h3::first-letter {
  color: var(--secondary);
  font-size: 1.2em;
}

.sleBoxes article div {
  padding: 15px;
}

/* staff page */
.staffOpt {
  padding-top: 20px;
}

.staff.row {
  margin: 0 -10px;
}

.staff article {
  width: calc(25% - 20px);
  margin: 10px;
  padding: 15px;
  background-color: var(--lightblue);
}

.staff article p {
  margin-bottom: 0;
}

/* footer */
.footer {
  position: relative;
  background-color: var(--darkblue);
  color: rgba(255, 255, 255, 0.9);
}

.footer .smallwrap {
  padding: 40px 0;
}

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

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

.footer .smallwrap p {
  margin-bottom: 0;
}

.footer p i {
  font-size: 12px;
  margin-right: 15px;
  display: inline-flex;
}

.footer p small {
  display: block;
}

.footer .copyright {
  width: 100%;
  line-height: 22px;
  font-size: 90%;
  border-top: 1px solid rgb(255 255 255 / 41%);
  padding: 15px 0;
}

.footer .copyright span {
  margin: 0 10px;
}

/* ~~~~~~~~~~~~~~~~~ */
h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.3em;
}

h6 {
  font-size: 1.2em;
}

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

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

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

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

blockquote {
  position: relative;
  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.08);
  font-size: 1.2em;
  letter-spacing: 0.5px;
  margin: 30px auto;
  padding: 15px 100px;
  text-align: center;
  clear: both;
  font-weight: 500;
  border: none !important;
  color: var(--primary) !important;
}

blockquote.full {
  max-width: inherit;
}

blockquote:before {
  display: block;
  margin: 0 auto 10px;
  content: "\f131";
  font-family: beehivelyicons;
  font-size: 34px;
  width: 50px;
  line-height: 1;
  text-align: center;
  color: var(--secondary);
}

blockquote cite {
  display: block;
  padding-top: 15px;
  font-size: 1.1rem;
  color: #222;
}

.leftimg {
  float: left;
  margin: 0 30px 25px 0;
  max-width: 30%;
  position: relative;
}

.rightimg {
  float: right;
  margin: 0 0 25px 30px;
  max-width: 30%;
  position: relative;
}

.leftimg::before, .rightimg::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--primary);
  right: -10px;
  bottom: -10px;
}

.leftimg::before {
  right: auto;
  left: -10px;
}

.fulltable {
  width: 100%;
}

table {
  margin: 10px 0 10px 0;
  font-size: 0.9em;
  color: #222;
}

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

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

table tr:nth-child(2n+1) td {
  background-color: var(--lightblue);
}

table.no-border {
  border: none;
}

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

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

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

hr {
  font-size: 1px;
  line-height: 1px;
  height: 1px;
  margin: 30px 0;
  border: 0px;
  border-top: 2px solid var(--primary);
  opacity: 0.4;
}

.fulltable {
  width: 100%;
}

.btn a {
  cursor: pointer;
  position: relative;
  font-weight: 700;
  overflow: hidden;
  text-align: center;
  padding: 14px 24px 12px 24px;
  margin-top: 15px;
  display: inline-block;
  color: var(--white);
  font-size: 0.9em;
  text-transform: uppercase;
  background-color: var(--secondary);
  z-index: 1;
  text-decoration: none;
}

.btn a:before {
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  position: absolute;
  width: 200%;
  height: 200%;
  content: "";
  top: -200%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
  background-color: var(--lightblue);
}

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

.btn a:hover:before {
  top: -40%;
}

/* map */
.mapInfoBox h3 {
  font-size: 1.4em;
  margin-bottom: 0;
  color: var(--primary);
}

.mapInfoBox p {
  margin: 5px 0 0;
}

/* Navigation */
.nav {
  width: 100%;
}

.menu.topmenu {
  position: absolute;
  top: 5px;
  right: 0;
}

.menu.topmenu>li>a {
  font-size: 0.85em;
  font-weight: 700;
  text-transform: uppercase;
}

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

.menu>li {
  position: relative;
}

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

.menu li a {
  color: var(--darkgray);
  margin: 0;
  display: block;
  font-weight: 500;
}

.menu>li>a {
  line-height: 40px;
  position: relative;
  color: var(--white);
  padding: 10px 0 5px 0;
  font-weight: 700;
  text-transform: uppercase;
}

.menu>li>a:after {
  content: "";
  position: absolute;
  height: 3px;
  width: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: var(--secondary);
  opacity: 0;
  z-index: 0;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.menu>li:hover>a:after, .menu>li.active>a:after {
  opacity: 1;
  width: 100%;
}

.menu ul {
  width: 210px;
  padding: 6px;
  position: absolute;
  left: 0px;
  top: 100%;
  display: none;
  z-index: 21;
  background-color: var(--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;
}

.menu>li li:hover>ul {
  left: 100%;
  top: 0;
  display: block;
  right: inherit;
  border: 1px solid #e3e3d8;
}

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

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

.menu li ul li {
  width: 100%;
  padding: 0px;
  position: relative;
  border-bottom: 1px solid rgb(0 26 57 / 15%);
}

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

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

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

.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(--white);
  background-color: var(--primary);
}

#menu-trigger {
  display: none;
}

@media screen and (max-width:1300px) {
  .welcomeWrap .textBox header h3 {
    font-size: 3em;
  }

  .programWrap .programSlide article .programContent {
    padding: 10px;
  }

  .programWrap .programSlide article .programContent div {
    margin-top: 20px;
  }
}

@media screen and (max-width:1180px) {
  .banner {
    background-attachment: unset;
    height: 580px;
  }

  .logo h1 {
    font-size: 1.8em;
  }

  .welcomeWrap .textBox header h3, .tagline h3 {
    font-size: 2.6em;
  }

  .welcomeWrap .textBox header h2, .faithTtl h2 {
    font-size: 1.8em;
  }

  .welcomeWrap .textBox .text {
    padding: 1em;
    margin-left: -120px;
    line-height: 1.5;
  }

  .programWrap .programSlide article .programContent h3 {
    font-size: 1.4em;
  }

  .programWrap .programSlide article .programContent div {
    font-size: 0.9em;
  }

  .programWrap header {
    top: 180px;
  }

  .facts article {
    padding: 15px;
    width: calc(25% - 20px);
    margin: 10px;
  }

  .facts article i {
    font-size: 1.4em;
    display: inline-flex;
  }

  .facts article h3 {
    font-size: 2.4em;
  }

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

@media screen and (max-width:1023px) {
  .spaceTop {
    padding-top: 50px;
  }

  .spaceBottom {
    padding-bottom: 50px;
  }

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

  .pageTitle {
    padding: 30px 0;
  }

  .logo h1, .pageTitle h1 {
    font-size: 1.5em;
  }

  .banner {
    height: 420px;
  }

  .welcomeWrap .textBox header h3, .tagline h3 {
    font-size: 2.2em;
  }

  .welcomeWrap .textBox .text {
    padding: 10px;
    font-size: 0.9em;
  }

  .welcomeWrap .textBox header h2, .faithTtl, .tagline h2 {
    font-size: 1.4em;
  }

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

  .programWrap header {
    position: relative;
    transform: unset;
    top: 0;
    margin: 20px 0;
    display: inline-block;
    border: 0;
    padding: 0;
  }

  .programWrap header::before {
    content: '';
    position: absolute;
    width: 50px;
    height: 4px;
    left: 0;
    bottom: -5px;
    background-color: var(--secondary);
  }

  .programWrap .programSlide {
    width: 100%;
    padding: 0 10px;
  }

  .facts article {
    padding: 10px;
  }

  .facts article h3 {
    font-size: 1.6em;
    margin: 10px 0 0;
  }

  .sleBoxes article h3 {
    font-size: 1.4em;
    padding: 10px;
  }

  .sleBoxes article div {
    padding: 10px;
  }

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

  .staffOpt {
    font-size: 1.5em;
  }

  .faithTtl h2 {
    font-size: 1.2em;
  }

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

  .nav.showMobiNav {
    display: block;
  }

  .menu {
    display: block;
    width: 100%;
  }

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

  .menu>li>a {
    text-transform: capitalize;
  }

  /* .menu>li#home2 {
    display: none;
  } */
  .menu>li:not(:last-child) {
    margin-right: 0;
  }

  .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 5px;
    color: #222;
    background-color: transparent;
    border-bottom: 1px solid #fff;
  }

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

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

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

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

  .menu ul, .menu>li li:hover>ul, .menu>li:hover>ul {
    display: block;
    position: relative;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    visibility: visible;
    opacity: 1;
    padding: 0;
    width: inherit;
  }

  .menu>li li:hover>ul {
    left: 0;
  }

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

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

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

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

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

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

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

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

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

  #menu-trigger {
    display: block;
    position: relative;
    z-index: 11;
    width: 34px;
    height: 34px;
    cursor: pointer;
    margin-top: 20px;
  }

  #menu-trigger span, #menu-trigger span:before, #menu-trigger span:after {
    position: absolute;
    width: 26px;
    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: "";
  }

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

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

  .spaceTop {
    padding-top: 25px;
  }

  .spaceBottom {
    padding-bottom: 25px;
  }

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

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

  .col12+.col12, .col13+.col13 {
    margin-top: 15px;
  }

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

  .logo h1 span {
    display: block;
  }

  .banner {
    height: 240px;
  }

  .circlesSpace {
    padding-top: 60px;
  }

  .circles .icon {
    width: 50px;
    height: 50px;
    padding: 12px;
  }

  .circles .icon i {
    font-size: 10px;
  }

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

  .content .leftimg {
    margin: 0 0 30px 15px
  }

  .content .rightimg {
    margin: 0 15px 30px 0;
  }

  h2 {
    font-size: 1.5em;
  }

  h3 {
    font-size: 1.4em;
  }

  .content {
    padding: 20px 0;
  }

  .pageTitle {
    padding: 20px 0;
  }

  .logo h1, .pageTitle h1 {
    font-size: 1.4em;
  }

  .pageTitle h1 {
    padding: 10px;
  }

  .sleBoxes article {
    margin: 5px 0;
  }

  .sleBoxes article div {
    padding: 0 10px;
  }

  .sleBoxes article h3 {
    font-size: 1.2em;
    padding: 5px 10px;
  }

  .staff.row {
    margin: 0;
  }

  .staff article {
    width: 100%;
    margin: 10px 0;
  }

  .welcomeWrap .imagebox {
    width: 100%;
    height: 100%;
    position: relative;
  }

  .welcomeWrap .imagebox:after {
    content: unset;
  }

  .welcomeWrap .textBox {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 20px 0 0;
  }

  .welcomeWrap .textBox header {
    margin-left: 0;
    margin-bottom: 15px;
  }

  .welcomeWrap .textBox .text {
    margin-left: 0;
  }

  .welcomeWrap .textBox header h3, .tagline h3 {
    font-size: 1.8em;
  }

  .faithTtl h2 {
    font-size: 1em;
    padding-bottom: 20px;
  }

  .faithTtl span {
    margin: 0 5px;
    display: inline-block;
  }

  .faithTtl span::before {
    width: 5px;
    height: 5px;
    right: -5px;
    top: 10px;
  }

  .programWrap .programSlide article {
    margin: 10px;
  }

  .facts article {
    width: 100%;
  }

  .tagline {
    padding-bottom: 0;
  }

  .footer .smallwrap {
    padding: 20px 0 10px;
  }

  .footer .smallwrap p {
    width: 100%;
    margin-bottom: 10px;
  }

  .footer .copyright {
    padding: 10px 0;
  }

  .footer .copyright span {
    display: none;
  }
}