@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&family=Sora:wght@100..800&family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');

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

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

body {
  min-width: 320px;
  background-color: #f8f8f8;
  /* border: 15px solid var(--white); */
}

ol, ul {
  list-style: none;
}

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

:root {
  --primary: #043689;
  --secondary: #3A8E11;
  --darkgray: #222222;
  --white: #fff;
  --bodytext: "Sora", sans-serif;
  --headtext: "Roboto Slab", serif;
}

body, html {
  font-size: 18px;
  line-height: 1.4em;
  font-family: var(--bodytext);
  font-weight: 400;
  color: var(--darkgray);
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  scroll-behavior: smooth;
}

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: 400;
  font-family: var(--headtext);
}

strong {
  font-weight: 500;
}

h4, h5, h6 {
  font-family: var(--bodytext);
}

strong {
  font-size: 1.08em;
  letter-spacing: 0.2px;
}

em {
  font-style: italic;
}

small {
  font-size: 85%;
}

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

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

.bigfont {
  font-size: 1.2em;
  line-height: 1.5em;
}

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

.col50 {
  width: 50%;
}

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

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

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

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

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

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

h1 {
  font-size: 2.3em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.2em;
}

h5 {
  font-size: 1.1em;
}

h6 {
  font-size: 1em;
}

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

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

.fulltable {
  width: 100%;
}

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

table th {
  padding: 5px;
  text-align: left;
  font-size: 1em;
  background-color: var(--primary);
  color: var(--white);
  font-weight: 500;
  letter-spacing: 0.5px;
  border: 1px solid #59657b;
}

table tr td {
  padding: 6px 10px;
  border: 1px solid #c4d6df;
  background-color: #f2f6f7;
}

table tr:nth-child(even) td {
  background-color: var(--white);
}

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

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

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

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

blockquote {
  position: relative;
  font-size: 1.35em;
  font-weight: 500;
  margin: 30px auto !important;
  padding: 20px !important;
  border-left: 8px solid var(--secondary) !important;
  line-height: 1.5;
  color: var(--primary) !important;
  border-radius: 15px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

blockquote::before {
  content: "\f132";
  font-family: beehivelyicons;
  color: var(--primary);
  font-size: 4.5em;
  position: absolute;
  right: 40px;
  line-height: 1;
  opacity: 0.1;
  top: -30px;
  z-index: 0;
}

blockquote cite {
  margin-bottom: 15px;
  display: block;
  color: var(--primary);
  font-weight: 500;
  font-style: italic;
  font-size: 85%;
}

.content {
  padding: 40px 0px;
  position: relative;
  min-height: 350px;
}

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

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

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

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

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

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

.title h2 {
  font-size: 2.5em;
  display: block;
  line-height: 1.1;
  color: var(--primary);
  position: relative;
  padding-bottom: 30px;
}

.title h2:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 5px;
  background-color: var(--secondary);
  left: 0;
  bottom: 10px;
}

/* ~~~~~~~~~~~~~~~~~~ */
.header {
  position: relative;
  width: 100%;
  z-index: 11;
  top: 0;
  border-top: 4px;
  box-shadow: 2px 2px 10px 0 rgba(76, 75, 66, .1);
}

.logo {
  position: relative;
  width: 200px;
  z-index: 6;
  padding: 10px;
}

.scrollWrap {
  background-color: var(--primary);
  width: 100%;
  color: var(--white);
}

.scrollWrap .col40 {
  position: relative;
}

.scrollWrap .col40:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: var(--primary);
  background-image: url(wave-bg2.png);
  background-blend-mode: exclusion;
  background-attachment: fixed;
  opacity: 0.5;
}

.scrollWrap .text {
  position: relative;
  margin: 1.25rem auto;
  max-width: 600px;
  min-height: 90vh;
  padding: 3em;
  z-index: 1;
}

.scrollWrap .text .btn a {
  background-color: var(--white);
  color: var(--primary);
  font-size: .9em;
}

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

.scrollWrap .sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.scrollWrap.editor .text h2 {
  font-size: 2em;
  color: var(--primary);
  font-weight: 700;
}

.scrollWrap .text h2, .distinctlyBoxes.title .dcBoxleft h2 {
  color: var(--white);
}

.toplinks {
  z-index: 11;
  gap: 10px;
  margin-left: 10px;
}

.toplinks>* {
  color: var(--primary);
  line-height: 1;
}

