@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Urbanist: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;
}

:root {
  --primary: #1077a9;
  --secondary: #F0AC26;
  --orange: #f1561f;
  --lightorange: #fcf1ed;
  --lightblue: #f6fdff;
  --white: #f7f5f0;
  --textcolor: #222;
  --text: "Urbanist", serif;
}

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: 18px;
  line-height: 1.5;
  font-family: var(--text);
  font-weight: 500;
  color: var(--textcolor);
  background-color: var(--white);
  -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;
}

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

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

li {
  line-height: 1.3em;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 1.2em;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

small {
  font-size: 85%;
}

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

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

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

main {
  flex: 1 0 auto;
}

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

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

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

#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: 96%;
  max-width: 1280px;
  z-index: 1;
}

.mediumwrap {
  margin: 0 auto;
  max-width: 1120px;
  position: relative;
  z-index: 1;
}

.smallwrap {
  margin: 0 auto;
  max-width: 900px;
  position: relative;
  z-index: 1;
}

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

.col40 {
  width: 40%;
}

.col60 {
  width: 60%;
}

.col50 {
  width: 50%;
}

.col52 {
  width: 52%;
}

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

.itemend {
  align-items: end;
}

.itemstart {
  align-items: start;
}

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

.flexend {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

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

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

.bigfont {
  font-size: 1.2em;
}

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

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

.banner.innerbg {
  height: calc(100vh - 100px);
}

.banner.innerbg::before {
  content: '';
  position: absolute;
  background: linear-gradient(0, transparent, rgb(0 0 0 / 80%));
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  background: linear-gradient(0deg, rgb(0 0 0) 0%, rgba(255, 255, 255, 0) 30%, rgb(255 255 255 / 0%) 50%, rgba(255, 255, 255, 0) 75%, rgb(0 0 0 / 65%) 100%);
}

.banner.innerbg::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70%;
  height: 120px;
  background-color: var(--secondary);
  clip-path: polygon(0 0, 100% 100%, 0% 100%);
  z-index: 0;
  opacity: 0.4;
}

.innerttl {
  position: absolute;
  bottom: 20px;
  width: 100%;
  font-size: 1.2em;
  color: var(--white);
  text-transform: capitalize;
}

.banner.innerbg.nobanner {
  height: 100%;
  background-color: var(--primary);
}

.banner.innerbg.nobanner .innerttl {
  position: relative;
  bottom: unset;
  padding: 220px 0 30px;
}

.banner.innerbg.nobanner::before {
  content: unset;
}

.banner.innerbg.nobanner::after {
  background-image: url(dotts-bg.png);
  width: 100%;
  height: 100%;
  right: 0;
  left: unset;
  top: 0;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  clip-path: unset;
  background-color: unset;
  opacity: 1;
  filter: brightness(0) invert(1);
}

.content .bgcolor {
  background-color: var(--lightblue);
  padding: 30px;
  margin: 15px 0;
}

/* footer */
.footer {
  background: var(--lightorange);
  color: var(--textcolor);
  padding: 40px 0;
}

.footer .footlogo {
  max-width: 420px;
}

.footer .footlogo h2 {
  font-size: 1.2em;
  margin-bottom: 5px;
}

.footer .footadd p {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}

.footer .footadd p:last-child {
  margin-bottom: 0;
}

.footer .footadd p i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 10px;
}

.footer .footadd p a {
  color: var(--textcolor);
}

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

.footer .footIcons {
  gap: 30px;
  margin-bottom: 30px;
}

.footer .footIcons a {
  padding: 10px 15px;
  color: var(--textcolor);
  font-size: 1.1em;
  gap: 5px;
  background-color: var(--lightorange);
}

.footer .footIcons a:hover {
  color: var(--primary);
  background-color: var(--white);
}

.footer .footIcons a img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.footer .copyright a {
  margin-top: 5px;
}

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

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1.1em;
}

h1:not(:last-child), h2:not(:last-child), h3:not(:last-child), h4:not(:last-child), h5:not(:last-child), h6:not(:last-child) {
  margin-bottom: 15px;
}

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

