@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Prata&display=swap');

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

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

body {
  min-width: 305px;
}

ol, ul {
  list-style: none;
}

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

:root {
  --primary: #18300c;
  --secondary: #214210;
  --green: #316318;
  --lightgreen: #d5d7be;
  --black: #222222;
  --cream: #f7e4c8;
  --white: #f7edde;
  --text: "Figtree", sans-serif;
  --heading: "Prata", serif;
}

body, html {
  font-size: 18px;
  line-height: 1.6em;
  font-family: var(--text);
  font-weight: 400;
  font-style: normal;
  color: var(--black);
  background-color: var(--white);
  -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;
  color: var(--secondary);
  font-weight: 600;
}

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

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

li {
  line-height: 1.4em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--heading);
  line-height: 1.2;
  margin-bottom: 15px;
  letter-spacing: 2px;
}

h1 {
  font-size: 2.4em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.8em;
}

h4 {
  font-size: 1.6em;
}

h5 {
  font-size: 1.4em;
}

h6 {
  font-size: 1.2em;
}

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

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: 1320px;
  z-index: 1;
}

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

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

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

.hidden {
  display: none !important;
}

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

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

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

.clearfix:after {
  clear: both;
}

.clear {
  clear: both;
}

.col12 {
  width: 48%;
}

.col23 {
  width: 65.333%;
}

.col13 {
  width: 31.666%;
}

.col50 {
  width: 50%;
}

.col60 {
  width: 60%;
}

.col40 {
  width: 40%;
}

.col56 {
  width: 56%;
}

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

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

.contentend {
  -webkit-justify-content: end;
  -ms-justify-content: end;
  justify-content: end;
}

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

.contentright {
  -webkit-justify-content: right;
  -ms-justify-content: right;
  justify-content: right;
}

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

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

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

.header.homepg {
  position: absolute;
}

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