.toplinks>a:hover {
  color: var(--white);
  background-color: rgba(52, 52, 148, 0.6);
}

.menuDimmed .toplinks .search {
  pointer-events: none;
  opacity: 0.4;
}

.toplinks .search {
  color: var(--darkgray);
  cursor: pointer;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  transition: 0.3s all ease;
  padding: 10px;
  background-color: #e5e5e5;
  border-radius: 8px;
}

.toplinks .search.open, .toplinks .search:hover, #menu-trigger:hover {
  background-color: var(--secondary);
  color: var(--white);
}

.toplinks .search i {
  font-size: 10px;
  display: inline-block;
  line-height: 1;
}

/*search form*/
#search {
  position: fixed;
  z-index: 12;
  right: 0;
  top: 0;
  width: 100%;
  height: 500px;
  padding: 15px;
  background-color: rgb(0 0 0 / 88%);
}

.sitesearch {
  position: relative;
  z-index: 12;
  top: 50%;
  transform: translateY(-50%);
  width: 80%;
  margin: 0 auto;
  padding: 15px;
  color: var(--white);
}

.search-bar {
  padding: 1em 0.5em;
  border-bottom: 1px solid var(--white);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  margin: 10px 0;
}

.input {
  background: none;
  border: none;
  padding: 0;
  color: var(--white);
  width: 100%;
  outline: none;
  text-align: left;
  font-size: 1.7em;
}