.content h3 {
  color: var(--secondary);
}

.content h4 {
  color: var(--orange);
}

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

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

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

table {
  margin: 10px 0;
  font-size: 0.9em;
  color: var(--text);
  background: #fff;
}

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

table tr td {
  padding: 6px 10px;
  border: 1px solid #d3dee7;
  background-color: var(--lightorange);
}

table tr:nth-child(even) td {
  background-color: #fff;
}

table td.bnone {
  border: none;
}

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

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

.content a:hover {
  color: var(--text);
}

table th a {
  color: var(--primary);
}

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

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

hr {
  font-size: 1px;
  line-height: 1px;
  height: 1px;
  margin: 40px 0;
  border: 0px;
  border-top: 2px solid var(--primary);
  opacity: .25;
  clear: both;
}

.btn a {
  display: inline-block;
  color: var(--textcolor);
  background-color: var(--secondary);
  padding: 12px 24px;
  margin-top: 15px;
  position: relative;
  -webkit-transform: perspective(1px);
  transform: perspective(1px);
  overflow: hidden;
  font-size: 1.1em;
  letter-spacing: 1px;
}

.btn a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0%;
  transform-origin: 0%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn a:hover:before {
  background-color: var(--primary);
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

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

.leftimg {
  float: left;
  margin: 0px 30px 20px 0 !important;
  max-width: 30%;
  position: relative;
  border: 4px solid #eee;
  padding: 15px;
}

.rightimg {
  float: right;
  margin: 0px 0px 20px 30px !important;
  max-width: 30%;
  position: relative;
  border: 4px solid #eee;
  padding: 15px;
}

/* homepage */
.banner {
  height: calc(100vh - 50px);
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.banner::before {
  content: '';
  position: absolute;
  background: linear-gradient(0, transparent, rgb(0 0 0 / 80%));
  left: 0;
  top: 0;
  width: 100%;
  height: 25%;
}

.banner .bannerText h2 {
  position: absolute;
  top: 25%;
  width: 100%;
  font-size: 3.4em;
  max-width: 480px;
  left: 50%;
  -ms-transform: translate(-50%, -25%);
  transform: translate(-50%, -25%);
  color: var(--white);
}

.banner .bannerText .btn {
  position: absolute;
  bottom: 5%;
  width: 100%;
}

/* boxes */
.homebox .boxGrid {
  margin-bottom: 15px;
}

.homebox .boxGrid a {
  width: calc(33.33% - 10px);
  margin: 10px 0;
  display: block;
  cursor: pointer;
  position: relative;
  border: 4px solid #eee;
  padding: 20px 10px;
  text-align: center;
  -webkit-box-shadow: inset 0px 0px 0px 0px #eee;
  -moz-box-shadow: inset 0px 0px 0px 0px #eee;
  box-shadow: inset 0px 0px 0px 0px #eee;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  color: var(--textcolor);
}

.homebox .boxGrid a:hover {
  color: var(--primary);
  border-color: var(--primary);
  -webkit-box-shadow: inset 0px 0px 0px 4px var(--primary);
  -moz-box-shadow: inset 0px 0px 0px 4px var(--primary);
  box-shadow: inset 0px 0px 0px 4px var(--primary);
}

.homebox .boxIcon i {
  font-size: 2em;
  display: inline-flex;
  color: var(--primary);
}

.homebox .boxGrid a h2 {
  font-size: 1.3em;
  margin: 15px 0 10px;
}

.homebox .boxGrid a .boxarrow {
  padding: 5px 10px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #eee;
  color: var(--textcolor);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.homebox .boxGrid a:hover .boxarrow {
  background-color: var(--primary);
  color: var(--white);
}

.homebox .boxGrid a .boxarrow i {
  font-size: 10px;
  display: inline-flex;
  transform: rotate(-45deg);
}

/*  */
.welcome img, .events img, .staffbox article img, .staffInfo .rightimg img {
  width: 100%;
}

.welcomeText {
  padding: 30px;
  background-color: #fff;
  margin-left: -2%;
}

.events .glEvent {
  width: 48%;
  padding: 15px;
  background-color: var(--lightorange);
  margin: 12px 0;
}

.events .eventText {
  background-color: #fff;
  padding: 30px;
  margin-right: -2%;
  position: relative;
  z-index: 1;
}

.events .glEventTitle>div, .events .glEventDate {
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
}

.events .glEventDate {
  font-size: 1.2em;
  color: var(--primary);
}

.events .glEventTitle>div:before, .events .glEventDate::before {
  content: "\f115";
  position: absolute;
  left: 0;
  top: 5px;
  font-family: beehivelyicons;
  font-size: 11px;
}

.events .glEventDate::before {
  content: "\f15e";
  font-size: 17px;
  top: 4px;
}

.community {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  padding: 120px 0;
}

.community::before {
  content: '';
  position: absolute;
  background: linear-gradient(45deg, rgb(0 0 0 / 60%), transparent);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.community .joinText {
  max-width: 320px;
}

.community .joinText h2 {
  color: var(--white);
}

.title h2 {
  font-size: 3em;
  color: var(--primary);
}

/* staff page */
.staffbox article {
  width: calc(20% - 20px);
  margin: 10px;
  background-color: #fff;
  padding: 15px;
}

.staffbox .btn {
  position: relative;
  overflow: hidden;
}

.staffbox .btn a {
  position: absolute;
  padding: 8px;
  font-weight: 600;
  opacity: 0;
  bottom: -30px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  left: 0;
  right: 0;
  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;
  font-size: 0.9em;
}

.staffbox article:hover .btn a {
  opacity: 1;
  bottom: -1px;
}

.staffbox .btn a i {
  font-size: 6px;
  display: inline-flex;
}

.staffbox .staffText {
  margin-top: 15px;
}

.staffbox .staffText h4 {
  font-size: 1.1em;
  margin-bottom: 5px;
  text-transform: capitalize;
}

/* apply */
.applyWrap {
  margin: 0 -15px;
}

.applyWrap article {
  border: 1px solid var(--primary);
  padding: 40px 20px 20px;
  margin: 20px 15px;
  width: calc(33.33% - 30px);
  position: relative;
}

.applyWrap article h2 {
  background-color: var(--white);
  padding: 5px 25px;
  font-size: 2.4em;
  color: var(--primary);
  position: absolute;
  top: -25px;
  line-height: 1;
  margin: 0;
}

/* testimonial */
.testimonial article {
  position: relative;
  width: 100%;
  padding: 40px 25px 25px;
  margin: 25px 15px;
  border: 1px solid var(--primary);
}

.testimonial article:before {
  content: "\f131";
  font-family: beehivelyicons;
  font-size: 60px;
  position: absolute;
  top: -40px;
  left: 10px;
  line-height: 1;
  color: var(--primary);
  background-color: var(--white);
  padding: 10px;
}

.testimonial article cite {
  text-align: right;
  display: block;
  color: var(--primary);
}

/* news */
.seinanewsbox a {
  word-break: break-all;
}

.notfounpg #maincontent.center-404 {
  padding-top: 150px;
}

.notfounpg .logo h1 {
  color: var(--primary);
}

/*~~~ Google Translator ~~~~*/
.translator {
  position: absolute;
  right: 80px;
  top: 40px;
}

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

.g_translate .goog-te-gadget .goog-te-combo {
  background-color: var(--white);
  color: var(--primary);
  border: 1px solid var(--primary);
  margin: 0 !important;
  outline: none;
  padding: 0 6px;
  width: 150px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  font-family: var(--text);
  letter-spacing: 0.5px;
  font-weight: 600;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.g_translate .goog-te-gadget .goog-te-combo:hover {
  background-color: rgb(255 255 255 / 80%);
}

.g_translate select option {
  color: var(--primary);
  background: var(--white);
}

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

.g_translate select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

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

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

.fullcal .fc-day-header {
  background-color: var(--primary);
  color: #fff;
  padding: 10px;
}

.fullcal .fc-button-primary {
  text-transform: capitalize;
}

.fullcal .fc-event, .fullcal .fc-event-dot {
  background-color: var(--secondary);
  border-color: var(--secondary);
  color: var(--textcolor);
}

.fullcal .fc-event:hover {
  background-color: var(--orange);
  border-color: var(--orange);
  color: var(--white);
}

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

.fullcal .fc-button-primary:hover {
  color: #fff;
  background-color: var(--orange);
  border-color: var(--orange);
}

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

/*  */
.header {
  width: 100%;
  z-index: 11;
  position: absolute;
  padding: 10px 0;
}

.mainLogo img {
  width: 150px;
  margin-right: 15px;
}

.logoText img {
  width: 280px;
}

.logo h1 {
  color: var(--white);
  font-size: 1.6em;
  margin-bottom: 5px;
}

nav {
  width: calc(100% - 340px);
}

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

.primarynav {
  display: none;
  width: 60%;
  margin-left: auto;
  height: 90vh;
  overflow: scroll;
  overflow-x: hidden;
}

.primarynav::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

.primarynav::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}

.primarynav::-webkit-scrollbar-thumb {
  background-color: var(--secondary);
  border: 2px solid var(--lightorange);
}

#menu-trigger {
  z-index: 11;
  width: 48px;
  height: 42px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--primary);
  background-color: var(--white);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

#menu-trigger.showMobiNav {
  right: 20px;
}

#menu-trigger:hover {
  background-color: rgb(255 255 255 / 80%);
}

