@charset "utf-8";

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: #045AA6;
  --third: #133770;
  --lightbg: #e1f2fa;
  --white: #fefefe;
  --black: #000000;
  --textcolor: #333;
  --heading: "Merriweather", serif;
  --text: "Lato", 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: 17px;
  line-height: 1.6em;
  font-family: var(--text);
  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: var(--heading);
  line-height: 1.2em;
  font-weight: 700;
}

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

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

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

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

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

.col40 {
  width: 40%;
}

.col15 {
  width: 15%;
}

.col84 {
  width: 84%;
}

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

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

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

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

.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: var(--black);
  border: none;
  margin: 0 !important;
  color: var(--white);
  outline: none;
  padding: 0 7px 0 12px;
  width: 130px;
  border-radius: 0;
  text-align: center;
}

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

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

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

.announcement {
  background-color: var(--secondary);
  color: var(--white);
  padding: 10px;
  margin-bottom: 10px;
}

.logo {
  margin: 10px 0;
  color: var(--textcolor);
  font-size: 1.8em;
  font-family: var(--heading);
  line-height: 1.2em;
}

.logo img {
  width: 100px;
  margin-right: 10px;
}

.logo span {
  display: block;
  font-size: 0.6em;
  letter-spacing: .7px;
}

/* homepage */
.banner {
  width: 94%;
  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(--white);
  padding: 40px;
  right: 5%;
  bottom: 5%;
}

.bannerText span, .joinWrap span, .parentContent>p>span {
  color: var(--secondary);
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 2px solid;
  display: inline-block;
  padding: 5px 0;
}

.bannerText h1 {
  margin-bottom: 20px;
  font-size: 2.4em;
  color: var(--primary);
}

/* boxes */
.boxesWrap {
  display: grid;
  grid-template-columns: repeat(22, 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) {
  grid-column: span 5;
}

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

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

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

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

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

.boxesWrap article h3 {
  margin-bottom: 10px;
  font-size: 1.2em;
}

.boxesWrap article.boxTextOnly {
  background-color: var(--secondary);
  color: var(--white);
  background-image: linear-gradient(to left bottom, var(--secondary), #b4347b, var(--third)) !important;
}

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

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

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

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

.parentContent>p>span {
  color: var(--black);
}

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

.parentWrap.secHead h2 {
  color: var(--black);
}

.parentWrap .btn a {
  background-color: var(--black);
  color: var(--white);
}

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

/* program */
.program .programContent {
  padding: 60px 32px;
  background-color: var(--secondary);
  color: var(--white);
  background-image: linear-gradient(to left bottom, var(--secondary), #b4347b, var(--third)) !important;
}

.program img {
  height: 100%;
}

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

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

.events {
  padding-right: 60px;
}

.events .row {
  margin: 0 -15px;
}

.events .glEvent {
  background-color: var(--white);
  position: relative;
  width: calc(50% - 30px);
  padding: 20px;
  margin: 0 15px 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;
}

/* community */
.community {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  padding: 60px;
  margin: 80px 0;
}

.community .joinWrap {
  background-color: var(--white);
  padding: 60px 30px;
  max-width: 480px;
  margin-left: auto;
}

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

/* nutrition education */
.nutriedu article {
  background-color: var(--lightbg);
  padding: 20px;
  margin-bottom: 15px;
}

.nutrifit {
  margin: 0 -15px;
}

.nutrifit article {
  width: calc(25% - 30px);
  margin: 15px;
}

.nutriedu article img {
  height: 150px;
  object-fit: contain;
}

.nutriedu article h4 {
  color: var(--secondary);
}

/* footer */
.footer {
  font-size: 1.1em;
  position: relative;
  background-color: var(--primary);
  color: var(--black);
}

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

.footer>.container>div {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

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

.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 h5 {
  margin-bottom: 20px;
}

.footer .copyright {
  background-color: var(--secondary);
  color: var(--white);
  width: 100%;
  font-size: 0.9em;
  padding-top: 15px;
  padding-bottom: 15px;
}

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

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

h2 {
  font-size: 1.5em;
  color: var(--primary);
}

h3 {
  font-size: 1.35em;
}

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

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

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

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

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

table td.bnone {
  border: none;
}

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

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

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

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

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

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

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

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

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

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

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

blockquote.full {
  max-width: inherit;
}

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: var(--textcolor);
}

blockquote cite {
  display: block;
  padding-top: 15px;
  font-size: 1.1rem;
  color: var(--textcolor);
}

.fulltable {
  width: 100%;
}

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

.content .btn a, .btn a {
  background-color: var(--primary);
  padding: 10px 20px;
  color: var(--black);
  margin-top: 10px;
  display: inline-block;
  font-size: 0.95em;
  font-weight: 600;
}

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

.iconbtn a {
  position: relative;
  background-color: var(--lightbg);
  padding: 10px 20px 10px 40px;
  color: var(--black);
  display: inline-block;
  font-size: 0.95em;
  font-weight: 600;
  border: 1px solid var(--third);
  margin: 5px 7px;
}

.iconbtn a::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url(link-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  left: 10px;
  top: 14px;
  margin: auto;
  z-index: 1;
}

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

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

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

/* 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%;
}

.pageTitleWrap {
  background-color: var(--secondary);
  color: var(--white);
}

.pageTitleWrap img {
  width: 100%;
}

.pageTitle {
  padding: 40px 0;
}

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

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

.sidemenu {
  background-color: #eee;
}

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

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

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

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

/* .sidemenu li ul li ul li a {
  padding-left: 30px;
} */
.sidemenu li, li.showMenuLi>a, .sidemenu li.active>a {
  display: none;
}

.sidemenu li.active, .sidemenu .showMenu>li.active>a, .showMenu>li, .showMenuLi>ul>li {
  display: block;
}

.vision, .mission {
  background: #ffe1d1;
  margin-bottom: 25px;
  padding: 2em;
}

.mission {
  background: #cee9ff;
}

.vision img, .mission img {
  padding: 10px !important;
  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);
  background-color: var(--white);
}

.pdf {
  width: 100%;
  aspect-ratio: 4 / 3;
}

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

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

.fullcal a {
  color: var(--white);
  cursor: pointer;
  text-decoration: none;
}

.fullcal .fc-event {
  background-color: var(--primary);
  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);
}

.fullcal .fc-day-header {
  text-align: center;
}

.fullcal table .fc-today .fc-day-number {
  background: var(--secondary);
  padding: 0px 7px;
  color: #fff;
  border-radius: 4px;
}

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

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

#detail .date strong, #detail .glLocation strong {
  display: inline-block;
  margin-right: 10px;
}

