@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Playfair+Display+SC:wght@400;700&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;
  overflow-x: hidden;
}

ol, ul {
  list-style: none;
}

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

/* #Basic Styles ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
body, html {
  font-size: 17px;
  line-height: 1.6em;
  font-family: 'Montserrat', 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, h3, h4, h5, h6 {
  font-weight: 400;
  font-family: 'Playfair Display SC', serif;
}

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

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

small {
  font-size: 85%;
}

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

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

main {
  flex: 1 0 auto;
}

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

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

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

/* #Misc ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.container {
  margin: 0 auto;
  position: relative;
  padding: 0;
  width: 92%;
  max-width: 1300px;
  z-index: 1;
}

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

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

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

.uppercase {
  text-transform: uppercase;
}

.redcolor {
  color: #c51d26;
}

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

.col50 {
  width: 50%;
}

.col23 {
  width: 65.333%;
}

.col13 {
  width: 30.666%;
}

.col14 {
  width: 23%;
}

.col40 {
  width: 40%;
}

.col60 {
  width: 60%;
}

.space10 {
  width: 100%;
  font-size: 0;
  height: 10px;
}

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

:root {
  --primary: #003a63;
  --hover: #6199c1;
  --lightgray: #eee;
  --gray: #555;
  --darkgray: #222;
}

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

.header .wraper {
  z-index: 1;
}

.logo img {
  position: relative;
  width: 300px;
  margin-top: 15px;
}

.logo .circle {
  position: absolute;
  width: 120px;
  height: 120px;
  background: #fff;
  padding: 0 10px;
  opacity: 1;
  -webkit-transition: .3s all ease;
  -moz-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  top: -15px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.logo .logotext {
  margin-left: 135px;
  font-size: 2em;
  color: #fff;
  font-weight: 600;
  line-height: 1.1;
  text-align: center;
  font-family: 'Playfair Display SC', serif;
}

.width100 {
  width: 100%;
}

.g_translate a.goog-te-menu-value, .g_translate .goog-te-gadget-simple .goog-te-menu-value span {
  color: #dbd9d9;
}

.topbar {
  background: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  color: #333;
  position: relative;
  font-size: 0.9em;
}

.topbar>div {
  justify-content: flex-end;
}

.topbar .social a {
  width: 30px;
  height: 30px;
  padding: 4px 6px;
  color: #001d3d;
  margin-right: 7px;
}

.topbar .social a i {
  font-size: 0.6em;
}

.search-bar {
  position: relative;
  overflow: hidden;
  margin-right: 7px;
}

.topbar .social a:hover {
  background: #003a63;
  color: #fff;
}

.search-bar .input {
  display: block;
  width: 160px;
  padding: 7px 24px 7px 8px;
  border-radius: 20px;
  background: #eee;
  transition-duration: 0.25s;
  transition-property: width;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
}

.search-bar .button {
  position: absolute;
  top: 0;
  right: 0;
  width: 22px;
  height: 100%;
  color: #000034;
  border: 0;
  text-indent: -1000px;
  z-index: 1;
  cursor: pointer;
}

.search-bar:after {
  position: absolute;
  content: "\f12b";
  font-family: beehivelyicons;
  font-size: 18px;
  font-style: normal;
  line-height: 1em;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 24px;
  height: 18px;
  color: #000034;
}

.search-bar .input:focus {
  outline: #000;
}

.editor .title h2 {
  font-size: 1.8em;
  line-height: 1;
  margin-top: 0;
  font-weight: 700;
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
}

.editor .title h2:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  height: 2px;
  width: 60px;
  background-color: var(--primary);
}

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

.banner .splide__pagination {
  position: absolute;
  z-index: 1;
  bottom: 0.5em;
  right: 60px;
  transform: none;
  padding: 0;
  justify-content: end;
  width: 47%;
}

.banner .splide__pagination__page {
  width: 15px;
  height: 15px;
  background: #ffffff;
}

.banner .splide__pagination__page.is-active {
  transform: scale(1);
  background: #f5f5f5;
}

.banner img {
  width: 100%;
  position: relative;
}

.banner:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 1;
}

.bannerText .icon {
  font-size: 1.9em;
}

.bannerText .text h3 {
  margin-top: 0;
  margin-bottom: 10px;
}

.bannerText {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 30px;
  color: #fff;
  z-index: 3;
  font-size: 1.3em;
}

.bannerText .text {
  max-width: 750px;
}

.bannerText.editor h1 {
  font-size: 1.6em;
  line-height: 1.2;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

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

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

.width100 img {
  width: 100%;
}

.lightgreen {
  background-color: #f7f7f7;
}

.editor.newsletter-wrap h2 {
  margin-top: 0;
}

.welcome-text .bigfont {
  font-size: 1.2em;
  line-height: 1.4;
  letter-spacing: 0;
}

.weeklyvideo {
  position: relative;
}

.weeklyvideo .videobtn span {
  display: inline-block;
  background-color: #fff;
  cursor: pointer;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.weeklyvideo .videobtn span:before, .videobtn span:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.weeklyvideo .videobtn span:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #003a63;
}

.weeklyvideo .videobtn span:after {
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-animation: stm_zoom 2s linear .5s infinite;
  animation: stm_zoom 2s linear .5s infinite;
}

@-webkit-keyframes stm_zoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .6
  }

  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0
  }
}

@keyframes stm_zoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .6
  }

  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0
  }
}

.welcome-text .bigfont h1 {
  font-weight: 400;
  font-family: 'Playfair Display SC', serif;
}

.parallex {
  position: relative;
  background-size: cover;
  min-height: 450px;
}

.events-wrap {
  background-size: cover;
  background-position: center;
  position: relative;
  background-attachment: fixed;
}

.events-wrap.editor .title h2 {
  color: #fff;
}

.events-wrap.editor .title h2:after {
  background-color: #fff;
}

.events-wrap:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #003a63;
  opacity: 0.5;
  z-index: 1;
}

.events-wrap .container {
  max-width: 500px;
  z-index: 2;
}

.events-wrap .eventBox {
  background-color: white;
  padding: 30px;
  border-radius: 7px;
}

.eventBox .glEvent {
  background: none;
  padding-left: 0;
  margin-bottom: 20px;
  color: #444;
}

.eventBox .glEvent:last-child {
  margin-bottom: 0;
}

.eventBox .glEventDate {
  color: #000034;
  position: relative;
  padding-left: 23px;
  display: block;
  font-size: 0.9em;
  font-weight: 500;
}

.eventBox .glEventDate:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f19d";
  font-family: beehivelyicons;
  font-size: 16px;
}

.events-wrap.editor .btn a {
  margin-top: 20px;
  background-color: #fff;
  color: #000034;
}

.events-wrap.editor .btn a:hover {
  background-color: var(--primary);
  color: #fff;
}

.footer {
  position: relative;
  width: 100%;
  background-color: #003a63;
}

.footer .col13 i {
  font-size: 10px;
  margin-right: 10px;
  position: relative;
  top: 4px;
}

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

.footer, .footer.editor a {
  color: #fff;
}

.editor .map a {
  color: #000034;
}

.footer .full-screen {
  width: 100%;
  height: 230px !important;
}

.copyright {
  color: white;
  width: 100%;
  line-height: 22px;
  border-top: 1px solid #55809f;
}

.editor .copyright p {
  font-size: 18px;
  margin-bottom: 0;
}

.copyright span {
  padding-left: 5px;
  padding-right: 5px;
  color: #ccc;
  height: 25px;
}

.footer .contactInfo span {
  display: block;
}

.footer .contactInfo span i {
  font-size: 10px;
  color: var(--primary);
}

.footer.editor .contactInfo a {
  color: #333;
}

.footer.editor .contactInfo a:hover {
  color: var(--primary);
}

.mapInfoBox, .mapInfoBox.editor a {
  color: var(--primary);
}

.mapInfoBox.editor h3 {
  margin: 0;
}

.footer .copy {
  text-align: right;
}

.footer.editor .copy p {
  margin-bottom: 5px;
}

.footer .footmap a {
  display: block;
  width: 100%;
  height: 100%;
}

.footer .footmap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.editor h1 {
  font-size: 1.8em;
  line-height: 1.1em;
  margin-bottom: 20px;
  z-index: 1;
  position: relative;
}

.editor h2 {
  font-size: 1.8em;
  margin: 25px 0;
  line-height: 1.2;
}

.editor h3 {
  font-size: 1.5em;
  margin: 20px 0;
  /* color: #fff; */
}

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

