@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Caudex:wght@400;700&family=Sen:wght@400..800&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: #244EA9;
  --darkblue: #0c3d70;
  --white: #fff;
  --lightbg: #e8f4fa;
  --textcolor: #222;
  --greycolor: #95bbd1;
  --bgbox: #4b4747;
  --heading: "Caudex", serif;
  --text: "Sen", sans-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.4;
  font-family: var(--text);
  font-weight: 400;
  -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.3em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--heading);
  font-weight: 600;
  line-height: 1.4em;
}

strong {
  font-weight: 600;
}

em {
  font-style: italic;
}

small {
  font-size: 85%;
}

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

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

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

main {
  flex: 1 0 auto;
}

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

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

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

.container {
  margin: 0 auto;
  position: relative;
  padding: 0;
  width: 96%;
  max-width: 1340px;
  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.666%;
}

.col40 {
  width: 40%;
}

.col56 {
  width: 56%;
}

.col60 {
  width: 60%;
}

.col50 {
  width: 50%;
}

.col22 {
  width: 22%;
}

.col75 {
  width: 75%;
}

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

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

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

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

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

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

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

.rightimg img, .leftimg img {
  padding: 10px !important;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.1);
  background-color: var(--white);
}

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

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

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

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

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

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

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

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.8em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

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

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: 700;
  border: 1px solid #d3dee7;
}

table tr td {
  padding: 6px 10px;
  border: 1px solid #d3dee7;
  font-size: 0.9em;
}

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

table td.bnone {
  border: none;
}

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

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

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

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

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

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

.fulltable {
  width: 100%;
}

.btn a {
  padding: 12px 30px;
  border: 1px solid var(--primary);
  color: var(--primary);
  margin-top: 15px;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  font-weight: 600;
  text-decoration: none;
}

.whtext .btn a, .blackbox .btn a {
  color: var(--white);
  border-color: var(--white);
}

.btn a:hover {
  z-index: 1;
  color: var(--white);
  border-color: var(--darkblue);
}

.btn a::before {
  content: "";
  display: block;
  background-color: var(--darkblue);
  position: absolute;
  width: 200%;
  height: 500%;
  border-radius: 100%;
  transition: 0.36s cubic-bezier(0.4, 0, 1, 1);
  transform: translate(-110%, -110%) translateZ(0);
  z-index: -1;
}

.btn a:hover::before {
  transform: translate(-45%, -34%) translateZ(0);
}

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

/* .whtext .title h2 {
  color: var(--white);
} */

/*  */
.header {
  width: 100%;
  z-index: 11;
  position: relative;
}

.header .logo {
  color: var(--primary);
  font-size: 1.2em;
  padding: 5px 0;
}

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

.header .logo h1 {
  margin-bottom: 5px;
  color: var(--primary);
  line-height: 1;
}

.banner {
  position: relative;
}

.banner img {
  width: 100%;
}

.wlcWrap .wlcImg img {
  padding: 10px;
  background-color: #d4d4d4;
  border-radius: 20px;
}

.boxesWrap .col13 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 10px;
  background-color: #d4d4d4;
  border-radius: 20px;
}

.acclogos>* {
  position: relative;
  width: 100%;
  padding: 20px;
}

.bgcolor {
  background-color: var(--primary);
}

.logosWrap {
  color: var(--white);
}

.logosWrap .acclogos>* h4 {
  font-size: 2em;
}

.eventwrap {
  position: relative;
}

.eventwrap .eventBox {
  position: relative;
  padding: 3em;
  width: 100%;
  max-width: 450px;
  z-index: 1;
  color: var(--textcolor);
}

.eventwrap .eventBox:after {
  content: '';
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  bottom: -60px;
  background-color: var(--white);
  z-index: -1;
}

