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

:root {
  --primary: #3f2b6a;
}

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: var(--primary);
}

body, html {
  font-size: 22px;
  line-height: 1.5em;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 400;
  color: #222;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  height: 100%;
}

a, a:visited {
  text-decoration: none;
  outline: 0;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

p a, p a:visited {
  line-height: inherit;
}

li {
  line-height: 1.4em;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}

strong {
  font-weight: 500;
}

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

.redcolor {
  color: #C51D26;
}

*, *: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: 94%;
  max-width: 1300px;
  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;
}

.uppercase {
  text-transform: uppercase;
}

.hidden {
  display: none !important;
}

.sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.sr-only.focusable:active, .sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clear {
  clear: both;
}

.col12 {
  width: 48%;
}

.col23 {
  width: 65.333%;
}

.col13 {
  width: 30.666%;
}

.col40 {
  width: 40%;
}

.col60 {
  width: 60%;
}

.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 h2 {
  margin-top: 0;
  position: relative;
}

.overlay:after {
  content: "";
  position: absolute;
  background-color: #000;
  opacity: 0.3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.header {
  position: relative;
  width: 100%;
  z-index: 11;
  margin-bottom: 1px;
  -webkit-box-shadow: 0 2px 30px 0 rgb(0 0 0 / 15%);
  box-shadow: 0 2px 20px 0 rgb(0 0 0 / 10%);
}

.header.homepg {
  position: absolute;
  box-shadow: none;
}

.logo {
  width: 400px;
  text-align: center;
  margin: 20px auto 30px auto;
  position: relative;
}

.logo img {
  width: 400px;
}

/* .logo {
  width: 260px;
  text-align: center;
  margin: 7px auto 20px auto;
  display: table;
  position: relative;
  color: var(--primary);
}

.logo h1 {
  margin-bottom: 0;
}

.logo h1 small {
  font-size: 20px;
  display: block;
  line-height: 1.3;
  text-align: right;
  position: relative;
}

.logo h1 small:before {
  content: '';
  position: absolute;
  width: 60px;
  height: 2px;
  background-color: var(--primary);
  top: 50%;
  left: 10px;
  transform: translate(0%, 50%);
}

.logo img {
  width: 50px;
}

.logo .tagline {
  display: block;
  line-height: 1;
  font-family: 'Caveat', cursive;
  font-weight: 600;
  font-size: 1.3em;
  padding-top: 5px;
} */
.topIcons {
  position: absolute;
  left: 0;
  top: 35px;
}

.social>* {
  color: #222;
  padding: 10px;
  background-color: rgb(255 255 255 / 80%);
  line-height: 1em;
  margin-left: 2px;
  cursor: pointer;
  border-radius: 20px;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.social>*:hover, .social>.open {
  background-color: var(--primary);
}

.social i {
  font-size: 10px;
  line-height: 1em;
  display: block;
  color: var(--primary);
}

.social>*:hover i, .social>.open i {
  color: #fff;
}

/*search form*/
.search-bar {
  position: absolute;
  z-index: 12;
  left: 0;
  top: 100%;
  width: 250px;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.4);
  margin-top: 5px;
  border-radius: 4px;
  background-color: #fff;
  padding: 4px;
}

.input {
  width: 100%;
  padding: 0 10px;
  border: none;
  height: 30px;
  outline: none;
  font-size: 15px;
  color: #333;
  background-color: #fff;
}

.search-bar .button {
  display: none;
}

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

.banner img, .innerBanner img {
  width: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}

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

.wide-container {
  height: 95vh !important;
}

.downside {
  position: absolute;
  z-index: 3;
  width: 100%;
  bottom: 15px;
}

@-webkit-keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }

  15% {
    opacity: 1;
    top: 70%;
  }

  50% {
    opacity: 0;
    top: 70%;
  }

  100% {
    opacity: 0;
    top: 29%;
  }
}

@keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }

  15% {
    opacity: 1;
    top: 70%;
  }

  50% {
    opacity: 0;
    top: 70%;
  }

  100% {
    opacity: 0;
    top: 29%;
  }
}

.downside>* {
  display: inline-block;
  line-height: 18px;
  font-size: 13px;
  font-weight: normal;
  color: #7f8c8d;
  color: #ffffff;
  letter-spacing: 2px;
}

.downside>*:hover, .downside>*:focus, .downside>*.active {
  color: #ffffff;
}

.downside>*:hover, .downside>*:focus, .downside>*:active, .downside>*.active {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.downside .mouse {
  position: relative;
  display: block;
  width: 35px;
  height: 55px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid white;
  border-radius: 23px;
}

.downside .mouse>* {
  position: absolute;
  display: block;
  top: 29%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  background: white;
  border-radius: 50%;
  -webkit-animation: ani-mouse 2.5s linear infinite;
  -moz-animation: ani-mouse 2.5s linear infinite;
  animation: ani-mouse 2.5s linear infinite;
}

/* ~~~~~~~~~~~~~~~~~ */
.sectionWrap.welcomeWrap {
  position: relative;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  overflow: hidden;
}

.sectionWrap.welcomeWrap .parallaxImg {
  background-attachment: fixed;
  background-repeat: no-repeat;
  -moz-background-size: auto 120vh;
  background-size: auto 150vh;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 40%;
}

.welcomeWrap .parallaxImg:after {
  background-color: rgba(255, 255, 255, 0.7);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.welcomeWrap .textWrap {
  background-color: #fff;
  width: 60%;
  margin: 0 0 0 auto;
  padding: 40px;
  text-align: center;
}

.welcomeWrap .textWrap .wlcImg, .welcomeWrap .textWrap .wlcText {
  position: relative;
}

.welcomeWrap .textWrap .wlcImg:before {
  background-image: url(favicon-128.png);
  background-repeat: no-repeat;
  background-size: 100%;
  bottom: 15px;
  content: "";
  height: 70px;
  left: 25px;
  margin: 0 auto;
  position: absolute;
  width: 70px;
  z-index: 2;
}

.welcomeWrap .textWrap .wlcImg {
  padding: 40px 70px 0;
}

.welcomeWrap .textWrap .wlcText {
  padding: 40px 100px;
}

.welcomeWrap .textWrap .wlcText h1 {
  background-color: #fff;
  margin: -100px auto 15px;
  padding: 30px 10px;
  width: 100%;
  max-width: 550px;
  display: inline-block;
  border-top: 3px solid var(--primary);
  border-bottom: 3px solid var(--primary);
  font-size: 2em;
  line-height: 1;
}

.welcomeWrap .textWrap .wlcText h1>strong {
  display: block;
  color: var(--primary);
  font-size: 70%;
  text-transform: initial;
}

.editor .eventSec h2:after {
  margin: 0 auto;
}

.calList .glEvent {
  width: calc(50% - 14px);
  margin: 0 7px;
  padding: 10px;
  color: #333;
  margin-bottom: 14px;
  background-color: #f6f3fb;
  line-height: 1.1;
  font-size: 1.2em;
  text-align: left;
  border: 1px solid #dfdbe8;
  -webkit-box-shadow: 0 3px 0px rgb(0 0 0 / 10%);
  -ms-box-shadow: 0 3px 0px rgb(0 0 0 / 10%);
  box-shadow: 0 3px 0px rgb(0 0 0 / 10%);
}

.calList .glEventDate {
  padding-left: 26px;
  font-weight: 500;
  color: var(--primary);
  position: relative;
  font-size: 1.1em;
  margin-bottom: 10px;
}

.calList .glEventDate:before {
  position: absolute;
  left: 0;
  top: 7px;
  content: "\f15f";
  font-family: beehivelyicons;
  font-size: 20px;
  line-height: 1;
}

.calList .glEventTitle {
  font-size: .9em;
}

.sectionWrap.eventWrap {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.welcomeWrap.eventWrap .textWrap .wlcImg:before {
  bottom: 100px;
}

.welcomeWrap.eventWrap .textWrap {
  margin: 0 auto 0 0;
  position: relative;
}

.welcomeWrap.eventWrap .textWrap .wlcImg img {
  border: 15px solid #fff;
}

.welcomeWrap.eventWrap .textWrap .wlcImg {
  padding-bottom: 70px;
}

.textWrap.bgcolor {
  /* background-color: #d4c7f1; */
  background-color: #f1eaff;
}

.welcomeWrap.eventWrap .textWrap .boxTitle {
  position: absolute;
  width: 400px;
  top: 50%;
  right: -100px;
  z-index: 2;
  transform: translate(0, -50%);
}

.welcomeWrap.eventWrap .textWrap a {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 2.5em;
  line-height: 1.1em;
  /* font-family: 'Roboto Slab', serif; */
  text-decoration: none;
  background-color: #f9f9f9;
  border: 15px solid #fff;
  display: block;
  padding: 30px 20px 20px;
  text-align: left;
}

.welcomeWrap.eventWrap .textWrap a:hover {
  background-color: var(--primary);
  color: #fff;
}

.welcomeWrap.eventWrap .textWrap a i {
  font-size: 15px;
  display: inline-block;
  margin-left: 10px;
}

.sectionWrap.eventWrap .parallaxImg {
  left: inherit;
  right: 0;
  background-position: right;
}

.events .glEvent {
  width: calc(33.33% - 10px);
  text-align: left;
  margin: 10px 5px 0 5px;
}

.events .glEventDate {
  position: relative;
  border: 1px solid #ededed;
}

.events .glMonth {
  background-color: var(--primary);
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding: 3px;
  display: block;
  position: absolute;
  width: 104px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  left: -34px;
  top: 38px;
}

.events .glDay {
  font-size: 3em;
  display: block;
  line-height: 2em;
  padding-left: 60px;
  color: var(--primary);
}

.events .glEventTitle {
  font-size: 1.1em;
  font-weight: 600;
  padding: 5px;
  line-height: 1.2;
}

.events .glEventTitle>div {
  margin-left: 12px;
  position: relative;
}

.events .glEventTitle>div:before {
  content: '';
  width: 6px;
  height: 6px;
  background-color: var(--primary);
  left: -12px;
  top: 10px;
  right: 0;
  z-index: 1;
  position: absolute;
  border-radius: 50%;
}

.quicklinks .row>div {
  width: 33.33%;
  position: relative;
}

.quicklinks .itemBox {
  position: relative;
  overflow: hidden;
  color: white;
  text-transform: uppercase;
  font-size: calc(1rem + 0.5vw);
  height: 50%;
  display: block;
}

.quicklinks .row>div:nth-child(2) .itemBox {
  height: 100%;
}

.quicklinks h3 {
  text-shadow: 0 0 0.1rem #000;
  font-size: 1.1em;
  width: 100%;
  background-color: rgba(63 43 106/ 0.5);
  padding: 15px 0;
}

.quicklinks a img, .quicklinks a h3 {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.quicklinks a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.quicklinks a:hover h3 {
  background-color: var(--primary);
}

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

.quicklinks .text-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer {
  position: relative;
  background-color: #eee;
}

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

.footer .logo {
  border-right: 1px solid var(--primary);
  margin: 0 20px 0 0;
  padding: 10px 20px 10px 0;
}

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

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

.footer .copyright {
  width: 96%;
  border-top: 1px solid #b3b3b3;
  font-size: 0.9em;
  padding: 15px;
  margin: 0 auto;
}

.editor a.instaBtn {
  display: inline-flex;
  border: 2px solid var(--primary);
  padding: 10px;
  text-decoration: none;
}

.instaBtn span {
  display: inline-flex;
}

.instaBtn span i {
  font-size: 13px;
  line-height: 1;
}

.instaBtn strong {
  margin-left: 7px;
}

/* ~~~~~~~~~~~~~back to top ~~~~~~~~~~ */
.back_top {
  cursor: pointer;
}

.back_top i {
  font-size: 8px;
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  display: inline-block;
}

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

.editor h2 {
  font-size: 1.7em;
  line-height: 1.2;
  margin: 15px 0 25px;
  position: relative;
  padding-bottom: 10px;
}

.editor h2:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100px;
  height: 4px;
  background-color: var(--primary);
}

.editor h3 {
  font-size: 1.45em;
  margin: 15px 0;
  color: var(--primary);
}

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

.editor h5 {
  font-size: 1.3em;
  margin: 10px 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: 20px;
  display: list-item;
}

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

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

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

.editor table th {
  padding: 5px;
  text-align: left;
  font-size: 1em;
  background-color: #674ea7;
  border: 1px solid #ddd;
  color: #ffffff;
  font-weight: 500;
}

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

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

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

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

.editor .tblhead {
  background-color: var(--primary);
  text-align: center;
  font-size: 1.2em;
  color: #fff;
}

.editor a {
  color: var(--primary);
  text-decoration: underline;
  cursor: pointer;
}

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

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

.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: 40px 0;
  border: 0px;
  border-top: 2px solid #f3f6fc;
}

.fulltable {
  width: 100%;
}

.mobiTable {
  overflow-x: auto;
}

.editor .btn a, .btn a {
  position: relative;
  padding: 10px 15px;
  background-color: var(--primary);
  color: #fff;
  margin-top: 10px;
  display: inline-block;
  text-decoration: none;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 500;
  border: 2px solid transparent;
}

.editor .btn a:hover, .btn a:hover {
  background-color: transparent;
  color: var(--primary);
  border-color: var(--primary);
}

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

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

.editor .leftimg img {
  box-shadow: 5px 5px 0 0 #d4d4d4;
}

.editor .rightimg {
  float: right;
  margin: 0px 0px 10px 30px;
  max-width: 35%;
  box-shadow: rgb(0 0 0 / 20%) 0px 20px 30px;
  border: 1px solid #eee;
}

blockquote {
  quotes: none;
  position: relative;
  padding: 14px 14px 14px 20px;
  border-left: 4px solid #ededed;
  width: 95%;
  margin: 10px 0;
  color: var(--primary) !important;
}

/* ~~~~~~~ alumni directory ~~~~~~~~ */
.directoryWrap header>div {
  padding: 5px;
  text-align: left;
  font-size: 1em;
  background-color: var(--primary);
  border: 1px solid #ddd;
  color: #ffffff;
  font-weight: 500;
}

.editor .directoryData a {
  text-decoration: none;
}

.editor .directoryData a>div {
  padding: 5px;
  text-align: left;
  border: 1px solid #ddd;
}

.editor .directoryData a:nth-child(2n) {
  background-color: #f1f1f1;
}

.editor .directoryData a:hover {
  background-color: #e9dfff;
}

.searchBox {
  border: 1px solid #333;
  padding-left: 5px;
  margin: 15px 0;
  max-width: 450px;
}

.searchBox .search-field {
  width: 100%;
  height: 40px;
  border: 0;
  border-radius: 0;
}

.searchBox .bi-search-fill {
  font-size: 10px;
  margin-right: 10px;
  line-height: 1;
}

input[type=text]:focus {
  outline: none;
}

/* Inner page ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.pgtitle {
  background-color: var(--primary);
  padding: 30px 0;
  position: relative;
}

.pgtitle.editor h1 {
  color: #fff;
  position: relative;
  margin-bottom: 0;
  margin-left: 10px;
}

.pgtitle img {
  width: 50px;
  opacity: .8;
}

.pgtitle:after {
  content: '';
  position: absolute;
  background-image: url(shape.png);
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  opacity: 0.7;
}

.content {
  padding: 30px 0px;
  position: relative;
}

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

.editor .newsletter-list li {
  margin-left: 0;
  list-style: none;
  margin-bottom: 10px;
}

.newsletter-list li i {
  font-size: 12px;
  margin-right: 5px;
}

.staffwrap {
  margin-top: 30px;
}

.staffwrap article {
  width: calc(20% - 16px);
  margin: 0 8px 16px 8px;
  background-color: #f6f4fa;
  padding: 15px;
}

.editor .staffwrap article h4 {
  margin-bottom: 5px;
  font-size: 1.2em;
}

.editor .staffwrap article p {
  margin-bottom: 0;
}

.staffwrap article img {
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 50%;
  position: relative;
  padding: 5px;
  background: #fff;
}

.staffwrap article .position {
  font-size: 0.9em;
  line-height: 1.2;
}

.tesitmonial article {
  width: calc(50% - 16px);
  padding: 20px;
  margin: 8px;
}

.tesitmonial article:nth-child(4n+1), .tesitmonial article:nth-child(4n+4) {
  background-color: #f3effc;
}

.tesitmonial .author {
  color: var(--primary);
  text-align: right;
  font-weight: 500;
  font-style: italic;
}

.editor .reports a {
  width: calc(20% - 20px);
  border: 1px solid #eee;
  text-decoration: none;
  text-align: center;
  padding-top: 15px;
  margin: 10px;
}

.editor .reports h4 {
  font-size: 1.2em;
}

.editor .reports a:hover {
  background-color: #eee;
}

.tution-box .col13 {
  padding: 40px;
  color: #fff;
  border-radius: 12px;
}

.tution-box .col13:first-of-type {
  background: #4bacc6;
  border: 5px solid #36889f;
}

.tution-box .col13:nth-child(2) {
  background: #604a7b;
  border: 5px solid #3b2852;
}

.tution-box .col13:last-child {
  background: #92d050;
  border: 5px solid #6faf2b;
}

.tution-box h3 {
  color: #fff;
}

.photos>article {
  width: calc(20% - 10px);
  margin: 5px;
  display: block;
  position: relative;
  overflow: hidden;
}

.photos>article:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0.2em;
  border: 2px solid rgba(255, 255, 255, .6);
}

.photos>article:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: all .3s ease-in-out;
}

.photos>article:hover:after {
  background-color: var(--primary);
  opacity: .9;
}

.photos .details {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  font-size: 85%;
  line-height: 1.1;
  padding: 10px;
  z-index: 3;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #fff;
  opacity: 0;
}

.photos>article:hover .details {
  opacity: 1;
}

.photos>article .details>div {
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}

.videosWrap .col12 {
  position: relative;
  width: calc(50% - 10px);
  margin: 0 5px 15px 5px;
}

.editor .videobtn a {
  display: block;
  position: relative;
  height: 180px;
  overflow: hidden;
}

.videobtn span {
  display: inline-block;
  background-color: #fff;
  cursor: pointer;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 10px rgb(41 44 75 / 50%);
}

.videobtn span:before, .videobtn span:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.videobtn span:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent var(--primary);
}

.accordion .accordion-item .accordion-header-button {
  font-size: 1.1em;
}

.wsteam {
  padding: 15px;
  margin-bottom: 25px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

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

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

.fullcal .fc-toolbar h2 {
  color: var(--primary);
}

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

.fullcal td.fc-today {
  background: #fcf8e3 !important;
}

.editor .fullcal a {
  color: #fff;
  cursor: pointer;
}

.fullcal .fc-event, .fullcal .fc-event-dot {
  background-color: rgb(103 78 167 / 12%);
  color: var(--primary) !important;
  border: none;
}

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

.fullcal .fc-today .fc-day-number {
  background: #1e103a;
  border-radius: 3px;
  padding: 5px;
  color: #fff;
}

button.fc-button-primary {
  background-color: var(--primary);
  border-color: var(--primary);
}

.fc-button-primary:hover {
  color: #fff !important;
  background-color: #200e44 !important;
  border-color: #200e44 !important;
}

#detail h1 {
  font-size: 1.3em;
  color: var(--primary);
}

.fulltable {
  width: 100%;
}

/*~~~ Google Translator ~~~~*/
.translator {
  position: relative;
  margin: 0 0 0 auto;
}

.g_translate .goog-te-gadget {
  overflow: hidden;
  color: transparent;
  font-size: 0;
  line-height: 0;
}

.g_translate .goog-te-gadget, .g_translate .goog-te-gadget .goog-te-combo {
  height: 34px;
}

.g_translate .goog-te-gadget .goog-te-combo {
  background-color: #fff;
  border: none;
  border-radius: 5px;
  margin: 0 !important;
  color: #000;
  outline: none;
  padding: 0 7px;
  width: 140px;
}

.g_translate .goog-te-gadget:not(:first-child), .g_translate .goog-te-gadget>span:not(:first-child), .g_translate .goog-te-gadget .goog-te-combo:not(:first-child) {
  display: none;
}

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

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

.topmenu {
  position: absolute;
  right: 0;
  top: -80px;
}

.topmenu.menu>li>a {
  font-size: 0.9em;
  text-transform: capitalize;
  padding: 0px 7px;
}

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

.menu li a {
  color: #222;
  margin: 0;
}

.menu>li {
  position: relative;
}

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

/* 
.menu:not(.topmenu)>li>a {
  font-weight: 500;
  font-size: 1.1em;
} */
.menu>li>a {
  padding: 0 12px;
  position: relative;
  line-height: 44px;
  font-size: 1.1em;
  text-transform: uppercase;
  font-weight: 500;
}

.menu>li>a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  background-color: var(--primary);
  bottom: 0;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

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

.menu ul {
  width: 230px;
  padding: 0;
  position: absolute;
  left: 0px;
  top: 100%;
  display: none;
  z-index: 1;
  background-color: white;
  -webkit-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 6px 10px 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 rgb(0 0 0 / 20%);
}

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

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

.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: #ae7200;
}

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

#menu-trigger {
  display: none;
}

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

  .welcomeWrap .textWrap .wlcText h1 {
    font-size: 1.7em;
  }

  .welcomeWrap.eventWrap .textWrap a {
    font-size: 2em;
  }

  .staffwrap article, .photos>article {
    width: calc(25% - 16px);
  }
}

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

  .logo {
    margin: 20px 0 30px 0;
    width: 300px
  }

  /* .logo h1 small:before {
    width: 50px;
    left: 0px;
  } */
  .topIcons {
    right: 0;
    left: auto;
    top: 25px;
  }

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

  .spaceTop {
    padding-top: 35px;
  }

  .spaceBottom {
    padding-bottom: 35px;
  }

  .topmenu {
    position: relative;
    top: 0;
  }

  .topmenu.menu>li>a {
    font-size: 1em;
    text-transform: uppercase;
    padding: 10px 10px 10px 0px;
    font-weight: 400;
  }

  .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 {
    -webkit-justify-content: inherit;
    -ms-justify-content: inherit;
    justify-content: inherit;
    padding-top: 0;
  }

  .mainmenu {
    margin-right: 0px;
  }

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

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

  .menu:not(.topmenu)>li>a {
    font-weight: 400;
    font-size: 1em;
  }

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

  .menu li a, .menu>li:last-child>a, .menu>li:last-child:hover>a {
    line-height: 1.3em;
    text-align: left;
    position: relative;
    display: block;
    margin-left: 40px;
    padding: 10px 10px 10px 0px;
    color: #222;
    background-color: transparent;
  }

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

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

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

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

  .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: var(--primary);
    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: currentColor;
    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>li>a:after {
    display: none;
  }

  #menu-trigger {
    display: block;
    position: relative;
    z-index: 11;
    width: 40px;
    height: 40px;
    cursor: pointer;
    margin-left: 8px;
    border-radius: 0;
  }

  .social #menu-trigger:hover {
    background-color: transparent;
  }

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

  .search-bar {
    right: 0;
    left: inherit;
  }

  .welcomeWrap .textWrap .wlcImg {
    padding: 20px 20px 0;
  }

  .welcomeWrap .textWrap .wlcText {
    padding: 40px 40px 60px;
  }

  .welcomeWrap .textWrap .wlcText h1 {
    padding: 20px 10px;
  }

  .welcomeWrap.eventWrap .textWrap .boxTitle {
    width: 350px;
  }

  .pgtitle.editor h1 {
    font-size: 2em;
  }

  .pgtitle img {
    width: 30px;
  }

  .staffwrap article, .photos>article {
    width: calc(33.33% - 16px);
  }

  .photos .details {
    font-size: 1em;
  }

  .wcrWrap>.col23, .wcrWrap>.col13 {
    width: 100%;
  }
}