.calInfo>p {
  margin-bottom: 0;
  margin-right: 20px;
  margin-top: 20px;
}

.calInfo>p span {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  display: inline-block;
}

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

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

.staff .staffText {
  padding: 10px;
}

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

.staffText img {
  width: 100%;
}

/* login pages */
.loginsBox {
  gap: 20px;
}

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

.loginsBox .contentImg, .loginsBox .contentImg img, .loginsBox .contentBox {
  -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: 200px;
  object-fit: contain;
}

.loginsBox a:hover .contentImg img, .loginsBox article: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(--text);
  margin: 0;
}

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

.boxes {
  margin-top: 20px;
  margin-bottom: 20px;
}

.boxes>* {
  border: 1px solid var(--primary);
  padding: 20px;
}

.boxes .flex {
  gap: 20px;
}

.backBtn i {
  display: inline-flex;
  font-size: 8px;
  margin-right: 7px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.photoalbum>a img {
  display: inline-block;
  margin-bottom: 10px;
}

.group {
  padding: 15px 15px 0;
  border: 1px solid #d0d0d0;
  margin-bottom: 15px;
}

.group:nth-child(even) {
  background-color: #fff6f2;
}

.yearbook {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(12rem, 1fr));
  row-gap: 7px;
  column-gap: 1.5rem;
}

ul.yearbook li {
  position: relative;
  list-style: none;
  padding-left: 5px;
}

.yearbook>li:before {
  content: "\f15d";
  position: absolute;
  font-family: beehivelyicons;
  left: -20px;
  font-weight: 600;
}

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

.accordion .accordion-item .accordion-header-button.expanded {
  border-radius: 5px 5px 0 0;
}

.accordion .accordion-item .accordion-panel.expanded-panel {
  border: 1px solid #d2d2d2;
  font-size: 0.95em;
  line-height: 1.1;
}

.newsWrap .newsItem {
  margin-bottom: 35px;
  padding: 15px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.1);
}

.newsWrap .newsItem .more a {
  margin-top: 25px;
  color: var(--black);
  display: inline-block;
  font-weight: 600;
  text-decoration: none;
  border-top: 2px solid;
  padding-top: 8px;
}

.newsWrap .newsItem .more a:hover {
  color: var(--primary);
}

.newsdetails .btn a {
  background-color: var(--third);
  text-decoration: none;
  color: var(--white);
}

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

/* Navigation */
.topNav {
  -webkit-justify-content: end;
  -ms-justify-content: end;
  justify-content: flex-end;
}