.eventwrap .parallax {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.eventwrap .parallax .jarallax {
  height: 100%;
  min-height: inherit;
}

.content .boardtrustees>li {
  width: calc(20% - 20px);
  list-style: none;
  margin-left: 0;
  border: 2px solid #bbd0fe;
}

.content .boardtrustees {
  gap: 20px;
}

.content .boardtrustees>li>a {
  padding: 20px;
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.content .boardtrustees>li>a:hover {
  background-color: #bbd0fe;
}

/* staff */
.staff {
  background-color: var(--lightbg);
  padding: 30px;
}

.staff article {
  background-color: var(--primary);
  color: var(--white);
  margin-bottom: 15px;
}

.staff article img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: top;
}

.staff article div {
  padding: 10px 5px;
}

.staff article div h4 {
  margin-bottom: 5px;
}

.staff article div a {
  color: var(--white);
  display: block;
  margin-bottom: 5px;
}

.publicblock .col12 {
  margin-bottom: 15px;
}

.publickbtnblock .btn {
  margin-bottom: 0;
  text-align: center;
}

.publickbtnblock .btn a {
  width: 100%;
  max-width: 400px;
}

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

.greybox, .blackbox {
  padding: 30px;
  background-color: var(--greycolor);
  color: var(--white);
  margin: 15px 0;
}

.blackbox {
  background-color: var(--bgbox);
}

.grid {
  margin: 0 -10px 10px;
}

.grid .grid-item {
  width: calc(20% - 20px);
  margin: 10px;
  position: absolute;
  line-height: 1.3em;
  text-decoration: none;
  text-align: center;
}

.grid .grid-item img {
  width: 100%;
  height: 160px;
  object-fit: contain;
}

.gslide .gslide-media.gslide-image img {
  width: auto !important;
}

.stepsWrap article {
  background-color: var(--lightbg);
  padding: 30px;
  margin: 30px 0;
  position: relative;
}

.stepsWrap article h3 {
  color: var(--primary);
}

.stepsWrap article span {
  background: var(--primary);
  color: #fff;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  display: inline-block;
  font-size: 2.8em;
  position: absolute;
  left: -20px;
  top: -20px;
}

.faqWrap .tab-group .tab-list {
  text-align: center;
  border-bottom: 0;
  margin-bottom: 15px;
}

.faqWrap .tab-group .tab-list .tab-list-button {
  padding: 15px 30px;
  border-bottom: 0;
  background-color: var(--lightbg);
}

.faqWrap .tab-group .tab-list .tab-list-button.active {
  background-color: var(--primary);
  color: var(--white);
}

.accordion .expanded-panel.accordion-panel {
  background-color: var(--lightbg);
}

/* footer */
.footer {
  background-color: var(--darkblue);
  color: var(--white);
  padding-top: 40px;
}

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

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

.footer .title.logoname h2 {
  color: var(--white);
}

.footlogo img {
  width: 100px;
  border-radius: 50%;
}

.footer .footsocial a {
  margin-left: 10px;
  background-color: var(--primary);
  padding: 8px;
  line-height: 1;
  display: inline-block;
  border-radius: 7px;
}

.footer .footsocial a i {
  font-size: 8px;
  display: inline-block;
  line-height: 1;
}

.footer .copyright {
  border-top: 1px solid #e7e7e763;
  padding: 15px 0;
  font-size: 0.9em;
  margin-top: 40px;
}

.footer .copyright .copytext {
  order: 1;
}

.footer .copyright .footsocial {
  order: 2;
}

.footer .copyright .poweredby {
  order: 3;
}

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

.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 {
  border: 1px solid var(--darkblue);
  border-radius: 5px;
  margin: 0 !important;
  color: var(--textcolor);
  outline: none;
  padding: 0 7px;
  width: 160px;
  text-align: center;
  font-size: 15px;
}

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

.pgtitle {
  padding: 20px 0;
  background-color: #dcdbe0;
}

.blogPosts {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  gap: 30px;
}

.blogPosts article {
  background-color: var(--white);
  border: 1px solid #eee;
}

.blogPosts article .blogImage, .fmItem .eduwebs .boximage {
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.blogPosts article .blogImage img, .fmItem .eduwebs .boximage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blogPosts article .text {
  padding: 15px;
}

.blogPosts article h4 {
  font-size: 1.2em;
  color: var(--primary);
}

.blogPosts article .btn a {
  padding: 7px 14px;
  font-size: 0.9em;
}

.postMeta {
  width: 100%;
}

.postMeta span {
  display: inline-block;
}

.postMeta span:last-child {
  text-align: right;
}

.postMeta span i {
  font-size: 9px;
  display: inline-block;
  margin-right: 7px;
  color: var(--primary);
}

.postMeta strong {
  padding: 0 15px;
  font-weight: 500;
}

.content .postdetail ul li, .content .postdetail ol li {
  break-inside: avoid;
}

.blogimagebox {
  margin: 15px auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}

/* ~~~~~~family site~~~~~ */
.fmItem {
  padding: 20px;
}

.fmItem:nth-child(even) {
  background-color: #d4e1ff;
}

.fmItem .eduwebs .col13 {
  width: calc(25% - 20px);
  margin: 0 10px 20px 10px;
  background-color: #fffefe;
  word-break: break-word;
}

.fmItem .eduwebs .col13>div {
  padding: 0 20px 20px 20px;
}

.fmItem .eduwebs .col13>div h4 {
  font-size: 1.14em;
}

.fmItem .eduwebs .col13 .smallBtn>a {
  font-size: 0.8em;
  padding: 7px 12px;
}

.minutesTable {
  margin: 30px 0;
}

.bmBoxeswrap {
  margin-top: 20px;
}

.bmBoxeswrap .col13 {
  padding: 10px;
  border: 1px solid var(--bgbox);
  margin-bottom: 25px;
}

.bmBoxeswrap .col13 .boximg img {
  width: 100%;
  max-width: 200px;
  border-radius: 50%;
}

.boardSlider .splide__slide {
  background-color: var(--lightbg);
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

.boardSlider .slideItem {
  padding: 30px;
}

.boardquicklinks .btn a {
  width: 100%;
  max-width: 350px;
}

.resourcesinfo {
  gap: 20px;
}

.resourcesinfo>a img {
  display: inline-block;
  margin-bottom: 10px;
  width: 100%;
}

.resourcesinfo>a {
  padding: 10px;
  background-color: var(--white);
  width: calc(16.66% - 20px);
  text-align: center;
}

/* ~~~~~~~~ */
.content .fullcal table {
  margin: 0;
}

.content .fullcal a {
  color: var(--white);
  cursor: pointer;
  font-size: 1em;
}

.content .fullcal .fc-day-number {
  font-size: 1.2em;
  padding: 3px 5px;
}

.content .fullcal .fc-today .fc-day-number {
  border: 1px solid var(--darkblue);
  border-radius: 5px;
  background-color: var(--darkblue);
  color: var(--white) !important;
}

.fullcal .fc-event {
  background-color: var(--darkblue);
  border-color: var(--darkblue);
  padding: 3px;
  cursor: pointer;
}

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

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

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

.content .fullcal .fc-day-header {
  text-align: center;
  padding: 10px;
}

.content .fullcal table .fc-today .fc-day-number {
  color: var(--darkblue);
  font-weight: 600;
}

.content .fullcal .fc-button-primary:hover, .fullcal .fc-button-primary:not(:disabled):active, .fullcal .fc-button-primary:not(:disabled).fc-button-active {
  color: var(--white);
  background-color: #3e9aba;
  border-color: #3e9aba;
}

#detail .title {
  font-size: 1.3em;
  color: var(--secondary);
}

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

.nav:after {
  content: "";
  position: absolute;
  left: -100vw;
  right: -100vw;
  bottom: 0;
  height: 100%;
  background-color: var(--primary);
  z-index: -2;
}

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

.menu {
  position: relative;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.menu>li {
  position: relative;
  margin: 0 20px;
}

.menu>li>a {
  color: var(--white);
  position: relative;
  z-index: 1;
  line-height: 50px;
  font-weight: 600;
  font-size: 1.15em;
}

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

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

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

.menu ul {
  width: 224px;
  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: 100%;
  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 ul li {
  width: 100%;
  padding: 0px;
  position: relative;
  border-bottom: 1px solid rgba(237, 241, 253, 1);
}

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

.menu li ul li a {
  display: block;
  padding: 10px 15px;
  line-height: 1.15em;
  color: var(--textcolor);
  font-weight: 500;
  font-size: 0.9em;
  letter-spacing: -0.6px;
}

.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(--darkblue);
  background-color: #bbd0fe;
}

#menu-trigger {
  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);
  }
}

