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

:root {
  --primary: #001f58;
  --secondary: #1c79b5;
  --darkgrey: #222;
  --white: #fff;
  --bodytext: "Poppins", sans-serif;
  --headertext: "Noto Serif", serif;
}

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

body, html {
  font-size: 17px;
  line-height: 1.4em;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: var(--darkgrey);
  -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.3em;
}

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

strong {
  font-weight: 600;
}

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

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

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

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

.sub-header>p strong {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1em;
  letter-spacing: 2px;
  display: inline-block;
  padding: 5px 0 4px;
  color: var(--secondary);
  position: relative;
  margin: 0px;
  border-bottom-width: 2px;
  border-style: solid;
  border-color: rgb(51 51 51 / 20%);
}

.sub-header h2 {
  font-size: 2em;
  color: var(--primary);
  margin-bottom: 20px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~ */
h1 {
  font-size: 2em;
  line-height: 1.1em;
}

h2 {
  font-size: 1.7em;
  line-height: 1.2;
}

h3 {
  font-size: 1.4em;
  color: var(--primary);
}

h4 {
  font-size: 1.2em;
}

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

h6 {
  font-size: 1em;
}

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

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

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

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

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

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

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

table tr:nth-child(2n+1) td.bnone {
  background-color: transparent;
}

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

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

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

table th a {
  color: #cbdbe6;
}

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

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

hr {
  font-size: 1px;
  line-height: 1px;
  height: 1px;
  margin: 40px 0;
  border: 0px;
  border-top: 2px solid #b4bddc;
}

blockquote {
  position: relative;
  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.08);
  font-size: 1.2em;
  letter-spacing: 0.5px;
  margin: 30px auto;
  padding: 15px 20px 20px;
  max-width: 900px;
  text-align: center;
  clear: both;
  font-weight: 600;
}

blockquote.full {
  max-width: inherit;
}

blockquote:before {
  display: block;
  margin: 0 auto 10px;
  content: "\f131";
  font-family: beehivelyicons;
  font-size: 34px;
  width: 50px;
  line-height: 1;
  text-align: center;
  color: #222;
}

blockquote cite {
  display: block;
  padding-top: 15px;
  font-size: 1.1rem;
  color: #222;
}

.fulltable {
  width: 100%;
}

.btn a {
  position: relative;
  padding: 15px 25px;
  margin-top: 10px;
  background-color: var(--primary);
  color: var(--white);
  display: inline-block;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 600;
  border-radius: 5px;
  text-transform: uppercase;
}

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

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

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

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

.rightimg img, .leftimg img {
  padding: 10px !important;
  border-radius: 3px;
  margin-bottom: 10px !important;
  -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);
}

/* ~~~~~~~~~~~~~~~~ */
.header {
  position: relative;
  top: 0;
  width: 100%;
  z-index: 11;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.logo {
  color: #001f58;
  padding: 10px 0;
  width: 250px;
}

.header.homepg .logo {
  display: none;
}

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

#myVideo {
  object-fit: cover;
  width: 100vw;
  height: 90vh;
  position: relative;
  display: block;
  z-index: 0;
}

.banner.homebnr {
  height: 90vh;
}

.banner img, .bannerInn img {
  width: 100%;
}

