:root {
  --theme-main: #7EDCFF;
  --theme-secondary: #fd9228;
  --theme-tertiary: #00A2F7;
  --theme-forth: #B12535;
  --theme-fifth: #70C4E3;
  --clipPath-sliderPhoto: polygon(0% 10%, 7% 0%, 100% 1%, 100% 90%, 93% 100%, 0% 100%);
  --theme-transparent: rgba(255, 255, 255, 0);
  --theme-deep-blue: #00A2F7;
  --theme-grey-blue: #70C4E3;
  --theme-blue: #225080;
  --theme-red: #B12535;
  --theme-light-blue: #59B6E0;
  --font-blue: #07012e;
  --theme-menu-highlighted: #FFA44A;
  --yearButton: #00A2F7 ;
  --yearButton-hover: #7EDCFF;
}

body a {
  color: var(--font-blue);
}
body a:hover {
  color: var(--font-highlighted);
}
body p {
  margin-top: unset;
  margin-bottom: 0.5rem;
}

#page table {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

@font-face {
  font-family: "gelasio";
  font-weight: 600;
  src: url("../fonts/Gelasio-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "NotoSerif";
  font-weight: 600;
  src: url("../fonts/NotoSerifTC-VariableFont_wght.ttf") format("truetype");
}
@media (min-width: 576px) {
  .container {
    max-width: unset;
    width: 90%;
  }
}

@media (max-width: 960px) {
  .container-lg {
    max-width: 100%;
  }
}

@media (max-width: 1200px) {
  .container-xl {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  :root {
    --left-side-width: 15rem;
  }
}

.fade-in {
  animation: fade-in 1.5s forwards;
}

.animation-fadeIn {
  opacity: 0;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (min-width: 960px) {
  .col-lg-2-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

:root {
  --theme-main: #7EDCFF;
  --theme-secondary: #fd9228;
  --theme-tertiary: #00A2F7;
  --theme-forth: #B12535;
  --theme-fifth: #70C4E3;
  --clipPath-sliderPhoto: polygon(0% 10%, 7% 0%, 100% 1%, 100% 90%, 93% 100%, 0% 100%);
  --theme-transparent: rgba(255, 255, 255, 0);
  --theme-deep-blue: #00A2F7;
  --theme-grey-blue: #70C4E3;
  --theme-blue: #225080;
  --theme-red: #B12535;
  --theme-light-blue: #59B6E0;
  --font-blue: #07012e;
  --theme-menu-highlighted: #FFA44A;
  --yearButton: #00A2F7 ;
  --yearButton-hover: #7EDCFF;
}

body a {
  color: var(--font-blue);
}
body a:hover {
  color: var(--font-highlighted);
}
body p {
  margin-top: unset;
  margin-bottom: 0.5rem;
}

#page table {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

@font-face {
  font-family: "gelasio";
  font-weight: 600;
  src: url("../fonts/Gelasio-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "NotoSerif";
  font-weight: 600;
  src: url("../fonts/NotoSerifTC-VariableFont_wght.ttf") format("truetype");
}
@media (min-width: 576px) {
  .container {
    max-width: unset;
    width: 90%;
  }
}

@media (max-width: 960px) {
  .container-lg {
    max-width: 100%;
  }
}

@media (max-width: 1200px) {
  .container-xl {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  :root {
    --left-side-width: 15rem;
  }
}

.fade-in {
  animation: fade-in 1.5s forwards;
}

.animation-fadeIn {
  opacity: 0;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (min-width: 960px) {
  .col-lg-2-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

#footer {
  position: relative;
}
#footer:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 15%;
  height: 40%;
  background-position: top left;
  background-size: contain;
  background-image: url("../images/cccss/footer_stripped_left.png");
  background-repeat: no-repeat;
  opacity: 0.8;
}
#footer:after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 30%;
  height: 50%;
  background-position: bottom right;
  background-size: contain;
  background-image: url("../images/cccss/strippedLinesBG_blue.png");
  background-repeat: no-repeat;
  opacity: 0.8;
}
#footer .footer-contact-section {
  flex: 0 0 35%;
  font-size: 0.9rem;
}
#footer .footer-contact-section .footer-logo {
  width: 100%;
  height: auto;
  margin-bottom: 2rem;
}
#footer .footer-item {
  display: flex;
}
#footer .footer-item div {
  flex: 50%;
  padding: 5px;
}
#footer .footer-item div:first-child {
  color: var(--theme-tertiary);
}
#footer .footer-sitemap-section {
  flex: 1 1 60%;
}
#footer .sitemap {
  display: none;
  margin: 1rem 0;
  padding: 1rem 0;
  border-top: 2px dotted rgba(255, 255, 255, 0.8);
  border-bottom: 2px dotted rgba(255, 255, 255, 0.8);
}
@media (min-width: 768px) {
  #footer .sitemap {
    display: block;
  }
}
#footer .sitemap .sitemap-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1rem;
}
#footer .sitemap .sitemap-category {
  flex: 1;
  flex-basis: 6rem;
}
#footer .sitemap .sitemap-category .sitemap-category-title {
  color: var(--theme-tertiary);
  font-size: 0.91rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
#footer .sitemap .sitemap-category .sitemap-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .sitemap .sitemap-category .sitemap-links .sitemap-link-item {
  margin-bottom: 0.25rem;
}
#footer .sitemap .sitemap-category .sitemap-links .sitemap-link-item .sitemap-link {
  color: black;
  text-decoration: none;
  font-size: 0.75rem;
  transition: all 0.3s ease;
  display: block;
  padding: 0.1rem 0;
  line-height: 1.2;
}
#footer .sitemap .sitemap-category .sitemap-links .sitemap-link-item .sitemap-link:hover {
  color: black;
  transform: translateX(3px);
}
#footer .social-media {
  margin-top: 20px;
}