.logo {
  margin-right: 10px;
  z-index: 1;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.logo img {
  width: 120px;
  border-radius: 100%;
  background-color: var(--cream);
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.close, .showMobiNav .close {
  display: none;
}

.nav:not(.showMobiNav) .search.open .close {
  display: inline-flex;
}

.close {
  position: relative;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background-color: var(--secondary);
  border-radius: 50%;
  margin: 0 2px;
}

.close:before, .close:after {
  position: absolute;
  content: "";
  width: 16px;
  left: 0;
  right: 0;
  height: 2px;
  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);
  top: 16px;
  left: 8px;
}

.close:after {
  -webkit-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
  top: 16px;
  left: 8px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~ */
footer {
  background-color: var(--primary);
  color: var(--white);
}

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


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

footer .container {
  padding: 40px 0;
}

footer .footlogo h3 {
  font-size: 1.5em;
}

footer .footimg {
  max-width: 640px;
}

footer .footimg img {
  width: 31%;
}

footer .footsocial a {
  color: var(--white);
  margin-right: 10px;
  font-weight: 500;
}

footer hr {
  border-color: var(--cream);
  margin: 15px 0;
}

footer .footsocial a i {
  display: inline-flex;
  font-size: 10px;
}

footer .footadd p:not(:last-child) {
  margin-bottom: 5px;
}

footer .footadd div:first-child {
  margin-bottom: 15px;
}

footer .copyright {
  font-size: 0.9em;
  padding: 10px 5px;
  background-color: #152c0a;
}

footer .copyright span {
  margin: 0 5px;
}

.content ul, .content ol {
  margin: 15px 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;
}

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

.content table {
  margin: 10px 0 10px 0;
  font-size: 0.9em;
  color: var(--white);
  background: var(--white);
  width: 100%;
}

.content table th {
  padding: 5px;
  text-align: left;
  font-size: 1em;
  background-color: var(--primary);
  border: 1px solid var(--lightgreen);
  color: var(--white);
  font-weight: 500;
}

.content table td {
  padding: 5px;
  border: 1px solid var(--primary);
  color: var(--black);
}

.content table tr:nth-child(2n + 1) td {
  background-color: var(--lightgreen);
}

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

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

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

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

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

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

.fulltable {
  width: 100%;
}

.btn a {
  display: inline-block;
  background-color: transparent;
  border: 2px solid var(--green);
  color: var(--green);
  padding: 12px 24px;
  position: relative;
  background-image: none;
  background-size: auto;
  margin-top: 15px;
  overflow: hidden;
  z-index: 1;
}

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

.btn a:before {
  content: "";
  height: 100%;
  width: 0;
  background-color: var(--secondary);
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.4s;
  z-index: -1;
}

.btn a:hover:before {
  width: 100%;
}

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

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

.title {
  margin-bottom: 30px;
}

.title p {
  color: var(--black);
  font-size: 0.9em;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.title h2 {
  text-transform: uppercase;
  color: var(--primary);
}

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

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

/* banner */
.banner {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding: 150px 0 100px;
}

.banner::before {
  content: '';
  position: absolute;
  background-color: var(--white);
  opacity: 0.95;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.banner h1 {
  text-transform: uppercase;
  font-size: 5.4em;
  color: var(--primary);
  margin-bottom: 0;
  line-height: 1;
}

.banner .bannerBox {
  max-width: 640px;
  margin: 0 auto;
}

.photoBox {
  margin-top: -20px;
}

.photoBox article {
  position: relative;
}

.photoBox article:nth-child(even) {
  margin-top: -40px;
}

.photoBox article img {
  width: 100%;
}

.photoBox .photoText {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.photoBox .photoText img {
  border-radius: 100%;
}

.welcome {
  background-color: var(--cream);
}

.partnership .partnerText {
  background-color: var(--primary);
  color: var(--white);
  padding: 60px 30px;
  max-width: 520px;
  margin: 30px auto;
}

.partnerText .title p, .partnerText .title h2 {
  color: var(--white);
}

.partnership img {
  width: 100%;
}

.spacialWrap {
  position: relative;
}

.spacialWrap::before {
  content: '';
  position: absolute;
  background-color: var(--cream);
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
}

.spacialWrap ul li {
  margin: 0 0 15px 20px;
  list-style-type: square;
}

.spacialWrap .col12:first-child {
  padding-right: 30px;
}

.spacialWrap .events {
  padding-left: 30px;
}

.events .glEvent {
  width: 48%;
  padding: 15px;
  background-color: var(--primary);
  color: var(--white);
  margin-bottom: 15px;
}

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

.events .glEventTitle {
  font-size: 0.9em;
}

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

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

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

.events .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0;
}

.events .btn a {
  margin-top: 0;
}

.connect {
  background-color: var(--cream);
}

.connect .middlewrap {
  background-color: var(--primary);
  color: var(--white);
}

.connect .title p, .connect .title h2 {
  color: var(--white);
}

.connect .col50:last-child {
  padding: 0 30px;
}

.connect img {
  width: 100%;
}

/* ~~~~~~~~~~~~~ */
.content .leftimg {
  float: left;
  margin: 0 20px 10px 0;
  max-width: 35%;
  position: relative;
}

.content .rightimg {
  float: right;
  margin: 0 0 10px 20px;
  max-width: 35%;
  position: relative;
}

.leftimg img, .rightimg img {
  box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 10px !important;
  width: 100%;
}

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

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

.pageTitle {
  background-color: var(--primary);
  color: var(--white);
  padding: 40px 0;
  position: relative;
}

.pageTitle::before {
  content: '';
  position: absolute;
  background-image: url(innerbg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
}

.pageTitle h1 {
  font-size: 2.4em;
  margin-bottom: 0;
}

/* ~~~~~breadcrumns~~~~~~~~ */
.sublist ul {
  position: relative;
  margin: 0;
}

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

.sublist li a {
  color: var(--white);
  line-height: 22px;
  padding: 12px 20px 0 15px;
  display: block;
  position: relative;
  font-weight: 500;
}

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

.sublist li.home a {
  padding-left: 0
}

.home>a:before, .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;
}

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

.content .fullcal .fc-day-header {
  text-align: center;
  color: var(--white);
}

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

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

.content .fullcal a {
  cursor: pointer;
  font-size: 0.85em;
  background-image: none;
  background-size: auto;
}

.fullcal .fc-event, .fullcal .fc-event-dot {
  background-color: var(--cream);
  color: var(--primary) !important;
  border: none;
  padding: 2px;
}

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

.fullcal .fc-today .fc-day-number {
  background: var(--primary);
  padding: 5px 10px;
  margin: 2px;
  color: var(--white);
}

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

.fc-button-primary:hover {
  color: var(--white) !important;
  background-color: #200e44 !important;
  border-color: #200e44 !important;
}

#detail .title {
  font-size: 1.6em;
}

#detail .glLocation i {
  font-size: 12px;
}

.vol_cal {
  padding-top: 30px;
}

/* contact page */
.contact_map {
  width: 100%;
  height: 420px;
}

/* ~~~~~~~Our Administrative Team~~~~~~~~~~~~~~ */
.staff {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.staff article {
  border: 1px solid var(--lightgreen);
  padding: 1rem;
  color: var(--primary);
}

.staff img {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
}

.staff h3 {
  font-size: 1.2em;
  margin-bottom: 5px !important;
  color: var(--secondary);
}

.staff .icons {
  gap: 1rem;
}

.staff .icons i {
  display: block;
  line-height: 1;
}

.staff .icons a {
  background-color: var(--lightgreen);
  display: block;
  padding: 10px;
  color: var(--darkgray);
  text-decoration: none;
  border-radius: 100%;
  font-size: 10px;
}

.staff .icons a:hover {
  background-color: var(--secondary);
  color: var(--white);
}

.staff-details {
  display: none;
  min-width: 500px;
  width: 100vw;
}

.staff-details img {
  display: block;
  width: 210px;
  margin: 0px 20px 20px 0;
  float: left;
}

.staff-details.editor h2 {
  margin-top: 0;
  margin-bottom: 7px;
}

.presidents {
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 30px;
}

.accordion .accordion-item .accordion-header-button {
  font-size: 1.1em !important;
  font-weight: 500;
}

.accordion .accordion-item .accordion-panel.expanded-panel {
  border: 1px solid var(--lightgreen);
}

.accordion .accordion-item .accordion-panel.expanded-panel .accordion .accordion-item .accordion-panel.expanded-panel {
  background-color: #fff8ef;
  border: none;
}

.goalsWrap {
  gap: 20px;
}

.goalsWrap>article {
  padding: 2.3em 1em 1em;
  border: 2px solid var(--lightgreen);
  width: calc(50% - 15px);
  position: relative;
  margin: 15px 0 10px;
}

.goaltitle {
  color: var(--primary);
  font-family: var(--text);
  letter-spacing: 0;
  font-weight: 600;
  font-size: 1.4em;
}

.goalsWrap>article .number {
  position: absolute;
  left: 1em;
  top: -1em;
  background-color: var(--green);
  color: var(--cream);
  padding: 7px;
  border-radius: 3px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.goalsWrap>article .number svg {
  width: 24px;
  height: 24px;
  fill: var(--cream);
  display: inline-block;
  margin-right: 4px;
  line-height: 1;
}

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

.menu>li {
  position: relative;
}

.menu li a {
  color: var(--primary);
  font-weight: 600;
}

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

.menu>li>a {
  position: relative;
  line-height: 54px;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.menu>li>a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  height: 3px;
  background-color: var(--green);
  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;
}

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

.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: 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.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(--white);
  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(--secondary);
  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(--secondary);
  background-color: transparent;
}

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

#menu-trigger {
  display: none;
}

#menu-trigger {
  display: inline-block;
  position: relative;
  z-index: 11;
  width: 34px;
  height: 34px;
  cursor: pointer;
  position: absolute;
  right: 0;
  margin-top: -6px;
}

#menu-trigger span, #menu-trigger span:before, #menu-trigger span:after {
  position: absolute;
  width: 30px;
  left: 0;
  right: 0;
  border-radius: 2px;
  height: 3px;
  background-color: var(--primary);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

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

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

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

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

.nav .primarynav {
  position: fixed;
  z-index: 9;
  top: 0;
  right: 0;
  max-width: 450px;
  width: 100%;
  height: 100vh;
  transition: all .4s cubic-bezier(.77, 0, .175, 1);
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  background-color: var(--white);
  padding: 40px 30px 15px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.nav .primarynav::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: var(--white);
}

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

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

.nav.showMobiNav .primarynav {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.header #menu-trigger.showMobiNav {
  position: fixed;
  right: 20px;
  top: 5px;
  margin-top: 0;
}

.primarynav .mainmenu li {
  padding: 20px 40px 20px 0;
  border-bottom: 1px solid #dfdfdf;
  position: relative;
}

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

.primarynav .mainmenu li ul {
  position: absolute;
  background-color: #fff;
  z-index: 1;
  padding: 10px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, .1);
  margin-top: 10px;
  border-top: 4px solid var(--primary);
  width: 100%;
}

