@charset "utf-8";

@font-face {
  font-family: 'Morganite';
  src: url('fonts/Morganite-SemiBold.eot');
  src: url('fonts/Morganite-SemiBold.eot?#iefix') format('embedded-opentype'), url('fonts/Morganite-SemiBold.woff') format('woff'), url('fonts/Morganite-SemiBold.ttf') format('truetype'), url('fonts/Morganite-SemiBold.svg#Morganite-SemiBold') format('svg');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham-Book';
  src: url('fonts/Gotham-Book.eot');
  src: url('fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'), url('fonts/Gotham-Book.woff') format('woff'), url('fonts/Gotham-Book.ttf') format('truetype'), url('fonts/Gotham-Book.svg#Gotham-Book') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham-Bold';
  src: url('fonts/Gotham-Bold.eot');
  src: url('fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/Gotham-Bold.woff') format('woff'), url('fonts/Gotham-Bold.ttf') format('truetype'), url('fonts/Gotham-Bold.svg#Gotham-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

:root {
  --primary: #3ea2de;
  --secondary: #1B4987;
  --light: #d7e1ea;
  --text: #282B30;
  --black: #000000;
  --font-primary: 'Gotham-Book', sans-serif;
  --font-heading: 'Morganite', serif;
}

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

body, html {
  font-size: 17px;
  line-height: 1.6em;
  font-family: var(--font-primary);
  font-weight: normal;
  color: var(--text);
  -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.4em;
}

h1, h2, h3, h4 {
  font-family: var(--font-heading);
  font-weight: 600;
  letter-spacing: 1px;
}

strong, h5, h6 {
  font-weight: bold;
}

em {
  font-style: italic;
}

small {
  font-size: 85%;
}

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

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

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

main {
  flex: 1 0 auto;
}

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

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

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

.col40 {
  width: 40%;
}

.col60 {
  width: 60%;
}

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

.mediumwrap {
  margin: 0 auto;
  max-width: 1120px;
}

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

.bigfont {
  font-size: 1.1em;
  letter-spacing: 1px;
}

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

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

.title h2 {
  margin-top: 0;
  color: var(--secondary);
}

.title h2 strong {
  font-size: 1rem;
  display: block;
  color: initial;
  font-weight: normal;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-family: var(--font-primary);
}

/* #header ~~~~~~~~~~~~~~~~~~~~~~~~ */
.header {
  position: relative;
  width: 100%;
  z-index: 12;
  background-color: #fff;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
}

.header:after {
  content: '';
  position: absolute;
  background-color: var(--primary);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 44px;
}

.logo {
  width: 230px;
  z-index: 1;
  position: relative;
  margin-bottom: -46px;
}

.topSocial {
  position: absolute;
  top: 2px;
  right: 0;
  gap: 2px;
}

.topSocial a {
  width: 40px;
  height: 40px;
  padding: 10px;
  font-size: 10px;
  color: var(--text);
  line-height: 1;
}

.topSocial a:hover {
  background-color: #fff;
  color: var(--secondary);
}

.banner {
  width: 100%;
  position: relative;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  margin-bottom: 50px;
}

.overlay:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.bannerWrap {
  z-index: 3;
}

.bannerImage {
  width: 60%;
  position: relative;
  z-index: 1;
  margin-bottom: -50px;
  padding-top: 70px;
  order: 1;
}

.banner img {
  width: 100%;
}

.bannerText {
  align-self: center;
  width: 33%;
}

.bannerText h1 {
  margin: 0;
  color: var(--secondary);
}

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

.welcomeWrap {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3vw;
}

.imageCover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.academicWrap {
  background-position: bottom center;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  color: #fff;
  min-height: 500px;
  align-items: flex-end;
}

.academicWrap.title h2, .academicWrap.title h2 strong {
  color: #fff;
}

.text {
  width: 100%;
  max-width: 400px;
}

.boxesWrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(192px, 1fr));
  margin-top: -50px;
}