.editor h5 {
  font-size: 1.2em;
  margin: 15px 0 10px;
}

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

.editor ul {
  margin: 20px 0 20px 0;
}

.editor ul li {
  background: url(dot.svg) 0 6px no-repeat;
  background-size: 9px;
  padding-left: 17px;
  margin-bottom: 10px;
  display: block;
}

.footer.editor ul li {
  background: url(dot-wh.svg) 0 7px no-repeat;
  background-size: 9px;
}

.editor ol {
  margin: 20px 0 20px 10px;
}

.editor ol li {
  padding: 0px 0 6px 0px;
  list-style-type: decimal;
  margin-left: 15px;
}

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

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

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

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

.editor table.no-border {
  border: none;
}

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

.editor a:hover {
  color: #6199c1;
}

.editor p {
  margin-bottom: 15px;
}

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

.editor hr {
  clear: both;
  font-size: 1px;
  line-height: 1px;
  height: 1px;
  margin: 30px 0;
  border: 0px;
  border-top: 2px solid #c1d3df;
  width: 100%;
}

.fulltable {
  width: 100%;
}

.editor blockquote {
  background-color: #f4f4f4;
  margin: 20px 0;
  border-left: 7px solid #b8d1e9;
  padding: 20px;
}

.editor .btn a {
  display: inline-block;
  color: #fff;
  padding: 10px 20px;
  cursor: pointer;
  text-transform: capitalize;
  font-size: 0.9em;
  font-weight: 500;
  border-radius: 5px;
  border: 1px solid var(--primary);
  background-color: var(--primary);
}

