@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap');

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

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

body {
  min-width: 305px;
}

ol, ul {
  list-style: none;
}

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

body, html {
  font-size: 17px;
  line-height: 1.5em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #333;
  -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, 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: 1300px;
  z-index: 1;
}

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

.bigfont {
  font-size: 1.1em;
  letter-spacing: 1px;
  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%;
}

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

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

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

.itemcenter {
  align-items: center;
}

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

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

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

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

.editor.title h1, .editor.title h3 {
  font-size: 2em;
  margin-top: 0;
  padding-bottom: 15px;
  margin-bottom: 20px;
  color: #162852;
  position: relative;
}

.editor.title h3 {
  margin-bottom: 0;
}

.editor.title h1:after, .editor.title h3:after {
  content: '';
  position: absolute;
  width: 50px;
  height: 3px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #FFE499;
  bottom: 0;
}

/* ~~~~~~~~~~~~~~~ */
.header {
  width: 100%;
  position: relative;
  z-index: 5;
  top: 0;
  background-color: #162852;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
}

.logo {
  position: relative;
  margin-top: 15px;
  background-color: #fff;
  margin-bottom: -80px;
  border-radius: 50%;
  border: 2px solid #fff;
}

.logo img {
  width: 166px;
  height: 166px;
}

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

.banner img {
  width: 100%;
}

.banner:after {
  background-color: #162852;
  opacity: 0.25;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 0;
}

.banner .splide__pagination {
  z-index: 3;
}

.bannerText, .bannerText2 {
  position: absolute;
  z-index: 2;
  color: #fff;
  font-size: 1.2em;
  width: 100%;
}

.bannerText.editor h3 {
  font-size: 3em;
  line-height: 1;
  color: #fff;
}

.bannerText {
  bottom: 20%;
  transform: translateY(-20%);
  -webkit-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
}

.bannerText2 {
  bottom: 50px;
}

.bannerText2.editor .btn a {
  background-color: #162852;
  color: #fff;
  border: none;
  padding: 10px 15px;
  text-transform: uppercase;
}

.bannerText2.editor .btn a:hover {
  background-color: #FFE499;
  color: #162852;
}

.editor .services>a {
  width: calc(33.33% - 20px);
  position: relative;
}

.editor .services>a h3 {
  color: #fff;
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1;
  z-index: 2;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
}

.services .box {
  position: absolute;
  width: 100%;
  height: 60px;
  color: #fff;
  bottom: 0;
  transition: all .3s ease-in-out;
}

.services .box:after {
  content: '';
  position: absolute;
  background-color: rgb(22 40 82 / 70%);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  transition: all .3s ease-in-out;
}

.editor .services>a:hover .box {
  height: 100%;
}

.factsWrap {
  background-color: #FFE499;
  color: #162852;
  padding-top: 30px;
  padding-bottom: 30px;
}

.factsWrap .facts>div span, .factsWrap .facts>div .svgimg {
  display: inline-block;
  font-size: 1.5em;
}

.factsWrap .facts>div .svgimg {
  width: 70px;
  height: 70px;
}

.factsWrap.editor h2 {
  font-size: 3em;
  position: relative;
  font-weight: 600;
  line-height: 1;
  margin-top: 15px;
}

.factsWrap.editor h2:after {
  content: '';
  position: absolute;
  background-color: #162852;
  height: 2px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 50px;
  bottom: 0;
}

.factsWrap.editor .facts>div p {
  font-size: 1.2em;
}

.factsWrap .facts>div {
  width: calc(33.33% - 20px);
  border-right: 1px solid #162852;
  padding: 0 15px;
  margin: 0 10px;
}

.factsWrap .facts>div:last-of-type {
  border-right: none;
}

.testimonialsWrap .testimonial {
  font-weight: 600;
  color: #162852;
}

.testimonialsWrap .testimonial .tlitem {
  padding: 80px 20px 60px;
  font-size: 1.2em;
  line-height: 1.4;
}