.boxesWrap>*>a, .content .athleticsBoxes>*>a {
  position: relative;
  color: #fff;
  font-size: 1.3em;
  font-weight: bold;
  width: 100%;
  height: 100%;
  padding: 4vw 20px;
  display: inline-block;
  background-color: var(--text);
  line-height: 1.2em;
}

.content .athleticsBoxes>*>a {
  padding: 3vw 20px;
}

.boxesWrap>*:nth-child(-4n+6)>a, .content .athleticsBoxes>*:nth-child(-4n+6)>a {
  background-color: #0e3569;
}

.boxesWrap>*:nth-child(4n+3)>a, .content .athleticsBoxes>*:nth-child(4n+3)>a {
  background-color: var(--secondary);
}

.boxesWrap>*:nth-child(4n)>a, .content .athleticsBoxes>*:nth-child(4n)>a {
  background-color: var(--primary);
}

.boxesWrap>*>a:hover, .content .athleticsBoxes>*>a:hover {
  background-color: #fff;
  color: var(--text);
  box-shadow: 0 0 15px 5px rgb(0 0 0 / 10%);
}

.testimonials {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 3vw;
}

.testimonials i {
  color: var(--primary);
  font-size: 1em;
}

.testimonials cite {
  color: var(--secondary);
  font-style: italic;
}

.eventWrap {
  background-color: var(--light);
}

.eventWrap.title h2 {
  color: var(--secondary);
  margin-bottom: 0;
}

.eventWrap .text {
  max-width: 100%;
  padding-bottom: 30px;
}

.eventWrap .text .btn a {
  margin-top: 0;
}

.events {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 3vw;
  align-items: center;
}

.events .glEvent {
  background-color: white;
  padding: 1em;
  border-radius: 0 2em;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}

.events .glEventTitle a {
  color: var(--text);
  text-transform: uppercase;
}

.events .glEventDate {
  display: inline-block;
  padding: 0.5em;
  margin-bottom: 1em;
  color: white;
  font-weight: bold;
  background-color: var(--primary);
  border-radius: 0 1em;
}

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

.eventWrap .community {
  margin-bottom: 15px;
}

.eventWrap .community a {
  background-color: var(--primary);
  color: var(--light);
  margin-top: 0;
}

.eventWrap .community a:not(:last-child) {
  margin-right: 12px;
}

.eventWrap .communityphoto {
  background-color: white;
  padding: 1em;
  border-radius: 0 2em;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  margin: 15px 0;
}

.eventWrap .communityphoto h3, .eventWrap .communityphoto p {
  margin-bottom: 5px;
}

.eventWrap .communityphoto p {
  font-size: 0.9em;
  line-height: 1.5em;
}

.eventWrap .communityphoto a {
  display: flex;
  align-items: center;
  color: var(--secondary);
}

.eventWrap .communityphoto a i {
  font-size: 7px;
  display: inline-flex;
  margin-left: 5px;
}

.more i {
  font-size: 8px;
}

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

.newsEvents article {
  padding: 15px;
  background-color: #fff;
  box-shadow: 0 0 15px 0px rgb(0 0 0 / 10%);
}

.newsEvents article .btn a {
  padding: 5px 10px;
  font-size: .8em;
}

.newsdetail .newsDate i {
  font-size: 10px;
  color: var(--secondary);
}

.newsdetail .categoryTag {
  padding: 2px 6px;
  font-size: 0.75em;
  display: inline-block;
  margin-right: 5px;
  border: 1px solid var(--light);
}

.newsdetail .newsttl {
  margin-bottom: 30px;
}

.newsdetail .newsttl h2, .newsdetail .newsttl p a {
  margin: 0;
}

.newsdetail .newsImg {
  margin-bottom: 15px;
}

.newsdetail .grid {
  display: flex;
}

.newsdetail .grid a {
  width: calc(33.33% - 30px);
  margin: 15px;
}

