@charset "utf-8";
/* @import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&family=Sora:wght@100..800&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Display:ital,wght@0,100..900;1,100..900&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;
}

:root {
  --primary: #292c4b;
  --secondary: #ba1f2c;
  --third: #f3f4ff;
  --textcolor: #222;
  --white: #fff;
  --bodytext: proxima-nova, sans-serif;
  --headingtext: "Noto Serif Display", serif;
}

body, html {
  font-size: 18px;
  line-height: 1.5em;
  font-family: var(--bodytext);
  color: var(--textcolor);
  background-color: var(--white);
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  font-weight: 500;
}

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

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

p a, p a:visited {
  line-height: inherit;
}

li {
  line-height: 1.3em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--headingtext);
  line-height: 1.2em;
  font-weight: 600;
}

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

.redcolor {
  color: #c51d26;
}

.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.2em;
  line-height: 1.6em;
}

.uppercase {
  text-transform: uppercase;
}

.hidden {
  display: none !important;
}

.sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.sr-only.focusable:active, .sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clear {
  clear: both;
}

.col12 {
  width: 48%;
}

.col23 {
  width: 65.333%;
}

.col13 {
  width: 31.666%;
}

.flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

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

.itemstretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

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

.flexend {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

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

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

.secHead h2 {
  font-size: 2.5em;
  display: block;
  line-height: 1.1;
  color: var(--primary);
  font-weight: 700;
  position: relative;
  padding-bottom: 40px;
  text-transform: uppercase;
}

.secHead h2:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 5px;
  background-color: var(--textcolor);
  left: 0;
  bottom: 10px;
}

h1 {
  font-size: 2.3em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.5em;
  color: var(--secondary);
}

h4 {
  font-size: 1.35em;
}

h5 {
  font-size: 1.1em;
}

h6 {
  font-size: 1em;
}

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

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

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

/* ~~~~~~~~~~~~~~~~ */
.header {
  width: 100%;
  z-index: 11;
  position: relative;
  top: 0;
  background-color: var(--primary);
  margin-top: 44px;
}

.header:before {
  content: '';
  position: absolute;
  top: -44px;
  left: 0;
  right: 0;
  width: 100%;
  height: 44px;
  background-color: var(--secondary);
  /* border-bottom: 1px solid #ffffff2b; */
}

.header .logo {
  position: relative;
  display: block;
  width: 140px;
  margin-top: -40px;
  margin-bottom: -40px;
}

.header .logo img {
  width: 100%;
  padding: 5px;
  background-color: var(--white);
  border-radius: 50%;
}

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

.overlay:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0px;
  z-index: 3;
  background-color: rgba(15, 0, 0, 0.4);
}

.banner:after {
  content: '';
  position: absolute;
  width: 80%;
  height: 10px;
  left: -30px;
  bottom: -10px;
  z-index: 0;
  background-color: var(--secondary);
  -moz-transform: skewX(-30deg);
  -webkit-transform: skewX(-30deg);
  -o-transform: skewX(-30deg);
  -ms-transform: skewX(-30deg);
  transform: skewX(-30deg);
}

.banner img {
  width: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}

.wide-container {
  height: 86vh !important;
}

.bannerInn img {
  width: 100%;
}

.bnrtext {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-bottom: 0 !important;
  padding: 7em 0 1em 0;
  line-height: 1;
  background: rgb(41, 44, 75);
  background: linear-gradient(0deg, rgba(41, 44, 75, 1) 0%, rgba(255, 255, 255, 0) 65%);
  z-index: 3;
}

.bannerText {
  position: absolute;
  bottom: 5%;
  right: 0;
  left: 0;
  z-index: 3;
  color: var(--white);
}

.fadeInUp {
  animation: fadeInUp 1s ease backwards;
}

@keyframes fadeInUp {
  0% {
    transform: translate(0px, 100px);
    opacity: 0;
  }

  100% {
    transform: translate(0px, 0);
    opacity: 1;
  }
}

.bannerText .sp75yrs img {
  filter: brightness(0) invert(1);
}

