@charset "utf-8";

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

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

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

body {
  min-width: 320px;
}

ol, ul {
  list-style: none;
}

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

::-moz-selection, ::selection {
  color: #fff;
  background: #082c66;
}

body, html {
  font-size: 17px;
  line-height: 1.6em;
  font-family: calibri, sans-serif;
  font-weight: 400;
  color: #444;
  -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 {
  font-family: 'DIN Alternate';
  font-weight: bold;
  font-style: normal;
}

h3, h4, h5, h6, 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;
}

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.hidden {
  display: none !important;
}

.block {
  display: block;
}

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

.col40 {
  width: 40%;
}

.col60 {
  width: 60%;
}

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

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

.editor.title h2 {
  font-size: 2em;
  line-height: 1;
  margin-top: 0;
  position: relative;
}

.header {
  position: relative;
  width: 100%;
  z-index: 11;
  box-shadow: 0 0 6px 2px rgb(0 0 0 / 20%);
}

.logo {
  padding: 6px 0px;
  font-size: 1.5em;
  line-height: 1.2;
  color: #082c66;
  align-self: center;
  font-family: 'DIN Alternate';
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
}

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

.topRight {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: flex-end;
}

.GoogleTranslateLink {
  position: absolute;
  color: #222;
  top: 0;
  right: 0;
}

.GoogleTranslateLink:before, .GoogleTranslateLink:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10px;
  right: 0;
  top: 0;
  background-color: #ffc717;
  z-index: -1;
}

.GoogleTranslateLink:before {
  -moz-transform: skewX(-30deg);
  -webkit-transform: skewX(-30deg);
  -o-transform: skewX(-30deg);
  -ms-transform: skewX(-30deg);
  transform: skewX(-30deg);
  left: -3px;
  right: 20px;
}

.GoogleTranslateLink li {
  position: relative;
}

.GoogleTranslateLink li:not(:first-child):after {
  background-color: rgb(0 0 0 / 30%);
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  margin: auto;
  width: 1px;
  height: 16px;
}

.GoogleTranslateLink a, .GoogleTranslateLink li>div:not(.search-bar) {
  color: #222;
  padding: 12px;
  line-height: 20px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  text-transform: uppercase;
  display: block;
  font-size: 0.9em;
}

.GoogleTranslateLink li:hover a, .GoogleTranslateLink li.open>div:not(.search-bar), .GoogleTranslateLink li:hover>div:not(.search-bar) {
  color: #fff;
}

.calendar i, .search i {
  font-size: 9px;
  line-height: 1;
  display: block;
}