.bannerText {
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  color: var(--white);
  top: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.banner:before {
  content: '';
  position: absolute;
  background: rgb(0, 31, 88);
  background: linear-gradient(45deg, rgba(0, 31, 88, 1) 10%, rgba(255, 255, 255, 0) 100%);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.bannerText>.container>div {
  position: relative;
  max-width: 580px;
}

.bannerText .mtsa-logo {
  width: 180px;
  height: 180px;
  background-color: var(--white);
  position: relative;
  border-radius: 50%;
  padding: 10px;
}

.bannerText h2 {
  font-size: 2em;
  display: block;
  font-weight: 700;
  line-height: 1.2;
}

.bannerText .btn a {
  border: 2px solid;
  border-color: var(--white);
  background-color: transparent;
}

.bannerText .btn a:hover {
  border-color: transparent;
  background-color: var(--primary);
}

.bgimge {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* ~~~~~~~~~~~~~~~~~~ */
.welcomeWrap {
  overflow: hidden;
}

.welcomeWrap:before {
  content: '';
  position: absolute;
  background-image: url(welcome-bg.png);
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.welcomeWrap .col12 {
  position: relative;
}

.welcomeWrap .col12 .playBtn {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}

.welcomeWrap .col12 .playBtn:after {
  content: '';
  position: absolute;
  background-color: var(--primary);
  top: 0;
  bottom: 0px;
  left: 0;
  right: 0;
  background-size: 100%;
  z-index: 0;
  opacity: .2;
}

.circle {
  stroke: var(--white);
  stroke-dasharray: 650;
  stroke-dashoffset: 650;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 1;
}

.playBut {
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 2;
  position: relative;
  margin: 100px auto;
}

.playBut .triangle {
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  stroke-dasharray: 240;
  stroke-dashoffset: 480;
  stroke: var(--white);
  transform: translateY(0);
}

.playBut:hover .triangle {
  stroke-dashoffset: 0;
  opacity: 1;
  stroke: var(--white);
  animation: nudge 0.7s ease-in-out;
}

@keyframes nudge {
  0% {
    transform: translateX(0);
  }

  30% {
    transform: translateX(-5px);
  }

  50% {
    transform: translateX(5px);
  }

  70% {
    transform: translateX(-2px);
  }

  100% {
    transform: translateX(0);
  }
}

.playBut:hover .circle {
  stroke-dashoffset: 0;
  opacity: 1;
}

.eventsWrap .col13 {
  width: 35%;
}

.eventsWrap .col23 {
  width: 65%;
}

.eventsWrap .eventsHeader .col13 {
  padding-left: 40px;
}

.eventsWrap .events .col23 {
  padding: 0 3%;
}

.events .glEvent {
  width: 25%;
  padding: 20px;
  border-right: 1px solid #e5e5e5;
}

.events .glEvent:last-child, .footer .container>div:last-child {
  border-right: none;
}

.events .glEvent .glEventDate {
  background-color: var(--primary);
  color: var(--white);
  padding: 10px;
  line-height: 1;
  margin-bottom: 10px;
}

.events .glEvent .glEventDate span {
  vertical-align: middle;
  text-transform: uppercase;
}

.events .glEvent .glDay {
  font-size: 2.5em;
}

.instagram {
  margin-bottom: 20px;
}

.instagram a {
  display: inline-flex;
  padding: 5px;
  border-radius: 6px;
  margin-right: 10px;
  line-height: 1;
  color: var(--white);
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}

.instagram i {
  font-size: 14px;
  display: inline-flex;
}

.instagram h2 {
  margin-top: 0;
  color: var(--primary);
}

/* ~~~~~~~~~~~~~~ */
.footer {
  position: relative;
  line-height: 1.4em;
  background-color: var(--primary);
  color: var(--white);
}

.footer>.container {
  padding: 25px 0;
}

.footer .container>div {
  padding: 0 15px;
  border-right: 1px solid #eee;
}

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

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

.footer .copyright {
  font-size: 0.9em;
  padding: 15px 0px 10px;
  background-color: #051940;
}

.footer .copyright span {
  padding: 0 10px;
}

.map {
  position: relative;
  background-color: var(--primary);
  color: var(--white);
}

.map iframe {
  display: block;
  mix-blend-mode: hard-light;
}


.popupdetail h1 {
  color: var(--primary);
  font-size: 1.5em;
}


/* Inner page ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.pgtitle {
  position: relative;
  background: #D0ECFF;
  background: linear-gradient(90deg, rgb(208 236 255 / 45%) 0%, rgb(208 236 255 / 9%) 100%);
  padding: 20px 0;
  color: var(--primary);
}

.pgtitle:after {
  content: '';
  position: absolute;
  width: 80%;
  height: 4px;
  background-color: #1c78b531;
  left: 0;
  bottom: -4px;
  -moz-transform: skewX(-35deg);
  -webkit-transform: skewX(-35deg);
  -o-transform: skewX(-35deg);
  -ms-transform: skewX(-35deg);
  transform: skewX(-35deg);
}

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

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

.curriculumBox {
  margin-bottom: 30px;
}

.curriculumBox>article {
  width: 50%;
}

.curriculumBox .textarea {
  color: var(--white);
  padding: 2em 3em;
  background-color: #1c79b5;
}

.curriculumBox.row-reverse .textarea {
  background-color: var(--primary);
}

.curriculumBox .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.accordion .accordion-item .accordion-panel.expanded-panel {
  background-color: #f5f7f8;
  padding: 1em;
  border-top: 0;
  border: 1px solid #eee;
}

.faq {
  margin: 30px 0;
}

.faq>h4, .faq>div {
  position: relative;
  padding-left: 30px;
}

.faq>h4:before, .faq>h4:after, .faq>div:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0;
}

.faq>h4:before {
  transform: rotate(45deg);
  height: 9px;
  width: 5px;
  border-bottom: 2px solid var(--white);
  border-right: 2px solid var(--white);
  left: 7px;
  top: 4px;
}

.faq>h4:after {
  height: 20px;
  width: 20px;
  background-color: var(--secondary);
  z-index: -1;
  border-radius: 50%;
}

.faq>div:before {
  height: 100%;
  width: 1px;
  left: 10px;
  border-left: 2px dashed var(--secondary);
  -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(white));
  -webkit-mask-image: linear-gradient(to top, rgba(255, 255, 255, 0), white);
  mask-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(white));
  mask-image: linear-gradient(to top, rgba(255, 255, 255, 0), white);
}

.staffWrap {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
}

.staffWrap>* {
  position: relative;
  border: 1px solid var(--secondary);
  padding: 6px;
  border-radius: 10px;
}

.staffWrap>* .staffimg img {
  width: 100%;
  border-radius: 6px;
}

.staffWrap>* h4 {
  text-transform: uppercase;
  font-weight: 600;
  font-family: var(--bodytext);
  font-size: 1em;
}

.staffWrap>* .position {
  color: var(--white);
  background-color: var(--secondary);
  font-size: .95em;
  padding: 8px 10px;
}

/* Navigation */
.nav {
  position: relative;
  margin: 0 0 0 auto;
}

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

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

.menu>li {
  position: relative;
}

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

.menu>li>a {
  color: #222;
  padding: 0 11px;
  position: relative;
  line-height: 54px;
  font-weight: 600;
  text-transform: uppercase;
}

.menu ul {
  width: 224px;
  padding: 0;
  position: absolute;
  left: 0px;
  top: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  background-color: var(--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);
  border: 1px solid #b6d9f063;
  border-top-width: 3px;
  border-top-color: var(--secondary);
}

.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: 100%;
  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:nth-last-child(-n+2)>ul {
  left: inherit;
  right: 0;
}

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

.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.9em;
  line-height: 1.15em;
}

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

#menu-trigger {
  display: none;
}

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

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

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

  .banner.homebnr, #myVideo {
    height: auto;
    min-height: 300px;
  }

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

  .spaceTop {
    padding-top: 35px;
  }

  .spaceBottom {
    padding-bottom: 35px;
  }

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

  .nav {
    display: none;
    position: absolute;
    top: 95%;
    right: 0;
    z-index: 5;
    background-color: var(--white);
    -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;
    border-top: 4px solid var(--secondary);
  }

  .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 var(--white);
  }

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

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

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

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

  .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;
    background-color: #dae7f1;
    margin: 10px 0 10px auto;
  }

  #menu-trigger span, #menu-trigger span:before, #menu-trigger span:after {
    position: absolute;
    width: 26px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: var(--primary);
    -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;
  }

  .spaceTop {
    padding-top: 25px;
  }

  .spaceBottom {
    padding-bottom: 25px;
  }

  hr {
    margin: 20px 0;
  }

  .col12, .col23, .col13, .bears-den .col13, .curriculumBox>article {
    width: 100%;
  }

  .col12+.col12, .col13+.col13 {
    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;
  }

  .bannerText {
    position: relative;
    transform: inherit;
    padding: 20px;
    width: 100%;
    background-color: var(--primary);
    text-align: center;
  }

  .bannerText .mtsa-logo {
    margin: auto;
  }

  .banner:before {
    display: none;
  }

  .bannerText>.container>div {
    max-width: inherit;
  }

  .bannerText h2 {
    font-size: 2em;
  }

  .welcomeWrap:before {
    background-size: cover;
  }

  .footer .container .contactInfo .col13 {
    margin-top: 30px;
  }

  .footer .container .contactInfo .col23 {
    text-align: center;
  }

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

  .pgtitle h1 {
    font-size: 1.8em;
  }
}

@media screen and (max-width:479px) {
  .footer .container .contactInfo .col13 {
    width: 100%;
    padding: 10px 0 0;
  }

  .footer .addressText br {
    display: none;
  }

  .topicons, .copyright .container {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }

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

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