@charset "utf-8";

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

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

::-moz-selection, ::selection {
  color: #fff;
  background: var(--grey);
}

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

:root {
  --primary: #f05623;
  --secondary: #fab65a;
  --darkgrey: #222;
  --grey: #333;
}

body, html {
  font-size: 17px;
  line-height: 1.6em;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: var(--grey);
  -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: 500;
  font-family: 'Gotham', sans-serif;
}

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: 96%;
  max-width: 1400px;
  z-index: 1;
}

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

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

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

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

.col14 {
  width: 23%;
}

.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 {
  line-height: 1;
  margin-top: 0;
}

.header {
  position: relative;
  width: 100%;
  z-index: 11;
  background-color: #fff;
  padding-top: 44px;
  box-shadow: 0 0 6px 0 rgb(0 0 0 / 0.08);
}

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

.logo {
  padding: 15px 0;
}

.logo img {
  width: 230px;
}

.logo a {
  font-size: 1.45em;
  display: block;
  line-height: 1.3em;
  font-weight: 500;
  font-family: 'Gotham', sans-serif;
  color: var(--grey);
}

.GoogleTranslateLink {
  position: absolute;
  top: -44px;
  right: 0;
}

.GoogleTranslateLink li {
  color: #fff;
  padding: 0 15px;
  line-height: 44px;
  background-color: rgba(255, 255, 255, 0.2);
  margin-left: 2px;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.GoogleTranslateLink a {
  color: #fff;
}

.GoogleTranslateLink li:hover {
  background-color: var(--secondary);
}

.GoogleTranslateLink .search {
  font-size: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.GoogleTranslateLink .search i:before {
  display: block;
}

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

.banner img {
  width: 100%;
}

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

.bannertext>div {
  width: 100%;
  max-width: 400px;
  position: relative;
  padding: 0 25px;
}

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

.editor.bannertext h1 span {
  font-size: 1.6em;
  display: block;
}

.bannertext .btn a:last-child:not(:first-child) {
  background-color: var(--primary);
}

.bannertext .btn a {
  margin: 0 5px;
  font-size: 0.9em;
}

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

.bannertext .btn a:hover:last-child:not(:first-child) {
  background-color: transparent;
}

.bannertext>div:after {
  position: absolute;
  z-index: -1;
  left: -100vw;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  opacity: 0.35;
  background: #000;
}

.bannertext .stpeter-logo img {
  width: 160px;
  display: block;
  margin: 0 auto;
}

.editor.featureBoxes h2 {
  font-size: 1.2em;
  position: relative;
  margin: 0;
  padding: 15px 5px;
}

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

.featureBoxes h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 2px;
  background-color: var(--primary);
  z-index: -1;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.featureBoxes a:hover h2:after {
  height: 100%;
}

.editor.featureBoxes a:hover h2 {
  color: white;
}

.missionWrap {
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
}

.missionWrap .container {
  background-color: rgba(255, 255, 255, 0.15);
  position: relative;
  z-index: 2;
  padding: 40px;
  color: white;
}

.missionWrap:after {
  content: "";
  position: absolute;
  background-color: var(--grey);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.85;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.eventWrap {
  background-color: #f7f7f7;
}

.events .glEvent {
  width: 25%;
  padding: 0 10px;
  margin-top: 15px;
  margin-bottom: 15px;
  border-left: 1px solid var(--primary);
}

.events .glEventDate {
  text-transform: uppercase;
  line-height: 1.1em;
  font-weight: 700;
  color: var(--primary);
  width: 100%;
}

.events .glEventTitle {
  padding-top: 5px;
}

.events .glEventTitle>div>a {
  position: relative;
  padding-left: 16px;
  display: block;
}

.events .glEventTitle>div>a:before {
  content: "\f115";
  font-family: beehivelyicons;
  position: absolute;
  left: 0;
  top: 7px;
  line-height: 1;
  font-size: 10px;
  color: var(--primary);
}

.textWrap {
  padding-top: 40px;
}

.socialWrap {
  position: relative;
  padding: 40px 0;
}

.socialWrap a {
  font-size: 1.2em;
  border: 1px solid;
  margin: 5px;
  padding: 12px 20px;
}

.socialWrap img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.socialWrap i {
  font-size: 15px;
  margin-right: 10px;
}

.socialWrap i:before {
  display: block;
}

.socialWrap .facebook i {
  color: #395794;
}

.socialWrap .instagram i {
  color: #c32563;
}

.socialWrap a:hover {
  color: var(--primary);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
}

.footer {
  position: relative;
  background-color: var(--grey);
  border-top: 10px solid var(--secondary);
  padding: 30px 0;
  color: #fff;
}

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

.editor .fNav ul {
  margin: 0;
}

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

.footer .copyright span {
  display: block;
}

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

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

.footer:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url(footer-white-lines.svg);
  background-size: cover;
  background-position: bottom;
  background-repeat: repeat-x;
  opacity: 0.2;
}

.footer.editor ul li {
  background: none;
}

.footer [class^="bi-"], [class*=" bi-"] {
  font-size: 0.5em;
  padding-right: 7px;
}

.social a {
  border: 1px solid;
  width: 34px;
  height: 34px;
  border-radius: 100%;
  margin-right: 6px;
  padding: 7px;
}

.social i {
  display: block;
  padding-right: 0;
}

h1 {
  font-size: 1.9em;
  line-height: 1.2em;
  margin-bottom: 20px;
}

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

.editor h3 {
  font-size: 1.4em;
  margin: 15px 0;
  color: #eb2127;
}

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

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

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

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

.editor ul li {
  background: url(dots.svg) 0 7px no-repeat;
  background-size: 10px;
  padding: 0 0 0 20px;
  margin-bottom: 8px;
  display: block;
}

.editor ul li li {
  margin-left: 15px;
}

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

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

.editor ol ul li {
  padding-left: 13px;
}

.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: var(--grey);
  border: 1px solid #f2eaf9;
  color: #ffffff;
}

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

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

.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: var(--grey);
  text-decoration: none;
  cursor: pointer;
}

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

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