#menu-trigger span, #menu-trigger span:before, #menu-trigger span:after {
  position: absolute;
  width: 28px;
  border-radius: 2px;
  height: 3px;
  background-color: var(--primary);
}

#menu-trigger span {
  top: 50%;
  margin: -1px auto auto;
  display: block;
  font-size: 0px;
}

#menu-trigger span:after {
  top: 8px;
  content: "";
}

#menu-trigger span:before {
  top: -8px;
  content: "";
}

.nav.showMobiNav .primarynav {
  display: block;
}

.nav.showMobiNav {
  top: 0;
  right: 0;
  position: fixed;
  z-index: 5;
  background-color: var(--white);
  -webkit-box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.3);
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.nav.showMobiNav:after, .nav.showMobiNav::before {
  content: "";
  position: absolute;
  top: 0;
}

.nav.showMobiNav::before {
  background-image: url(nav-banner.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 40%;
  height: 100%;
  left: 0;
  top: 0;
}

.nav.showMobiNav:after {
  bottom: -100vh;
  left: 0;
  right: 0;
  background-color: var(--primary);
  z-index: -1;
}

.showMobiNav#menu-trigger span {
  background-color: transparent;
}

.showMobiNav#menu-trigger span:before, .showMobiNav#menu-trigger span::after {
  top: 0;
  left: 0;
  background-color: var(--primary);
}