.copyright {
  background-color: var(--theme-main);
  padding: 10px;
  display: block;
  text-align: center;
  font-size: 0.7rem;
}
.copyright a {
  color: unset;
}
.copyright a:hover {
  color: white;
}
.copyright > p {
  margin: 0;
}

#mainmenu {
  margin-bottom: 0;
}
#mainmenu :hover {
  cursor: pointer;
}
#mainmenu a:hover {
  text-decoration: none;
}
#mainmenu > ul {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
}
#mainmenu > ul > li {
  line-height: 100%;
}
#mainmenu > ul li {
  display: inline-block;
  position: relative;
  background: transparent;
  font-weight: bold;
  text-align: center;
  height: 100%;
}
#mainmenu > ul li:hover > a {
  color: #00679d;
}
#mainmenu > ul li a {
  color: black;
}
#mainmenu > ul li .menu-item-label {
  padding: 15px 10px 15px;
  display: inline-block;
}
@media screen and (max-width: 991px) {
  #mainmenu > ul li {
    margin: 0;
  }
}
#mainmenu > ul li.category {
  -webkit-transition: bottom 0.2s ease-in-out;
  -moz-transition: bottom 0.2s ease-in-out;
  -o-transition: bottom 0.2s ease-in-out;
  transition: bottom 0.2s ease-in-out;
}
#mainmenu > ul li .sub-menu {
  border-radius: 5px;
  width: 250px;
  padding: 0;
  opacity: 1;
  position: absolute;
  z-index: 30;
  background: rgba(255, 255, 255, 0.92);
  line-height: 120%;
  box-shadow: rgba(116, 87, 87, 0.4) 2px 2px 5px, rgba(116, 87, 87, 0.4) -2px 2px 5px;
}
#mainmenu > ul li .sub-menu li {
  width: 100%;
  text-align: left;
  position: relative;
  max-width: none;
}
#mainmenu > ul li .sub-menu li:not(:last-child) {
  border-bottom: #eee4e4 1px solid;
}
#mainmenu > ul li .sub-menu li a {
  display: block;
}
#mainmenu > ul li .sub-menu .sub-menu {
  position: absolute;
  top: 0;
  display: none;
  max-height: 80vh;
  overflow-y: auto;
}
#mainmenu > ul li .menu-item:not(.menu-item-category):after {
  content: " ";
  width: 1%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background-color: unset;
  transition: 0.3s ease-in-out;
}
#mainmenu > ul li .menu-item:not(.menu-item-category).active:after, #mainmenu > ul li .menu-item:not(.menu-item-category):hover:after, #mainmenu > ul li .menu-item:not(.menu-item-category):focus:after {
  width: 100%;
  background-color: #3cabe6;
}
#mainmenu > ul li.active, #mainmenu > ul li:hover, #mainmenu > ul li:focus {
  background-position: right;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
#mainmenu > ul li.active .sub-menu, #mainmenu > ul li:hover .sub-menu, #mainmenu > ul li:focus .sub-menu {
  opacity: 1;
}
#mainmenu > ul li.active .sub-menu li .sub-menu, #mainmenu > ul li:hover .sub-menu li .sub-menu, #mainmenu > ul li:focus .sub-menu li .sub-menu {
  display: none;
}
#mainmenu > ul li.active .sub-menu li.active .sub-menu, #mainmenu > ul li.active .sub-menu li:hover .sub-menu, #mainmenu > ul li.active .sub-menu li:focus .sub-menu, #mainmenu > ul li:hover .sub-menu li.active .sub-menu, #mainmenu > ul li:hover .sub-menu li:hover .sub-menu, #mainmenu > ul li:hover .sub-menu li:focus .sub-menu, #mainmenu > ul li:focus .sub-menu li.active .sub-menu, #mainmenu > ul li:focus .sub-menu li:hover .sub-menu, #mainmenu > ul li:focus .sub-menu li:focus .sub-menu {
  display: block;
}
#mainmenu > ul li button {
  border: none;
  background: none;
  padding: 9px 13px;
  line-height: 1;
  width: 100%;
}
#mainmenu > ul > li:nth-last-child(-n+3) > .sub-menu {
  left: auto;
  right: 1px;
}
#mainmenu > ul > li:nth-last-child(-n+3) > .sub-menu .sub-menu {
  left: auto;
  right: 100%;
}

.school-badge {
  padding: 1rem 3rem;
}

ul.menu li.active, ul.menu li.home:hover {
  background: transparent !important;
}

#sidebar-wrapper {
  cursor: pointer;
}

div#mobile_menu {
  background: white;
}
div#mobile_menu .side_menu_item {
  border-bottom: #dee2e6 1px solid;
  padding: 1rem;
}
div#mobile_menu .side_menu_item:hover {
  background: var(--theme-secondary);
  color: white;
}
div#mobile_menu .side_menu_item:hover .menu-text {
  color: white;
}
div#mobile_menu .side_menu_item a {
  display: block;
  text-decoration: none;
}
div#mobile_menu .menu-bg-lv-2, div#mobile_menu ul.menu li .subMenu li {
  background: #e7f9ff;
}
div#mobile_menu .menu-bg-lv-3 {
  background-color: #d6e9ff;
}
div#mobile_menu .menu-text {
  color: black;
  font-weight: bold;
}

.sub-menu {
  display: none;
  position: absolute;
  list-style: none;
  padding: 0;
  min-width: 100%;
  margin-left: 100%;
  top: 0;
}

.menu-item:hover > .sub-menu {
  display: block;
}

.sub-menu-category {
  margin-left: 0;
  margin-top: 0;
  top: unset;
}

/*# sourceMappingURL=menu.css.map */