.editor .btn a.open-popup {
  background-color: #DEB914;
}

.editor .btn a:hover {
  background-color: #fff;
  color: var(--primary);
}

/*~~~ Google Translator ~~~~*/
.g_translate a.goog-te-menu-value {
  display: inline-block;
  text-align: center;
  opacity: 0.85;
  color: #333;
  font-weight: 600;
  line-height: 18px;
  margin-left: 0;
  margin-right: 0;
}

.g_translate .goog-te-gadget-simple .goog-te-menu-value span {
  color: #333;
}

.g_translate .goog-te-gadget-simple {
  border: transparent;
  padding: 0 3px;
  background: transparent;
}

.goog-te-gadget-icon, .goog-te-gadget-simple>*:not(:first-child):not(:nth-child(2)) {
  display: none;
}

/* Inner page ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.content.editor h3 {
  color: #003a63;
}

.products.row>div {
  background: #f5f5f5;
  padding: 20px;
  text-align: center;
  width: calc(25% - 20px);
  margin: 10px;
}

.editor .products .btn a {
  padding: 5px 18px;
  border-radius: 0px;
}

.editor .btn a.open-popup {
  background-color: #DEB914;
  border: 1px solid #DEB914;
}

.editor .btn a.open-popup:hover {
  background-color: #fff;
}

.staffWrap.row>a {
  background-color: #f3f8fa;
  width: calc(25% - 20px);
  margin: 0 10px 10px 10px;
  text-align: center;
  padding: 20px;
  text-decoration: none;
}

.staffWrap.row>a .btn {
  background: #003a63;
  display: table;
  color: #fff;
  margin: 0 auto;
  padding: 5px 10px;
  margin-top: 15px;
}

.staffWrap.row>a .btn:hover {
  background: #000;
}

/* ~~~~~~~ submenu ~~~~~~~~~~~~ */
.submenu {
  position: relative;
  display: block;
  padding: 10px 0;
  background-color: var(--primary);
}

.editor .submenu ul, .editor .sidemenu ul {
  margin: 0;
}

.submenu .sublist li, .submenu .sublist>li.active>a, .sidemenu .sidelist li, .sidemenu .sidelist>li.active>a, .sidemenu .sidelist>li.active>ul>li.active>a {
  display: none;
}

.submenu .sublist li.active, .submenu .sublist li.active li, .sidemenu .sidelist li.active, .sidemenu .sidelist li.active li.active li {
  display: block;
}

.submenu .sublist li.active li {
  margin: 5px;
}