.showMobiNav#menu-trigger span:before {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}

.showMobiNav#menu-trigger span:after {
  -webkit-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
}

.menuDimmed {
  overflow: hidden;
  position: relative;
  width: calc(100% - 13px);
}

/* ~~~~~~~~~~~~~~ */
.primarynav ul.mainmenu {
  border-right: 1px solid #D8D8D8;
  position: relative;
  z-index: 1;
}

.mainmenu>li {
  position: relative;
}

.mainmenu>li>a {
  display: inline-block;
  width: 100%;
  color: var(--white);
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.2em;
  padding: 20px 40px;
}

.mainmenu>li>ul {
  display: block;
  filter: blur(5px);
  left: 100%;
  opacity: 0;
  overflow: hidden;
  padding: 20px;
  position: absolute;
  top: 0;
  transition: opacity 0.2s linear, visibility 0.2s linear, filter 0.3s ease;
  visibility: hidden;
  width: calc(100vw - ((100vw - 860px) + 340px));
}

.mainmenu>li.hovered>ul, .mainmenu>li.active>ul {
  filter: blur(0);
  opacity: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  visibility: visible;
  z-index: 1;
}

.mainmenu>li>ul li a {
  padding: 10px;
  line-height: 1.1em;
  font-size: 1.1em;
  text-transform: none;
  display: inline-block;
  color: var(--white);
}

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

