@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap');

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

:root {
  --primary: #f97127;
  --secondary: #9c3700;
  --white: #fefefe;
  --textcolor: #222;
  --body: #fdf4ec;
  --black: #000000;
}

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.5em;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: var(--textcolor);
  background-color: var(--white);
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  height: 100%;
}

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

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

li {
  line-height: 1.3em;
}

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

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

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

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

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

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

.col4 {
  width: 38%;
}

.col6 {
  width: 58%;
}

.col40 {
  width: 40%;
}

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

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

.header {
  width: 100%;
  z-index: 5;
  position: relative;
  padding-top: 40px;
}

.header:before {
  content: "";
  position: absolute;
  left: -100vw;
  right: -100vw;
  top: 0;
  height: 40px;
  background-color: var(--primary);
}

.logo {
  color: var(--textcolor);
  gap: 10px;
  font-size: 1.1em;
  line-height: 1.4;
  letter-spacing: 1px;
  font-family: "Merriweather", serif;
  margin-top: 5px;
  margin-bottom: 5px;
}

.logo img {
  width: 100px;
}

.logo strong {
  display: block;
  font-size: 1.6em;
  letter-spacing: 0;
}

.topRight {
  position: absolute;
  right: 0;
  top: -40px;
  z-index: 1;
}

.topRight>* {
  font-size: 10px;
  padding: 10px;
  color: var(--black);
}

.topRight>*:hover {
  background-color: var(--secondary);
  color: var(--white);
}

.topRight>* i {
  display: block;
  line-height: 1;
}

.banner {
  width: 92%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.myVideo {
  object-fit: cover;
}

.bannerHeight, .bannerParallax .jarallax {
  width: 100%;
  height: calc(100vh - 170px);
}

/*
.bannerImg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
} */
.bannerText {
  position: absolute;
  max-width: 520px;
  background-color: var(--primary);
  padding: 40px;
  right: 5%;
  bottom: 5%;
  color: var(--black);
}

.bannerText span {
  display: block;
}

.bannerText h1 {
  margin-bottom: 20px;
  font-size: 2.4em;
}

.bannerText .btn a {
  background-color: var(--black);
  color: var(--body);
}

/* boxes */
.boxesWrap {
  display: grid;
  grid-template-columns: repeat(20, minmax(0, 1fr));
  gap: 15px;
}

.boxesWrap article {
  min-height: 300px;
  background-position: center;
  background-size: cover;
  grid-column: span 4;
  padding: 20px;
}

.boxesWrap article:nth-child(1), .boxesWrap article:nth-child(7), .boxesWrap article:nth-child(8) {
  grid-column: span 5;
}

.boxesWrap article:nth-child(2) {
  grid-column: span 7;
}

.boxesWrap article:nth-child(5) {
  grid-column: span 6;
}

.boxesWrap article div {
  z-index: 1;
}

.boxesWrap article h3 {
  margin-bottom: 10px;
}

.boxesWrap article.boxTextOnly, .program .programContent {
  background-color: var(--textcolor);
  color: var(--white);
  position: relative;
}

.boxesWrap article.boxTextOnly:after, .program .programContent:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: url(wasco_tiger.png) center 10px no-repeat;
  background-size: contain;
  opacity: .1;
}

.boxesWrap article:not(.boxTextOnly)>div {
  background-color: rgb(254 254 254 / 70%);
  padding: 20px;
}

/* principal */
.principalContent {
  background-color: var(--textcolor);
  color: var(--white);
  padding: 40px 30px;
  position: relative;
  z-index: 1;
}

.principalContent::after {
  content: '';
  position: absolute;
  left: 5%;
  top: 5%;
  background: url(iconbg.png) center 10px no-repeat;
  background-size: contain;
  opacity: 0.1;
  filter: invert(1);
  z-index: -1;
  width: 90%;
  height: 90%;
}

.principleWrap.secHead.whHead .jarallax {
  min-height: 440px;
}

/* parent */
.parentWrap {
  position: relative;
}

.parentWrap::before {
  content: "";
  position: absolute;
  width: 80%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: var(--body);
  z-index: -1;
}

.parentWrap:after {
  content: "";
  position: absolute;
  width: 450px;
  height: 100%;
  right: 35%;
  bottom: 0px;
  background: url(tiger.svg) right center no-repeat;
  background-size: contain;
  z-index: -1;
  opacity: 0.1;
  filter: brightness(0.5);
}

.parentWrap .parentContent {
  padding-left: 60px;
}