.search.open:before {
  left: 50%;
  bottom: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  border-width: 8px;
  border-bottom-color: #0061b2;
  margin-left: -8px;
  position: absolute;
  pointer-events: none;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

/*search form*/

.search-bar {
  position: absolute;
  z-index: 12;
  right: 0;
  top: 100%;
  width: 250px;
  padding: 10px;
  background-color: #0061b2;
  margin-left: 0 !important;
}

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

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

.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.banner img {
  width: 100%;
}

.banner .splide__pagination {
  z-index: 5;
}

.bannertext {
  position: absolute;
  z-index: 3;
  color: #fff;
  right: 0px;
  bottom: 0;
  left: 0;
  top: 0;
  font-size: 1.2em;
}

.bannertext>div {
  width: 45%;
  max-width: 500px;
  position: relative;
}

.bannertext>div:after {
  position: absolute;
  z-index: -1;
  left: -100vw;
  right: -40px;
  top: 0;
  bottom: 0;
  content: "";
  background-color: rgb(2 19 46 / 50%);
}

.editor.bannertext .btn a {
  background-color: white;
  border-color: white;
  color: #263d86;
}

.editor.bannertext .btn a:hover {
  color: #fff;
}

.editor.bannertext h1 {
  font-size: 3em;
  line-height: 1;
}

.bannerBtn {
  position: absolute;
  right: 0;
  z-index: 4;
  top: 0;
  bottom: 0;
}

.bannerBtn a {
  color: #fff;
  padding: 10px 20px;
  width: 140px;
  text-transform: uppercase;
  font-size: 0.9em;
  margin: 8px 0;
  position: relative;
}

.bannerBtn i {
  font-size: 10px;
  margin-right: 6px;
  line-height: 1;
}

.bannerBtn a.donate {
  color: #333;
}

.bannerBtn a.donate:after {
  background-color: #ffc717;
}

.bannerBtn a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: -20px;
  top: 0;
  background-color: #082c66;
  z-index: -1;
  -moz-transform: skewX(-30deg);
  -webkit-transform: skewX(-30deg);
  -o-transform: skewX(-30deg);
  -ms-transform: skewX(-30deg);
  transform: skewX(-30deg);
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.bannerBtn a.donate:hover {
  color: #fff;
}

.bannerBtn a:hover:after, .bannerBtn a.donate:hover:after {
  background-color: #67042C;
}

.announceWrap {
  background-color: #67042c;
  padding: 15px 30px;
  color: #fff;
  margin-bottom: 10px;
}

.editor .announceWrap a {
  color: #fff;
}

.editor .announceWrap a:hover {
  color: #ffc717;
}

.editor .announceWrap>a {
  display: block;
}

.eventbox {
  background-color: #f7f7f7;
  padding: 30px;
}

.events {
  font-size: 1.1em;
}

.events .glEvent {
  width: 46%;
  margin-bottom: 20px;
}

.events .glEventTitle {
  font-weight: 700;
}

.events .glEventDate {
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
  background-color: rgb(255 199 23);
  /* background-color: #67042c;
  color: #fff; */
}

.boxesWrap.editor h3 {
  font-size: 1.6em;
  margin-top: 0;
  color: #fff;
}

.boxesWrap {
  position: relative;
}

.boxesWrap:after {
  content: "";
  position: absolute;
  left: 0;
  height: 200px;
  right: 0;
  bottom: 0;
  background-color: #ffc717;
}

.boxesWrap.editor a {
  width: calc(33.333% - 20px);
  position: relative;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 0 20px 0px rgb(0 0 0 / 10%);
}

.boxesWrap a article {
  text-align: center;
  padding: 30px 20px 0px;
  width: 100%;
  background: #fff;
  position: relative;
  z-index: 9;
}

.boxesWrap a:hover article {
  transform: translateY(-40px);
}

.boxesWrap a span {
  border-bottom: 3px solid;
  opacity: 0;
}

.boxesWrap a span, .boxesWrap a img, .boxesWrap a:after, .boxesWrap a article {
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.boxesWrap a:hover span {
  opacity: 1;
}

.boxesWrap a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.boxesWrap a:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 50px;
  right: 0;
  content: "";
  opacity: 0;
  z-index: 1;
  visibility: hidden;
}

.boxesWrap a:hover:after {
  background-color: rgb(0 0 0 / 30%);
  opacity: 1;
  visibility: visible;
}

.facts article {
  width: calc(50% - 10px);
  position: relative;
}

.facts article:last-child:not(:nth-child(even)) {
  width: 100%;
}

.facts article>div {
  width: calc(50% - 10px);
  position: relative;
  background-color: #082c66;
  color: #fff;
  margin: 10px 0;
  padding: 30px 25px;
  background-size: cover;
  font-size: 1.1em;
}

.facts article span, .facts article .svgimg {
  font-size: 30px;
  display: block;
  text-align: right;
  margin-bottom: 5px;
}

.facts article .svgimg {
  width: 60px;
  height: 60px;
  margin-left: auto;
}

.facts article:nth-child(2)>div {
  background-color: #67042C;
}

.facts article:nth-child(3)>div {
  background-color: #0061B2;
}

.facts article:nth-child(4)>div {
  background-color: #343436;
}

.facts article:nth-child(3), .facts article:nth-child(4) {
  flex-direction: row-reverse;
}

.editor .facts h2 {
  margin-bottom: 5px;
}

.footer {
  position: relative;
  background-color: #082c66;
  color: #e9f2ff;
  padding-top: 25px;
  padding-bottom: 25px;
}

.footer.editor a {
  color: #e9f2ff;
}

.footer .flogo {
  width: 130px;
  display: block;
}

.address i {
  font-size: 0.5em;
  line-height: 1em;
  margin-right: 10px;
}

.footer.editor h2 {
  margin-top: 0;
  font-size: 1.2em;
}

h1 {
  font-size: 2.2em;
  line-height: 1.2em;
  margin-bottom: 20px;
  z-index: 1;
  position: relative;
}

.editor h2 {
  font-size: 1.5em;
  margin: 15px 0;
}

.editor h3 {
  font-size: 1.3em;
  margin: 15px 0;
  color: #082c66;
}

.editor h4 {
  font-size: 1.15em;
  margin: 15px 0;
}

.editor h5 {
  font-size: 1.1em;
  margin: 25px 0 10px;
}

.editor h6 {
  font-size: 1em;
  margin: 15px 0;
}

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

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

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

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

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

.editor table th {
  padding: 5px;
  text-align: left;
  font-size: 1em;
  background-color: #082c66;
  border: 1px solid #cbd9ef;
  color: #ffffff;
}

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

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

.editor table.noborder td, .editor table.noborder tr:nth-child(2n+1) td {
  border: none;
  background-color: transparent;
}

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

.editor a {
  color: #082c66;
  text-decoration: none;
  cursor: pointer;
}

.editor a:hover {
  color: #67042c;
  text-decoration: none;
}

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

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

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

.editor hr {
  clear: both;
  font-size: 1px;
  line-height: 1px;
  height: 1px;
  margin: 30px 0;
  border: 0px;
  border-top: 3px solid #f3f6fc;
}

.fulltable {
  width: 100%;
}

.mobiTable {
  overflow-x: auto;
}

.content.editor a {
  text-decoration: underline;
}

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

.editor .btn a, .btn a {
  position: relative;
  padding: 10px 25px;
  margin-top: 15px;
  background-color: #082c66;
  border: 2px solid #082c66;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  border-radius: 25px;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: 600;
}

.btn a em {
  font-size: 8px;
  line-height: 1;
}

.editor .btn a:hover, .btn a:hover {
  background-color: transparent;
  color: #082c66;
}

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

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

.editor .rightimg {
  float: right;
  margin: 10px 0px 20px 40px;
  max-width: 35%;
}

.rightimg img, .leftimg img {
  padding: 10px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0px 10px 0px rgba(0, 0, 0, .1);
  box-shadow: 0 0px 10px 0px rgba(0, 0, 0, .1);
}

blockquote {
  max-width: 600px;
  margin: auto;
  width: 100%;
  font-size: 1.2em;
  letter-spacing: 0.5px;
  color: #555;
}

/* Inner page ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.innerBanner {
  position: relative;
  overflow: hidden;
  max-height: 550px;
}

.innerBanner img {
  width: 100%;
}

.content {
  padding: 30px 0px;
  position: relative;
  min-height: 350px;
}

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

.filters {
  margin-bottom: 20px;
  padding: 20px;
  background-color: #082c66;
  color: #fff;
}

.filters>* {
  margin-top: 5px;
  margin-bottom: 5px;
}

.filters label {
  line-height: 40px;
  margin-right: 5px;
}

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

.grid .item {
  width: 24.9%;
  padding: 10px;
  position: absolute;
  line-height: 1.3em;
}

.grid .item .itembg {
  background-color: #fff;
  box-shadow: 0 0 10px 0px rgb(0 0 0 / 10%);
  width: 100%;
  height: 150px;
  padding: 20px;
}

.grid .item .itembg strong {
  font-size: 0.9rem;
}

.grid .item .itembg a:not(:last-child) {
  margin-right: 20px;
  position: relative;
}

.grid .item .itembg a:not(:last-child):after {
  position: absolute;
  content: "";
  width: 2px;
  height: 12px;
  top: 0;
  bottom: 0;
  right: -11px;
  margin: auto;
  background-color: #ddd;
}

.editor .grid .item h3 {
  margin-top: 0;
}

.editor .grid .item .small-text {
  display: block;
}

.filters-select {
  height: 40px;
  margin-right: 20px;
  font-size: 16px;
  outline: 0;
}

.bi-search-fill {
  font-size: 10px;
  margin-right: 10px;
  line-height: 1;
}

.search-field {
  height: 40px;
  font-size: 1em;
}

.staff-details {
  display: none;
  line-height: 1.2em;
  width: 100%;
}

.staff-details img {
  width: 180px;
}

.staffdirectory>h1:first-child {
  display: none;
}

.directory-details .thubnail {
  width: 230px;
}

.directory-details .text {
  width: calc(100% - 250px);
}

.directory-details img {
  width: 200px;
  margin-right: 20px;
  padding: 10px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0px 10px 0px rgba(0, 0, 0, .1);
  box-shadow: 0 0px 10px 0px rgba(0, 0, 0, .1);
}

.resourceWrap {
  margin: 0 -10px;
}

.editor .resourceWrap>* {
  margin: 10px;
  width: calc(20% - 20px);
  padding: 10px;
  line-height: 1.3em;
  background-color: #fff;
  box-shadow: 0 0 10px 0px rgb(0 0 0 / 10%);
  font-size: 1.1em;
  min-height: 100px;
}

.editor .resourceWrap>a {
  text-decoration: none;
}

.resourceWrap>a:hover {
  background-color: #082c66;
  color: #e9f2ff;
  box-shadow: none;
}

.resourceDetails {
  display: none;
  line-height: 1.2em;
  width: 100%;
}

.editor .resourceWrap h4 {
  margin-bottom: 7px;
}

/* calendar */

.editor .fullcal table {
  margin: 0;
}

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

.editor .fullcal a {
  color: #fff;
  cursor: pointer;
}

.fullcal .fc-day-header {
  background-color: #082c66;
  color: #fff;
}

.fullcal .fc-button-primary {
  text-transform: capitalize;
}

.fullcal .fc-event, .fullcal .fc-event-dot, .fullcal .fc-button-primary, .fullcal .fc-button-primary:disabled {
  background-color: #082c66;
  border-color: #082c66;
}

.fullcal .fc-button-primary:hover {
  color: #fff;
  background-color: #0e3779;
  border-color: #0e3779;
}

#detail h1 {
  font-size: 2em;
  color: #082c66;
}