.testimonialsWrap .testimonial .tlitem:before, .testimonialsWrap .testimonial .tlitem:after, .testimonialsWrap.tmAll .testimonial .tlitem:before, .testimonialsWrap.tmAll .testimonial .tlitem:after {
  content: '';
  background-image: url(quote.svg);
  position: absolute;
  line-height: 1em;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center;
}

.testimonialsWrap.tmAll .testimonial .tlitem:before, .testimonialsWrap.tmAll .testimonial .tlitem:after {
  background-image: url(quote-white.svg);
}

.testimonialsWrap .testimonial .tlitem:before, .testimonialsWrap .testimonial .tlitem:after {
  width: 44px;
  height: 44px;
}

.testimonialsWrap .testimonial .tlitem:before {
  left: 20px;
  top: 0px;
}

.testimonialsWrap .testimonial .tlitem:after {
  right: 20px;
  bottom: 0px;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.splide__pagination .splide__pagination__page {
  width: 12px;
  height: 12px;
}

.testimonialsWrap .splide__pagination {
  position: relative;
  bottom: inherit;
  margin-top: 20px !important;
}

.testimonialsWrap .splide__pagination li, .banner .splide__pagination li {
  margin: 2px;
}

.testimonialsWrap .splide__pagination__page.is-active {
  background-color: #FFE499;
}

.tmAll .splide__slide {
  background-color: #162852;
}

.testimonialsWrap.tmAll .tlitem:before {
  top: 20px;
}

.testimonialsWrap.tmAll .tlitem:after {
  bottom: 20px;
}

.testimonialsWrap.tmAll .tlitem {
  color: #fff;
}

.pagetextWrap .container .col12 {
  color: #fff;
  background-color: #162852;
  padding: 30px 15px;
  font-size: 1.1em;
}

.pagetextWrap.editor .btn a {
  margin: 0;
}

.pagetextWrap.editor .btn a:hover {
  color: #fff;
  border-color: #FFE499;
}

/* admission page */
.calblock article {
  background-color: #edf2ff;
  margin-bottom: 30px;
}

.calblock article h3 {
  background-color: #162852;
  color: #fff;
  padding: 15px;
  margin: 0;
}

.calblock article h3 i {
  font-size: 10px;
  margin-right: 5px;
  display: inline-flex;
  font-weight: 400;
}

.calblock article a {
  font-weight: 600;
}

.calblock article .calwrap {
  padding: 20px;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.calblock article .calwrap.calnoflex {
  display: block;
}

.calblock article .calwrap .calcontent {
  width: 72%;
}

.calblock article .calwrap.calnoflex .calcontent {
  width: 100%;
}

.calblock article .calwrap .calimage {
  width: 24%;
}

.calblock article .calwrap .calimage img {
  border: 4px solid #f1ead4;
  padding: 10px;
}

.applybox article {
  position: relative;
  background-color: #edf2ff;
  margin-bottom: 30px;
}

.applybox article h3 {
  background-color: #162852;
  color: #fff;
  padding: 15px 30px;
  margin: 0;
  position: absolute;
  top: -10px;
  left: -10px;
}

.applybox article div {
  padding: 50px 25px 15px 25px;
}

/*  */
.footer {
  position: relative;
  width: 100%;
  background-color: #f8f8f8;
  color: #162852;
}

.footer .container>article {
  width: 48%;
  padding-top: 25px;
}

.footer address strong {
  font-size: 1.1em;
}

.footer.editor address p {
  margin-bottom: 10px;
}

.footer small {
  line-height: 1.4;
  display: inline-block;
  margin-top: 10px;
  font-size: 75%;
}

.footer.editor a {
  color: #162852;
}

.footer.editor a:hover {
  color: #FFE499;
}

.footer .map .full-screen {
  height: 330px !important;
}

.footer.editor .socialIcon a {
  font-size: 8px;
  padding: 9px;
  background-color: #162852;
  line-height: 1;
  border-radius: 50%;
  color: #fff;
}

.footer.editor .socialIcon a:not(:first-child) {
  margin-left: 10px;
}

.footer.editor .socialIcon a:hover {
  background-color: #FFE499;
  color: #162852;
  animation-name: animation-pulse;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes animation-pulse {
  25% {
    transform: scale(1.1)
  }

  75% {
    transform: scale(0.9)
  }
}

.copyright {
  color: #222;
  width: 100%;
  padding-bottom: 10px;
  border-top: 1px solid #474747;
  margin-top: 20px;
  padding-top: 10px;
}

.copyright span {
  padding: 0 10px;
  opacity: 0.7;
}

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

.editor h2 {
  font-size: 1.3em;
  padding: 12px 0px;
  position: relative;
  color: #fff;
  margin-bottom: 20px;
  margin-top: 20px;
}

.editor h2:after {
  content: '';
  position: absolute;
  top: 0;
  left: -100vh;
  right: -100vh;
  bottom: 0;
  z-index: -1;
  background-color: #162852;
}

.editor h3 {
  font-size: 1.3em;
  margin: 15px 0;
  color: #162852;
}

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

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

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

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

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

.editor ul li::marker {
  color: #162852;
}

.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: #162852;
  color: #ffffff;
  font-weight: 500;
}

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

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

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

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

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

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

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

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

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

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

.fulltable {
  width: 100%;
}

.editor .btn a {
  display: inline-block;
  background-color: #FFE499;
  border: 2px solid transparent;
  color: #162852;
  padding: 7px 20px;
  cursor: pointer;
  text-decoration: none;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 15px;
}

.editor .btn a:hover {
  background-color: transparent;
  color: #162852;
  border-color: #162852;
}

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

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

.fullcal .fc-content {
  color: #fff;
}

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

.editor .fullcal table {
  margin: 0;
}

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

.editor .fullcal .fc-event, .fc-event-dot {
  background-color: #62739a;
}

.fullcal .fc-today span {
  background-color: #FFE499;
  padding: 3px;
  font-weight: 600;
}

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

.fullcal button.fc-button-primary {
  background-color: #162852;
  border-color: #162852;
  text-transform: capitalize;
  font-size: 16px
}

.fullcal .fc-button-primary:hover {
  background-color: #384899;
  border-color: #384899;
}

.fullcal button.fc-button-primary:disabled {
  opacity: 0.7;
  background-color: #384899;
  border-color: #384899;
}

.editor .fullcal h2:after {
  display: none;
}

.fullcal .fc-toolbar h2 {
  color: #162852;
}

#detail h1 {
  font-size: 1.4em;
  color: #162852;
}

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

.bluetext {
  color: #162852;
  font-weight: 600;
  font-size: 1.1em;
}

.content.editor>h2:first-child {
  margin-top: -30px;
}

.content .grSidebar {
  width: 300px;
}

.content .grSidebar .sidemenu {
  margin-left: 0;
  margin-right: 0;
}

.content .grSidebar .sidemenu li {
  margin: 0px;
  position: relative;
  list-style: none;
  background-color: #162852;
}

/* .content .grSidebar .sidemenu li:last-of-type {
  border-bottom: 1px solid #b7bac2;
} */
.content .grSidebar .sidemenu li a {
  color: #fff;
  line-height: 22px;
  padding: 10px;
  display: block;
  position: relative;
  border-bottom: 1px solid #fff;
}

.content .grSidebar .sidemenu li.active a, .editor .sidemenu li a:hover {
  color: #162852;
  background-color: #FFE499;
}

.content .grContent {
  width: calc(100% - 330px);
}

.frame-wrap {
  width: 100%;
  height: 400px;
  overflow: hidden;
  margin-top: 15px;
  border: 1px solid #ddd;
  vertical-align: top;
}

.admissionsDocs .frame-wrap {
  height: 300px;
}

.admissionsDocs .col13 {
  width: calc(33.33% - 20px);
  margin: 0 10px;
}

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

.pagetitle {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
}

.pagetitle h1 {
  text-align: center;
  position: relative;
  color: white;
  font-size: 3em;
  border-bottom: 6px solid #FFE499;
  margin-bottom: 50px;
  padding-bottom: 20px;
}

.sleWrap .sleitem {
  width: calc(33.33% - 20px);
  margin: 10px;
  background-color: #162852;
  color: #fff;
  padding: 20px;
}

.sleWrap .sleitem:nth-last-child(-n+2) {
  width: calc(50% - 20px);
}

.editor .sleWrap .sleitem h3 {
  margin-top: 0;
  color: #fff;
}

.editor .sleWrap .sleitem ul li::marker {
  color: #fff;
}

/* ~~~~~~~~~~~~~~~~~~ */
.staffWrap>article {
  width: calc(25% - 9px);
  box-shadow: 4px 4px 10px 0px rgb(167 167 167 / 21%);
  margin: 0px 9px 9px 0px;
  padding: 50px 30px 50px 30px;
}

.staffWrap .thumb img {
  border-radius: 50%;
  object-fit: contain;
  width: 55%;
}

.editor .staffWrap>article h4 {
  color: #162852;
  margin-bottom: 5px;
}

.editor .staffWrap>article p {
  margin-bottom: 10px;
}

.editor .staffWrap>article strong {
  font-weight: 400;
}

.editor .iconBox a {
  font-size: 80%;
  background-color: #162852;
  color: #ffe499;
  margin: 0 5px;
  padding: 3px 5px;
  border-radius: 5px;
}

.iconBox span img {
  width: 23px;
  /* margin-right: 3px; */
}

.iconBox span {
  display: inline-block;
  line-height: 1.4;
  padding: 3px;
}

.editor .iconBox a:hover {
  color: #162852;
  background-color: #ffe499;
}

/* Navigation */
.nav {
  position: relative;
}

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

.menu>li {
  position: relative;
}

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

.menu li a {
  color: #fff;
}

.menu>li>a {
  position: relative;
  line-height: 44px;
  font-weight: 500;
  font-size: 1.1em;
}

.menu>li#donate a {
  padding: 0 10px;
  color: #162852;
  background-color: #FFE499;
}