.parentWrap .parentImg .jarallax {
  min-height: 480px;
}

/* program */
.program .programContent {
  padding: 60px 32px;
}

.program .programContent>div {
  z-index: 1;
}

.program img {
  height: 100%;
  width: 100%;
}

/* events */
.eventWrap {
  position: relative;
}

.eventWrap::before {
  content: "";
  position: absolute;
  width: 80%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: var(--body);
  z-index: -1;
}

.events {
  padding-right: 60px;
}

.events .glEvent {
  background-color: var(--white);
  position: relative;
  width: calc(50% - 30px);
  padding: 20px;
  margin: 0 0 15px;
}

.events .glEventDate {
  position: relative;
  color: var(--secondary);
  display: inline-block;
  font-size: 1.2em;
  font-weight: 600;
  padding-bottom: 10px;
}

.events .glEventTitle>div {
  position: relative;
  padding-left: 20px;
}

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

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

.eventWrap .col13 .jarallax {
  min-height: 500px;
}

/* staff */
.staffWrap {
  margin-bottom: 30px;
}

.staff, .boxes {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(12rem, 1fr));
  gap: 1.2rem;
  padding: 20px 0;
}

.departments {
  grid-template-columns: repeat(auto-fill, minmax(18rem, 1fr));
}

.staff>* {
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.08);
}

.staff .staffText {
  padding: 10px;
}

.staff.departments .staffText {
  padding: 20px 10px;
}

.staff .staffText h5 {
  margin-bottom: 5px;
}

.staff .staffText div {
  font-size: 0.9em;
}

.staffText img {
  width: 100%;
}

.staffText a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9em;
  text-decoration: unset;
}

.staffText a i {
  font-size: 10px;
  display: inline-flex;
  margin-right: 5px;
}

.depfilter {
  border: 1px solid var(--black);
  padding: 10px;
  border-radius: 5px;
  display: flex;
  align-items: center;
}

.depfilter input {
  border: 0;
  margin-right: 5px;
}

.depfilter input:focus-visible {
  outline: unset;
}

.depfilter i {
  font-size: 10px;
  display: inline-flex;
}

/* login pages */
.loginsBox {
  margin: 0 -15px;
}

.loginsBox a, .loginsBox article {
  display: block;
  width: calc(20% - 30px);
  margin: 15px;
  background-color: var(--secondary);
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.08);
  text-decoration: unset;
}

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