.close {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.close:hover {
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

.close:before, .close:after {
  position: absolute;
  content: "";
  width: 100%;
  top: 7px;
  left: 0;
  right: 0;
  height: 3px;
  background-color: var(--white);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.close:before {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}

.close:after {
  -webkit-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
}

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

.banner img {
  width: 100%;
}

.banner {
  position: relative;
  text-align: center;
  display: block;
  overflow: hidden;
}

.newsEvents {
  background-image: url(wave-bg3.png);
  background-color: white;
  background-blend-mode: difference;
}

.newsEvents .textBox {
  padding: 3em;
  width: 100%;
}

.newsEvents .newsList {
  margin-bottom: 25px;
}

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

.newsEvents .newsList .date {
  display: inline-block;
  border-bottom: 2px solid var(--secondary);
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 5px;
}

.moreBtn a, .moreBtn span {
  display: inline-block;
  color: var(--darkgray);
  padding: 6px 30px 6px 0;
  font-size: .9rem;
  line-height: 1em !important;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  font-weight: 600;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.moreBtn a:before, .moreBtn a:after, .moreBtn span:before, .moreBtn span:after {
  content: '';
  display: block;
  position: absolute;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

.moreBtn a:before, .moreBtn span:before {
  height: 2px;
  background-color: #333;
  width: 15px;
  opacity: 0;
  right: 25%;
  top: 50%;
  margin-top: -1px;
}

.moreBtn a:after, .moreBtn span:after {
  top: 50%;
  right: 15px;
  margin-top: -4px;
  height: 8px;
  width: 8px;
  border-style: solid;
  border-color: #333;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
}

.moreBtn a:hover:before {
  opacity: 1;
  right: 3px;
}

.moreBtn a:hover:after {
  right: 2px;
}

.events {
  gap: 20px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0px, 1fr));
}

.events .glEvent {
  background-color: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  position: relative;
}

.events .glEventDate {
  position: relative;
  color: var(--primary);
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  padding: 10px 15px;
  border-left: 5px solid var(--primary);
}

.events .glEventTitle {
  padding: 3px 20px 10px;
}

.events .glEventTitle>div {
  position: relative;
  padding-left: 20px;
  line-height: 1.2;
  font-size: 90%;
}

.events .glEventTitle>div:not(:last-child) {
  margin-bottom: 10px;
}

.events .glEventTitle>div:before {
  content: "\f115";
  position: absolute;
  left: 0;
  top: 5px;
  font-family: beehivelyicons;
  font-size: 11px;
  color: var(--secondary);
}

/* ~~~~~~~~~~~~ */

.distinctlyBoxes {
  background-color: var(--primary);
  background-image: url(wave-bg2.png);
  background-blend-mode: exclusion;
  background-attachment: fixed;
  background-size: cover;
  color: var(--white)
}

.distinctlyBoxes .boxes {
  align-items: flex-start;
}

.distinctlyBoxes .dcBoxleft {
  font-size: 1.3em;
  padding: 20% 20px;
  line-height: 1.2em;
  top: 0;
  left: 3%;
  position: sticky;
  width: 480px;
}

.distinctlyBoxes .dcBoxright {
  width: calc(100% - 550px);
}

.dcBoxright>a {
  color: var(--darkgray);
  position: relative;
  overflow: hidden;
}

.dcBoxright>a .col50 {
  padding: 2em;
  min-height: 400px;
  background-color: #528DBE;
}

.dcBoxright>a .col50.text {
  background-image: url(wave-bg3.png);
  background-color: white;
  background-blend-mode: difference;
}

.dcBoxright>a .imgBox {
  position: absolute;
  top: 0;
  right: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: width 0.6s ease-in-out;
  -o-transition: width 0.6s ease-in-out;
  -moz-transition: width 0.6s ease-in-out;
  transition: width 0.6s ease-in-out;
}

.dcBoxright>a .imgBox:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  /* background: rgba(0, 0, 0, 0.25); */
  background: #262222;
  background: linear-gradient(0deg, rgba(38, 34, 34, 1) 0%, rgba(112, 115, 115, 0) 64%);
}

.dcBoxright>a.row.row-reverse .imgBox {
  left: 0;
  right: inherit;
}

.dcBoxright>a .text>div {
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  transition: 0.3s all ease;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.dcBoxright>a:hover .text>div {
  opacity: 0;
}

.dcBoxright>a:hover .imgBox {
  width: 100%;
}

.dcBoxright>a .imgBox .textItem {
  color: var(--white);
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: -100px;
  padding: 20px;
  width: 100%;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  transition: 0.3s all ease;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.dcBoxright>a:hover .imgBox .textItem {
  opacity: 1;
  bottom: 0;
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.dcBoxright .imgBox .textItem .moreBtn span {
  color: var(--white);
}

.dcBoxright .imgBox .textItem .moreBtn span:before {
  background-color: var(--white);
}

.dcBoxright .imgBox .textItem .moreBtn span:after {
  border-color: var(--white);
}

/* ~~~~~~~~~~~~~~~~~ */
.ft-menu>li {
  position: relative;
  width: 100%;
  z-index: 1;
  padding: 10px;
  background-color: #7090c4;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.ft-menu>li:nth-child(2) {
  background-color: #5a7eba;
}

.ft-menu>li:nth-child(3) {
  background-color: #446caf;
}

.ft-menu>li:nth-child(4) {
  background-color: #2d5aa4;
}

.ft-menu>li:nth-child(5) {
  background-color: #446db1;
}

.ft-menu>li>a {
  position: relative;
  display: block;
  font-size: 0.9em;
  padding: 7px 7px 7px 45px;
  z-index: 1;
  font-weight: 500;
  color: var(--white);
}

.ft-menu>li>a:before {
  content: "\f16b";
  position: absolute;
  font-family: beehivelyicons;
  width: 30px;
  height: 30px;
  left: 8px;
  font-size: 1.8em;
  top: 7px;
}

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

.ft-menu>li:hover>a, .ft-menu>li:hover>a:before {
  color: #fff;
}

/* ~~~~~~~~~~~~~~~~~ */
.footer {
  position: relative;
  line-height: 1.4em;
  font-weight: 400;
  background-color: #f1f1f3;
}

.footer .smallwrap>div {
  padding-top: 40px;
  padding-bottom: 20px;
}

.footer .smallwrap .logo {
  width: 300px;
}

.footer .biIcon {
  font-size: 10px;
  margin-right: 10px;
  line-height: 1;
}

.footer .head {
  position: relative;
}

.footer .head:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 3px;
  left: 0;
  bottom: -7px;
  background-color: var(--secondary);
}

.footer .info strong, .footer .location strong {
  display: block;
  color: var(--secondary);
}

.socialicons>a {
  display: inline-block;
  color: var(--darkgray);
  padding: 8px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-right: 4px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  line-height: 1;
  font-size: 9px;
  font-weight: 400;
  border: 1px solid #c5d1db;
}

.socialicons>a i {
  display: inline-block;
  line-height: 1;
}

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

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

.footer .copyright {
  background-color: rgb(3 33 82 / 32%);
  padding: 13px 0;
  font-size: .9em;
}

.footer .copyright span {
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0.5;
}

/* ~~~~~~~~~~~~~ */
.leftimg {
  position: relative;
  float: left;
  margin: 10px 40px 20px 0;
  max-width: 35%;
  border-radius: 12px;
  border: 10px solid var(--white);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
}

.rightimg {
  position: relative;
  float: right;
  margin: 10px 25px 20px 40px;
  max-width: 35%;
  border-radius: 12px;
  border: 10px solid var(--white);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
}

.leftimg:after, .rightimg:after {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  z-index: 2;
  pointer-events: none;
}

.leftimg img, .rightimg img {
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.leftimg:hover img, .rightimg:hover img {
  filter: grayscale(100%);
}

.leftimg:hover:after, .rightimg:hover:after {
  height: 100%;
  opacity: 0;
  transition: all 400ms linear;
}

/* Inner page ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.pgtitle {
  color: var(--white);
  background-size: cover;
  background-position: center;
  background-blend-mode: luminosity;
  background-color: #0c4c6a;
  line-height: 1;
  position: relative;
}

.pgtitle h1 {
  padding: 2% 0;
  margin: 0;
  font-size: 2.5em;
}

.sublist {
  position: relative;
  background-color: var(--secondary);
  border-radius: 3px 3px 0 0;
}

.sublist li {
  margin-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  display: inline-flex;
  background: unset;
  padding: 0;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sublist li a {
  color: var(--darkgray);
  line-height: 22px;
  padding: 12px 20px 12px 15px;
  display: block;
  position: relative;
  text-decoration: none;
  font-size: 0.9em;
}

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

.sublist li ul li a:before {
  content: "\f115";
  font-family: beehivelyicons;
  position: absolute;
  font-size: 9px;
  line-height: 20px;
  z-index: 1;
  left: -5px;
  top: 14px;
}

.home>a:before {
  left: inherit;
  right: -5px;
  content: "\f115";
  font-family: beehivelyicons;
  position: absolute;
  font-size: 9px;
  line-height: 20px;
  z-index: 1;
  top: 14px;
}

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

.threecolumn {
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
}

.btn a {
  position: relative;
  display: inline-block;
  font-size: 1.1em;
  font-weight: 600;
  color: var(--white);
  background-color: var(--primary);
  padding: 14px 40px 14px;
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.5s linear;
  z-index: 1;
  text-decoration: none;
}

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

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

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

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

.accordion .accordion-item .accordion-header-button {
  font-size: 95% !important;
}

.accordion .accordion-item .accordion-panel.expanded-panel {
  background-color: #f5f7f8;
  border-radius: 0 0 8px 8px;
  font-size: 90%;
}


/* navigation ~~~~~~~~~~~~~~~~ */
.nav {
  margin: 0 0 0 auto;
}

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

.menu>li {
  position: relative;
  color: var(--darkgray);
}

.menu li a {
  color: var(--darkgray);
  font-size: 0.7em;
}

.menu>li>a {
  position: relative;
  color: var(--darkgray);
  font-size: 0.9em;
  line-height: 44px;
  padding: 0 10px;
  text-transform: uppercase;
  font-weight: 700;
}

.homepg .menu>li>a {
  color: var(--white);
}

.menu>li>a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  width: 50%;
  height: 4px;
  background-color: var(--secondary);
  margin: 0 auto;
  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: 200px;
  padding: 0;
  position: absolute;
  left: 0px;
  top: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  background-color: var(--white);
  -moz-transition: visibility 0s linear 0.25s;
  -ms-transition: visibility 0s linear 0.25s;
  transition: visibility 0s linear 0.25s;
  -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 {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  transition: opacity 0.5s;
  animation: pull-up 0.3s;
  z-index: 90;
}

.menu>li li:hover>ul {
  left: inherit;
  right: 100%;
  top: 0;
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  transition: opacity 0.5s;
  animation: pull-up 0.3s;
  z-index: 90;
}

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

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

.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;
  color: var(--darkgray);
  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: var(--darkprimary);
  background-color: transparent;
}

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

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

.primarynav, .showMobiNav .menu {
  display: none;
}

#menu-trigger {
  position: relative;
  cursor: pointer;
  padding: 14px;
  border-radius: 8px;
  background-color: var(--primary);
  color: var(--white);
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.showMobiNav#menu-trigger:after {
  opacity: 0;
}

.toplinks .search span, #menu-trigger strong {
  font-weight: 600;
  font-size: 0.8em;
}

#menu-trigger strong {
  margin-right: 10px;
}

#menu-trigger span {
  position: relative;
}