.submenu .sublist li.active ul {
  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;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

.submenu li a {
  color: #fff;
  line-height: 22px;
  padding: 8px 15px;
  display: block;
  position: relative;
  font-weight: 600;
  opacity: 0.75;
  font-size: 0.9em;
}

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

.submenu li a:hover, .submenu li ul li.active>a {
  color: #fff;
  opacity: 1;
}

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

.submenu .sublist li.active ul li {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.submenu .sublist li:not(.active) ul {
  display: none;
}

/* ~~~~~~~~ */
h1.pagetitle {
  color: var(--primary);
  position: relative;
  font-size: 2em;
  font-weight: 700;
  border-left: 5px solid;
  padding-left: 15px;
  line-height: 2em;
}

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

.content-column {
  flex: 1;
}

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

.greybg {
  background-color: var(--lightgray);
  padding: 20px;
  margin-bottom: 40px;
}

.editor .greybg h2 {
  margin-bottom: 40px;
}

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

.editor .leftimg {
  float: left;
  margin: 0 40px 20px 0px;
  max-width: 45%;
}

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

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

/* calendar */
.fullcal .fc-day-header {
  background-color: var(--primary);
  color: #fff;
}

.graduates {
  border-bottom: 1px solid #8f8f8f;
  padding-bottom: 20px;
  padding-top: 20px;
}

.graduates:last-child {
  border: none;
}

/* calendar */
#detail h1, .popupdetail h1 {
  font-size: 1.4em;
  margin-bottom: 10px;
  color: var(--primary);
}

.fullcal .fc-event {
  background-color: #003a63;
  border-color: var(--primary);
  padding: 3px;
  cursor: pointer;
}

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

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

.fullcal .fc-today .fc-day-number {
  background: #656c67;
  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;
}

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

.menu.other {
  position: absolute;
  right: 0;
  margin-right: 250px;
  top: -53px;
  padding: 0;
}

.menu.other li a {
  color: #003a63;
}

.menu li a {
  color: #fff;
}

.menu.other li:hover a, .menu.other li.active a {
  color: #fff;
  background: #003a63;
}

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

.menu>li {
  position: relative;
}

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

.menu>li>a {
  padding: 0 10px;
  position: relative;
  line-height: 44px;
  font-weight: 600;
}

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

.menu ul {
  width: 200px;
  padding: 0;
  position: absolute;
  left: 0px;
  top: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  background-color: white;
  -moz-transition: visibility 0s linear 0.25s;
  -ms-transition: visibility 0s linear 0.25s;
  transition: visibility 0s linear 0.25s;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
}

.menu>li:hover>ul {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  transition: opacity 0.5s;
  animation: pull-up 0.3s;
  z-index: 90;
}

.menu>li li:hover>ul {
  left: inherit;
  right: 100%;
  top: 0;
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  transition: opacity 0.5s;
  animation: pull-up 0.3s;
  z-index: 90;
}

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

.menu li ul li {
  width: 100%;
  padding: 0px;
  position: relative;
  border-bottom: 1px solid rgba(237, 241, 253, 1);
}

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

.menu li ul li a {
  display: block;
  padding: 8px 15px;
  font-size: 0.9rem;
  line-height: 1.3em;
  font-weight: 500;
  color: #003a63 !important;
}

.menu>li.active>a, .menu>li:hover>a, .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 {
  background-color: #003a63;
}

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

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

#menu-trigger {
  display: none;
}

/* Google Search */
.gsc-above-wrapper-area, .gsc-above-wrapper-area>table, .gsc-wrapper .gsc-adBlock, .gcsc-more-maybe-branding-root>a, .gcsc-find-more-on-google {
  display: none;
}

.page-error #header {
  position: relative;
  padding-bottom: 10px;
  -webkit-box-shadow: 0 2px 30px 0 rgb(0 0 0 / 15%);
  box-shadow: 0 2px 20px 0 rgb(0 0 0 / 10%);
}

@media screen and (max-width:1280px) {
  .menu>li>a {
    padding: 0 5px;
    font-size: 0.9em;
  }

  .topbar>div {
    padding-right: 0px;
  }
}