.bnrtext span {
  position: relative;
  z-index: 6;
  display: block;
  font-size: 3em;
  color: var(--white);
}

.larger {
  position: absolute;
  color: var(--white);
  font-size: 7em;
  left: 0;
  right: 0;
  text-align: center;
  font-family: var(--headingtext);
  bottom: 15px;
  line-height: 1;
  height: 130px;
  overflow: hidden;
  font-weight: 700;
  z-index: 4;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-text-fill-color: #8d8a8a00;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: rgba(173, 173, 173, 0.2);
}

.missionWrap .col12:first-child>article {
  margin-bottom: 30px;
}

.missionWrap .col12:first-child>article h4 {
  padding-left: 10px;
  border-left: 5px solid var(--secondary);
}

.missionWrap .col12:first-child>article p:last-child {
  color: var(--secondary);
  /* font-weight: 600; */
}

.missionWrap .mimgBox {
  position: relative;
  padding: 12px;
}

.mimgBox img {
  border: 5px solid #fff;
}

.mimgBox:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  clip-path: polygon(70% 0, 100% 0, 100% 100%, 10% 100%);
  background: rgb(41, 44, 75);
  background: linear-gradient(0deg, rgba(41, 44, 75, 1) 0%, rgba(186, 31, 44, 1) 100%);
}

.sleWrap {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.sleWrap:before {
  content: '';
  position: absolute;
  width: 350px;
  height: 350px;
  left: -130px;
  background-color: var(--third);
  top: -20%;
  transform: rotate(30deg);
  opacity: 0.8;
}

.sleBoxes {
  height: 320px;
  align-items: center;
}

.sleBoxes article {
  position: relative;
  width: calc(25% - 12px);
  padding: 0 20px;
  overflow: hidden;
  height: 200px;
  background-color: var(--primary);
  color: var(--white);
  transition: height .6s;
  line-height: 1.3em;
  background: rgb(140, 21, 31);
  background: linear-gradient(0deg, rgb(89 25 31) 0%, rgb(41 44 75) 18%, rgba(41, 44, 75, 1) 100%);
}

.sleBoxes .itemBox {
  height: 170px;
  display: block;
  padding-top: 36px;
  transition: transform 1s, opacity .3s;
}

.sleBoxes .icon {
  width: 80px;
  height: 80px;
  display: block;
  background-color: var(--secondary);
  padding: 10px;
  border-radius: 50%;
  margin: auto;
}

.sleBoxes .icon img {
  width: 100%;
}

.sleBoxes .icon i {
  display: inline-block;
  line-height: 1;
  font-size: 1em;
}

.sleBoxes h3 {
  margin-top: 15px;
  font-weight: 700;
}

.sleBoxes .itemBoxhover {
  position: relative;
  height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  top: -120px;
  transition: transform 1s, opacity .4s;
}

.sleBoxes article:hover {
  height: 320px;
  background: rgb(140, 21, 31);
  background: linear-gradient(0deg, rgba(140, 21, 31, 1) 0%, rgba(34, 37, 82, 1) 53%, rgba(41, 44, 75, 1) 100%);
}

.sleBoxes article:hover .itemBox {
  transform: translate3d(0, -50px, 0);
  opacity: 0;
}

.sleBoxes article:hover .itemBoxhover {
  transform: translate3d(0, -50px, 0);
  opacity: 1;
}

/* ~~~~~~~~~~~ */
.ctaBoxes {
  margin-top: 25px;
  gap: 20px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0px, 1fr));
}