@media screen and (max-width:767px) {
  .header.homepg {
    position: relative;
  }

  /* .logo h1 small:before {
    width: 30px;
  } */
  .spaceTop {
    padding-top: 25px;
  }

  .spaceBottom {
    padding-bottom: 25px;
  }

  .editor hr {
    margin: 20px 0;
  }

  .pgtitle.editor h1 {
    font-size: 1.4em;
  }

  .pgtitle {
    padding: 20px 0;
  }

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

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

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

  .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;
    box-shadow: none;
    border: none;
  }

  .sectionWrap.welcomeWrap .parallaxImg {
    display: none;
  }

  .welcomeWrap .textWrap {
    width: auto;
    padding: 20px;
  }

  .welcomeWrap .textWrap .wlcImg {
    padding: 0;
  }

  .welcomeWrap.eventWrap .textWrap .wlcImg {
    padding-bottom: 20px;
  }

  .welcomeWrap.eventWrap .textWrap a {
    text-align: center;
  }

  .welcomeWrap.eventWrap .textWrap .boxTitle {
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    transform: none;
  }

  .quicklinks .row>div, .tesitmonial article {
    width: 100%;
  }

  .tesitmonial article:nth-child(4n+1), .tesitmonial article:nth-child(4n+4) {
    background-color: #fff;
  }

  .tesitmonial article:nth-child(odd) {
    background-color: #f3effc;
  }

  .footer .copyright {
    font-size: 1em;
  }

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

  .footer .container>div:first-child {
    padding-bottom: 0;
  }

  .footer .logo {
    width: 100%;
    margin: 0;
    border-right: none;
  }

  .footer .logo img {
    max-width: 100%;
  }

  .staffwrap article, .photos>article, .videosWrap .col12 {
    width: calc(50% - 16px);
  }

  .editor .reports a {
    width: calc(33.33% - 20px);
  }

  .welcomeWrap .textWrap .wlcText {
    padding: 40px 20px 0;
  }
}

@media screen and (max-width:600px) {
  .logo {
    width: 250px;
  }
}

@media screen and (max-width:479px) {
  .logo, .staffwrap article, .photos>article, .videosWrap .col12, .calList .glEvent {
    width: 100%;
  }

  .logo {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .staffwrap article {
    margin-left: 0;
    margin-right: 0;
  }

  .topIcons {
    position: relative;
    top: 0;
    margin: 0 auto;
  }

  .footer .copyright {
    width: auto;
  }

  .footer .copyright>div {
    width: 100%;
    padding: 7px 0 10px 0;
    text-align: center;
    margin: 0 auto;
  }

  .footer .back_top, .footer.editor .poweredby {
    justify-content: center;
  }

  .footer.editor .poweredby {
    display: flex;
    margin: 0 auto;
  }

  .editor .reports a {
    width: calc(50% - 20px);
  }
}

body::-webkit-scrollbar {
  width: 10px;
}

body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
  background-color: var(--primary);
  outline: 1px solid slategrey;
  border-radius: 5px;
}