#menu-trigger span, #menu-trigger span:before, #menu-trigger span:after {
  border-radius: 2px;
  width: 24px;
  height: 2px;
  background-color: var(--white);
}

#menu-trigger span:before, #menu-trigger span:after {
  position: absolute;
  right: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 20px;
}

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

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

#menu-trigger:hover span:before, #menu-trigger:hover span:after {
  width: 24px;
}

.showMobiNav#menu-trigger span, .homepg .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;
  background-color: var(--white);
}

.showMobiNav#menu-trigger span:after {
  -webkit-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
  top: 0;
  left: 0;
  background-color: var(--white);
}

.homepg #menu-trigger span, .homepg #menu-trigger span:before, .homepg #menu-trigger span:after,
.homepg .showMobiNav#menu-trigger span:before, .homepg .showMobiNav#menu-trigger span:after {
  background-color: var(--white);
}

.menuDimmed {
  overflow: hidden;
  position: relative;
}

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

.nav.showMobiNav {
  top: 0;
  right: 0;
  position: fixed;
  z-index: 5;
  /* background: #ededff; */
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.nav.showMobiNav:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  /* background-color: rgba(237, 237, 255, 0.98); */
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 100%;
  transform: scale(0.04) translateY(9999px);
  overflow: hidden;
  z-index: -1;
  background: #93addb;
  background: linear-gradient(0deg, rgb(127 151 194) 0%, rgba(237, 251, 255, 1) 64%);
}