.fulltable {
  width: 100%;
}

.mobiTable {
  overflow-x: auto;
}

.editor blockquote {
  position: relative;
  padding-left: 44px;
  padding-bottom: 40px;
  letter-spacing: 0.05px;
  font-size: 1.1em;
}

.editor blockquote:before {
  content: "“";
  display: inline-block;
  position: absolute;
  top: 35px;
  left: -1px;
  font-size: 80px;
  line-height: 1px;
  font-weight: 700;
  color: var(--primary);
}

.editor cite {
  color: #777;
  text-transform: uppercase;
  font-size: 0.9rem;
}

.editor .btn a, .btn a {
  position: relative;
  padding: 10px 20px;
  margin-top: 15px;
  background-color: var(--grey);
  border: 2px solid transparent;
  color: #fff;
  display: inline-block;
  text-decoration: none !important;
  border-radius: 2px;
  font-weight: 700;
  line-height: 1.1;
}

.editor .btn a:hover, .btn a:hover {
  background-color: transparent;
  color: var(--grey);
  border-color: var(--grey);
}

.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, 0.1);
  box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.1);
}

/* Inner page ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.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;
}

.popWrap {
  display: none;
  padding: 5px 10px;
}

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

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

.pdficon {
  padding-left: 23px;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url(iconPdf.svg);
  background-size: 13px;
}

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

.sles .icon {
  width: 200px;
  padding-right: 30px;
  padding-left: 30px;
  text-align: center;
  color: var(--secondary);
}

.sles .icon i {
  font-size: 2em;
  display: inline-block;
}

.editor .sles .icon h4 {
  margin-bottom: 0;
}

.sles .text {
  flex: 1;
}

.editor .grade4>a {
  width: calc(25% - 10px);
  text-decoration: none;
  padding: 14px 10px;
  background: #f7e8d4;
  margin: 5px;
  font-size: 0.9em;
}

.editor .grade4 h4 {
  margin: 0;
}

.iframer {
  position: relative;
  height: 0;
  padding-top: 56.25%;
}

.iframer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

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

th.fc-day-header {
  background-color: var(--grey);
  color: #fff;
  padding: 5px 0 !important;
}

#detail h1, .popupdetail h1 {
  font-size: 1.5em;
  color: var(--secondary);
}

.right-sect video, .right-sect img {
  float: right;
  width: 38%;
  padding: 0 0 20px 20px;
}

.partners a {
  margin: 10px;
}

.partners a img {
  padding: 10px;
  width: 230px;
  height: 100px;
  object-fit: contain;
}

/* Navigation */
.topmenu.menu {
  position: absolute;
  right: 180px;
  top: -44px;
  z-index: 3;
}