/*  */
.fullcal .fc-content {
  color: #fff;
}

.fullcal table td {
  padding: 0;
}

.fullcal table {
  margin: 0;
}

.fullcal .fc-event {
  border: 1px solid #0b305a;
}

.fullcal .fc-event, .fc-event-dot {
  background-color: #0b305a;
}

.fullcal table td {
  border: 1px solid #0b305a;
}

.fullcal .fc-toolbar h2 {
  font-size: 2.6em;
}

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

.fullcal .fc-button-group .fc-button-primary:hover {
  color: var(--light);
  background-color: var(--secondary);
  border-color: var(--secondary);
}

.fullcal .fc-button-group .fc-button-primary:focus {
  box-shadow: unset;
  -webkit-box-shadow: unset;
}

/* footer */
.footerWrap {
  background-image: linear-gradient(to bottom, var(--secondary), var(--light));
  color: #fff;
}

.footer {
  background: url(footerbg.png) repeat-x left bottom;
  background-size: 300px;
  position: relative;
}

.footer:after {
  position: absolute;
  content: "";
  background: url(bioscope.png) no-repeat center bottom;
  background-size: 130px;
  left: 20%;
  bottom: 0;
  top: 0;
  width: 30%;
}

.footer .container .teladd {
  padding-top: 2em;
}

.footer .container .mainadd {
  padding-top: 1.5em;
  padding-bottom: 2em;
}

.footerWrap .teladd>div {
  width: 31%;
  margin-bottom: 15px;
}

.footer .fLogo {
  font-size: 1.5em;
  line-height: 1.1em;
  max-width: 300px;
  order: 2;
}

.footer .fLogo img {
  width: 200px;
  filter: brightness(0) invert(1);
}

.footerWrap .address {
  order: 1;
}

.footerWrap .address p {
  margin-bottom: 4px;
}

.footerWrap .acclogo {
  order: 3;
}

.footerWrap .acclogo a {
  margin: 0 auto;
}

.footer a {
  color: #fff;
}

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

.footer .ftmailadd {
  order: 4;
}

.footer .ftoffice {
  order: 5;
}

.copyrights {
  line-height: 22px;
  background-color: #040402;
  width: 100%;
  padding: 1em 0;
}

.copyrights span {
  padding: 0 10px;
}

.footer .social a {
  background-color: var(--primary);
  width: 34px;
  height: 34px;
  padding: 8px;
  font-size: 8px;
  border-radius: 50%;
  margin: 20px 10px 0;
  line-height: 1;
}

.footer .social a:hover {
  background-color: #fff;
  color: var(--secondary);
}

.acc {
  width: 200px;
  display: block;
}

/* ~~~~~~~~~~~~~~~ */
h1 {
  font-size: 3.8em;
  line-height: 1;
  z-index: 1;
  position: relative;
}

h2 {
  font-size: 2.5em;
  line-height: 1;
}

h3 {
  font-size: 1.7em;
  line-height: 1;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

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

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

table {
  margin: 10px 0 10px 0;
  color: var(--text);
}

table th {
  padding: 10px;
  background-color: var(--secondary);
  border: 2px solid #e7eaee;
  color: #ffffff;
  font-weight: bold;
}

table tr td {
  padding: 10px;
  text-align: left;
  border: 2px solid #e7eaee;
}

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

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

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

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

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

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

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 #d1e5ff;
  width: 100%;
}

.fulltable {
  width: 100%;
}

.btn a {
  display: inline-block;
  color: var(--text);
  margin-top: 15px;
  padding: 10px 20px;
  cursor: pointer;
  font-weight: bold;
  background-color: var(--primary);
  text-decoration: none !important;
}

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

.btn a:hover {
  background-color: var(--secondary);
  color: #fff;
  text-decoration: none !important;
}

.frame-wrap {
  width: 100%;
  height: 450px;
  overflow: hidden;
  margin-top: 15px;
  border: 1px solid #ddd;
  vertical-align: top;
}