.menuDimmed .nav.showMobiNav:after {
  -webkit-animation: menu-animation 0.8s ease-out forwards;
  animation: menu-animation 0.8s ease-out forwards;
}

.showMobiNav #menu-trigger {
  right: 20px;
  top: 20px;
  background-color: var(--white);
}

.showMobiNav .menu li a, .showMobiNav .menu>li>a:before {
  color: var(--darkgray);
}

.showMobiNav .menu>li:after {
  background-color: var(--darkgray);
}

@-webkit-keyframes menu-animation {
  0% {
    opacity: 0;
    transform: scale(0.04) translateY(300%);
  }

  40% {
    transform: scale(0.04) translateY(0);
    transition: ease-out;
  }

  40% {
    transform: scale(0.04) translateY(0);
  }

  60% {
    opacity: 1;
    transform: scale(0.02) translateY(0px);
  }

  61% {
    transform: scale(0.04);
  }

  99.9% {
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
  }

  100% {
    transform: scale(2);
    height: 100%;
    padding-bottom: 0;
    border-radius: 0;
  }
}

@keyframes menu-animation {
  0% {
    opacity: 0;
    transform: scale(0.04) translateY(300%);
  }

  40% {
    transform: scale(0.04) translateY(0);
    transition: ease-out;
  }

  40% {
    transform: scale(0.04) translateY(0);
  }

  60% {
    opacity: 1;
    transform: scale(0.02) translateY(0px);
  }

  61% {
    transform: scale(0.04);
  }

  99.9% {
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
  }

  100% {
    transform: scale(2);
    height: 100%;
    padding-bottom: 0;
    border-radius: 0;
  }
}

/* ~~~~~~~~~~~~~ */
.primarynav {
  width: 94%;
  max-width: 1400px;
  margin: 110px auto auto;
  position: relative;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.primarynav>.row {
  position: relative;
  overflow: hidden;
  /* height: calc(100vh - 110px); */
}

.mainmenu>li>a {
  font-size: 1.1em;
  color: var(--darkgray);
  font-weight: 600;
}

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

.mainmenu li.active>a {
  color: var(--white);
  background-color: var(--primary);
}

.primarynav .navWrap {
  width: 50%;
  height: 100%;
  position: relative;
  overflow: auto;
}

.primarynav ul.mainmenu {
  width: 50%;
  max-width: 420px;
  position: relative;
  z-index: 1;
}

.mainmenu>li {
  margin-right: 10px;
  border-bottom: 1px solid rgba(105, 105, 105, 0.14);
}

.mainmenu>li>a {
  padding: 15px 40px 15px 10px;
  display: block;
  width: 100%;
  position: relative;
}

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

.mainmenu>li>ul {
  display: block;
  left: 110%;
  width: calc(100% - 10%);
  padding: 0px;
  position: absolute;
  top: 0;
  transition: opacity 0.2s linear, visibility 0.2s linear, filter 0.3s ease;
  z-index: 1;
}

.mainmenu>li>ul li a {
  position: relative;
  padding: 10px 15px;
  text-transform: none;
  display: block;
  color: var(--darkgray);
}

.mainmenu>li>ul>li ul {
  position: relative;
}

.mainmenu>li>ul li ul li a {
  font-size: 0.9em;
  margin-left: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.mainmenu li .droparrow {
  position: absolute;
  top: 0;
  right: 0px;
  width: 40px;
  height: 100%;
  cursor: pointer;
  outline: none;
  border: none;
  background: transparent;
}

.mainmenu>li>a>.droparrow {
  transform: rotate(-90deg);
  height: 40px;
  bottom: 0;
  margin: auto;
}

.mainmenu>li>a>.droparrow.open {
  background: color(srgb 0 0 0 / 0.3);
}

.mainmenu>li li .droparrow {
  display: block;
}

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

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

.mainmenu li .droparrow:before {
  left: 17px;
  -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);
}

.schoolInfo {
  color: var(--white);
  width: 46%;
  height: 100%;
  padding: 20px;
  gap: 20px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0px, 1fr));
}