.nav {
  margin-top: 20px;
  font-weight: 700;
}

.menu {
  gap: 20px;
}

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

.topmenu {
  gap: 2px;
}

.topmenu>li, .menu>li {
  position: relative;
}

.topmenu>li>a {
  color: var(--white);
  padding: 10px 10px;
  font-size: 0.9em;
  background-color: var(--third);
  line-height: 1.2;
  display: block;
  font-weight: 700;
}

.topmenu>li#wasco-union-high-school>a {
  color: var(--black);
  background-color: var(--primary);
}

.topmenu>li>a:hover, .topmenu>li#wasco-union-high-school>a:hover {
  color: var(--white);
  background-color: var(--textcolor);
}

.menu>li>a {
  color: var(--textcolor);
  position: relative;
  z-index: 1;
  padding: 15px 0;
}

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

.menu>li:after {
  content: "";
  position: absolute;
  height: 3px;
  width: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: var(--secondary);
  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>li.active li.active>a {
  color: var(--white);
  background-color: var(--secondary);
}

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

.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>.mega-menu>ul {
  width: 400px;
}

.menu>.mega-menu:hover>ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}

.submenu-list {
  width: 50%;
} */
.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 #eee;
}

.menu li ul li a {
  display: block;
  padding: 10px 10px 10px 15px;
  font-size: 0.85em;
  line-height: 1.3em;
  color: var(--textcolor);
}

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

#menu-trigger, .menu .parent-resources_sub-menu {
  display: none;
}

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

  .spaceTop {
    padding-top: 50px;
  }

  .spaceBottom {
    padding-bottom: 50px;
  }

  .logo {
    font-size: 1.2em;
  }

  .logo img {
    width: 64px;
  }

  .menu {
    gap: 15px;
  }

  .nav {
    margin-top: 10px;
  }

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

  .boxesWrap article {
    grid-column: span 5;
  }

  .boxesWrap article:nth-child(4) {
    grid-column: span 9;
  }

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

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

  .loginsBox a {
    width: calc(25% - 15px);
  }

  .announcement {
    padding: 5px;
    font-size: 0.9em;
    margin-bottom: 5px;
  }
}

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

  .nowrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

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

  .spaceTop {
    padding-top: 40px;
  }

  .spaceBottom {
    padding-bottom: 40px;
  }

  .header .container {
    align-items: center;
  }

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

  .footer {
    font-size: 1em;
  }

  .footer>.container>div {
    width: 30%;
  }

  .footer .footLogo h1 {
    font-size: 2.5em;
    line-height: 1.2;
  }

  .loginsBox a {
    width: calc(33.33% - 15px);
  }

  /* .topNav {
    max-width: 400px;
  } */
  .nav {
    display: none;
    position: absolute;
    width: 288px;
    top: 100%;
    right: 0;
    z-index: 5;
    margin-top: 0;
    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);
  }

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

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

  .menu>li:after {
    display: none;
  }

  .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 a {
    padding: 8px 10px 8px 0px;
    font-size: 0.8em;
  }

  .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;
    background-color: transparent;
  }

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

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

  .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: 30px;
    height: 40px;
    cursor: pointer;
    margin-left: 10px;
  }

  #menu-trigger span, #menu-trigger span:before, #menu-trigger span:after {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    height: 3px;
    border-radius: 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: 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;
  }

  .bigfont {
    font-size: 1.1em;
  }
}

@media screen and (max-width:860px) {
  .header .container, .logo {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
}

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

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

  .spaceTop {
    padding-top: 30px;
  }

  .spaceBottom {
    padding-bottom: 30px;
  }

  hr {
    margin: 20px 0;
  }

  .col12, .col13, .col23, .col40, .col60, .footer>.container>div {
    width: 100%;
  }

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

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

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

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

  .g_translate .goog-te-gadget .goog-te-combo {
    width: inherit;
  }

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

  .parentWrap .parentContent {
    padding-left: 0;
    margin-bottom: 15px;
    text-align: center;
  }

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

  .community {
    padding: 40px;
    margin: 44px 0;
  }

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

  .boxesWrap article {
    grid-column: span 5 !important;
  }

  .topNav {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    align-items: center;
  }

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

  .loginsBox .contentImg {
    padding: 10px 15px;
  }

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

  .loginsBox .contentImg img {
    height: 120px;
  }
}

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

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

  .bannerText {
    right: 0;
  }

  .topmenu {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .topmenu>li, .loginsBox a, .loginsBox article {
    width: 100%;
  }

  .translator {
    margin: 0 0 2px;
  }
}

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