.cal-iframe {
  height: 550px;
}

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

.innerBanner.hasBanner+.content {
  padding-top: 100px;
}

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

.innerBanner {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: var(--secondary);
  color: var(--light);
}

.innerBanner.hasBanner .container:after {
  content: "";
  position: absolute;
  width: 40%;
  height: 100%;
  left: 10%;
  top: 10%;
  background: url(../favicon-196.png) center no-repeat;
  background-blend-mode: color;
  background-size: contain;
  opacity: .1;
}

.innerBanner.fullBnr {
  margin-bottom: 45px;
}

.innerBanner.fullBnr .container img {
  margin-bottom: -100px;
}

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

.leftimg {
  float: left;
  margin: 10px 40px 20px 0;
  max-width: 45%;
  position: relative;
  z-index: 3;
}

.rightimg {
  float: right;
  margin: 25px 25px 20px 40px;
  max-width: 45%;
}

.pdfFile {
  background: url(pdf-file.svg) 0 3px no-repeat;
  background-size: 18px;
  padding-left: 25px;
}

.innerBanner .innerBannerImg {
  margin-bottom: -110px;
  background-color: #fff;
}

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

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

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

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

.aboutText div {
  background-color: #f1f6fe;
  padding: 1em;
  border-radius: 0 2em;
  margin: 20px 0;
}

.staffSec, .trustees {
  margin-bottom: 30px;
  padding: 10px 0;
}

.staffWrap {
  gap: 20px;
}

.staffWrap>article {
  width: calc(20% - 18px);
  box-shadow: 0 0 15px 0px rgb(0 0 0 / 10%);
  position: relative;
  min-height: 260px;
  padding: 15px;
}

.staffWrap>article .staffimg {
  border-radius: 50%;
  overflow: hidden;
}

.staffWrap>article .staffimg img {
  width: 100%;
}

.staffWrap .sdetails {
  position: relative;
  font-size: 0.9em;
  line-height: 1.5em;
  padding: 10px 10px 35px 10px;
}

.staffWrap.trustees .sdetails {
  padding: 0px 10px 10px 10px;
}

.staffWrap .sdetails h4, .popupname h4 {
  font-family: var(--font-primary);
}

.staffWrap .sdetails h4 {
  font-size: 1.15em;
  letter-spacing: 0;
  margin: 0;
  color: var(--secondary);
}