.loginsBox a, .loginsBox .contentImg img, .loginsBox a:hover .contentImg img {
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.loginsBox .contentImg {
  padding: 15px 30px;
  background-color: var(--white);
}

.loginsBox .contentImg img {
  width: 100%;
  height: 180px;
  object-fit: contain;
}

.loginsBox a:hover .contentImg img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.loginsBox .contentBox {
  padding: 15px;
  color: var(--white);
  font-size: 1.05em;
  font-family: var(--bodytext);
  margin: 0;
}

/* bulletins page */
.bulletins article {
  margin: 15px 0;
  padding: 25px;
  background-color: var(--body);
}

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

.bulletins article img {
  width: 100%;
}

.bulletins article .dateWrap {
  display: flex;
  align-items: center;
}

.bulletins article .dateWrap i {
  font-size: 10px;
  display: inline-flex;
  margin-right: 10px;
}

/* footer */
.footer {
  background: var(--primary);
  color: var(--black);
  padding: 15px 0;
  position: relative;
}

.footer::before {
  content: "";
  position: absolute;
  width: 250px;
  height: 300px;
  background-image: url(logo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  left: 15px;
  top: 15px;
  opacity: 0.06;
}

.footer .container {
  padding: 60px 0;
}

.footer a {
  color: var(--black);
  font-weight: 400;
}

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

.footer .footLogo h1 {
  font-size: 3em;
}

.footer .footLogo span {
  display: block;
  font-size: 0.5em;
  letter-spacing: 4px;
}

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

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

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

.footer .footermenu li {
  list-style: square;
  margin-bottom: 10px;
  margin-left: 20px;
}

.footer .footermenu li:last-child {
  margin-bottom: 0;
}

.footer h5 {
  margin-bottom: 20px;
}

.footer .copyright {
  font-size: 0.9em;
  padding-top: 20px;
  border-top: 1px solid rgb(0 0 0 / 20%);
}

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

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

.content-sidewrap .content {
  width: calc(100% - 300px);
  padding: 0;
  position: relative;
}

.fullcontent .content {
  width: 100%;
}

.pgtitle {
  background-color: var(--secondary);
  margin: 0;
  position: relative;
}

.pgtitle h1 {
  color: var(--white);
  padding: 30px 0;
}

.pgtitle .container:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(logo.png) right bottom no-repeat;
  background-size: contain;
  filter: invert(1);
  opacity: .2;
}

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

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

.content .fullcal a {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

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

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

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

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

#detail h1 {
  font-size: 1.4em;
  margin-bottom: 10px;
  color: var(--primary);
}

/* Sidemenu */
.sidebar {
  width: 240px;
}

.sidemenu {
  background-color: #eee;
}

.content ul.sidemenu, .content .sidemenu ul {
  margin: 0;
}

.content .sidemenu>li {
  display: none;
}

.content .sidemenu>li.active {
  display: block;
}

.content .sidemenu li a {
  color: var(--textcolor);
  line-height: 22px;
  padding: 8px 10px;
  display: block;
  position: relative;
  font-size: 0.9em;
  font-weight: 500;
}

.content .sidemenu>li.active>a {
  color: var(--black);
  background-color: var(--primary);
}

.content .sidemenu li {
  margin: 0px;
  position: relative;
  list-style: none;
  border-top: 1px solid var(--white);
}

.content .sidemenu li a:hover {
  background-color: #d1d1d1
}

.content .sidemenu li ul li.active>a {
  color: var(--black);
  background-color: #f98343;
}

.content .sidemenu li ul li ul li a {
  padding-left: 30px;
}

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

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

.content .content .pdfReport>a, .content .content .pdfReport>article {
  padding: 1em;
  border: 1px solid #d3d3d3;
  text-decoration: none;
}

.pdfReport>a i, .pdfReport>article i {
  display: block;
  margin-bottom: 7px;
  font-size: 14px;
}

.content .pdfReport>a:hover {
  background-color: var(--primary);
  color: var(--black);
}

/* ~~~~~~~~~~~~~~~~~~~~~~ */
p {
  margin-bottom: 15px;
  line-height: 1.5em;
}

p:last-child {
  margin-bottom: 0;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.6em;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1.1em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.content hr {
  font-size: 1px;
  line-height: 1px;
  height: 1px;
  margin: 30px 0;
  border: 0px;
  border-top: 2px solid #ffd8c3;
}

.content blockquote {
  position: relative;
  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.08);
  font-size: 1.2em;
  letter-spacing: 0.5px;
  margin: 30px auto;
  padding: 15px 20px 20px;
  max-width: 900px;
  text-align: center;
  clear: both;
  font-weight: 500;
}

.content blockquote.full {
  max-width: inherit;
}

.content blockquote:before {
  display: block;
  margin: 0 auto 10px;
  content: "\f131";
  font-family: beehivelyicons;
  font-size: 34px;
  width: 50px;
  line-height: 1;
  text-align: center;
  color: #222;
}

.content blockquote cite {
  display: block;
  padding-top: 15px;
  font-size: 1.1rem;
  color: #222;
}

.fulltable {
  width: 100%;
}

.mobiTable {
  overflow-x: auto;
}

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

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

.rightimg img, .leftimg img {
  padding: 10px;
  width: 100%;
  border-radius: 3px;
  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);
}

.content .btn a, .btn a {
  background-color: var(--primary);
  padding: 10px 20px;
  color: var(--black);
  margin-top: 10px;
  display: inline-block;
  font-weight: 500;
  text-decoration: none;
}

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

.secHead h2 {
  margin-bottom: 30px;
  font-size: 2.2em;
  color: var(--primary);
  letter-spacing: 1px;
}

.secHead.whHead h2 {
  color: var(--white);
}

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

nav ul {
  z-index: 1;
}

.menu {
  position: relative;
  gap: 31px;
}

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

/*~~~ Google Translator ~~~~*/
.translator {
  position: relative;
  margin-right: 30px;
}

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

.g_translate .goog-te-gadget .goog-te-combo {
  background-color: unset;
  border: none;
  margin: 0 !important;
  color: var(--black);
  outline: none;
  padding: 0 5px;
  width: auto;
  text-align: center;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  cursor: pointer;
}

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

.topmenu {
  position: absolute;
  top: -40px;
  right: 60px;
}

.topmenu .menu>li>a {
  color: var(--black);
  line-height: 40px;
  font-size: 0.9em;
}

.topmenu .menu>li>a:hover {
  color: var(--primary);
}

.topmenu .menu>li::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 60%;
  margin: auto;
  background-color: var(--black);
  opacity: .3;
}