/* Navigation */

.translated-ltr .menu:not(.topmenu) {
  padding-top: 0px;
}

.menu.topmenu {
  position: absolute;
  top: 0;
  right: 240px;
}

.menu.topmenu>li>a {
  text-transform: uppercase;
  font-size: 0.9em;
  color: #0061b2;
}

.menu:not(.topmenu) {
  padding-top: 44px;
}

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

.menu li a {
  color: #333;
  margin: 0;
}

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

.menu>li {
  position: relative;
}

.menu>li>a {
  padding: 0 12px;
  position: relative;
  line-height: 44px;
  font-size: 1.1em;
}

.menu ul {
  width: 180px;
  position: absolute;
  left: 0px;
  top: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  background-color: white;
  -moz-transition: visibility 0s linear .25s;
  -ms-transition: visibility 0s linear .25s;
  transition: visibility 0s linear .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 .5s;
  -moz-transition: opacity .5s;
  -ms-transition: opacity .5s;
  transition: opacity .5s;
  animation: pull-up .3s;
  z-index: 90;
}

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

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

.menu>li.active>a, .menu>li:hover>a {
  background-color: #082c66;
  color: #fff;
}

.menu li ul li {
  border-bottom: 1px solid #eee;
  padding: 0px;
  position: relative;
}