@media screen and (max-width:1199px) {
  .menu>li {
    margin: 0 12px;
  }

  .menu>li>a {
    font-size: 1em;
  }

  .resourcesinfo>a {
    width: calc(20% - 17px);
  }
}

@media screen and (max-width:1023px) {
  .header .logo img {
    width: 90px;
  }

  .header .logo {
    font-size: 0.7em;
  }

  .spaceTop {
    padding-top: 35px;
  }

  .spaceBottom {
    padding-bottom: 35px;
  }

  .wlcWrap .col12:last-child {
    width: 100%;
  }

  .wlcWrap .col12.wlcImg {
    margin-bottom: 15px;
  }

  .resourcesinfo>a {
    width: calc(25% - 17px);
  }

  .fmItem .eduwebs .col13 {
    width: calc(33.33% - 20px);
  }

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

  .nav {
    position: absolute;
    top: 100%;
    right: 0;
    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: 288px;
  }

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

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

  .menu li a {
    line-height: 1.3em;
    position: relative;
    display: block;
    margin-left: 40px;
    padding: 10px 10px 10px 0px;
    color: var(--text);
  }

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

  .menu li ul li a {
    padding: 10px 10px 10px 0px;
  }

  .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;
    animation: none;
    visibility: visible;
    opacity: 1;
  }

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

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

  .menu>li#register>a {
    padding: 10px 10px 10px 40px;
    color: var(--lightbg);
    margin-left: 0;
  }

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

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

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

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

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

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

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

  #menu-trigger span, #menu-trigger span:before, #menu-trigger span:after {
    position: absolute;
    width: 30px;
    left: 0;
    right: 0;
    height: 3px;
    background-color: var(--darkblue);
    -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: 8px;
    content: "";
  }

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

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

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

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

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

  .header .logo {
    width: 100%;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }

  .translator {
    width: 100%;
    margin-bottom: 10px;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }

  .spaceTop, .footer {
    padding-top: 25px;
  }

  .spaceBottom {
    padding-bottom: 25px;
  }

  hr {
    margin: 20px 0;
  }

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

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

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

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

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

  .content .boardtrustees>li {
    width: calc(33.33% - 15px);
  }

  .staff .col13 {
    width: 48%;
    margin-top: 0;
  }

  .stepsWrap article span {
    left: 0;
  }

  .blogPosts article .blogImage {
    height: auto;
  }

  .resourcesinfo>a {
    width: calc(33.33% - 14px);
  }

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

@media screen and (max-width:600px) {
  h1 {
    font-size: 2em;
  }

  .eventwrap .eventBox {
    padding: 1.2em;
  }

  .footer .footlogo {
    display: none;
  }

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

  .stepsWrap article span {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 2em;
  }

  .resourcesinfo>a {
    width: calc(50% - 10px);
  }

  .fmItem .eduwebs .col13 {
    width: 100%;
  }
}

@media screen and (max-width:479px) {
  .header .logo>div {
    text-align: center;
  }

  .footer .container>* {
    width: 100%;
    display: block;
    text-align: center;
  }

  .footer .footsocial {
    margin-bottom: 10px;
  }

  .content .boardtrustees>li {
    width: 100%;
  }

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