.topmenu.menu>li>a {
  color: #fff;
}

.topmenu.menu>li>a:after {
  background-color: var(--secondary);
}

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

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

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

.menu>li {
  padding: 0 10px;
  position: relative;
}

.menu>li:before {
  position: absolute;
  content: "";
  background-color: #ccc;
  width: 1px;
  height: 18px;
  left: 0;
  bottom: 0;
  top: 0;
  z-index: 3;
  margin: auto;
}

.menu>li#donate a:after, .menu>li#donate:before, .menu>li:first-child:before {
  display: none;
}

.menu>li>a {
  position: relative;
  line-height: 44px;
  font-size: 1.1em;
  color: var(--grey);
}

.menu>li>a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  left: 0;
  background-color: var(--primary);
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

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

.menu #donate {
  border: 2px solid var(--primary);
  border-radius: 2px;
  margin-left: 10px;
}

.menu #donate a {
  color: var(--primary);
  font-weight: 700;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  line-height: 40px;
}

.menu #donate:hover {
  background-color: var(--primary);
}

.menu #donate:hover a {
  color: white;
}

.menu #donate svg {
  width: 20px;
  height: 20px;
  fill: var(--primary);
  margin-right: 5px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.menu #donate:hover svg {
  fill: white;
}

.menu ul {
  width: 200px;
  padding: 5px 0;
  position: absolute;
  left: 0px;
  top: 100%;
  background-color: var(--grey);
  display: none;
  z-index: 10;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
}

.menu .mega-menu:hover>ul {
  width: 400px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.menu>li:nth-last-child(-n + 2)>ul {
  right: 0;
  left: inherit;
}

.submenu-list {
  width: 50%;
}

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

.menu>li li:hover>ul {
  left: inherit;
  top: 0;
  right: 100%;
  width: 180px;
}

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

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

.menu li ul li a {
  display: block;
  padding: 7px 15px;
  font-size: 0.9em;
  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: var(--secondary);
}

#menu-trigger {
  display: none;
}

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

  .menu>li {
    padding: 0 7px;
  }

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