.menu>li {
  position: relative;
}

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

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

.topmenu .menu>li:hover a {
  color: var(--body);
}

.menu>li:after {
  content: "";
  position: absolute;
  height: 3px;
  width: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: var(--primary);
  opacity: 0;
  z-index: -1;
  -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;
  right: 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 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;
  font-size: 0.8em;
  line-height: 1.15em;
  color: var(--textcolor);
  font-weight: 500;
}

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

#menu-trigger {
  display: none;
}

.ul.null_sub-menu {
  display: none;
}

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

  .spaceTop {
    padding-top: 50px;
  }

  .spaceBottom {
    padding-bottom: 50px;
  }

  .content {
    padding: 15px 0;
  }

  .bigfont {
    font-size: 1.1em;
  }

  p {
    margin-bottom: 10px;
  }

  h1 {
    font-size: 1.8em;
  }

  h2 {
    font-size: 1.5em;
  }

  h3 {
    font-size: 1.4em;
  }

  h4 {
    font-size: 1.3em;
  }

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

  .menu {
    gap: 20px;
  }

  .logo {
    font-size: 1em;
  }

  .logo img {
    width: 90px;
  }

  .banner {
    width: 96%;
  }

  .bannerHeight {
    height: 500px;
  }

  .boxesWrap article:not(.boxTextOnly)>div {
    padding: 10px;
  }

  .principalContent {
    padding: 30px 15px;
  }

  .secHead h2 {
    margin-bottom: 10px;
    font-size: 1.5em;
  }

  .parentWrap .parentContent {
    padding-left: 30px;
  }

  .events {
    padding-right: 30px;
  }

  .pdfReport {
    grid-template-columns: repeat(3, minmax(auto, 1fr));
    gap: 20px;
  }

  .footer .footLogo h1 {
    font-size: 1.6em;
  }
}

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

  .loginsBox {
    margin: 0 -10px;
  }

  .loginsBox a, .loginsBox article {
    width: calc(33.33% - 20px);
    margin: 10px;
  }

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

  .boxesWrap article:nth-child(2) {
    grid-column: span 5;
  }

  .boxesWrap article:nth-child(7), .boxesWrap article:nth-child(8) {
    grid-column: span 7;
  }

  .events .glEvent {
    width: 100%;
    padding: 15px;
    margin: 10px 0;
  }

  .principleWrap .col23, .principleWrap .col13, .program .col23, .program .col13, .eventWrap .col23, .eventWrap .col13 {
    width: 48%;
  }

  .parentWrap .parentImg .jarallax {
    min-height: 360px;
  }

  .program .programContent {
    padding: 40px 20px;
  }

  .topRight {
    right: 40px;
    top: 40px;
  }

  .topRight>* {
    color: var(--primary);
    padding: 9px;
  }

  .footer .footLogo h1 {
    font-size: 1.8em;
  }

  .footer .container {
    padding: 30px 0;
  }

  .footLogo {
    width: 100%;
    padding-bottom: 30px;
  }

  /* ~~~~~~~~~~ */
  .nav {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 5;
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.3);
    width: 290px;
    bottom: inherit;
    padding-left: 0;
    margin-top: 0;
  }

  .nav:before {
    display: none;
  }

  .menu {
    width: auto;
  }

  .menu>li>a:after {
    content: unset;
  }

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

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

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

  .menu li a, .menu>li:last-child>a, .menu>li:last-child:hover>a, .menu>li:last-child.active>a {
    line-height: 1.3em;
    text-align: left;
    position: relative;
    display: block;
    margin-left: 40px;
    padding: 10px;
    color: var(--textcolor);
    background-color: transparent;
    border-bottom: 1px solid var(--white);
  }

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

  .menu li ul li a {
    padding: 8px;
    line-height: 1.3em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .menu ul, .menu>li li:hover>ul, .menu>li:hover>ul {
    display: block;
    width: inherit;
    position: relative;
    left: inherit;
    top: inherit;
    right: inherit;
    min-height: inherit;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    animation: none;
    visibility: visible;
    opacity: 1;
    background-color: inherit;
  }

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

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

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

  .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: 28px;
    cursor: pointer;
    border: 0;
  }

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

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

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

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

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

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

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

  .menu>li:after {
    content: unset;
  }

  .topmenu {
    right: 0;
  }

  .topmenu .menu {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }

  .topmenu .menu>li>a {
    line-height: 20px;
    padding: 10px;
    border: 0;
    margin: 0;
  }

  .topmenu .g_translate .goog-te-gadget .goog-te-combo {
    font-size: 14px;
  }
}

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

  .spaceTop {
    padding-top: 35px;
  }

  .spaceBottom {
    padding-bottom: 35px;
  }

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

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

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

  .bigfont {
    font-size: 1em;
  }

  .logo img {
    width: 50px;
  }

  .logo strong {
    font-size: 1em;
  }

  .topRight>* {
    padding: 5px;
  }

  .topRight {
    right: 35px;
    top: 18px;
  }

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

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

  .bannerHeight {
    height: 320px;
  }

  .bannerText {
    position: relative;
    max-width: 100%;
    padding: 15px;
    right: 0;
    top: 0;
  }

  .bannerText h1 {
    margin-bottom: 10px;
    font-size: 1.6em;
  }

  .principleWrap.secHead.whHead .jarallax, .parentWrap .parentImg .jarallax, .eventWrap .col13 .jarallax {
    min-height: 280px;
  }

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

  .boxesWrap article {
    min-height: 240px;
  }

  .boxesWrap article, .boxesWrap article:nth-child(1), .boxesWrap article:nth-child(5), .boxesWrap article:nth-child(2), .boxesWrap article:nth-child(7), .boxesWrap article:nth-child(8) {
    grid-column: auto;
  }

  .principleWrap .col23, .principleWrap .col13, .program .col23, .program .col13, .eventWrap .col23, .eventWrap .col13 {
    width: 100%;
  }

  .loginsBox {
    margin: 0 -5px;
  }

  .loginsBox a, .loginsBox article {
    width: calc(50% - 10px);
    margin: 10px 5px;
  }

  .loginsBox .contentImg {
    padding: 15px;
  }

  .loginsBox .contentImg img {
    width: 100%;
    height: 100px;
  }

  .loginsBox .contentBox {
    padding: 10px;
    font-size: 1em;
  }

  .staff {
    grid-template-columns: repeat(auto-fill, minmax(10rem, 1fr));
    gap: 10px;
  }

  .staff .staffText {
    padding: 5px;
  }

  .staff .staffText h5 {
    font-size: 1.1em;
  }

  .content .btn a, .btn a {
    padding: 10px 15px;
  }

  .header {
    padding-top: 50px;
  }

  .header:before {
    height: 50px;
  }

  .translator {
    margin-right: 10px;
  }

  .topmenu .menu li {
    border-bottom: 0;
  }

  .topmenu {
    right: -10px;
    left: -10px;
    top: -50px;
    align-items: center;
    justify-content: end;
  }

  .topmenu .g_translate .goog-te-gadget .goog-te-combo {
    font-size: 11px;
  }

  .topmenu .menu>li>a {
    padding: 4px;
    font-size: 0.7em;
    max-width: 120px;
    text-align: center;
  }

  .content hr {
    margin: 15px 0;
  }

  .menu {
    gap: 5px;
  }

  .topmenu .menu>li::before {
    left: -4px;
  }

  .parentWrap, .eventWrap {
    padding: 20px;
  }

  .parentWrap .parentContent {
    padding: 0;
  }

  .parentWrap::before {
    width: 100%;
  }

  .parentWrap:after {
    width: 100%;
    height: 40%;
    right: 0;
    top: 0;
  }

  .eventWrap {
    margin-bottom: 30px;
  }

  .events {
    margin-top: 15px;
  }

  .eventWrap::before {
    width: 100%;
  }

  .staffWrap {
    margin: 15px 0;
  }

  .pdfReport {
    grid-template-columns: repeat(2, minmax(auto, 1fr));
    gap: 10px;
  }

  .bulletins article {
    padding: 15px;
  }

  .bulletins article img {
    margin-bottom: 15px;
  }

  .content .content .pdfReport>a, .content .content .pdfReport>article {
    padding: 12px;
  }

  .footer .container {
    padding: 10px 0 20px;
  }

  .footer .footLogo h1 {
    font-size: 1.6em
  }

  .footer .footLogo, .footer .footLocate {
    padding-bottom: 20px;
  }

  .footer .footLocate p {
    margin-bottom: 10px;
  }

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

  .footer .copyright span {
    display: none;
  }

  .footer .copyright {
    font-size: 0.8em;
    padding-top: 15px;
    text-align: center;
  }
}

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

  .topmenu .g_translate .goog-te-gadget .goog-te-combo {
    font-size: 10px;
  }

  .topmenu .menu>li>a {
    padding: 5px;
    max-width: 105px;
  }
}

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