@media screen and (max-width:1199px) {
  .logo img {
    width: 260px;
  }

  .topbar>div {
    padding-right: 0px;
  }

  .menu>li>a {
    padding: 0 5px;
  }

  .footer {
    font-size: .9em;
  }
}

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

  .staffWrap.row>a {
    width: calc(33.33% - 20px);
  }

  .topbar>div {
    padding-right: 0;
  }

  .menu.other {
    position: relative;
    right: inherit;
    top: inherit;
    margin-right: 0;
  }

  .header .row-reverse {
    -webkit-flex-direction: initial;
    -ms-flex-direction: initial;
    flex-direction: initial;
  }

  .header .topbar .col13 {
    width: 23%;
  }

  .menu li a, .menu.other li a {
    color: #333;
  }

  .menu>li#contact a {
    background: none;
    border-radius: 0;
    padding: 10px 10px 10px 15px;
  }

  .nav, .mobimenu .nav, .menu>li>a:after {
    display: none;
  }

  #menu-trigger, .mobimenu .nav {
    display: block;
  }

  .nav {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 5;
    background-color: #eaf6fb;
    width: 288px;
    box-shadow: 0 7px 7px 0 rgba(0, 0, 0, 0.2);
    padding-top: 0;
    padding-bottom: 0;
  }

  .menu {
    display: block;
    width: 100%;
  }

  .nav.showMobiNav {
    display: block;
  }

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

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

  .menu li a {
    position: relative;
    display: block;
    margin-left: 40px;
    padding: 10px 10px 10px 15px;
    color: #444;
  }

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

  .menu ul, .menu>li li:hover>ul, .menu>li:hover>ul {
    width: inherit;
    padding-right: 40px;
    position: relative;
    left: inherit;
    top: inherit;
    right: inherit;
    background: 0 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    animation: none;
    visibility: visible;
    opacity: 1;
    padding: 5px 10px 5px;
  }

  .menu li ul li:hover ul li:hover>a, .menu li ul li:hover>a, .menu li.active li.active li.active>a, .menu li.active li.active>a, .menu li:hover li:hover>a, .menu li:hover li>a:hover, .menu ul li:hover li:hover>a:hover, .menu>li.active>a, .menu>li:hover>a {
    color: #2579b5 !important;
    background-color: transparent;
  }

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

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

  .menu li .droparrow:after, .menu li .droparrow:before {
    left: 50%;
    top: 50%;
    content: " ";
    height: 2px;
    width: 12px;
    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: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: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.open:before {
    -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-trigger {
    display: block;
    position: relative;
    z-index: 11;
    width: 30px;
    height: 34px;
    cursor: pointer;
    align-self: center;
  }

  #menu-trigger span, #menu-trigger span:after, #menu-trigger span:before {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    height: 3px;
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

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

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

  #menu-trigger span:before {
    top: -10px;
    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.other li:hover a, .menu.other li.active a {
    color: var(--primary);
    background: transparent;
  }
}

@media screen and (max-width:850px) {
  .bannerText.editor h1 {
    font-size: 1.2em;
    line-height: 1.2;
  }
}

@media screen and (max-width:767px) {
  .editor h1 {
    font-size: 1.85em;
  }

  .topbar {
    margin-bottom: 0px;
  }

  .staffWrap.row>a {
    width: calc(50% - 20px);
  }

  .header {
    position: relative;
    width: 100%;
    z-index: 11;
    padding-bottom: 10px;
  }

  .logo .circle {
    position: relative;
    width: 80px;
    height: auto;
    padding: 0 0px;
    top: 0px;
    background: transparent;
  }

  .logo .logotext {
    color: var(--primary);
  }

  #menu-trigger span, #menu-trigger span:after, #menu-trigger span:before {
    background-color: var(--primary);
  }

  .logo .logotext {
    margin-left: 16px;
    font-size: 1.4em;
    color: var(--primary);
    margin-top: -15px;
  }

  .topbar>.container {
    text-align: center;
  }

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

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

  .content {
    padding: 20px 0;
  }

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

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

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

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

  .editor .rightimg, .editor .leftimg {
    float: none;
    margin: 0 0 20px;
    max-width: initial;
  }

  .rightimg img, .rightimg iframe, .leftimg img {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0;
    width: 100%;
  }

  .footer .col13 {
    width: 48%;
  }

  .footer .col13:last-child {
    width: 100%;
    margin-top: 10px;
  }

  .bannerText.editor h1 {
    font-size: 1em;
    line-height: 1.1;
  }
}

@media screen and (max-width:600px) {
  .footer .col13 {
    width: 100%;
  }
}

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

  .bannerText {
    position: relative;
    bottom: 0;
    background: #003a63;
    width: 100%;
    padding: 20px;
  }

  .staffWrap.row>a {
    width: calc(100% - 20px);
  }

  .bannerText.editor .btn a {
    background-color: #fff;
    color: var(--primary);
  }

  .logo img {
    width: 210px;
  }

  .parallex {
    position: relative;
    background-size: cover;
    min-height: 200px;
  }

  .editor.content .staff>* {
    width: 100%;
  }
}