@media screen and (max-width:1023px) {
  .container {
    width: 94%;
  }

  .spaceTop {
    padding-top: 40px;
  }

  .spaceBottom {
    padding-bottom: 40px;
  }

  .bannertext {
    position: relative;
    color: var(--grey);
    font-size: 1em;
  }

  .bannertext>div {
    max-width: inherit;
    padding: 15px 0;
    text-align: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }

  .bannertext>div:after {
    background-color: rgba(95, 72, 118, 0.1);
    right: -100vw;
  }

  .bannertext>div .row {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }

  .editor.bannertext h1 {
    font-size: 1.3em;
    margin-bottom: 5px;
  }

  .editor.bannertext .btn a:hover, .bannertext .btn a:hover:last-child:not(:first-child) {
    background-color: transparent;
    border-color: var(--primary);
    color: var(--primary);
  }

  .bannertext .stpeter-logo img {
    width: 110px !important;
  }

  .featureBoxes a {
    width: calc(25% - 10px);
  }

  .footer {
    padding-bottom: 10px;
    padding-top: 20px;
  }

  .footer .copyright {
    text-align: center;
    width: 100%;
    font-size: 0.9em;
    line-height: 1;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 10px;
    margin-top: 20px;
  }

  .footer .copyright span {
    padding: 0 10px;
    display: inline-block;
  }

  .nav {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 5;
    background-color: var(--grey);
    width: 288px;
    -webkit-box-shadow: 0px 5px 7px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px 5px 7px 0px rgb(0 0 0 / 10%);
  }

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

  .menu #donate {
    border: none;
    border-radius: 0;
    margin-left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .menu #donate a {
    color: #fff;
    line-height: 1.3em;
    font-weight: 400;
  }

  .menu #donate:hover {
    background-color: transparent;
  }

  .menu #donate svg {
    display: none;
  }

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

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

  .menu li a, .topmenu.menu>li>a {
    line-height: 1.3em;
    text-align: left;
    position: relative;
    display: block;
    margin-right: 40px;
    padding: 10px 10px 10px 15px;
    font-size: 1em;
    color: #fff;
  }

  .menu li ul li a {
    padding: 6px 6px 6px 20px;
    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;
    padding: 0 40px 0 0;
    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;
    -moz-column-count: inherit;
    -webkit-column-count: inherit;
    column-count: inherit;
  }

  .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, .topmenu.menu>li.active>a, .topmenu.menu>li:hover>a {
    color: var(--secondary);
    background-color: transparent;
  }

  .menu li .droparrow {
    position: absolute;
    top: 0;
    right: -40px;
    width: 40px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    cursor: pointer;
  }

  .menu li .droparrow:after, .menu li .droparrow:before {
    left: 50%;
    top: 50%;
    content: " ";
    height: 2px;
    width: 12px;
    position: absolute;
    background-color: var(--secondary);
    pointer-events: none;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
  }

  .menu li .droparrow:after {
    width: 2px;
    height: 12px;
    margin-top: -5px;
  }

  .menu li .droparrow:before {
    margin-left: -5px;
  }

  .menu li .droparrow.open:after, .menu>li:before, .menu>li>a:after, .menu>li>ul:after {
    display: none;
  }

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

  #menu-trigger span, #menu-trigger span:before, #menu-trigger span:after {
    position: absolute;
    width: 30px;
    left: 0;
    right: 0;
    height: 3px;
    background-color: var(--grey);
    -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: 9px;
    content: "";
  }

  #menu-trigger span:before {
    top: -9px;
    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;
  }

  h1 {
    font-size: 1.6em;
  }

  .spaceTop {
    padding-top: 30px;
  }

  .spaceBottom {
    padding-bottom: 30px;
  }

  .featureBoxes a {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }

  .editor.featureBoxes h2 {
    padding: 10px 5px;
  }

  .missionWrap .container {
    padding: 20px;
  }

  .events .glEvent {
    width: 50%;
    margin-top: 10px;
  }

  .socialWrap {
    padding: 20px 0;
  }

  .section-text {
    padding: 30px;
    margin: auto;
    text-align: center;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .facts>div {
    width: 49%;
    margin-top: 10px;
  }

  .footer .row .fNav {
    width: 100%;
  }

  .footer .row>div:first-child {
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 15px;
    text-align: center;
  }

  .footer .copyright {
    margin-top: 15px;
    line-height: 20px;
  }

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

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

  .social a {
    padding: 9px;
  }

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

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

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

  .col14 {
    width: 48%;
  }

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

  .videowrap {
    padding: 20px 0;
  }

  .sles .icon {
    width: 140px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .editor .grade4>a {
    width: calc(50% - 10px);
  }

  .right-sect video, .right-sect img {
    width: 100%;
    padding: 0 0 10px 0;
    float: unset;
  }
}

@media screen and (max-width:479px) {
  .container {
    width: 90%;
  }

  body, html {
    font-size: 14px;
  }

  .col14, .editor .grade4>a {
    width: 100%;
  }

  .events>div {
    width: 100%;
    margin-top: 5px;
  }

  .socialWrap a {
    padding: 10px;
  }

  .socialWrap img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }

  .socialWrap i {
    font-size: 10px;
    margin-right: 5px;
  }

  .iframer {
    padding-top: calc(4 / 3 * 100%);
  }

  .newsletters-archive a {
    flex: 0 1 calc(100% - 2em);
  }
}

@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: #333;
    font-weight: bold;
    text-decoration: underline;
  }

  .logo img {
    width: 160px;
  }
}

#goog-gt-tt {
  display: none !important;
}

.VIpgJd-ZVi9od-ORHb-OEVmcd {
  display: none !important;
}

.goog-te-menu-value:hover {
  text-decoration: none !important;
}

.goog-text-highlight {
  background-color: transparent !important;
  box-shadow: none !important;
}

body {
  top: 0 !important;
}

#google_translate_element2 {
  display: none !important;
}