.menu li ul li a {
  display: block;
  padding: 8px 15px 8px 10px;
  line-height: 1.3em;
}

.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: #082c66;
}

#menu-trigger {
  display: none;
}

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

.menu.srclass>li:last-child li:hover ul {
  left: auto;
  right: 100%;
}

@media screen and (max-width: 1230px) {
  .logo {
    font-size: 1.3em;
  }

  .logo img {
    width: 70px;
  }

  .menu>li>a {
    padding: 0 7px;
    font-size: 1em;
  }

  .editor.bannertext h1 {
    font-size: 2.4em;
  }
}

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

  .spaceTop {
    padding-top: 40px;
  }

  .spaceBottom {
    padding-bottom: 40px;
  }

  .logo img {
    width: 80px;
  }

  .GoogleTranslateLink {
    position: relative;
    top: inherit;
    right: inherit;
  }

  .GoogleTranslateLink:before {
    display: none;
  }

  .GoogleTranslateLink:after {
    left: 0;
  }

  .topRight {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .editor.bannertext h1 {
    font-size: 2.2em;
  }

  .eventbox, .announceWrap {
    padding: 20px;
  }

  .boxesWrap a article {
    padding: 20px 10px 0px;
  }

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

  .facts article>div {
    padding: 20px;
  }

  .footer .copyright {
    width: 100%;
    border-top: 1px solid rgb(255 255 255 / 30%);
    padding-top: 15px;
    margin-top: 15px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 0.9em;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }

  .footer .copyright br {
    display: none;
  }

  .footer .copyright p {
    margin-bottom: 0;
    padding-right: 10px;
  }

  .grid .item {
    width: 33.23%;
  }

  .grid .item .itembg {
    padding: 10px;
  }

  .editor .resourceWrap>* {
    width: calc(33.333% - 20px);
  }

  .menu.topmenu {
    position: relative;
    top: inherit;
    right: inherit;
  }

  .nav {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 5;
    background-color: #082c66;
    -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: 278px;
  }

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

  .menu:not(.topmenu) {
    padding-top: 0;
  }

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

  .menu.topmenu>li>a, .menu>li>a {
    text-transform: capitalize;
    font-size: 1em;
    color: #fff;
  }

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

  .menu li a {
    line-height: 1.3em;
    text-align: left;
    position: relative;
    display: block;
    margin-left: 40px;
    padding: 10px 10px 10px 0px;
    color: #fff;
    background-color: transparent;
  }

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

  .menu li ul li a {
    padding: 6px 6px 6px 0px;
    color: #fff;
    line-height: 1.3em;
    margin-bottom: 0;
  }

  .menu ul, .menu>li>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: 20px;
  }

  .menu.srclass>li:last-child ul, .menu.srclass>li:last-child li:hover ul {
    left: 0;
    right: 0;
  }

  .menu li#senior-class>a span {
    display: none;
  }

  .menu>li:hover>a, .menu>li.active>a, .menu li ul li:hover>a, .menu li:hover li>a:hover, .menu li:hover li:hover>a, .menu ul li:hover li:hover>a:hover, .menu li.active li.active li.active>a, .menu li ul li:hover ul li:hover>a, .menu li.active li.active>a {
    color: #efe478;
    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: #fff;
    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>li>ul:after {
    display: none;
  }

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

  #menu-trigger span, #menu-trigger span:before, #menu-trigger span:after {
    position: absolute;
    width: 24px;
    left: 0;
    right: 0;
    height: 3px;
    background-color: #222;
    -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;
  }
}

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

  .spaceTop {
    padding-top: 30px;
  }

  .spaceBottom {
    padding-bottom: 30px;
  }

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

  .editor h1, .title.editor h2, .editor.bannertext h1 {
    font-size: 1.6em;
  }

  .header {
    padding-bottom: 10px;
  }

  .header>.container {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .topRight {
    width: 100%;
  }

  .bannerBtn, .bannertext {
    position: relative;
    right: inherit;
    left: inherit;
    width: 100%;
    bottom: inherit;
  }

  .bannertext {
    padding: 1em;
    background-color: #082c66;
  }

  .bannerBtn>div {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }

  .bannerBtn a {
    padding: 10px;
    width: auto;
    margin: 8px 1px;
  }

  .bannerBtn a:after {
    right: 0px;
    -moz-transform: skewX(0deg);
    -webkit-transform: skewX(0deg);
    -o-transform: skewX(0deg);
    -ms-transform: skewX(0deg);
    transform: skewX(0deg);
  }

  .bannertext>div, .bannertext>div>div {
    width: 100%;
    max-width: inherit;
  }

  .editor.bannertext h1:last-child {
    margin-bottom: 0;
  }

  .boxesWrap.editor a {
    width: calc(33.333% - 10px);
  }

  .boxesWrap a article {
    padding: 10px;
  }

  .boxesWrap a span {
    opacity: 1;
  }

  .boxesWrap a:hover article {
    transform: translateY(0px);
  }

  .bannertext, .welcomeWrap, .footer {
    text-align: center;
  }

  .facts article {
    width: 100%;
  }

  .facts article>div {
    width: calc(50% - 7px);
    margin: 7px 0;
  }

  .footer {
    padding-bottom: 0px;
  }

  .footer .row>div {
    width: 100%;
    padding-bottom: 15px;
  }

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

  .footer .flogo {
    width: 100px;
    margin: auto;
  }

  .footer .copyright {
    margin-top: 0;
  }

  .grid .item {
    width: 49.9%;
  }

  .editor .resourceWrap>* {
    width: calc(50% - 20px);
  }

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

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

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

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

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

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

@media screen and (max-width: 600px) {
  .bannertext>div:after, .factsWrap:before {
    display: none;
  }

  .directory-details .thubnail, .directory-details .text {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .boxesWrap.editor a:not(:last-child) {
    margin-bottom: 15px;
  }

  .events .glEvent, .boxesWrap.editor a {
    width: 100%;
  }

  .grid .item {
    width: 99.9%;
  }

  .grid .item .itembg {
    height: 110px;
  }

  .resourceWrap {
    margin: 0;
  }

  .editor .resourceWrap>* {
    margin: 10px 0;
    width: 100%;
    padding: 15px;
    min-height: 70px;
  }
}

@media print {
  body {
    font: 13pt Georgia, "Times New Roman", Times, serif;
    line-height: 1.3;
    background: #fff;
    color: #000;
  }

  h1 {
    font-size: 24pt;
  }

  h2, h3, h4 {
    font-size: 14pt;
  }

  a, blockquote, table, pre {
    page-break-inside: avoid
  }

  h1, h2, h3, h4, h5, h6, img {
    page-break-after: avoid;
    page-break-inside: avoid
  }

  ul, ol, dl {
    page-break-before: avoid
  }

  a:link, a:visited, a {
    color: #082c66;
    font-weight: bold;
    text-decoration: underline;
  }

  .logo {
    width: 250px;
  }

  .logo img {
    width: 60px;
  }

  .boxes article {
    width: 100%;
  }

  .bannertext {
    position: relative;
  }
}

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