@media screen and (max-width:1260px) {
  .accordion .expanded-panel.accordion-panel .newsItems li {
    width: calc(33.33% - 30px);
    margin: 10px 15px;
  }
}

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

  .mainLogo img {
    width: 120px;
    margin-right: 10px;
  }

  .banner, .banner.innerbg {
    height: 600px;
    background-attachment: unset;
  }

  .spaceBottom {
    padding-bottom: 60px;
  }

  .innerttl {
    font-size: 1em;
  }

  .title h2 {
    font-size: 1.8em;
  }

  .welcomeText, .events .eventText {
    padding: 20px;
  }

  .bigfont {
    font-size: 1.1em;
  }

  #menu-trigger, .translator {
    top: 30px;
  }

  .events .glEventDate {
    font-size: 1.1em;
  }

  .homebox .boxIcon i {
    font-size: 1.6em;
  }

  .content .bgcolor {
    padding: 15px;
  }

  .homebox .boxGrid a h2 {
    font-size: 1.2em;
  }

  .staffbox article {
    width: calc(25% - 20px);
  }

  .learningBox article {
    width: calc(50% - 30px);
  }

  .events .glEventDate::before {
    top: 0;
  }

  .footer .footlogo {
    max-width: 200px;
  }

  .footer .footIcons {
    gap: 20px;
  }
}

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

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

  hr {
    margin: 20px 0;
  }

  h2 {
    font-size: 1.5em;
  }

  h3 {
    font-size: 1.4em;
  }

  h4 {
    font-size: 1.3em;
  }

  .title h2 {
    font-size: 1.6em;
  }

  .spaceTop {
    padding-top: 40px;
  }

  .spaceBottom {
    padding-bottom: 40px;
  }

  .homebox .boxGrid a {
    width: calc(50% - 10px);
  }

  .welcomeText, .events .eventText {
    padding: 15px;
  }

  .events .glEvent {
    padding: 10px;
    margin: 8px 0;
  }

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

  .accordion .expanded-panel.accordion-panel .newsItems li, .newsarchive.rightsidebar .newsItems li {
    width: calc(50% - 30px);
  }

  .newsarchive.rightsidebar .newsItems {
    display: flex;
    flex-wrap: wrap;
  }

  .newspg iframe.newsletter {
    height: 350px !important;
    margin-bottom: 10px;
  }

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

  .footer {
    padding: 30px 0;
    font-size: 0.9em;
  }

  .footer .footlogo {
    max-width: 180px;
  }

  .footer .footadd {
    max-width: 240px;
  }

  .footer .footIcons {
    gap: 15px;
  }

  .footer .footIcons a img {
    width: 25px;
    height: 25px;
  }

  .footer .footIcons a {
    padding: 5px;
    font-size: 1em;
  }

  #menu-trigger.showMobiNav {
    right: 0px;
    top: 0;
  }

  .primarynav {
    width: 100%;
    height: 100%;
    padding-top: 35px;
  }

  .nav.showMobiNav {
    width: 280px;
  }

  .nav.showMobiNav::before {
    content: unset;
  }

  .primarynav ul.mainmenu {
    border-right: 0;
    width: 100%;
  }

  .primarynav ul.mainmenu li ul {
    position: relative;
    z-index: 1;
    padding: 0 5px 0 50px;
    width: 100%;
    left: 0;
    opacity: 1;
    visibility: visible;
    filter: unset;
  }

  .mainmenu>li>a {
    font-size: 1em;
    padding: 12px 10px 12px 50px;
  }

  .mainmenu>li>ul li a {
    padding: 6px;
    font-size: 1em;
  }

  .mainmenu li .droparrow {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 100%;
    cursor: pointer;
  }

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

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

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

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

  .mainmenu 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.showMobiNav {
    top: 5px;
    right: 15px;
  }

  .nav.showMobiNav {
    width: 280px;
  }

  .nav.showMobiNav::before {
    content: unset;
  }

  .nav.showMobiNav::after {
    width: 100%;
  }

  .primarynav {
    width: 100%;
    height: 100%;
  }

  .primarynav .navWrap {
    width: 340px;
  }

  .primarynav ul.mainmenu {
    border: 0;
    width: 100%;
    padding-top: 30px;
  }

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

  .mainmenu>li>ul {
    position: relative;
    height: auto;
    left: 0;
    padding: 0 0 0 55px;
  }

  .mainmenu>li {
    margin: 0;
    display: block;
    border-bottom: 1px solid #2c406d;
  }

  .mainmenu>li:last-child {
    border-bottom: 0;
  }

  .mainmenu li a {
    line-height: 1.3em;
    text-align: left;
    position: relative;
    display: block;
    padding: 12px 0 12px 50px;
    color: var(--white);
    background-color: transparent;
    font-size: 1em;
  }

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

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

  .mainmenu ul, .mainmenu>li li:hover>ul, .mainmenu>li:hover>ul {
    display: block;
    width: inherit;
    position: relative;
    left: inherit;
    top: inherit;
    right: inherit;
    min-height: inherit;
    filter: none;
  }

  .mainmenu li .droparrow {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 100%;
    cursor: pointer;
  }

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

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

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

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

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

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

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

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

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

  .content {
    padding: 25px 0;
  }

  .btn a {
    padding: 8px 12px;
    margin-top: 10px;
    font-size: 1em;
  }

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

  .learningBox {
    margin: 0;
  }

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

  .homebox .boxGrid a {
    width: 100%;
  }

  .community {
    padding: 60px 0;
  }

  .mainLogo img {
    width: 80px;
    margin-right: 5px;
  }

  .logo h1 {
    font-size: 1.2em;
    margin-bottom: 5px;
  }

  .logoText img {
    width: 200px;
  }

  .g_translate .goog-te-gadget .goog-te-combo {
    padding: 0 5px;
    width: 120px;
    font-size: 12px;
  }

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

  #menu-trigger span, #menu-trigger span:before, #menu-trigger span:after {
    width: 25px;
    height: 2px;
  }

  #menu-trigger, .translator {
    top: 70px;
  }

  .translator {
    right: 50px;
  }

  #menu-trigger {
    width: 40px;
    height: 35px;
  }

  .banner, .banner.innerbg {
    height: 420px;
  }

  .rightimg, .leftimg {
    margin: 0px 0px 20px 0 !important;
    max-width: 100%;
    padding: 10px;
    width: 100%;
  }

  .rightimg img, .leftimg img {
    width: 100%;
  }

  .staffbox article {
    width: calc(50% - 10px);
    margin: 10px 5px;
    padding: 6px 0 6px 6px;
  }

  .staffbox article .staffText {
    padding: 5px;
    margin-top: 5px;
  }

  .staffbox article h4 {
    font-size: 1.1em;
  }

  .testimonial article {
    padding: 30px 15px 15px;
    margin: 15px 0
  }

  .testimonial article:before {
    font-size: 30px;
    top: -15px;
    left: 5px;
    padding: 5px;
  }

  .innerttl h1 {
    font-size: 1.6em;
  }

  .accordion .expanded-panel.accordion-panel .newsItems li, .newsarchive.rightsidebar .newsItems li {
    width: 100%;
    margin: 0 0 10px 20px;
  }

  .applyWrap {
    margin: 0;
  }

  .applyWrap article {
    width: 100%;
    padding: 25px 15px 10px;
    margin: 15px 0;
  }

  .applyWrap article:last-child {
    width: 100%;
  }

  .applyWrap article h2 {
    padding: 5px 15px;
    font-size: 2em;
    top: -20px;
  }

  .grid .grid-item {
    width: calc(50% - 20px);
  }

  .galleryWrap article {
    padding: 10px;
  }

  .galleryWrap article h2 {
    margin-top: 10px;
    font-size: 1.2em;
  }

  .welcomeText, .events .eventText {
    margin: 0;
  }

  .footer {
    padding: 15px 0;
  }

  .footer .footlogo {
    max-width: 100%;
  }

  .footer .footadd {
    padding: 15px 0;
  }

  .footer .footcopy {
    text-align: left;
  }

  .footer .footcopy br {
    display: none;
  }
}

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

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

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

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