.staffWrap .smpopup {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 6;
  color: var(--black);
  background-color: var(--light);
  border: 0;
  display: block;
  opacity: 1;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.staffWrap .miniPopup {
  position: absolute;
  z-index: 100;
  width: 380px;
  height: 340px;
  max-width: min(92vw, 400px);
  margin-top: 10px;
  padding: 18px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
  overflow-y: auto;
  max-height: calc(100vh - 40px);
  line-height: 1.2em;
}

.staffWrap .miniPopup.hauto {
  height: auto;
}

.staffWrap article:nth-child(5n) .miniPopup {
  left: auto;
  right: 60%;
}

.staffWrap .popupname {
  align-items: flex-start;
}

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

.staffWrap .popupname h4 {
  font-size: 1em;
  line-height: 1.2;
  margin-bottom: 8px;
}

.staffWrap .popupname span {
  display: block;
  line-height: 1.3;
  font-size: .8em;
  margin-bottom: 10px;
}

.staffWrap .popupname a i, .staffWrap.trustees .sdetails a i {
  font-size: 10px;
  display: inline-block;
  line-height: 1;
  margin-right: 7px;
}

.badges {
  display: grid;
  gap: 16px;
  margin-top: 16px;
}

.badgeItem .flex {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.badgeItem img {
  object-fit: contain;
}

.staffWrap .badges img {
  width: 100%;
  max-width: 62px;
}

.house-systemTabs {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 20px;
}

.house-systemTabs>* {
  margin-top: 20px;
}

.house-systemTabs>*:hover {
  margin-top: 10px;
}

.hsWraper {
  padding-top: 10px;
}

.content.hsWraper h2, .content.hsWraper h3, .content.hsWraper h4 {
  font-family: var(--font-primary);
  margin-top: 25px;
}

.content.hsWraper h2 {
  font-size: 1.5em;
}

.content.hsWraper h3 {
  font-size: 1.2em;
}

.content.hsWraper h4 {
  font-size: 1em;
}

.hsHeader {
  position: relative;
  margin-bottom: 30px;
  background-color: var(--secondary);
}

.guma-tataga’ .hsHeader .hstitle {
  color: var(--text);
}

.hsHeader .hstitle {
  width: calc(100% - 380px);
  padding: 2em 1em 2em 0;
  font-size: 2.6em;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}

.hsHeader .hsImg {
  width: 350px;
  height: 350px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #fff;
  padding: 40px;
  margin: -70px 0;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.hsHeader .hsImg img {
  width: 100%;
}

.dosaTeam .col60 {
  width: 58%;
}

.dosaTeam .staffWrap>article {
  width: calc(33% - 18px);
}

/* ~~ student voice~~~~ */
.studentquote .quoteItem {
  position: relative;
  padding: 20px;
  background-color: var(--light);
  border-radius: 20px;
  margin: 20px 2em;
}

.studentquote .quoteItem h3 {
  font-family: var(--font-primary);
  margin-bottom: 7px;
  font-size: 1.1em;
  margin-top: 30px;
}

.studentquote .splide__arrows .splide__arrow--prev {
  left: 0;
}

.studentquote .splide__arrows .splide__arrow--next {
  right: 0;
}

.content .staffWrap a:hover {
  text-decoration: none;
}

.eventsWrap {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1vw;
}

.eventsWrap>* {
  padding: 15px 25px;
  border: 1px solid var(--primary);
  text-decoration: none;
}

.eventsWrap>* .eDate {
  color: var(--secondary);
}

.eventsWrap>* .dtIcon {
  color: var(--secondary);
  margin-right: 5px;
  margin-right: 5px;
}

.eventsWrap>* .dtIcon i {
  font-size: 8px;
  display: inline-block;
  line-height: 1;
}

.eventsWrap>* .icon {
  font-size: .9em;
  font-weight: 500;
}

.eventsWrap>* .icon i {
  font-size: 8px;
  display: inline-block;
  line-height: 1;
  margin-left: 11px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.organizeWrap article {
  gap: 30px;
  position: relative;
  padding: 50px 0;
  margin: 50px 0;
}

.organizeWrap article:after {
  content: "";
  position: absolute;
  left: 10%;
  right: -100vw;
  height: 100%;
  top: 0;
  z-index: -1;
  background-color: var(--light);
}

.organizeWrap article.row-reverse:after {
  left: -100vw;
  right: 10%;
}

.organizeWrap .imgBox {
  width: 400px;
  max-width: 30%;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.1);
}

.organizeWrap .imgBox>img {
  width: 100%;
}

.flex1 {
  flex: 1;
}

.enrollBox {
  gap: 25px;
}

.enrollBox article {
  box-shadow: 0 0 15px 0px rgb(0 0 0 / 10%);
  padding: 30px;
}

.enrollBox article strong {
  font-size: 1.2em;
}

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

.program .splide__pagination li {
  margin-left: 10px;
}

.program .splide__pagination__page {
  opacity: 1;
}

.program .splide__pagination__page.is-active {
  background-color: var(--secondary);
}

.citizenreport article {
  padding: 30px;
  margin: 30px 0;
  position: relative;
}

.citizenreport article::before {
  content: '';
  position: absolute;
  width: 90%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #eff6ff;
  border-radius: 10px;
  z-index: -1;
}

.citizenreport p {
  font-size: 1.4em;
}

.citizenreport p.btn {
  font-size: 1em;
}

.newsImg img {
  width: 100%;
}

.newsdetail .newsImg {
  gap: 20px;
}

.newsdetail .newsImg a.col13 {
  width: calc(20% - 16px);
}

.reportBox article {
  background-color: #eff6ff;
  padding: 15px;
  margin: 15px 0;
}

.coachingTeam>article {
  border-left: 2px solid var(--primary);
  padding-left: 20px;
  margin-bottom: 30px;
}

.coachingTeam>article:first-child {
  padding-top: 0;
}

.coachingTeam .coachName strong {
  display: block;
}

.menu .athletics_sub-menu {
  display: none !important;
}

.athleticsBoxes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.content .athleticsBoxes {
  margin: 0;
}

.content .athleticsBoxes>li {
  list-style: none;
  margin-left: 0;
}

.quarter-group .teamCard {
  padding: 20px;
  border: 1px solid var(--primary);
  margin-bottom: 20px;
}

.quarter-group .teamCard h2 {
  font-size: 1.4em;
  background-color: var(--light);
  padding: 13px;
  line-height: 1;
  font-family: var(--font-primary);
}

.quarter-group .teamCard>div {
  margin-bottom: 20px;
}

.quarter-group .teamCard>div .title {
  color: var(--secondary);
  font-size: 1.1em;
  margin-bottom: 4px;
  display: inline-block;
}

.photosGallery {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-top: 25px !important;
}

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

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

.photosGallery.grid .grid-item img {
  width: 100%;
}

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

.nav {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
  gap: 20px;
  padding-bottom: 20px;
}

.topmenu {
  position: relative;
  margin-right: 170px;
}

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

.topmenu>li#beehively-login>a {
  background-color: #0c6194;
  color: #fff;
}

.menu li {
  position: relative;
}

.menu>li:not(:first-child) {
  margin-left: 2px;
}

.menu li a {
  color: var(--text);
  margin: 0;
}

.menu>li>a {
  position: relative;
  line-height: 24px;
  align-items: center;
  font-size: 1.1em;
  text-transform: uppercase;
  padding: 10px 12px;
}

.menu>li>a:after {
  content: "";
  position: absolute;
  height: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
  background-color: var(--secondary);
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.menu>li:hover>a, .menu>li.active>a {
  color: #fff;
}

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

.menu ul {
  width: 220px;
  padding: 0px;
  position: absolute;
  left: 0px;
  top: 100%;
  background-color: #fff;
  display: none;
  z-index: 90;
  -webkit-box-shadow: 0 5px 7px 0 rgba(4, 38, 62, 0.1);
  box-shadow: 0 5px 7px 0 rgba(4, 38, 62, 0.1);
}

.menu ul ul {
  width: 180px;
}

.menu>li:hover>ul {
  display: block;
}

.menu>li li:hover>ul {
  left: 100%;
  top: 0;
  display: block;
}

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

.menu li ul li {
  width: 100%;
  position: relative;
}

.menu li ul li a {
  display: block;
  padding: 9px 10px;
  border-bottom: 1px solid #ddd;
  line-height: 1.4em;
}

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

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

#menu-trigger {
  display: none;
}

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

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

  .logo {
    width: 180px;
  }

  .staffWrap>article {
    width: calc(33.33% - 30px);
  }

  .boxesWrap>*>a, .content .athleticsBoxes>*>a {
    font-size: 1.1em;
  }
}

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

  .spaceBottom {
    padding-bottom: 45px;
  }

  .header {
    padding: 10px 0;
    background-color: var(--primary);
  }

  .header:after {
    content: unset;
  }

  .innerBanner {
    padding: 30px 0;
  }

  hr {
    margin: 15px 0;
  }

  .logo {
    width: 150px;
    margin-bottom: 0;
  }

  .staffWrap {
    margin: 0 -5px 15px;
  }

  .staffWrap>article {
    width: calc(48% - 10px);
    margin: 10px 5px;
    padding: 10px;
    font-size: 0.9em;
  }

  .staffWrap>article img {
    margin-bottom: 10px;
  }

  .bannerWrap {
    padding: 15px 0;
  }

  .bannerText {
    width: 50%;
  }

  .bannerText h2 {
    font-size: 2em;
    letter-spacing: 1.5px;
  }

  .bannerImage {
    width: 48%;
  }

  .boxesWrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: -20px;
  }

  .events {
    grid-template-columns: repeat(2, 1fr);
  }

  .enrollBox article {
    padding: 15px;
    width: 48%;
  }

  .eventWrap .community .flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .eventWrap .community a {
    margin-bottom: 15px;
  }

  /* ~~~~~~~~~~ */
  .topmenu {
    margin-right: 0px;
  }

  .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: 288px;
    bottom: inherit;
    padding-bottom: 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 0px 10px 10px;
    color: var(--textcolor);
    background-color: transparent;
  }

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

  .menu ul ul {
    width: 100%;
    font-size: 0.9em;
  }

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

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

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

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

  .spaceTop {
    padding-top: 25px;
  }

  .spaceBottom {
    padding-bottom: 25px;
  }

  .bannerText {
    width: 100%;
    padding-bottom: 15px;
  }

  .bannerImage {
    width: 100%;
    padding-top: 0;
  }

  .boxes>*, .events>div {
    max-width: 400px;
    flex-basis: inherit;
    flex-grow: inherit;
  }

  .boxes>*:not(:first-child), .events>div:not(:first-child) {
    margin-left: 0px;
    margin-top: 20px;
  }

  .footer {
    text-align: center;
  }

  .footer .fLogo {
    order: 1;
    margin: auto;
  }

  .footerWrap .address {
    order: 2;
  }

  .footer .ftmailadd {
    order: 3;
  }

  .footer .ftoffice {
    order: 4;
  }

  .footerWrap .acclogo {
    order: 5;
  }

  .innercontent {
    width: 100%;
  }

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

  .footer .copyrights {
    font-size: 0.9em;
  }

  .innercontent {
    margin-left: 0;
  }

  .sidebar {
    display: none;
  }

  .quicklinks ul li {
    list-style-position: inside;
  }

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

  .citizenreport article::before {
    width: 100%;
  }

  .citizenreport article {
    padding: 15px;
    margin: 15px 0;
  }

  .reportBox article {
    margin: 0;
  }

  .copyrights span {
    width: 100%;
    font-size: 0;
    line-height: 5px;
  }

  .content .staff>* {
    padding: 10px;
    width: calc(33.333% - 10px);
    background-color: #f4f4f4;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .content {
    padding-top: 20px;
    padding-bottom: 15px;
  }

  .innerBanner {
    padding-bottom: 20px;
  }

  .col12, .col23, .col13, .enrollBox article, .footerWrap .mainadd p, .footerWrap .teladd>div {
    width: 100%;
  }

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

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

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

  .btn a {
    line-height: 1.2;
  }

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

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

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

  .academicWrap {
    min-height: 280px;
  }

  .boxesWrap .boxItem {
    padding: 10px;
    font-size: 1em;
    min-height: 100px;
  }

  .nav-btn.svelte-ob83mn {
    padding: 10px 15px;
  }

  .eventWrap .col13 img {
    width: 100% !important;
  }

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

  .hsHeader .hstitle {
    width: calc(100% - 280px);
  }

  .hsHeader .hsImg {
    width: 250px;
    height: 250px;
  }
}

@media screen and (max-width:580px) {
  .staffWrap>article {
    width: 100%;
  }
}

@media screen and (max-width:479px) {
  .boxesWrap {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    margin-top: 20px;
  }

  .hsHeader .hstitle {
    width: calc(100% - 180px);
  }

  .hsHeader .hsImg {
    width: 170px;
    height: 170px;
    padding: 20px;
  }
}