.ctaBoxes>div {
  position: relative;
  background-color: var(--white);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.ctaBoxes h4 {
  font-size: 1.1em;
  font-weight: 600;
  font-family: var(--bodytext);
  margin-bottom: 10px;
}

.ctaBoxes div i {
  display: block;
  font-weight: normal;
  line-height: 1;
  color: var(--secondary);
  font-size: 1.3em;
}

.ctaBoxes>div span {
  font-size: 2em;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.1;
  padding: 0 15px;
  line-height: 1;
  font-family: var(--headingtext);
}

.ctaBoxes>div:last-child {
  padding: 0;
}

.ctaBoxes>div:last-child>a {
  color: var(--white);
  padding: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: var(--secondary);
}

.ctaBoxes>div:last-child>a i {
  color: var(--white);
}

.ctaBoxes>div:last-child>a:hover {
  background-color: var(--primary);
}

.joinCalbox:after {
  content: '';
  position: absolute;
  width: 300px;
  height: 300px;
  right: -100px;
  background-color: var(--third);
  bottom: 24%;
  transform: rotate(30deg);
  opacity: 0.5;
}

.joinCalbox .col23 {
  width: 58%;
}

.joinCalbox .eventsWrap {
  width: 36%;
}

.ctaBoxes, .events {
  margin-bottom: 30px;
}

.events {
  gap: 20px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0px, 1fr));
}

.events .glEvent {
  background-color: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  position: relative;
}

.events .glEventDate {
  position: relative;
  color: var(--primary);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  padding: 10px 15px;
  border-left: 5px solid var(--primary);
}

.events .glEventTitle {
  padding: 3px 20px 10px;
}

.events .glEventTitle>div {
  position: relative;
  padding-left: 20px;
  line-height: 1.2;
  font-size: 90%;
}

.events .glEventTitle>div:not(:last-child) {
  margin-bottom: 10px;
}

.events .glEventTitle>div:before {
  content: "\f115";
  position: absolute;
  left: 0;
  top: 5px;
  font-family: beehivelyicons;
  font-size: 11px;
  color: var(--secondary);
}

/* footer */
.footer {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: var(--primary);
  color: var(--white);
}

.footer:before {
  content: '';
  position: absolute;
  width: 80%;
  height: 10px;
  right: -30px;
  top: -10px;
  z-index: 1;
  background-color: var(--secondary);
  -moz-transform: skewX(30deg);
  -webkit-transform: skewX(30deg);
  -o-transform: skewX(30deg);
  -ms-transform: skewX(30deg);
  transform: skewX(30deg);
}

.footer .info {
  width: 55%;
}

.footer .ftlogo {
  width: 110px;
  margin-right: 20px;
}

.footer .ftlogo img {
  width: 100%;
}

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

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

.footer .accLogos {
  width: 40%;
  text-align: right;
}

.footer .accLogos img {
  height: 60px;
  margin-left: 10px;
  filter: brightness(0) invert(1);
}

.footer .copyright {
  font-size: 0.85em;
  margin-top: 20px;
  justify-content: flex-end;
}

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

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

.content>h1 {
  color: var(--primary);
}

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

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

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

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

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

table tr td {
  padding: 6px 10px;
  border: 1px solid #f5e5e6;
  background-color: #fff4f5;
}

table tr:nth-child(even) td {
  background-color: var(--white);
}

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

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

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

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

hr {
  font-size: 1px;
  line-height: 1px;
  height: 1px;
  margin: 30px 0;
  border: 0px;
  border-top: 2px solid var(--primary);
}

.btn a {
  display: inline-block;
  color: var(--white);
  background-color: var(--secondary);
  padding: 15px 30px;
  cursor: pointer;
  text-decoration: none;
  font-size: 1.1em;
  line-height: 1.2;
  font-weight: 600;
}

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

.leftimg {
  float: left;
  margin: 0 20px 20px 0;
}

.rightimg {
  float: right;
  margin: 0 0 20px 20px;
}

.leftimg, .rightimg {
  max-width: 35%;
}

.rightimg img {
  -webkit-box-shadow: 15px 15px 0 0 var(--secondary);
  -moz-box-shadow: 15px 15px 0 0 var(--secondary);
  box-shadow: 15px 15px 0 0 var(--secondary);
}

.groupWrap {
  margin-top: 35px;
}

.groupWrap h4 {
  position: relative;
  color: var(--secondary);
  font-family: var(--bodytext);
  font-size: 1.8em;
  margin-bottom: 25px;
}