.primarynav .mainmenu li ul li {
  padding: 8px 0;
  font-size: 0.9em;
}

.primarynav .mainmenu li ul li a {
  color: var(--primary);
}

.primarynav .mainmenu li ul li:hover a,
.primarynav .mainmenu li ul li.active a {
  color: var(--green);
}

.mainmenu li .droparrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  cursor: pointer
}

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

.mainmenu li .droparrow:after {
  right: 19px;
  -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)
}

.mainmenu>li>a {
  color: var(--primary);
  text-transform: uppercase;
}

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

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

.menuDimmed:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  z-index: 3;
  position: fixed;
  left: 0;
  top: 0;
}

.menu.topmenu {
  position: absolute;
  top: 30px;
  right: 110px;
  width: 100%;
}

.menu.topmenu>li {
  margin-right: 30px;
}

.searchTop {
  position: absolute;
  top: 45px;
  color: var(--primary);
  right: 50px;
  z-index: 1;
  cursor: pointer;
}

.searchTop i {
  font-size: 12px;
  font-weight: 500;
  margin-left: 20px;
  display: inline-flex;
}

.searchTop i:hover {
  color: var(--green);
}

.search-bar {
  position: absolute;
  z-index: 12;
  right: 0;
  top: 30px;
  width: 250px;
  padding: 4px;
  background-color: var(--primary);
  border-radius: 5px;
}

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

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