.menu>li#donate a:hover {
  background-color: #fff;
}

.menu>li>a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #FFE499;
  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;
}

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

.menu ul {
  width: 230px;
  position: absolute;
  left: 0px;
  top: 100%;
  background-color: #fff;
  display: none;
  z-index: 10;
  -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 {
  right: 0;
  left: inherit;
}

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

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

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

.menu li ul li a {
  display: block;
  padding: 8px 15px;
  line-height: 1.3em;
  font-size: .9em;
  color: #333;
  font-weight: 500;
}

.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: #162852;
  background-color: #FFE499;
}

#menu-trigger {
  display: none;
}

@media screen and (max-width:1235px) {
  .staffWrap>article {
    padding-left: 20px;
    padding-right: 20px;
  }
}

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

  .logo img {
    width: 140px;
    height: 140px;
  }

  .bannerText.editor h3 {
    font-size: 2.5em;
  }

  .bannerText2.editor .btn a {
    margin-bottom: 0;
  }

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

  .staffWrap>article {
    width: calc(33.33% - 9px);
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .calblock article .calwrap {
    padding: 10px;
  }

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

  .calblock article h3 i {
    font-size: 9px;
  }

  .applybox article h3 {
    padding: 10px 20px;
    font-size: 1.2em;
  }

  .applybox article div {
    padding: 35px 15px 10px 15px;
  }
}

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

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

  .admissionsDocs .col13 {
    width: calc(50% - 20px);
  }

  .spaceTop {
    padding-top: 30px;
  }

  .spaceBottom {
    padding-bottom: 30px;
  }

  .bannerText2.editor .btn a {
    margin-top: 0;
  }

  .bannerText2.editor p {
    margin-bottom: 0;
  }

  .editor .services>a h3 {
    font-size: 1.1em;
  }

  .factsWrap.editor h2 {
    font-size: 2.5em;
  }

  .pagetitle h1 {
    font-size: 2.8em;
    border-width: 2px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .staffWrap>article {
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

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

  .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 0px 10px 10px;
    color: #162852;
    background-color: transparent;
  }

  .menu>li#donate a {
    padding: 10px 0px 10px 10px;
  }

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

  .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 ul, .menu>li li:hover>ul, .menu>li:hover>ul {
    display: block;
    width: inherit;
    position: relative;
    left: inherit;
    top: inherit;
    right: inherit;
    min-height: inherit;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    animation: none;
    visibility: visible;
    opacity: 1;
    background-color: inherit;
  }

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

  .menu>li:hover>a {
    color: #162852;
    background-color: transparent;
  }

  .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 {
    color: #162852;
    background-color: #FFE499;
  }

  .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: #162852;
    pointer-events: none;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
  }

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

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

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

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

  #menu-trigger {
    display: block;
    position: relative;
    z-index: 11;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-color: #FFE499;
    border-radius: 5px;
  }

  #menu-trigger span, #menu-trigger span:before, #menu-trigger span:after {
    position: absolute;
    width: 26px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #222;
    -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) {
  .logo {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .logo img {
    width: 84px;
    height: 84px;
  }

  .banner .splide__pagination {
    margin-bottom: 25px !important;
  }

  .bannerText, .bannerText2 {
    position: relative;
    bottom: 0;
    padding: 20px 0;
    background-color: #162852;
    transform: none;
  }

  .bannerText2 {
    background-color: #FFE499;
  }

  .bannerText.editor h3 {
    font-size: 1.5em;
    margin: 0;
  }

  .editor .services>a h3 {
    font-size: 1.3em;
    padding: 0 5px;
  }

  .editor .services>a:nth-child(2) {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .editor .services>a h2 {
    font-size: 1.3em;
  }

  .factsWrap .facts>div {
    margin: 0;
    border-right: 0;
    border-top: 1px solid #1a2d87;
    padding: 15px 0;
  }

  .factsWrap .facts>div:first-of-type {
    border-top: 0;
  }

  .spaceTop {
    padding-top: 25px;
  }

  .spaceBottom {
    padding-bottom: 25px;
  }

  .pagetitle.container {
    width: 100%;
  }

  .pagetitle {
    position: relative;
    background-color: #FFE499;
    padding: 20px;
  }

  .pagetitle h1 {
    font-size: 1.7em;
    border-bottom: none;
    margin: 0;
    padding: 0;
    color: #162852;
  }

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

  .staffWrap>article {
    width: calc(50% - 9px);
  }

  .col12, .col23, .col13, .editor .services>a, .editor .services>a img, .factsWrap .facts>div, .footer .container>article, .sleWrap .sleitem, .sleWrap .sleitem:nth-last-child(-n+2), .content .grSidebar, .content .grContent, .admissionsDocs .col13 {
    width: 100%;
  }

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

  .sleWrap .sleitem, .sleWrap .sleitem:nth-last-child(-n+2) {
    margin-left: 0;
    margin-right: 0;
  }

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

  .calblock article .calwrap .calcontent, .calblock article .calwrap .calimage {
    width: 100%;
  }
}

@media screen and (max-width:599px) {
  .staffWrap>article {
    width: 100%;
    margin-right: 0;
  }

  .testimonialsWrap .testimonial .tlitem:before, .testimonialsWrap .testimonial .tlitem:after {
    width: 54px;
    height: 44px;
  }

  .testimonialsWrap .testimonial .tlitem {
    padding: 50px 20px 30px;
  }
}

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

@media print {
  body {
    line-height: 1.3;
    background: #fff;
    color: #000;
  }

  h1 {
    font-size: 24pt;
  }

  h2, h3, h4 {
    font-size: 14pt;
  }

  a, blockquote, table, pre {
    page-break-inside: avoid;
  }

  h1, h2, h3, h4, h5, h6, img {
    page-break-after: avoid;
    page-break-inside: avoid;
  }

  ul, ol, dl {
    page-break-before: avoid;
  }

  a:link, a:visited, a {
    color: #520;
    font-weight: bold;
    text-decoration: underline;
  }

  .footer {
    page-break-before: always;
  }

  .logo {
    width: 90px;
  }
}