.schoolInfo a {
  position: relative;
  display: block;
  width: 100%;
  color: var(--white);
  overflow: hidden;
  border-radius: 20px;
}

.schoolInfo a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, #000, transparent 50%);
}

.schoolInfo a img {
  transition: transform .5s ease;
  -webkit-transition: transform .5s ease;
  -moz-transition: transform .5s ease;
}

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

.schoolInfo a span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
  padding: 20px;
  z-index: 2;
  font-size: 1.2em;
  font-weight: 600;
}

/* ~~~~~~~~~~~~~~~ */
@media screen and (max-width:1199px) {
  .footer .ftlogo img {
    max-width: 260px;
    width: 100%;
  }
}

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

  .spaceTop {
    padding-top: 50px;
  }

  .spaceBottom {
    padding-bottom: 50px;
  }

  .logo {
    width: 260px;
  }

  .toplinks {
    margin-left: 0;
  }

  .toplinks .search {
    border-left: none;
  }

  .nav, .menu, .primarynav:after {
    display: none;
  }

  .nav.showMobiNav {
    display: block;
  }

  .primarynav {
    margin-top: 90px;
  }

  .primarynav .navWrap {
    width: 100%;
  }

  .primarynav>.row {
    height: calc(100vh - 90px);
  }

}

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

  .spaceBottom {
    padding-bottom: 30px;
  }

  .content {
    padding: 20px 0;
  }

  .col12, .col23, .col13, .actionbtn a, .boxes>a, .rightimg img {
    width: 100%;
  }

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

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

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

  .leftimg, .rightimg {
    float: none;
    margin: 10px auto;
    text-align: center;
    max-width: 80%;
  }

  .leftimg img, .rightimg img, .rightimg iframe {
    padding: 10px;
  }

  .logo {
    width: 220px;
  }

  .primarynav {
    margin-top: 80px;
  }

  .primarynav>.row {
    height: calc(100vh - 80px);
  }

  .primarynav ul.mainmenu {
    width: 100%;
    max-width: inherit;
  }

  .mainmenu>li {
    margin-right: 0;
  }

  .mainmenu>li>a {
    padding: 10px 40px 10px 10px;
  }

  .mainmenu>li>a>.droparrow {
    transform: rotate(0deg);
  }

  .mainmenu>li>ul {
    display: block;
    left: 0;
    width: inherit;
    padding: 0px;
    position: relative;
    top: inherit;
    transition: none;
  }

  .mainmenu ul {
    margin-left: 15px;
  }

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

}

@media screen and (max-width:479px) {
  .container {
    width: 90%;
  }

  .logo {
    width: 180px;
  }

  #menu-trigger strong {
    display: none;
  }

  .footer .ftBoxes>div {
    width: 100%;
    margin: 0;
  }

  .content .values li {
    width: 100%;
    margin-bottom: 25px;
  }

  .footer .ftBoxes>div:not(:last-child):after {
    content: inherit;
  }

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

  .footer .ftBoxes .flex {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }

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

  .keyconceptsWrap .grid .grid-item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

}


.navWrap::-webkit-scrollbar {
  width: 14px;
}

.navWrap::-webkit-scrollbar-track {
  background: #ebdba2;
  box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.5);
}

.navWrap::-webkit-scrollbar-thumb {
  background: var(--primary);
  background: linear-gradient(180deg, #508eab 0%, #cdcaca 100%);
}