.search.open:after {
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  border-width: 8px;
  border-bottom-color: var(--hover);
  position: absolute;
  right: 5px;
  top: 15px;
  pointer-events: none;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

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

@media screen and (max-width:1280px) {
  .banner h1 {
    font-size: 4.2em;
  }

  .spacialWrap .col12:first-child, .spacialWrap .events {
    padding: 0;
  }

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

  .btn a {
    padding: 10px 16px;
  }

  .title {
    margin-bottom: 15px;
  }

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

  .spaceTop {
    padding-top: 50px;
  }

  .spaceBottom {
    padding-bottom: 50px;
  }

  .pageTitle h1 {
    font-size: 2em;
  }

  h2 {
    font-size: 1.6em;
  }

  h3 {
    font-size: 1.4em;
  }

  h4 {
    font-size: 1.3em;
  }

  h5 {
    font-size: 1.2em;
  }

  h6 {
    font-size: 1.1em;
  }

  .partnership .partnerText {
    padding: 30px;
    margin: 10px auto;
    max-width: 420px;
  }

  footer {
    font-size: 0.9em;
  }

  footer .footimg {
    max-width: 450px;
  }

  footer .footadd div:first-child {
    margin-bottom: 10px;
  }
}

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

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

  .spaceBottom {
    padding-bottom: 35px;
  }

  .spaceTop {
    padding-top: 35px;
  }

  .menu.topmenu>li {
    margin-right: 10px;
  }

  .banner {
    padding: 120px 0 80px;
  }

  .banner h1 {
    font-size: 3.2em;
  }

  .btn a {
    margin-top: 6px;
    font-size: 0.9em;
    padding: 10px 6px;
  }

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

  .partnership .partnerText {
    padding: 15px 5px;
    max-width: 360px;
  }

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

  #detail {
    padding: 15px 10px;
  }

  #detail .title {
    font-size: 1.3em;
  }

  .connect .col50:last-child {
    padding: 0 10px;
  }

  .logo img {
    width: 100px;
  }

  .menu.topmenu {
    top: 20px;
  }

  .searchTop {
    top: 35px;
  }

  .staff {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }

  .staff article {
    padding: 10px;
  }

  .fullcal .fc-center h2 {
    font-size: 1.2em;
  }

  .fullcal .fc-today .fc-day-number {
    padding: 2px 8px;
    margin: 0px;
  }

  footer .footlogo h3 {
    font-size: 1.2em;
  }

  footer .container {
    padding: 25px 0;
  }

  footer .footimg {
    max-width: 300px;
  }
}

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

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

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

  .smallwrap {
    padding: 0 10px;
  }

  hr {
    margin: 15px 0;
    border-top: 1px solid;
  }

  .logo img {
    width: 80px;
  }

  .banner {
    padding: 110px 0 40px;
  }

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

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

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

  .banner h2 {
    font-size: 1.2em;
  }

  .searchTop {
    top: 28px;
  }

  .searchTop i {
    font-size: 10px;
    margin-left: 15px;
  }

  .menu.topmenu {
    top: 14px;
  }

  .nav .primarynav {
    max-width: 280px;
    padding: 30px 15px 10px;
  }

  .primarynav .mainmenu li {
    padding: 15px 40px 15px 0;
  }

  .mainmenu li .droparrow {
    width: 45px;
    height: 45px;
  }

  .mainmenu li .droparrow:after, .mainmenu li .droparrow:before {
    height: 2px;
    width: 10px;
  }

  .mainmenu li .droparrow:before {
    left: 14px;
  }

  .mainmenu li .droparrow:after {
    right: 14px;
  }

  .primarynav .mainmenu li ul li {
    padding: 6px;
  }

  .spacialWrap::before {
    content: unset;
  }

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

  .photoBox .row article {
    width: 31%;
    margin: 0;
  }

  .photoBox article:nth-child(even) {
    margin-top: -10px;
  }

  .partnership .partnerText {
    padding: 10px;
    max-width: 100%;
    margin: 0;
  }

  .connect {
    padding-left: 15px;
    padding-right: 15px;
  }

  .connect .col50:last-child {
    padding: 10px;
  }

  .goalsWrap>article {
    width: 100%;
  }

  .pageTitle {
    padding: 20px 0;
  }

  .sublist li a {
    font-size: 0.9em;
    padding: 8px 12px 0 12px;
  }

  .home>a:before, .sublist li ul li a:before {
    top: 9px;
  }

  .content .leftimg, .content .rightimg {
    float: unset;
    margin: 0 0 15px;
    max-width: 100%;
  }

  .leftimg img, .rightimg img {
    padding: 5px !important;
  }

  .staff {
    grid-template-columns: repeat(2, 1fr);
    font-size: 0.9em;
    line-height: 1.4em;
  }

  .staff .icons a {
    padding: 8px;
    font-size: 8px;
  }

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

  .contact_map {
    height: 250px;
  }

  footer .footimg {
    max-width: 100%;
    margin-top: 15px;
  }

  footer .footlogo h3 br, footer .copyright span {
    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);
  }
}