.groupWrap h4::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 5px;
  left: 0px;
  bottom: 0;
  z-index: 0;
  background: rgb(41, 44, 75);
  background: linear-gradient(0deg, rgba(41, 44, 75, 1) 0%, rgba(186, 31, 44, 1) 100%);
  -moz-transform: skewX(-30deg);
  -webkit-transform: skewX(-30deg);
  -o-transform: skewX(-30deg);
  -ms-transform: skewX(-30deg);
  transform: skewX(-30deg);
  opacity: 0.9;
}

.groupWrap .staff {
  gap: 40px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0px, 1fr));
}

.groupWrap .staff>article {
  position: relative;
  /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
}

.groupWrap .staff .staffname {
  padding: 20px 10px;
  line-height: 1.2;
  margin-top: -50px;
  width: 80%;
  z-index: 1;
  color: var(--white);
  position: relative;
  margin-left: auto;
  background: rgb(41, 44, 75);
  background: linear-gradient(0deg, rgba(41, 44, 75, 1) 0%, rgba(186, 31, 44, 1) 100%);
}

.groupWrap .staff .staffname strong {
  display: block;
  padding-bottom: 4px;
}

.groupWrap .staff .staffname .position {
  font-size: 0.85em;
}

.socialicons {
  position: absolute;
  top: -38px;
  right: 0;
}

.socialicons>* {
  color: var(--white);
  background-color: var(--primary);
  padding: 8px;
  text-transform: uppercase;
  margin-right: 4px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  line-height: 1;
  font-size: 9px;
  font-weight: 400;
}

.socialicons>* i {
  display: inline-block;
  line-height: 1;
}

.socialicons>*:hover {
  background-color: #3e67b6;
  color: var(--white);
  animation-name: animation-pulse;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes animation-pulse {
  25% {
    transform: scale(1.1)
  }

  75% {
    transform: scale(0.9)
  }
}

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

.topmenu {
  position: absolute;
  top: -44px;
  right: 50px;
}

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

.menu li {
  position: relative;
}

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

.menu li a {
  color: var(--textcolor);
  margin: 0;
  font-size: 0.95em;
}

.menu>li>a {
  position: relative;
  line-height: 24px;
  align-items: center;
  padding: 10px;
  color: var(--white);
  font-weight: 600;
}

.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.topmenu>li>a:after {
  background-color: var(--primary);
}

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

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

.menu ul {
  width: 200px;
  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;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  transition: opacity 0.5s;
  animation: pull-up 0.3s;
}

.menu>li li:hover>ul {
  left: 100%;
  top: 0;
  display: block;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  transition: opacity 0.5s;
  animation: pull-up 0.3s;
}

.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;
  font-size: 0.85em;
}

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

#menu-trigger {
  display: none;
}

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

  .spaceBottom {
    padding-bottom: 50px;
  }

  .bigfont {
    font-size: 1.1em;
  }

  p {
    margin-bottom: 10px;
  }

  .btn {
    padding-top: 10px;
  }
}

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

  .spaceTop {
    padding-top: 35px;
  }

  .spaceBottom {
    padding-bottom: 35px;
  }

  .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-left: 0;
  }

  .nav:before {
    display: none;
  }

  .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: #222;
    background-color: transparent;
    border-bottom: 1px solid #fff;
  }

  .menu>li#donate a {
    padding: 10px 0px 10px 10px;
  }

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

  .menu li ul li a {
    padding: 6px 0px 6px 6px;
    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: rgb(56 175 230 / 0.2);
  }

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

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

  .menu li .droparrow:after {
    right: 14px;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .menu li .droparrow:before {
    left: 13px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .menu li .droparrow.open:after {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .menu li .droparrow.open:before {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

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

  #menu-trigger span, #menu-trigger span:before, #menu-trigger span:after {
    position: absolute;
    width: 26px;
    left: 0;
    right: 0;
    height: 2px;
    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: 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) {
  .spaceTop {
    padding-top: 25px;
  }

  .spaceBottom {
    padding-bottom: 25px;
  }

  hr {
    margin: 20px 0;
  }

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

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

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

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

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

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