:root {
  --theme-deep-blue: #13285F;
  --theme-light-blue: #00AEEF;
  --theme-blue: #225080;
  --theme-pale-blue: #e7f0f6;
  --theme-gold: #D2B987;
  --graphiteBG-overlap-size: 300px;
  --graphiteBG: url("../images/TTC/graphite_bg.png");
  --themeBG: #FAFAFA url("../images/TTC/theme-page-bg.png");
  --themeSchoolBG: url("../images/TTC/theme-page-school-bg.png");
  --theme-menu-highlighted: #00AEEF;
  --theme-secondary: #c49d3f;
  --font-highlighted: var(--theme-secondary);
  --theme-purple: #B571D6;
  --theme-light-purple: #D6A3E5;
  --theme-grey: #333333;
  --theme-yellow: #F6F6BB;
  --theme-orange: #ffa346;
  --theme-dark-green: var(--theme-deep-blue);
  --theme-mint-green: #ABDEBF;
  --theme-news-yellow: rgba(246, 246, 187, 0.2);
  --theme-calendar-event: #fee12b;
  --theme-calendar-holiday: #e63535;
  --theme-brown-red: #600D10;
  --theme-deep-blue-title: #2c2324;
  --theme-deep-blue-menu-hover: #160C5B;
  --theme-deep-blue-menu-bg-hover: #160C5B;
  --theme-deep-orange: #E5812C;
  --theme-deep-orange-soft: #f0a260;
  --theme-news-bg-blue: #F2F6FB;
  --indexAchievementsBG: #704435;
  --footer-copyrightBG: #4568AC;
  --theme-light-blue-bg: #f9f7f7;
  --theme-blue-separate: #894141;
  --theme-albums-bg: rgba(249, 247, 247, 0.8);
  --theme-achievements-bg: rgba(242, 141, 152, 0.8);
  --theme-menu-main: #0A1F4E;
  --font-blue: #160C5B;
  --font-title-blue: #483D95;
  --font-brown: #573F37;
  --font-page-title: #704435;
  --pageSectionTitleBG: #704435;
  --footer-background-image-size: 35%;
  --font-title-size: 1.4rem;
  --yearButton: #B571D6 ;
  --yearButton-hover: #B571D6;
}

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: "NotoSerif";
  font-weight: 700;
  src: url("../fonts/NotoSerifTC-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "gelasio";
  font-weight: 600;
  src: url("../fonts/Gelasio-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "gelasio-italic";
  font-weight: 600;
  src: url("../fonts/Gelasio-Italic-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-VariableFont_wght.ttf") format("truetype");
}
@media (min-width: 576px) {
  .container {
    width: 90%;
    max-width: 1500px;
  }
}

@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: 992px) {
  .col-lg-2-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

:root {
  --theme-deep-blue: #13285F;
  --theme-light-blue: #00AEEF;
  --theme-blue: #225080;
  --theme-pale-blue: #e7f0f6;
  --theme-gold: #D2B987;
  --graphiteBG-overlap-size: 300px;
  --graphiteBG: url("../images/TTC/graphite_bg.png");
  --themeBG: #FAFAFA url("../images/TTC/theme-page-bg.png");
  --themeSchoolBG: url("../images/TTC/theme-page-school-bg.png");
  --theme-menu-highlighted: #00AEEF;
  --theme-secondary: #c49d3f;
  --font-highlighted: var(--theme-secondary);
  --theme-purple: #B571D6;
  --theme-light-purple: #D6A3E5;
  --theme-grey: #333333;
  --theme-yellow: #F6F6BB;
  --theme-orange: #ffa346;
  --theme-dark-green: var(--theme-deep-blue);
  --theme-mint-green: #ABDEBF;
  --theme-news-yellow: rgba(246, 246, 187, 0.2);
  --theme-calendar-event: #fee12b;
  --theme-calendar-holiday: #e63535;
  --theme-brown-red: #600D10;
  --theme-deep-blue-title: #2c2324;
  --theme-deep-blue-menu-hover: #160C5B;
  --theme-deep-blue-menu-bg-hover: #160C5B;
  --theme-deep-orange: #E5812C;
  --theme-deep-orange-soft: #f0a260;
  --theme-news-bg-blue: #F2F6FB;
  --indexAchievementsBG: #704435;
  --footer-copyrightBG: #4568AC;
  --theme-light-blue-bg: #f9f7f7;
  --theme-blue-separate: #894141;
  --theme-albums-bg: rgba(249, 247, 247, 0.8);
  --theme-achievements-bg: rgba(242, 141, 152, 0.8);
  --theme-menu-main: #0A1F4E;
  --font-blue: #160C5B;
  --font-title-blue: #483D95;
  --font-brown: #573F37;
  --font-page-title: #704435;
  --pageSectionTitleBG: #704435;
  --footer-background-image-size: 35%;
  --font-title-size: 1.4rem;
  --yearButton: #B571D6 ;
  --yearButton-hover: #B571D6;
}

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: "NotoSerif";
  font-weight: 700;
  src: url("../fonts/NotoSerifTC-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "gelasio";
  font-weight: 600;
  src: url("../fonts/Gelasio-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "gelasio-italic";
  font-weight: 600;
  src: url("../fonts/Gelasio-Italic-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-VariableFont_wght.ttf") format("truetype");
}
@media (min-width: 576px) {
  .container {
    width: 90%;
    max-width: 1500px;
  }
}

@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: 992px) {
  .col-lg-2-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.desktop-header {
  position: relative;
  z-index: 1000;
  transition: all 0.3s ease;
}
.desktop-header .header-content {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
}
.desktop-header .lang-selector {
  display: flex;
  align-items: center;
  background: transparent;
}
.desktop-header .lang-selector .lang-option {
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  padding: 4px 10px;
  cursor: pointer;
  transition: background 0.2s;
  color: white;
  border-radius: 50%;
  border: 1px solid #FFF;
  font-size: 1rem;
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.desktop-header .lang-selector .lang-option:hover {
  transform: scale(1.08);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
  background-color: #FFF;
  color: var(--theme-grey);
  z-index: 1;
}
.desktop-header .lang-selector .lang-option.active {
  background: white;
  color: var(--theme-purple);
}
.desktop-header .lang-selector > .active {
  background: white;
}
.desktop-header .header-buttons {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.desktop-header .header-buttons .header-btn {
  padding: 0.5rem 1rem;
  color: #fff;
  text-decoration: none;
  border: 1px solid #fff;
  font-size: 1rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  border-radius: 3px;
}
.desktop-header .header-buttons .header-btn:hover {
  background-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.desktop-header .header-buttons .header-btn.contact-btn:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
.desktop-header .header-buttons .header-btn.external-links-btn:hover {
  background-color: rgba(255, 255, 255, 0.15);
}

/* Add padding to body when header is fixed to prevent content jump */
body.has-fixed-header {
  padding-top: 60px;
}

.social-media {
  display: flex;
  align-items: center;
  gap: 18px;
}
.social-media .social-btn {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-size: cover;
  border-radius: 50%;
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.social-media .social-btn:hover {
  transform: scale(1.12);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

:root {
  --theme-deep-blue: #13285F;
  --theme-light-blue: #00AEEF;
  --theme-blue: #225080;
  --theme-pale-blue: #e7f0f6;
  --theme-gold: #D2B987;
  --graphiteBG-overlap-size: 300px;
  --graphiteBG: url("../images/TTC/graphite_bg.png");
  --themeBG: #FAFAFA url("../images/TTC/theme-page-bg.png");
  --themeSchoolBG: url("../images/TTC/theme-page-school-bg.png");
  --theme-menu-highlighted: #00AEEF;
  --theme-secondary: #c49d3f;
  --font-highlighted: var(--theme-secondary);
  --theme-purple: #B571D6;
  --theme-light-purple: #D6A3E5;
  --theme-grey: #333333;
  --theme-yellow: #F6F6BB;
  --theme-orange: #ffa346;
  --theme-dark-green: var(--theme-deep-blue);
  --theme-mint-green: #ABDEBF;
  --theme-news-yellow: rgba(246, 246, 187, 0.2);
  --theme-calendar-event: #fee12b;
  --theme-calendar-holiday: #e63535;
  --theme-brown-red: #600D10;
  --theme-deep-blue-title: #2c2324;
  --theme-deep-blue-menu-hover: #160C5B;
  --theme-deep-blue-menu-bg-hover: #160C5B;
  --theme-deep-orange: #E5812C;
  --theme-deep-orange-soft: #f0a260;
  --theme-news-bg-blue: #F2F6FB;
  --indexAchievementsBG: #704435;
  --footer-copyrightBG: #4568AC;
  --theme-light-blue-bg: #f9f7f7;
  --theme-blue-separate: #894141;
  --theme-albums-bg: rgba(249, 247, 247, 0.8);
  --theme-achievements-bg: rgba(242, 141, 152, 0.8);
  --theme-menu-main: #0A1F4E;
  --font-blue: #160C5B;
  --font-title-blue: #483D95;
  --font-brown: #573F37;
  --font-page-title: #704435;
  --pageSectionTitleBG: #704435;
  --footer-background-image-size: 35%;
  --font-title-size: 1.4rem;
  --yearButton: #B571D6 ;
  --yearButton-hover: #B571D6;
}

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: "NotoSerif";
  font-weight: 700;
  src: url("../fonts/NotoSerifTC-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "gelasio";
  font-weight: 600;
  src: url("../fonts/Gelasio-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "gelasio-italic";
  font-weight: 600;
  src: url("../fonts/Gelasio-Italic-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-VariableFont_wght.ttf") format("truetype");
}
@media (min-width: 576px) {
  .container {
    width: 90%;
    max-width: 1500px;
  }
}

@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: 992px) {
  .col-lg-2-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

#footer {
  background-repeat: no-repeat;
  background-size: cover;
  background-color: var(--theme-deep-blue);
  background-position: center;
  background-blend-mode: multiply;
  color: white;
  font-size: 0.6rem;
  padding: 1rem;
  position: relative;
}
@media (min-width: 768px) {
  #footer {
    font-size: 1rem;
    padding: 2rem 4rem;
  }
}
#footer .footer_schoolName {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  #footer .footer_schoolName {
    font-size: 2rem;
  }
}
#footer .footer-row {
  display: flex;
  align-items: start;
  flex-direction: column;
  color: var(--theme-deep-blue);
}
@media (min-width: 768px) {
  #footer .footer-row {
    background: var(--theme-gold);
    flex-direction: row;
    align-items: center;
    gap: 1rem;
  }
}
#footer .footer-logo {
  height: 4rem;
}
#footer .footer-item {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  color: var(--theme-deep-blue);
  text-decoration: none;
  transition: all 0.3s ease;
  padding: 0.3rem;
  background: var(--theme-gold);
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  #footer .footer-item {
    background: unset;
    padding: 0.5rem;
    width: unset;
    margin-bottom: 0;
  }
}
#footer .footer-item span {
  color: var(--theme-deep-blue);
}
#footer .footer_address {
  font-size: 1rem;
  padding: unset;
}
@media (min-width: 768px) {
  #footer .footer_address {
    font-size: 1.5rem;
  }
}
#footer a.footer-item:hover {
  transform: translateY(-2px);
}
#footer .footer-icon {
  font-size: 1.3rem;
}
#footer .footer-contact {
  margin-bottom: 1rem;
}
#footer .copyright {
  display: block;
  font-size: 0.75rem;
  border-top: 1px solid white;
}
#footer .copyright a {
  color: white;
}
#footer .copyright > p {
  margin: 0;
}
#footer .footer-social-media {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  #footer .footer-social-media {
    display: none;
  }
}
#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: rgba(255, 255, 255, 0.9);
  font-size: 0.91rem;
  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: rgba(255, 255, 255, 0.6);
  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: #fff;
  transform: translateX(3px);
}

#toTop {
  font-size: 0.8rem;
  transition: 0.3s ease-in-out;
}
#toTop:hover {
  transform: scale(1.02);
  text-decoration: underline;
}
#toTop img {
  margin-left: 5px;
  width: 20px;
  height: 20px;
}

:root {
  --theme-deep-blue: #13285F;
  --theme-light-blue: #00AEEF;
  --theme-blue: #225080;
  --theme-pale-blue: #e7f0f6;
  --theme-gold: #D2B987;
  --graphiteBG-overlap-size: 300px;
  --graphiteBG: url("../images/TTC/graphite_bg.png");
  --themeBG: #FAFAFA url("../images/TTC/theme-page-bg.png");
  --themeSchoolBG: url("../images/TTC/theme-page-school-bg.png");
  --theme-menu-highlighted: #00AEEF;
  --theme-secondary: #c49d3f;
  --font-highlighted: var(--theme-secondary);
  --theme-purple: #B571D6;
  --theme-light-purple: #D6A3E5;
  --theme-grey: #333333;
  --theme-yellow: #F6F6BB;
  --theme-orange: #ffa346;
  --theme-dark-green: var(--theme-deep-blue);
  --theme-mint-green: #ABDEBF;
  --theme-news-yellow: rgba(246, 246, 187, 0.2);
  --theme-calendar-event: #fee12b;
  --theme-calendar-holiday: #e63535;
  --theme-brown-red: #600D10;
  --theme-deep-blue-title: #2c2324;
  --theme-deep-blue-menu-hover: #160C5B;
  --theme-deep-blue-menu-bg-hover: #160C5B;
  --theme-deep-orange: #E5812C;
  --theme-deep-orange-soft: #f0a260;
  --theme-news-bg-blue: #F2F6FB;
  --indexAchievementsBG: #704435;
  --footer-copyrightBG: #4568AC;
  --theme-light-blue-bg: #f9f7f7;
  --theme-blue-separate: #894141;
  --theme-albums-bg: rgba(249, 247, 247, 0.8);
  --theme-achievements-bg: rgba(242, 141, 152, 0.8);
  --theme-menu-main: #0A1F4E;
  --font-blue: #160C5B;
  --font-title-blue: #483D95;
  --font-brown: #573F37;
  --font-page-title: #704435;
  --pageSectionTitleBG: #704435;
  --footer-background-image-size: 35%;
  --font-title-size: 1.4rem;
  --yearButton: #B571D6 ;
  --yearButton-hover: #B571D6;
}

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: "NotoSerif";
  font-weight: 700;
  src: url("../fonts/NotoSerifTC-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "gelasio";
  font-weight: 600;
  src: url("../fonts/Gelasio-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "gelasio-italic";
  font-weight: 600;
  src: url("../fonts/Gelasio-Italic-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-VariableFont_wght.ttf") format("truetype");
}
@media (min-width: 576px) {
  .container {
    width: 90%;
    max-width: 1500px;
  }
}

@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: 992px) {
  .col-lg-2-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.contact-container {
  background-image: url("/images/tsaps/bg_yellow.png");
  background-size: 100%;
  background-repeat: repeat;
  padding: 1rem 1rem;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: start;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .contact-container {
    padding: 1rem 2rem;
  }
}
.contact-container .contact-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.contact-container .contact-row:not(:last-child) {
  padding-bottom: 0.5rem;
}
.contact-container .contact-icon {
  width: 1.4rem;
  height: 1.4rem;
}
.contact-container .contact-text {
  color: var(--theme-grey);
  letter-spacing: 1px;
}
.contact-container .inner_phone_number, .contact-container .inner_fax_number {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  display: none;
}

.page-contact .contact-container {
  flex-direction: row;
  justify-content: space-around;
  border-radius: 0;
  background-size: 50%;
  background-repeat: repeat;
  background-position-y: 50%;
}
.page-contact .contact-container .non-inner-page-contact {
  display: none;
}
.page-contact .contact-container .inner_phone_number, .page-contact .contact-container .inner_fax_number {
  display: flex;
}
.page-contact .contact-container .contact-row {
  padding-bottom: 0;
}

:root {
  --theme-deep-blue: #13285F;
  --theme-light-blue: #00AEEF;
  --theme-blue: #225080;
  --theme-pale-blue: #e7f0f6;
  --theme-gold: #D2B987;
  --graphiteBG-overlap-size: 300px;
  --graphiteBG: url("../images/TTC/graphite_bg.png");
  --themeBG: #FAFAFA url("../images/TTC/theme-page-bg.png");
  --themeSchoolBG: url("../images/TTC/theme-page-school-bg.png");
  --theme-menu-highlighted: #00AEEF;
  --theme-secondary: #c49d3f;
  --font-highlighted: var(--theme-secondary);
  --theme-purple: #B571D6;
  --theme-light-purple: #D6A3E5;
  --theme-grey: #333333;
  --theme-yellow: #F6F6BB;
  --theme-orange: #ffa346;
  --theme-dark-green: var(--theme-deep-blue);
  --theme-mint-green: #ABDEBF;
  --theme-news-yellow: rgba(246, 246, 187, 0.2);
  --theme-calendar-event: #fee12b;
  --theme-calendar-holiday: #e63535;
  --theme-brown-red: #600D10;
  --theme-deep-blue-title: #2c2324;
  --theme-deep-blue-menu-hover: #160C5B;
  --theme-deep-blue-menu-bg-hover: #160C5B;
  --theme-deep-orange: #E5812C;
  --theme-deep-orange-soft: #f0a260;
  --theme-news-bg-blue: #F2F6FB;
  --indexAchievementsBG: #704435;
  --footer-copyrightBG: #4568AC;
  --theme-light-blue-bg: #f9f7f7;
  --theme-blue-separate: #894141;
  --theme-albums-bg: rgba(249, 247, 247, 0.8);
  --theme-achievements-bg: rgba(242, 141, 152, 0.8);
  --theme-menu-main: #0A1F4E;
  --font-blue: #160C5B;
  --font-title-blue: #483D95;
  --font-brown: #573F37;
  --font-page-title: #704435;
  --pageSectionTitleBG: #704435;
  --footer-background-image-size: 35%;
  --font-title-size: 1.4rem;
  --yearButton: #B571D6 ;
  --yearButton-hover: #B571D6;
}

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: "NotoSerif";
  font-weight: 700;
  src: url("../fonts/NotoSerifTC-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "gelasio";
  font-weight: 600;
  src: url("../fonts/Gelasio-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "gelasio-italic";
  font-weight: 600;
  src: url("../fonts/Gelasio-Italic-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-VariableFont_wght.ttf") format("truetype");
}
@media (min-width: 576px) {
  .container {
    width: 90%;
    max-width: 1500px;
  }
}

@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: 992px) {
  .col-lg-2-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.mfp-bg {
  background: #00448d;
}

.albums-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (min-width: 768px) {
  .albums-container {
    padding-top: 3.5rem;
  }
}

.albums-main-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}
.albums-main-container .albums-main-header {
  position: relative;
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-bottom: 2rem;
  gap: 1rem;
}
.albums-main-container .albums-main-header .empty-space {
  display: none;
}
@media (min-width: 768px) {
  .albums-main-container .albums-main-header .empty-space {
    flex: 1;
    display: flex;
    align-items: center;
  }
}
.albums-main-container .albums-main-header .more-btn {
  position: absolute;
  right: 1.5rem;
  top: 20%;
}
.albums-main-container .albums-main-header .albums-main-title {
  display: flex;
  align-items: center;
  font-size: var(--font-title-size);
  font-weight: bold;
  gap: 0.5rem;
  color: var(--theme-dark-green);
}
.albums-main-container .albums-main-header .albums-main-title img {
  width: 3rem;
}
.albums-main-container .albums-main-header .dotted-line {
  width: 100%;
  border-bottom: 3px dotted var(--theme-dark-green);
}
.albums-main-container .album-slider-container {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 0 2rem;
}
.albums-main-container .album-slider-container .albumSliderItem {
  transition: all 0.3s ease-in-out;
}
.albums-main-container .album-slider-container .albumSliderItem:hover {
  transform: scale(1.05);
}
.albums-main-container .album-slider-container .albumSliderItemImage {
  width: 100%;
}
@media (min-width: 768px) {
  .albums-main-container .album-slider-container .albumSliderItemImage {
    padding: 1rem;
  }
}
.albums-main-container .album-slider-container .albumImage {
  padding-top: 56.25%;
  background-position: center;
  background-size: cover;
}
.albums-main-container .album-slider-container .albumTitleBG {
  display: flex;
  flex-direction: row;
  font-size: 1rem;
}
.albums-main-container .album-slider-container .albumTitleBG .albumDate {
  display: flex;
  flex-direction: column;
  background-color: var(--theme-light-purple);
  color: #FFF;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
}
.albums-main-container .album-slider-container .albumTitleBG .albumDate .albumDay {
  font-size: 1.3rem;
  line-height: 1.2rem;
}
.albums-main-container .album-slider-container .albumTitleBG .albumDate .albumMonth {
  font-size: 0.6rem;
  text-transform: uppercase;
}
.albums-main-container .album-slider-container .albumTitleBG .albumTitle {
  flex: 1;
  font-size: 0.91rem;
  background-color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--theme-grey);
  border-bottom: 6px solid var(--theme-light-purple);
  padding: 0.5rem 1rem;
}

.albumsSliderPrev, .albumsSliderNext {
  position: absolute;
  background-color: transparent;
  padding: 0.7rem 1rem;
  top: 40%;
  z-index: 1;
  display: flex !important;
  align-items: center;
  cursor: pointer;
}
.albumsSliderPrev img, .albumsSliderNext img {
  transition: all 0.3s ease;
  width: 2rem;
}

.albumsSliderPrev {
  left: -1.5rem;
}
.albumsSliderPrev:hover img {
  transform: translateX(-5px);
}

.albumsSliderNext {
  right: -1.5rem;
}
.albumsSliderNext:hover img {
  transform: translateX(5px);
}

.photos-container .gallery-link {
  background-color: rgba(231, 235, 242, 0.6);
  border-radius: 5px;
}
.photos-container .gallery-link:hover {
  background: rgba(34, 80, 128, 0.5);
}

:root {
  --theme-deep-blue: #13285F;
  --theme-light-blue: #00AEEF;
  --theme-blue: #225080;
  --theme-pale-blue: #e7f0f6;
  --theme-gold: #D2B987;
  --graphiteBG-overlap-size: 300px;
  --graphiteBG: url("../images/TTC/graphite_bg.png");
  --themeBG: #FAFAFA url("../images/TTC/theme-page-bg.png");
  --themeSchoolBG: url("../images/TTC/theme-page-school-bg.png");
  --theme-menu-highlighted: #00AEEF;
  --theme-secondary: #c49d3f;
  --font-highlighted: var(--theme-secondary);
  --theme-purple: #B571D6;
  --theme-light-purple: #D6A3E5;
  --theme-grey: #333333;
  --theme-yellow: #F6F6BB;
  --theme-orange: #ffa346;
  --theme-dark-green: var(--theme-deep-blue);
  --theme-mint-green: #ABDEBF;
  --theme-news-yellow: rgba(246, 246, 187, 0.2);
  --theme-calendar-event: #fee12b;
  --theme-calendar-holiday: #e63535;
  --theme-brown-red: #600D10;
  --theme-deep-blue-title: #2c2324;
  --theme-deep-blue-menu-hover: #160C5B;
  --theme-deep-blue-menu-bg-hover: #160C5B;
  --theme-deep-orange: #E5812C;
  --theme-deep-orange-soft: #f0a260;
  --theme-news-bg-blue: #F2F6FB;
  --indexAchievementsBG: #704435;
  --footer-copyrightBG: #4568AC;
  --theme-light-blue-bg: #f9f7f7;
  --theme-blue-separate: #894141;
  --theme-albums-bg: rgba(249, 247, 247, 0.8);
  --theme-achievements-bg: rgba(242, 141, 152, 0.8);
  --theme-menu-main: #0A1F4E;
  --font-blue: #160C5B;
  --font-title-blue: #483D95;
  --font-brown: #573F37;
  --font-page-title: #704435;
  --pageSectionTitleBG: #704435;
  --footer-background-image-size: 35%;
  --font-title-size: 1.4rem;
  --yearButton: #B571D6 ;
  --yearButton-hover: #B571D6;
}

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: "NotoSerif";
  font-weight: 700;
  src: url("../fonts/NotoSerifTC-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "gelasio";
  font-weight: 600;
  src: url("../fonts/Gelasio-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "gelasio-italic";
  font-weight: 600;
  src: url("../fonts/Gelasio-Italic-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-VariableFont_wght.ttf") format("truetype");
}
@media (min-width: 576px) {
  .container {
    width: 90%;
    max-width: 1500px;
  }
}

@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: 992px) {
  .col-lg-2-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.videos-container {
  width: 100%;
  height: 100%;
}

.videos-content-container {
  display: flex;
  flex-direction: column;
  position: relative;
}
.videos-content-container .videos-header {
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
}
.videos-content-container .videos-header .videos-title {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  font-size: var(--font-title-size);
  font-weight: bold;
  color: var(--theme-dark-green);
  align-items: center;
}
.videos-content-container .videos-header .videos-title > img {
  width: 3rem;
}
.videos-content-container .videos-header .empty-space {
  margin-left: 1rem;
  flex: 1;
  display: flex;
  align-items: center;
}
.videos-content-container .videos-header .dotted-line {
  width: 100%;
  border-bottom: 3px dotted var(--theme-dark-green);
}
.videos-content-container .videos-header .videos-detail-button {
  display: flex;
  justify-content: center;
  align-items: center;
}
.videos-content-container .videos-content {
  z-index: 1;
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
}
.videos-content-container .videos-content:hover .videos-image, .videos-content-container .videos-content:hover .videos-title, .videos-content-container .videos-content:hover iframe, .videos-content-container .videos-content:hover video {
  transform: scale(1.03);
}
.videos-content-container .videos-content iframe, .videos-content-container .videos-content video, .videos-content-container .videos-content .videos-image, .videos-content-container .videos-content .videos-title {
  transition: transform 0.3s ease;
}
.videos-content-container .videos-content .videos-image video {
  max-width: 100%;
  height: auto;
}

.news-section .news-title {
  font-size: 1.6rem;
  color: var(--theme-deep-blue);
  font-weight: bold;
  color: var(--theme-deep-blue);
  text-align: center;
}

.updates-image {
  aspect-ratio: 1.3333333333;
  background-size: cover;
  position: relative;
}
.updates-image:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, rgba(19, 41, 95, 0) 50%, #13295F 100%);
}

.news-header .news-header-deco-left, .news-header .news-header-deco-right {
  flex: 0 0 15%;
  background: var(--theme-gold);
  height: 2px;
  position: relative;
}
.news-header .news-header-deco-left:after, .news-header .news-header-deco-right:after {
  position: absolute;
  content: "";
  background-image: url("../images/TTC/navigation_deco_square.svg");
  background-size: contain;
  right: 0;
  top: 1px;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
}
.news-header .news-header-deco-right:after {
  left: 0;
}
.news-header .news-title {
  padding: 0 10px;
}
@media (min-width: 576px) {
  .news-header .news-title {
    padding: 0 30px;
  }
}
.news-header .more_btn {
  color: white;
}
.news-header .more_btn:hover {
  color: var(--theme-light-blue);
}

.news-column-without-img {
  overflow-y: scroll;
  scrollbar-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
  scrollbar-width: thin;
}

.news-item-without_img:not(:last-child) {
  border-bottom: 1px solid var(--theme-deep-blue);
}

.news-item-without_img {
  transition: 0.3s ease-in-out;
}
.news-item-without_img svg {
  width: 14px;
  height: 14px;
  fill: #2F3B5D;
  stroke: #2F3B5D;
}

.news-item-without_img:hover svg {
  fill: var(--theme-secondary) !important;
  stroke: var(--theme-secondary) !important;
}

.slick-prev:before, .slick-next:before {
  font-size: 2rem;
}

.updates-item a {
  background-color: white;
  transition: 0.3s ease-in-out;
}

.updates-content {
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.5rem 1.5rem;
  color: var(--theme-deep-blue);
  font-size: 1.2rem;
  min-height: 4.6rem;
}
.updates-content .updates-content-title {
  border-left: 1px solid white;
  padding-left: 1rem;
  color: white;
}

.updates-item a:hover {
  transform: scale(1.02);
}
.updates-item a:hover .updates-content {
  color: var(--theme-blue);
}

.sliderPrev, .sliderNext {
  position: absolute;
  top: 50%;
  background-color: white;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d1dbdf;
  z-index: 10000;
}
.sliderPrev:hover, .sliderNext:hover {
  cursor: pointer;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .sliderPrev, .sliderNext {
    width: 40px;
    height: 40px;
  }
}

.sliderPrev {
  left: 15px;
  transform: translateY(-50%) scaleX(-1);
}

.sliderNext {
  right: 15px;
  transform: translateY(-50%);
}

.index-albums-button {
  border: 1px solid var(--theme-deep-blue);
  height: 60px;
  margin-top: 22px;
  color: var(--theme-deep-blue);
  transition: 0.3s ease-in-out;
}
.index-albums-button:hover {
  background: var(--theme-deep-blue);
  color: white;
}

.upcoming-news-title {
  color: #b8954d;
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
}

:root {
  --theme-deep-blue: #13285F;
  --theme-light-blue: #00AEEF;
  --theme-blue: #225080;
  --theme-pale-blue: #e7f0f6;
  --theme-gold: #D2B987;
  --graphiteBG-overlap-size: 300px;
  --graphiteBG: url("../images/TTC/graphite_bg.png");
  --themeBG: #FAFAFA url("../images/TTC/theme-page-bg.png");
  --themeSchoolBG: url("../images/TTC/theme-page-school-bg.png");
  --theme-menu-highlighted: #00AEEF;
  --theme-secondary: #c49d3f;
  --font-highlighted: var(--theme-secondary);
  --theme-purple: #B571D6;
  --theme-light-purple: #D6A3E5;
  --theme-grey: #333333;
  --theme-yellow: #F6F6BB;
  --theme-orange: #ffa346;
  --theme-dark-green: var(--theme-deep-blue);
  --theme-mint-green: #ABDEBF;
  --theme-news-yellow: rgba(246, 246, 187, 0.2);
  --theme-calendar-event: #fee12b;
  --theme-calendar-holiday: #e63535;
  --theme-brown-red: #600D10;
  --theme-deep-blue-title: #2c2324;
  --theme-deep-blue-menu-hover: #160C5B;
  --theme-deep-blue-menu-bg-hover: #160C5B;
  --theme-deep-orange: #E5812C;
  --theme-deep-orange-soft: #f0a260;
  --theme-news-bg-blue: #F2F6FB;
  --indexAchievementsBG: #704435;
  --footer-copyrightBG: #4568AC;
  --theme-light-blue-bg: #f9f7f7;
  --theme-blue-separate: #894141;
  --theme-albums-bg: rgba(249, 247, 247, 0.8);
  --theme-achievements-bg: rgba(242, 141, 152, 0.8);
  --theme-menu-main: #0A1F4E;
  --font-blue: #160C5B;
  --font-title-blue: #483D95;
  --font-brown: #573F37;
  --font-page-title: #704435;
  --pageSectionTitleBG: #704435;
  --footer-background-image-size: 35%;
  --font-title-size: 1.4rem;
  --yearButton: #B571D6 ;
  --yearButton-hover: #B571D6;
}

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: "NotoSerif";
  font-weight: 700;
  src: url("../fonts/NotoSerifTC-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "gelasio";
  font-weight: 600;
  src: url("../fonts/Gelasio-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "gelasio-italic";
  font-weight: 600;
  src: url("../fonts/Gelasio-Italic-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-VariableFont_wght.ttf") format("truetype");
}
@media (min-width: 576px) {
  .container {
    width: 90%;
    max-width: 1500px;
  }
}

@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: 992px) {
  .col-lg-2-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.achievements-container {
  display: flex;
  flex-direction: column;
}

.achievements-wrapper {
  display: none;
}
@media (min-width: 768px) {
  .achievements-wrapper {
    display: flex;
    padding: 2rem;
  }
}

.achievements-main {
  flex: 7;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 1rem;
}
.achievements-main:hover {
  opacity: 0.8;
}
.achievements-main:hover .achievements-main-info {
  transform: scale(1.05);
}

.achievements-main-img {
  width: 100%;
  aspect-ratio: 16/9;
  background-size: cover;
  background-position: center;
  transition: transform 0.3s ease;
  position: relative;
}

.achievements-main-info {
  bottom: 1rem;
  width: 100%;
  padding: 0 1rem;
  text-align: center;
  position: absolute;
  color: var(--theme-grey);
  transition: transform 0.3s ease;
}

.achievements-main-title {
  font-size: 0.91rem;
  color: #FFF;
  text-align: center;
}

.achievements-side {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  justify-content: flex-start;
}

.achievements-side-item {
  display: flex;
  flex-direction: column;
}
.achievements-side-item:hover {
  opacity: 0.8;
}
.achievements-side-item:hover .achievements-side-info {
  transform: scale(1.05);
}

.achievements-side-img {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background-size: cover;
  background-position: center;
  transition: transform 0.3s ease;
  transform-style: preserve-3d;
}
.achievements-side-img::before {
  content: "";
  background-color: var(--theme-mint-green);
  position: absolute;
  width: 100%;
  height: 100%;
  transform: rotate(-5deg) translateZ(-1px);
  left: 5%;
  top: -7%;
}

.achievements-side-info {
  margin: 1rem 0;
  position: relative;
  color: var(--theme-grey);
  transition: transform 0.3s ease;
}

.achievements-side-title {
  font-size: 0.91rem;
  color: var(--theme-grey);
  text-align: center;
}

.achievements-header {
  position: relative;
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 1rem;
}
.achievements-header .empty-space {
  display: none;
}
@media (min-width: 768px) {
  .achievements-header .empty-space {
    flex: 1;
    display: flex;
    align-items: center;
  }
}
.achievements-header .more-btn {
  position: absolute;
  right: 1.5rem;
  top: 20%;
}
.achievements-header .achievements-title {
  display: flex;
  align-items: center;
  font-size: var(--font-title-size);
  font-weight: bold;
  gap: 0.5rem;
  color: var(--theme-dark-green);
}
.achievements-header .achievements-title img {
  width: 2.5rem;
}
.achievements-header .dotted-line {
  width: 100%;
  border-bottom: 3px dotted var(--theme-dark-green);
}

.achievements-mobile-wrapper {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .achievements-mobile-wrapper {
    display: none;
  }
}
.achievements-mobile-wrapper .achievement-slider-container {
  position: relative;
  width: 100%;
  padding: 0 2rem;
}
.achievements-mobile-wrapper .achievement-slider-container .achievementSliderItemImage {
  width: 100%;
}
.achievements-mobile-wrapper .achievement-slider-container .achievementImage {
  padding-bottom: 56.25%;
  background-position: center;
  background-size: cover;
}
.achievements-mobile-wrapper .achievement-slider-container .achievementTitleBG {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  background: #FFF;
  font-size: 1rem;
  color: var(--theme-grey);
}
.achievements-mobile-wrapper .achievement-slider-container .achievementTitleBG .achievementTitle {
  text-align: center;
}

.achievementsSliderPrev, .achievementsSliderNext {
  position: absolute;
  background-color: transparent;
  padding: 0.7rem 1rem;
  top: 40%;
  z-index: 1;
  display: flex !important;
  align-items: center;
  cursor: pointer;
}
.achievementsSliderPrev img, .achievementsSliderNext img {
  transition: all 0.3s ease;
  width: 2rem;
}

.achievementsSliderPrev {
  left: -1.5rem;
}
.achievementsSliderPrev:hover img {
  transform: translateX(-5px);
}

.achievementsSliderNext {
  right: -1.5rem;
}
.achievementsSliderNext:hover img {
  transform: translateX(5px);
}

.mobileAchievementTitle {
  display: inline-block;
  margin: 1rem auto 0.3rem;
  color: var(--theme-deep-blue);
  font-size: 1.2rem;
  border-bottom: 3px dotted var(--theme-deep-blue);
}

:root {
  --theme-deep-blue: #13285F;
  --theme-light-blue: #00AEEF;
  --theme-blue: #225080;
  --theme-pale-blue: #e7f0f6;
  --theme-gold: #D2B987;
  --graphiteBG-overlap-size: 300px;
  --graphiteBG: url("../images/TTC/graphite_bg.png");
  --themeBG: #FAFAFA url("../images/TTC/theme-page-bg.png");
  --themeSchoolBG: url("../images/TTC/theme-page-school-bg.png");
  --theme-menu-highlighted: #00AEEF;
  --theme-secondary: #c49d3f;
  --font-highlighted: var(--theme-secondary);
  --theme-purple: #B571D6;
  --theme-light-purple: #D6A3E5;
  --theme-grey: #333333;
  --theme-yellow: #F6F6BB;
  --theme-orange: #ffa346;
  --theme-dark-green: var(--theme-deep-blue);
  --theme-mint-green: #ABDEBF;
  --theme-news-yellow: rgba(246, 246, 187, 0.2);
  --theme-calendar-event: #fee12b;
  --theme-calendar-holiday: #e63535;
  --theme-brown-red: #600D10;
  --theme-deep-blue-title: #2c2324;
  --theme-deep-blue-menu-hover: #160C5B;
  --theme-deep-blue-menu-bg-hover: #160C5B;
  --theme-deep-orange: #E5812C;
  --theme-deep-orange-soft: #f0a260;
  --theme-news-bg-blue: #F2F6FB;
  --indexAchievementsBG: #704435;
  --footer-copyrightBG: #4568AC;
  --theme-light-blue-bg: #f9f7f7;
  --theme-blue-separate: #894141;
  --theme-albums-bg: rgba(249, 247, 247, 0.8);
  --theme-achievements-bg: rgba(242, 141, 152, 0.8);
  --theme-menu-main: #0A1F4E;
  --font-blue: #160C5B;
  --font-title-blue: #483D95;
  --font-brown: #573F37;
  --font-page-title: #704435;
  --pageSectionTitleBG: #704435;
  --footer-background-image-size: 35%;
  --font-title-size: 1.4rem;
  --yearButton: #B571D6 ;
  --yearButton-hover: #B571D6;
}

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: "NotoSerif";
  font-weight: 700;
  src: url("../fonts/NotoSerifTC-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "gelasio";
  font-weight: 600;
  src: url("../fonts/Gelasio-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "gelasio-italic";
  font-weight: 600;
  src: url("../fonts/Gelasio-Italic-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-VariableFont_wght.ttf") format("truetype");
}
@media (min-width: 576px) {
  .container {
    width: 90%;
    max-width: 1500px;
  }
}

@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: 992px) {
  .col-lg-2-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.calendar-container {
  display: flex;
  flex-direction: column;
  flex: 1;
  align-items: center;
}

.calendar-header {
  display: flex;
  flex-direction: row;
  width: 100%;
  font-size: var(--font-title-size);
  color: var(--theme-dark-green);
  font-weight: bold;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}
.calendar-header .calendar-icon {
  width: 3rem;
}
.calendar-header .empty-space {
  flex: 1;
  display: flex;
  align-items: center;
}
.calendar-header .dotted-line {
  width: 100%;
  border-bottom: 3px dotted var(--theme-dark-green);
}

.datepicker-switch {
  text-transform: uppercase;
}

.header-calendar-container {
  display: flex;
  flex-direction: column;
}

.header-container {
  display: flex;
  flex-direction: row;
}

.calendar-details-list {
  display: flex;
  flex: 1;
  padding: 1rem;
  max-height: 7rem;
  width: 100%;
  overflow-y: auto;
  background-color: var(--theme-deep-blue);
  border-radius: 0 0 12px 12px;
  color: #FFF;
}

.index-calendar-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background-color: var(--theme-light-blue);
  width: 100%;
}

.index-calendar {
  max-width: 100%;
  font-size: 0.74rem;
}
.index-calendar table {
  margin: 0 !important;
}

.datepicker {
  background-color: #FFF;
}
.datepicker table tr td, .datepicker table tr th.dow {
  border: 0.5px solid #DEDEDE;
}

.datepicker .datepicker-switch {
  width: unset;
  padding: 0.2rem 0;
}
.datepicker table tr td, .datepicker table tr th {
  height: unset;
  width: unset;
  padding: 0.15rem 0.6rem;
}

.datepicker table tr td.disabled:not(.old):not(.new) {
  color: #000;
}

.datepicker table thead tr:nth-child(2) {
  background: var(--theme-light-blue);
  color: #FFF;
}

.datepicker table thead tr:nth-child(3) {
  background: #FFF;
  color: var(--theme-grey);
}

.datepicker table thead tr:nth-child(3) > th:first-child {
  background-color: var(--theme-grey);
  color: #FFF;
}

.datepicker table thead tr:nth-child(3) > th:not(:first-child) {
  background-color: #D1EEF2;
  color: #5F5F5F;
  border-bottom: 1px solid #DEDEDE;
}

.datepicker table tbody tr {
  background: #FFF;
}

.datepicker table tr {
  margin-top: 14px;
}

.datepicker .day {
  color: #1B4988;
}

.datepicker table tr td.old {
  color: #AAAAAA;
}

.datepicker table tr td.new {
  color: #AAAAAA;
}

.datepicker table tr td.day:first-child {
  background-color: var(--theme-grey);
  color: #FFF !important;
}

.datepicker table tr td.active.active {
  color: #5F5F5F;
  background-color: var(--theme-calendar-event);
  border: unset;
}
.datepicker table tr td.active.active.holiday {
  background-color: var(--theme-calendar-holiday);
  color: #FFF;
}

.datepicker table tr td.active.active:hover {
  background-color: var(--theme-purple);
  color: #FFF;
  border-color: unset;
}

.datepicker .datepicker-switch:hover {
  background: unset;
}

.datepicker .next:hover {
  background: unset;
  opacity: 0.5;
}

.datepicker .prev:hover {
  background: unset;
  opacity: 0.5;
}

.calendar-title-container {
  margin-left: 20px;
  padding-top: 40px;
  color: var(--theme-light-blue);
}

.calendar-event, .calendar-holiday {
  display: flex;
  margin-bottom: 0.5rem;
  gap: 1rem;
  align-items: center;
}

.calendar-date {
  color: #FFF;
  text-transform: uppercase;
}

.calendar-empty-detail {
  font-weight: bold;
  font-size: 1rem;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.calendar-content {
  font-size: 1rem;
  color: #FFF;
}

.datepicker-inline {
  width: unset;
}

.calendar-detail-container {
  width: 100%;
  height: 100%;
}

.calendar-detail-container {
  width: 100%;
}

.calendar-details__item {
  font-size: 1rem;
}

:root {
  --theme-deep-blue: #13285F;
  --theme-light-blue: #00AEEF;
  --theme-blue: #225080;
  --theme-pale-blue: #e7f0f6;
  --theme-gold: #D2B987;
  --graphiteBG-overlap-size: 300px;
  --graphiteBG: url("../images/TTC/graphite_bg.png");
  --themeBG: #FAFAFA url("../images/TTC/theme-page-bg.png");
  --themeSchoolBG: url("../images/TTC/theme-page-school-bg.png");
  --theme-menu-highlighted: #00AEEF;
  --theme-secondary: #c49d3f;
  --font-highlighted: var(--theme-secondary);
  --theme-purple: #B571D6;
  --theme-light-purple: #D6A3E5;
  --theme-grey: #333333;
  --theme-yellow: #F6F6BB;
  --theme-orange: #ffa346;
  --theme-dark-green: var(--theme-deep-blue);
  --theme-mint-green: #ABDEBF;
  --theme-news-yellow: rgba(246, 246, 187, 0.2);
  --theme-calendar-event: #fee12b;
  --theme-calendar-holiday: #e63535;
  --theme-brown-red: #600D10;
  --theme-deep-blue-title: #2c2324;
  --theme-deep-blue-menu-hover: #160C5B;
  --theme-deep-blue-menu-bg-hover: #160C5B;
  --theme-deep-orange: #E5812C;
  --theme-deep-orange-soft: #f0a260;
  --theme-news-bg-blue: #F2F6FB;
  --indexAchievementsBG: #704435;
  --footer-copyrightBG: #4568AC;
  --theme-light-blue-bg: #f9f7f7;
  --theme-blue-separate: #894141;
  --theme-albums-bg: rgba(249, 247, 247, 0.8);
  --theme-achievements-bg: rgba(242, 141, 152, 0.8);
  --theme-menu-main: #0A1F4E;
  --font-blue: #160C5B;
  --font-title-blue: #483D95;
  --font-brown: #573F37;
  --font-page-title: #704435;
  --pageSectionTitleBG: #704435;
  --footer-background-image-size: 35%;
  --font-title-size: 1.4rem;
  --yearButton: #B571D6 ;
  --yearButton-hover: #B571D6;
}

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: "NotoSerif";
  font-weight: 700;
  src: url("../fonts/NotoSerifTC-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "gelasio";
  font-weight: 600;
  src: url("../fonts/Gelasio-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "gelasio-italic";
  font-weight: 600;
  src: url("../fonts/Gelasio-Italic-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-VariableFont_wght.ttf") format("truetype");
}
@media (min-width: 576px) {
  .container {
    width: 90%;
    max-width: 1500px;
  }
}

@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: 992px) {
  .col-lg-2-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.links-button-container {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (min-width: 768px) {
  .links-button-container {
    margin-top: 3rem;
  }
}
.links-button-container .links-button-content-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-top: 1rem;
  gap: 1rem;
}
@media (min-width: 768px) {
  .links-button-container .links-button-content-container {
    border-left: 3px dotted var(--theme-dark-green);
    border-right: 3px dotted var(--theme-dark-green);
    border-bottom: 3px dotted var(--theme-dark-green);
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    padding: 2rem;
    gap: 2rem;
  }
}
.links-button-container .links-button-header {
  color: var(--theme-dark-green);
  font-size: var(--font-title-size);
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.links-button-container .links-button-header > img {
  width: 3rem;
}
@media (min-width: 768px) {
  .links-button-container .links-button-header > img {
    width: 1.5rem;
  }
}
.links-button-container .links-button-header .links-title {
  padding: 0 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.links-button-container .links-button-header .empty-space {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.links-button-container .links-button-header .empty-space > div {
  flex: 1;
}
@media (min-width: 768px) {
  .links-button-container .links-button-header .empty-space:first-child > div:last-child {
    border-top-left-radius: 40px;
    border-left: 3px dotted var(--theme-dark-green);
    border-top: 3px dotted var(--theme-dark-green);
  }
  .links-button-container .links-button-header .empty-space:last-child > div:last-child {
    border-top-right-radius: 40px;
    border-right: 3px dotted var(--theme-dark-green);
    border-top: 3px dotted var(--theme-dark-green);
  }
}
.links-button-container .linkButton {
  box-shadow: 0px 3px 6px rgba(81, 106, 70, 0.3215686275);
  flex-basis: calc(50% - 1rem);
  display: flex;
  justify-content: center;
  background-color: #fff;
  border-radius: 3px;
}
@media (min-width: 768px) {
  .links-button-container .linkButton {
    flex-basis: calc(33.3333333333% - 2rem);
  }
}
@media (min-width: 992px) {
  .links-button-container .linkButton {
    flex-basis: calc(20% - 2rem);
  }
}
@media (min-width: 1200px) {
  .links-button-container .linkButton {
    flex-basis: calc(16.6666666667% - 2rem);
  }
}
.links-button-container .linkButton:nth-child(3n+1) .icon-container {
  color: #58b88a;
}
.links-button-container .linkButton:nth-child(3n+1) .icon-container > img {
  filter: brightness(0) saturate(100%) invert(69%) sepia(15%) saturate(1105%) hue-rotate(99deg) brightness(90%) contrast(90%);
}
.links-button-container .linkButton:nth-child(3n+1) .icon-container:hover {
  background-color: #58b88a;
}
.links-button-container .linkButton:nth-child(3n+2) .icon-container {
  color: #009843;
}
.links-button-container .linkButton:nth-child(3n+2) .icon-container > img {
  filter: brightness(0) saturate(100%) invert(30%) sepia(97%) saturate(1534%) hue-rotate(130deg) brightness(94%) contrast(100%);
}
.links-button-container .linkButton:nth-child(3n+2) .icon-container:hover {
  background-color: #009843;
}
.links-button-container .linkButton:nth-child(3n) .icon-container {
  color: #285443;
}
.links-button-container .linkButton:nth-child(3n) .icon-container > img {
  filter: brightness(0) saturate(100%) invert(29%) sepia(17%) saturate(990%) hue-rotate(105deg) brightness(94%) contrast(96%);
}
.links-button-container .linkButton:nth-child(3n) .icon-container:hover {
  background-color: #285443;
}
.links-button-container .linkButton .icon-container {
  aspect-ratio: 11/4;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  padding: 0;
  background-color: #FFF;
  border-radius: 3px;
}
.links-button-container .linkButton .icon-container > img {
  height: auto;
  width: 20%;
  margin-left: 5px;
  margin-right: 5px;
}
.links-button-container .linkButton .icon-container > span {
  margin-right: 5px;
}
.links-button-container .linkButton .icon-container:hover {
  color: #FFF;
}
.links-button-container .linkButton .icon-container:hover > img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(264deg) brightness(107%) contrast(104%);
}
.links-button-container .linkButton__image {
  aspect-ratio: 11/4;
  width: 100%;
  display: flex;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.links-button-container .linkButton__image > img {
  max-width: 100%;
  height: 100%;
  border-radius: 3px;
}
.links-button-container .linkButton__image:hover {
  background-color: #d5eedf;
}

:root {
  --theme-deep-blue: #13285F;
  --theme-light-blue: #00AEEF;
  --theme-blue: #225080;
  --theme-pale-blue: #e7f0f6;
  --theme-gold: #D2B987;
  --graphiteBG-overlap-size: 300px;
  --graphiteBG: url("../images/TTC/graphite_bg.png");
  --themeBG: #FAFAFA url("../images/TTC/theme-page-bg.png");
  --themeSchoolBG: url("../images/TTC/theme-page-school-bg.png");
  --theme-menu-highlighted: #00AEEF;
  --theme-secondary: #c49d3f;
  --font-highlighted: var(--theme-secondary);
  --theme-purple: #B571D6;
  --theme-light-purple: #D6A3E5;
  --theme-grey: #333333;
  --theme-yellow: #F6F6BB;
  --theme-orange: #ffa346;
  --theme-dark-green: var(--theme-deep-blue);
  --theme-mint-green: #ABDEBF;
  --theme-news-yellow: rgba(246, 246, 187, 0.2);
  --theme-calendar-event: #fee12b;
  --theme-calendar-holiday: #e63535;
  --theme-brown-red: #600D10;
  --theme-deep-blue-title: #2c2324;
  --theme-deep-blue-menu-hover: #160C5B;
  --theme-deep-blue-menu-bg-hover: #160C5B;
  --theme-deep-orange: #E5812C;
  --theme-deep-orange-soft: #f0a260;
  --theme-news-bg-blue: #F2F6FB;
  --indexAchievementsBG: #704435;
  --footer-copyrightBG: #4568AC;
  --theme-light-blue-bg: #f9f7f7;
  --theme-blue-separate: #894141;
  --theme-albums-bg: rgba(249, 247, 247, 0.8);
  --theme-achievements-bg: rgba(242, 141, 152, 0.8);
  --theme-menu-main: #0A1F4E;
  --font-blue: #160C5B;
  --font-title-blue: #483D95;
  --font-brown: #573F37;
  --font-page-title: #704435;
  --pageSectionTitleBG: #704435;
  --footer-background-image-size: 35%;
  --font-title-size: 1.4rem;
  --yearButton: #B571D6 ;
  --yearButton-hover: #B571D6;
}

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: "NotoSerif";
  font-weight: 700;
  src: url("../fonts/NotoSerifTC-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "gelasio";
  font-weight: 600;
  src: url("../fonts/Gelasio-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "gelasio-italic";
  font-weight: 600;
  src: url("../fonts/Gelasio-Italic-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-VariableFont_wght.ttf") format("truetype");
}
@media (min-width: 576px) {
  .container {
    width: 90%;
    max-width: 1500px;
  }
}

@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: 992px) {
  .col-lg-2-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

input.image-select-cb {
  display: none;
}

.photos-container.enable-select .gallery-link {
  pointer-events: none;
}
.photos-container.enable-select input.image-select-cb:not(:checked) + label {
  opacity: 0.6;
}
.photos-container.enable-select .download-button-container {
  opacity: 1;
  display: flex;
}

input.image-select-cb:checked + label {
  opacity: 1;
  box-shadow: 0 0 0 3px #ffc107;
}

input.image-select-cb:checked + label img {
  -webkit-filter: none; /* Safari 6.0 - 9.0 */
  filter: none;
}

input.image-select-cb:checked + label .cover-checkbox {
  opacity: 1;
  transform: scale(1);
}

input.image-select-cb:checked + label .cover-checkbox svg {
  stroke-dashoffset: 0;
}

input.image-select-cb + label .cover-checkbox {
  position: absolute;
  right: 5px;
  top: 3px;
  z-index: 1;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffc107;
  border: 2px solid #fff;
  transition: transform 0.15s, opacity 0.18s linear;
  opacity: 0;
  transform: scale(0);
}

input.image-select-cb + label .cover-checkbox svg {
  width: 13px;
  height: 11px;
  display: inline-block;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  transition: stroke-dashoffset 0.4s ease 0.15s;
  stroke-dashoffset: 16px;
}

.album-image-box {
  transition: transform 0.15s;
}

.album-image-box:active {
  transform: scale(0.9);
}

.multi-select-button-group-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .multi-select-button-group-container {
    flex-direction: row;
    justify-content: flex-end;
  }
}

.photos-container .download-button-container {
  opacity: 0;
  display: none;
  transition: all 0.3s ease;
  background-color: var(--theme-deep-blue);
  transition-behavior: allow-discrete;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  padding: 1rem;
  z-index: 10000;
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
.photos-container .download-button-container > button {
  flex: 1;
}

input.image-select-cb + label {
  display: inline-block;
  cursor: pointer;
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
  position: relative;
}

.image-links {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .image-links {
    margin-bottom: unset;
  }
}
.image-links > a {
  transition: 0.3s ease-in-out;
}
.image-links > a:hover {
  transform: scale(1.05);
}
.image-links > a > img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}

:root {
  --theme-deep-blue: #13285F;
  --theme-light-blue: #00AEEF;
  --theme-blue: #225080;
  --theme-pale-blue: #e7f0f6;
  --theme-gold: #D2B987;
  --graphiteBG-overlap-size: 300px;
  --graphiteBG: url("../images/TTC/graphite_bg.png");
  --themeBG: #FAFAFA url("../images/TTC/theme-page-bg.png");
  --themeSchoolBG: url("../images/TTC/theme-page-school-bg.png");
  --theme-menu-highlighted: #00AEEF;
  --theme-secondary: #c49d3f;
  --font-highlighted: var(--theme-secondary);
  --theme-purple: #B571D6;
  --theme-light-purple: #D6A3E5;
  --theme-grey: #333333;
  --theme-yellow: #F6F6BB;
  --theme-orange: #ffa346;
  --theme-dark-green: var(--theme-deep-blue);
  --theme-mint-green: #ABDEBF;
  --theme-news-yellow: rgba(246, 246, 187, 0.2);
  --theme-calendar-event: #fee12b;
  --theme-calendar-holiday: #e63535;
  --theme-brown-red: #600D10;
  --theme-deep-blue-title: #2c2324;
  --theme-deep-blue-menu-hover: #160C5B;
  --theme-deep-blue-menu-bg-hover: #160C5B;
  --theme-deep-orange: #E5812C;
  --theme-deep-orange-soft: #f0a260;
  --theme-news-bg-blue: #F2F6FB;
  --indexAchievementsBG: #704435;
  --footer-copyrightBG: #4568AC;
  --theme-light-blue-bg: #f9f7f7;
  --theme-blue-separate: #894141;
  --theme-albums-bg: rgba(249, 247, 247, 0.8);
  --theme-achievements-bg: rgba(242, 141, 152, 0.8);
  --theme-menu-main: #0A1F4E;
  --font-blue: #160C5B;
  --font-title-blue: #483D95;
  --font-brown: #573F37;
  --font-page-title: #704435;
  --pageSectionTitleBG: #704435;
  --footer-background-image-size: 35%;
  --font-title-size: 1.4rem;
  --yearButton: #B571D6 ;
  --yearButton-hover: #B571D6;
}

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: "NotoSerif";
  font-weight: 700;
  src: url("../fonts/NotoSerifTC-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "gelasio";
  font-weight: 600;
  src: url("../fonts/Gelasio-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "gelasio-italic";
  font-weight: 600;
  src: url("../fonts/Gelasio-Italic-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-VariableFont_wght.ttf") format("truetype");
}
@media (min-width: 576px) {
  .container {
    width: 90%;
    max-width: 1500px;
  }
}

@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: 992px) {
  .col-lg-2-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.page-content {
  width: 100%;
}

.page-section-dropdown select {
  font-size: 0.8rem;
}

#page-section-select {
  padding: 0 0.75rem;
}

.page-section-header {
  margin-top: 15px;
}

.pageSectionContentWrap p img {
  margin-bottom: 15px;
}

.pageGroupButton {
  font-weight: bold;
  background-size: 200% 100%;
  color: white;
  transition: all 1s ease;
  padding: 0.5rem;
  text-align: center;
  flex: 1;
}
.pageGroupButton:hover {
  color: white;
}
.pageGroupButton.buttonActive {
  background: #9b62a4;
}

.themedButton_album {
  background: linear-gradient(to left, white 50%, var(--yearButton) 50%);
  transition: all 1s ease;
  background-size: 200% 100%;
  background-position: right bottom;
  margin-bottom: 0.5rem;
  border-radius: 3px !important;
}
.themedButton_album:hover {
  background-position: left bottom;
  color: white;
}

#pageContainer .pageContentBar .groupActivityTitle {
  margin-top: 1rem;
  color: #f29921;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  background: white;
  padding: 0.5rem 4rem 0.5rem 1rem;
  display: inline-block;
  transform-style: preserve-3d;
  border: 1px #f29921 solid;
}
#pageContainer .pageContentBar .groupActivityTitle::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ffcb89;
  bottom: -5px;
  right: -5px;
  transform: translateZ(-1px) rotate(1deg);
}
#pageContainer .pageContentBar .groupActivityTitle::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fc8f3b;
  top: -5px;
  left: -5px;
  transform: translateZ(-1px) rotate(1deg);
}

.themedButton_album {
  background: linear-gradient(to left, white 50%, var(--theme-deep-blue) 50%);
  transition: all 1s ease;
  background-size: 200% 100%;
  background-position: right bottom;
  margin-bottom: 0.5rem;
}
.themedButton_album:hover {
  background-position: left bottom;
  color: white;
}

.themedButton {
  background: linear-gradient(to right, var(--theme-deep-blue) 50%, var(--theme-light-blue) 50%);
  background-size: 200% 100%;
  background-position: left bottom;
  color: white;
  transition: all 1s ease;
  padding: 0.5rem;
  text-align: center;
  border-radius: 3px;
}
.themedButton:hover {
  background-position: right bottom;
}

.album_row .themedButton, .achievement_row .themedButton {
  color: white;
  transition: all 1s ease;
  padding: 0.5rem;
  text-align: center;
  border: 1px solid white;
}
.album_row .themedButton:hover, .achievement_row .themedButton:hover {
  background-position: right bottom;
}

.album_row .themedButton {
  background: linear-gradient(to right, #274D98 50%, #3c62ac 50%) left bottom;
  background-size: 200% 100%;
}

.achievement_row .themedButton {
  background: linear-gradient(to right, #AC644B 50%, var(--indexAchievementsBG) 50%) left bottom;
  background-size: 200% 100%;
}

.white-popup img {
  max-width: 100%;
  height: auto !important;
}

.page-category-banner {
  position: relative;
}
.page-category-banner img {
  width: 100%;
  height: auto;
}
.page-category-banner .section-label {
  position: absolute;
  bottom: 10%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  color: white;
  font-size: 1.2rem;
  text-shadow: 3px 3px 0px rgba(40, 40, 40, 0.6392156863);
}
@media (min-width: 576px) {
  .page-category-banner .section-label {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  .page-category-banner .section-label {
    font-size: 2.8rem;
  }
}
.page-category-banner .section-label div {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

#pageContainer {
  min-height: 400px;
}
@media (max-width: 991px) {
  #pageContainer .container {
    max-width: 100%;
    margin: 0;
  }
}
#pageContainer .pageMenuBar {
  background: rgba(255, 255, 255, 0.6);
  padding: 0;
  box-shadow: 2px 2px 2px rgba(27, 59, 93, 0.1);
  border-radius: 15px;
  overflow: hidden;
}
#pageContainer .pageMenuBar .categoryTitle {
  background-size: cover;
  background-color: var(--theme-blue);
  color: #fff;
  background-blend-mode: multiply;
  border-radius: 3px;
  border-bottom: 4px solid var(--theme-light-blue);
}
#pageContainer .pageMenuBar .categoryTitle div {
  padding: 25px 0px;
  text-align: center;
}
#pageContainer .pageMenuBar .subMenuTab {
  position: relative;
}
#pageContainer .pageMenuBar .subMenuTab::after {
  width: 90%;
  position: absolute;
  height: 1px;
  background-color: rgba(10, 36, 106, 0.1411764706);
  bottom: 0;
  left: 5%;
  content: "";
}
#pageContainer .pageMenuBar .menu-text {
  font-weight: bold;
  transition: 0.3s ease-in-out;
}
#pageContainer .pageMenuBar .menu-text:hover {
  cursor: pointer;
}
#pageContainer .pageMenuBar .side_menu_item {
  padding: 15px 15px 15px;
}
#pageContainer .pageMenuBar .side_menu_item:hover {
  background-color: var(--theme-blue);
  color: #FFF;
}
#pageContainer .pageMenuBar .side_menu_item:hover > a {
  color: #FFF;
}
#pageContainer .pageMenuBar > .menu-text > .side_menu_item {
  border-radius: 3px;
}
#pageContainer .pageMenuBar .lev2_menu {
  border-bottom: 0px solid !important;
}
#pageContainer .pageMenuBar .lev2_menu > .menu-text {
  color: #707070;
}
#pageContainer .pageMenuBar .lev2_menu:hover > .menu-text, #pageContainer .pageMenuBar .lev2_menu.menuActive > .menu-text {
  color: #FFF;
}
#pageContainer .pageMenuBar .lev2_menu a {
  color: var(--theme-grey);
}
#pageContainer .pageMenuBar .lev2_menu a:hover {
  color: #FFF;
}
#pageContainer .pageMenuBar .lev2_menu a:hover > a {
  color: #FFF;
}
#pageContainer .pageMenuBar .lev3_menu {
  padding: 0px 10px 0px 25px;
}
#pageContainer .pageMenuBar .lev3_menu .side_menu_item {
  padding: 10px 10px 10px 15px;
  border-bottom: unset !important;
}
#pageContainer .pageMenuBar .lev3_menu a {
  color: var(--theme-grey);
}
#pageContainer .pageMenuBar .lev3_menu .menuActive {
  background-color: var(--theme-menu-highlighted);
  color: #FFF;
  border-radius: 3px;
}
#pageContainer .pageMenuBar .lev3_menu .menuActive > a {
  color: #FFF;
}
#pageContainer .pageMenuBar .menuActive {
  background-color: var(--theme-menu-highlighted);
  color: #FFF;
}
#pageContainer .pageMenuBar .menuActive > a {
  color: #FFF;
}
#pageContainer .pageContentBar {
  min-height: 400px;
}
#pageContainer .pageContentBar .page-content {
  line-height: 165%;
  width: 100%;
  border-radius: 15px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-blend-mode: overlay;
  min-height: inherit;
}
@media (min-width: 768px) {
  #pageContainer .pageContentBar .pageContentTitle {
    min-height: 80px;
  }
}
#pageContainer .pageContentBar .page-title {
  color: var(--theme-deep-blue);
  font-weight: 700;
  font-size: 1.8rem;
}
#pageContainer .pageContentBar .lv4-innerPage-menu {
  padding: 10px;
  background-color: var(--theme-pale-blue);
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
#pageContainer .pageContentBar .lv4-innerPage-menu .lv4-menu-text {
  margin: 5px 10px;
  background-color: var(--theme-light-blue);
  color: white;
  font-size: 0.8rem;
  padding: 0.3rem 1rem;
}
#pageContainer .pageContentBar .lv4-innerPage-menu .lv4-menu-text.menuActive {
  background: var(--theme-blue);
}

#news-page-index .news-index-title {
  font-size: 1.6rem;
  color: var(--theme-deep-blue);
  font-weight: bold;
}
#news-page-index .news_item, #news-page-index .news-title, #news-page-index .news-date {
  color: var(--theme-grey);
  font-weight: bold;
  display: flex;
  align-items: center;
  font-size: 1.2rem;
}
#news-page-index .news-item:hover {
  transform: translateY(-2px);
}

.page-content-container {
  min-height: 600px;
}

.news-page-container .news-page-content-container {
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 3px 3px 3px rgba(27, 59, 93, 0.1);
  padding: 1.5rem 1rem;
}
.news-page-container .news-page-content-container .news-title {
  color: var(--theme-deep-blue);
}
.news-page-container .news-page-content-container .news-date, .news-page-container .news-page-content-container .recent-title, .news-page-container .news-page-content-container .recent-news-item-info {
  color: var(--theme-grey);
}
.news-page-container .news-page-content-container .news-title, .news-page-container .news-page-content-container .recent-title {
  font-weight: bold;
}
.news-page-container .news-page-content-container .recent-news-item-info {
  border-bottom: 1px #3b3b3b solid;
}
.news-page-container .news-page-content-container .recent-news-item:hover .recent-news-item-info {
  color: var(--theme-blue);
}
.news-page-container hr {
  border-color: var(--theme-secondary);
  max-width: 500px;
  margin-left: 0;
  margin-top: 20px;
  margin-bottom: 50px;
}

#album-page-index .breadcrumbBar {
  font-size: 14px;
  border-bottom: 1px solid #eaecff;
  padding-bottom: 5px;
}
#album-page-index .items {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
#album-page-index .items .photoAlbums_item {
  width: 100%;
  transition: 0.3s ease-in-out;
}
@media (min-width: 768px) {
  #album-page-index .items .photoAlbums_item {
    width: calc(33.3% - 2rem);
  }
}
#album-page-index .items .photoAlbums_item a * {
  transition: ease-in-out 0.3s;
}
#album-page-index .items .photoAlbums_item a:hover > .photoAlbums_item_img {
  background-size: 110%;
  box-shadow: 0px 3px 6px rgba(81, 106, 70, 0.3215686275);
}
#album-page-index .items .photoAlbums_item .photoAlbums_item_img {
  position: relative;
  width: 100%;
  padding-top: 75%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-color: var(--theme-deep-blue);
  transition: 0.3s ease-in-out;
}
#album-page-index .items .photoAlbums_item .photoAlbums_item_info {
  width: 100%;
  position: absolute;
  bottom: 0;
  background: none;
  color: white;
  font-weight: bold;
  padding-top: 10%;
  text-shadow: 3px 1px 3px #120E2E;
  padding-bottom: 15px !important;
  background: linear-gradient(0deg, #120E2E 0%, rgba(18, 14, 46, 0.11) 55%, rgba(18, 14, 46, 0) 100%);
}
#album-page-index .items .photoAlbums_item .photoAlbums_item_info .photoAlbums_item_title {
  transition: ease-in-out 0.5s;
  font-size: 1rem;
}
#album-page-index .items .photoAlbums_item .photoAlbums_item_info .photoAlbums_item_date {
  font-size: 0.9rem;
}
#album-page-index .items .photoAlbums_item .photoAlbums_item_info .photoAlbums_item_arrow {
  display: none;
  position: absolute;
  bottom: 6%;
  right: 5%;
  font-size: 1.5rem;
  border: #f4f4f4 2px solid;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  color: white;
}

.pageFileContainer {
  margin-bottom: 15px;
}

.pageFileCategories_Title {
  font-size: 1.3rem;
  color: Grey;
  font-style: italic;
}

.pageFileItem {
  background: rgba(34, 80, 128, 0.6705882353);
  margin-bottom: 0.7rem;
  transition: 0.5s;
  font-weight: 500;
  font-size: 1rem;
  padding: 0 10px;
  border-radius: 5px;
}
@media (min-width: 576px) {
  .pageFileItem {
    padding: 0 30px;
  }
}
.pageFileItem a {
  color: white;
}
.pageFileItem:hover {
  background: #4569a8;
}
.pageFileItem:hover .pageFileItem_Icon {
  background-color: #e8af25;
}
.pageFileItem:hover .pageFileItem_title {
  color: white;
}
.pageFileItem .pageFileItem_Icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e8af25;
  color: white;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  font-size: 1.1rem;
  min-width: 35px;
}
.pageFileItem .pageFileItem_title {
  padding: 10px;
}
@media (min-width: 576px) {
  .pageFileItem .pageFileItem_title {
    padding: 15px;
  }
}

#staff_page .staff_item {
  text-align: center;
  color: var(--theme-menu-main);
  background-color: white;
  padding: 0.5rem;
  box-shadow: 5px 5px 1px rgba(187, 189, 204, 0.4588235294);
  transition: 0.3s ease-in-out;
}
#staff_page .staff_item:hover {
  transform: scale(1.05);
}
#staff_page .staff-item-box {
  transform: rotate(-3deg);
}
#staff_page .staff-item-box:nth-child(2n) {
  transform: rotate(3deg);
}
#staff_page .staff-item-box:nth-child(3n) {
  transform: rotate(1deg);
}
#staff_page .staff-item-box:nth-child(4n) {
  transform: rotate(2deg);
}
#staff_page .staff-item-box:nth-child(5n) {
  transform: rotate(-1deg);
}
#staff_page .staff-item-box:nth-child(6n) {
  transform: rotate(-2deg);
}
#staff_page .staff-item-bg {
  background-color: rgba(122, 148, 182, 0.2);
  background-size: cover;
  background-position: center;
  background-blend-mode: soft-light;
}
#staff_page .staff_photo {
  padding-top: 75%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#staff_page .staff_name {
  padding-top: 0.5rem;
}

.staff-popup-name {
  color: var(--theme-menu-main);
  font-size: 1.2rem;
  border-bottom: 1px solid var(--theme-menu-main);
  padding: 0.3rem 0;
}

.staff-popup-content table {
  width: 100%;
}
.staff-popup-content img {
  max-width: 100%;
}

#toTop {
  position: fixed;
  z-index: 50;
  bottom: 1rem;
  right: 0;
  border-radius: 0.3rem;
  padding: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
#toTop img {
  opacity: 0.7;
  transition: all 0.3s;
  width: 1.5rem;
  height: 1.5rem;
}
@media (min-width: 768px) {
  #toTop {
    right: 4rem;
    position: absolute;
    bottom: unset;
    top: 8px;
    padding: 0;
  }
  #toTop img {
    opacity: 1;
  }
}
#toTop:hover {
  cursor: pointer;
}
#toTop:hover img {
  opacity: 1;
  transform: scale(1.1);
}

:root {
  --theme-deep-blue: #13285F;
  --theme-light-blue: #00AEEF;
  --theme-blue: #225080;
  --theme-pale-blue: #e7f0f6;
  --theme-gold: #D2B987;
  --graphiteBG-overlap-size: 300px;
  --graphiteBG: url("../images/TTC/graphite_bg.png");
  --themeBG: #FAFAFA url("../images/TTC/theme-page-bg.png");
  --themeSchoolBG: url("../images/TTC/theme-page-school-bg.png");
  --theme-menu-highlighted: #00AEEF;
  --theme-secondary: #c49d3f;
  --font-highlighted: var(--theme-secondary);
  --theme-purple: #B571D6;
  --theme-light-purple: #D6A3E5;
  --theme-grey: #333333;
  --theme-yellow: #F6F6BB;
  --theme-orange: #ffa346;
  --theme-dark-green: var(--theme-deep-blue);
  --theme-mint-green: #ABDEBF;
  --theme-news-yellow: rgba(246, 246, 187, 0.2);
  --theme-calendar-event: #fee12b;
  --theme-calendar-holiday: #e63535;
  --theme-brown-red: #600D10;
  --theme-deep-blue-title: #2c2324;
  --theme-deep-blue-menu-hover: #160C5B;
  --theme-deep-blue-menu-bg-hover: #160C5B;
  --theme-deep-orange: #E5812C;
  --theme-deep-orange-soft: #f0a260;
  --theme-news-bg-blue: #F2F6FB;
  --indexAchievementsBG: #704435;
  --footer-copyrightBG: #4568AC;
  --theme-light-blue-bg: #f9f7f7;
  --theme-blue-separate: #894141;
  --theme-albums-bg: rgba(249, 247, 247, 0.8);
  --theme-achievements-bg: rgba(242, 141, 152, 0.8);
  --theme-menu-main: #0A1F4E;
  --font-blue: #160C5B;
  --font-title-blue: #483D95;
  --font-brown: #573F37;
  --font-page-title: #704435;
  --pageSectionTitleBG: #704435;
  --footer-background-image-size: 35%;
  --font-title-size: 1.4rem;
  --yearButton: #B571D6 ;
  --yearButton-hover: #B571D6;
}

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: "NotoSerif";
  font-weight: 700;
  src: url("../fonts/NotoSerifTC-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "gelasio";
  font-weight: 600;
  src: url("../fonts/Gelasio-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "gelasio-italic";
  font-weight: 600;
  src: url("../fonts/Gelasio-Italic-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-VariableFont_wght.ttf") format("truetype");
}
@media (min-width: 576px) {
  .container {
    width: 90%;
    max-width: 1500px;
  }
}

@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: 992px) {
  .col-lg-2-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

:root {
  --style-primary: #225080 ;
  --style-secondary: #e5812c;
  --style-tertiary: #00AEEF;
  --style-purple: #225080;
  --style-purple-light: #F7ECFC;
  --style-purple-dark: #73539F;
  --style-pink: #EC7BA0;
  --style-pink-dark: #dc4b7a;
  --style-pink-deep: #D35A89;
  --style-pink-light: #FFE6F2;
  --style-orange: #F4773F;
  --paragraph-title-padding: 0.5rem 1rem;
  --paragraph-title-3-bg: url("../images/styles/style_paragraph_purple.png");
  --large-title-padding-mobile: 3rem 1rem;
  --large-title-padding-desktop: 4rem 3rem;
  --large-title-1-bg: url("../images/styles/style_large_pink.png");
  --large-title-2-bg: url("../images/styles/style_large_purple.png");
  --large-title-2-deco: url("../images/styles/style_large_purple_deco.png");
  --large-title-3-bg: url("../images/styles/style_large_orange.png");
  --image-radius: 1.5rem;
  --image-padding: 1.2rem;
  --image-1-bg: url("../images/styles/style_image_bg_purple.png");
  --image-2-bg: url("../images/styles/style_image_bg_pink.png");
  --image-3-bg: url("../images/styles/style_image_bg_orange.png");
  --photoTable-text-padding: 2.3rem 2rem 3rem;
  --photoTable-lg-text-padding: 3.5rem 3rem 3.5rem;
  --photoTable-td-padding-mobile: 0.5rem;
  --photoTable-td-padding-desktop: 1.2rem;
  --photoTable-1-bg: url("../images/styles/style_photoTable_purple.png");
  --photoTable-2-bg: url("../images/styles/style_photoTable_orange.png");
  --photoTable-3-bg: url("../images/styles/style_photoTable_pink.png");
  --photoTable-image-1-bg: url("../images/styles/style_photoTable_purple2.png");
  --photoTable-image-2-bg: url("../images/styles/style_photoTable_orange2.png");
  --photoTable-image-3-bg: url("../images/styles/style_photoTable_pink2.png");
  --table-1-bg: url("../images/styles/style_table_purple.png");
  --table-2-bg: url("../images/styles/style_table_yellow.png");
  --table-2-header-bg: url("../images/styles/style_table_yellow_deco.png");
  --table-3-bg: url("../images/styles/style_table_pink.png");
}

body {
  font-family: "NotoSerif";
  overflow-x: hidden;
}

html {
  font-family: "NotoSerif";
  font-size: 16px;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  html {
    font-size: 17px;
  }
}
@media (min-width: 992px) {
  html {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 19px;
  }
}
@media (min-width: 1400px) {
  html {
    font-size: 20px;
  }
}
html *:hover {
  text-decoration: none;
}
html table {
  max-width: 100%;
}
html table td {
  padding: 5px;
}
html button:focus {
  outline: none;
}
html a-img {
  color: unset;
}
html a-img:hover, html a-img:focus-visible {
  color: unset;
}

body, .cke_editable {
  font-size: 16px;
}
body h1, body .h1, .cke_editable h1, .cke_editable .h1 {
  font-size: 1.8rem;
}
body h2, body .h2, .cke_editable h2, .cke_editable .h2 {
  font-size: 1.5rem;
}
body h3, body .h3, .cke_editable h3, .cke_editable .h3 {
  font-size: 1.4rem;
}
body h4, body .h4, .cke_editable h4, .cke_editable .h4 {
  font-size: 1.3rem;
}
body h5, body .h5, .cke_editable h5, .cke_editable .h5 {
  font-size: 1.2rem;
}
body h6, body .h6, .cke_editable h6, .cke_editable .h6 {
  font-size: 1rem;
}
@media (min-width: 768px) {
  body, .cke_editable {
    font-size: 17px;
  }
}
@media (min-width: 992px) {
  body, .cke_editable {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  body, .cke_editable {
    font-size: 18px;
  }
}
@media (min-width: 1400px) {
  body, .cke_editable {
    font-size: 19px;
  }
}

.page-section-title {
  margin-top: 1rem;
  color: var(--theme-blue);
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  background: white;
  padding: 0.7rem 4rem 0.7rem 1rem;
  display: inline-block;
  transform-style: preserve-3d;
  box-shadow: 0px 0px 2px rgba(34, 80, 128, 0.6);
}

.page-section-title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--theme-blue);
  bottom: -5px;
  left: -8px;
  transform: translateZ(-1px) rotate(-2deg);
}

body .page-content img, .cke_editable img {
  border: 5px solid white;
  border-radius: 10px;
}

.title-primary {
  color: var(--style-primary);
}

.title-secondary {
  color: var(--style-secondary);
}

.title-tertiary {
  color: var(--style-tertiary);
}

.large-title-1, .large-title-2, .large-title-3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  background-size: 100% 100%;
  background-position: center;
  padding: var(--large-title-padding-mobile);
}
@media (min-width: 768px) {
  .large-title-1, .large-title-2, .large-title-3 {
    padding: var(--large-title-padding-desktop);
  }
}

h1.large-title-1 {
  text-align: center;
  background-image: var(--large-title-1-bg);
  color: white;
  text-shadow: 1px 1px 5px #ca295e, -1px -1px 2px var(--style-pink-dark);
}

h1.large-title-2 {
  text-align: center;
  background-image: var(--large-title-2-bg);
  color: var(--style-purple);
  position: relative;
}
h1.large-title-2:after {
  content: "";
  position: absolute;
  background-image: var(--large-title-2-deco);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30%;
  height: 30%;
  right: 0;
  bottom: 0.3rem;
  background-position: right;
}

h1.large-title-3 {
  text-align: center;
  background-image: var(--large-title-3-bg);
  color: white;
}

.paragraph-title-1, .paragraph-title-2, .paragraph-title-3 {
  margin-top: 0.9rem;
  margin-bottom: 0.8rem;
}

h2.paragraph-title-1, h2.paragraph-title-2 {
  margin-top: 1rem;
  color: var(--theme-blue);
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  background: white;
  padding: 0.7rem 4rem 0.7rem 1rem;
  display: inline-block;
  transform-style: preserve-3d;
  box-shadow: 0px 0px 2px rgba(34, 80, 128, 0.6);
}

h2.paragraph-title-2 {
  color: var(--theme-light-blue);
}

h2.paragraph-title-1::before, h2.paragraph-title-2::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--theme-blue);
  bottom: -5px;
  left: -8px;
  transform: translateZ(-1px) rotate(-2deg);
}

h2.paragraph-title-2::before {
  background: var(--theme-light-blue);
}

.paragraph-small-title-1, .paragraph-small-title-2 {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

h3.paragraph-small-title-1 {
  text-align: left;
  position: relative;
  z-index: 0;
  color: var(--style-primary);
  padding: 10px 10px 10px 20px;
  border-left: 6px solid var(--style-primary);
}
h3.paragraph-small-title-1:before {
  content: attr(data-text);
  display: block;
  position: absolute;
  width: fit-content;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px 10px 10px 20px;
  border-left: 6px solid var(--style-primary);
  color: transparent;
  z-index: -1;
  background-color: white;
  box-shadow: rgba(34, 80, 128, 0.6156862745) -5px 2px 3px;
}

h3.paragraph-small-title-2, h3.paragraph-small-title-3 {
  text-align: left;
  position: relative;
  z-index: 0;
  color: var(--style-primary);
  margin-bottom: 0.8rem;
}
h3.paragraph-small-title-2:before, h3.paragraph-small-title-3:before {
  content: attr(data-text);
  display: block;
  position: absolute;
  width: fit-content;
  height: 100%;
  top: 0;
  left: 0;
  padding-right: 10px;
  color: transparent;
  z-index: -1;
}
h3.paragraph-small-title-2:after, h3.paragraph-small-title-3:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 7px;
  left: 0;
  bottom: -10px;
  border-top: 3px solid var(--style-primary);
  border-bottom: 1px solid var(--style-primary);
  z-index: -2;
}

h3.paragraph-small-title-3 {
  color: var(--style-secondary);
}
h3.paragraph-small-title-3:after {
  border-top: 3px solid var(--style-secondary);
  border-bottom: 1px solid var(--style-secondary);
}

.button-style-1 {
  background: var(--theme-light-blue);
  color: white;
  transition: 0.3s ease-in-out;
  display: inline-block;
  padding: 0.3rem 0.7rem;
  border-radius: 5px;
  margin-bottom: unset;
}
.button-style-1 a {
  color: white;
}
.button-style-1 a:hover {
  color: white;
}
.button-style-1:hover {
  opacity: 0.8;
}

.image-style-1, .image-style-2, .image-style-3 {
  background-size: cover;
  width: 100%;
}

.cke_editable .image-style-1, .cke_editable .image-style-2, .cke_editable .image-style-3 {
  width: calc(100% - 30px) !important;
}

img.image-style-1 {
  height: auto !important;
  background-color: white;
  background-color: inset var(--theme-blue);
  padding: calc(var(--image-padding) * 0.3);
  background-position: center;
  border: #1c335b 15px solid !important;
  border-radius: 0 !important;
}

img.image-style-2 {
  height: auto !important;
  background-image: var(--image-2-bg);
  border-radius: var(--image-radius);
  padding: var(--image-padding);
}

img.image-style-3 {
  height: auto !important;
  background-image: var(--image-3-bg);
  border-radius: var(--image-radius);
  padding: var(--image-padding);
}

@media (max-width: 960px) {
  body:not(.cke_editable) .table-style-image-text-1 tr, body:not(.cke_editable) .table-style-image-text-2 tr, body:not(.cke_editable) .table-style-image-text-3 tr {
    display: flex;
    flex-direction: column;
  }
  body:not(.cke_editable) .table-style-image-text-1 tr td, body:not(.cke_editable) .table-style-image-text-2 tr td, body:not(.cke_editable) .table-style-image-text-3 tr td {
    width: 100% !important;
  }
}

.table-style-image-text-1, .table-style-image-text-2, .table-style-image-text-3 {
  border-collapse: collapse;
  width: 100%;
}
.table-style-image-text-1 img, .table-style-image-text-2 img, .table-style-image-text-3 img {
  border-radius: 5px;
}
.table-style-image-text-1 tr td, .table-style-image-text-2 tr td, .table-style-image-text-3 tr td {
  border: none;
  flex: 1;
  background-size: 200% 100%;
  padding: 1rem;
}
.table-style-image-text-1 tr td:nth-child(1), .table-style-image-text-2 tr td:nth-child(1), .table-style-image-text-3 tr td:nth-child(1) {
  background-position: left;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.table-style-image-text-1 tr td:nth-child(2), .table-style-image-text-2 tr td:nth-child(2), .table-style-image-text-3 tr td:nth-child(2) {
  background-position: right;
}
@media (min-width: 576px) {
  .table-style-image-text-1, .table-style-image-text-2, .table-style-image-text-3 {
    border-spacing: var(--photoTable-padding-desktop);
  }
  .table-style-image-text-1 tr td:nth-child(1), .table-style-image-text-2 tr td:nth-child(1), .table-style-image-text-3 tr td:nth-child(1) {
    width: 50%;
  }
  .table-style-image-text-1 tr td:nth-child(2), .table-style-image-text-2 tr td:nth-child(2), .table-style-image-text-3 tr td:nth-child(2) {
    width: 50%;
  }
}

table.table-style-image-text-1 td:nth-child(1) {
  background-color: var(--theme-deep-blue);
  color: white;
  padding: var(--photoTable-text-padding);
}
@media (min-width: 992px) {
  table.table-style-image-text-1 td:nth-child(1) {
    padding: var(--photoTable-lg-text-padding);
  }
}
table.table-style-image-text-1 td:nth-child(1) {
  vertical-align: middle !important;
}
table.table-style-image-text-1 td:nth-child(2) {
  padding: var(--photoTable-text-padding);
  background-color: var(--theme-deep-blue);
}
@media (min-width: 992px) {
  table.table-style-image-text-1 td:nth-child(2) {
    padding: var(--photoTable-lg-text-padding);
  }
}

table.table-style-image-text-2 td:nth-child(1) {
  background-image: var(--photoTable-2-bg);
  vertical-align: middle !important;
}
table.table-style-image-text-2 td:nth-child(2) {
  background-image: var(--photoTable-2-bg);
  padding: var(--photoTable-text-padding);
}
@media (min-width: 992px) {
  table.table-style-image-text-2 td:nth-child(2) {
    padding: var(--photoTable-lg-text-padding);
  }
}

table.table-style-image-text-3 td:nth-child(1) {
  background-image: var(--photoTable-3-bg);
  padding: var(--photoTable-text-padding);
}
@media (min-width: 992px) {
  table.table-style-image-text-3 td:nth-child(1) {
    padding: var(--photoTable-lg-text-padding);
  }
}
table.table-style-image-text-3 td:nth-child(2) {
  background-image: var(--photoTable-3-bg);
  vertical-align: middle !important;
}

@media (max-width: 960px) {
  body:not(.cke_editable) .table-style-image-image-1 tr, body:not(.cke_editable) .table-style-image-image-2 tr, body:not(.cke_editable) .table-style-image-image-3 tr {
    flex-direction: column;
  }
  body:not(.cke_editable) .table-style-image-image-1 tr td, body:not(.cke_editable) .table-style-image-image-2 tr td, body:not(.cke_editable) .table-style-image-image-3 tr td {
    width: 100% !important;
  }
}

.table-style-image-image-1, .table-style-image-image-2, .table-style-image-image-3 {
  background-size: cover;
  border-radius: 10px;
}
.table-style-image-image-1 img, .table-style-image-image-2 img, .table-style-image-image-3 img {
  border-radius: 5px;
}
.table-style-image-image-1 tr, .table-style-image-image-2 tr, .table-style-image-image-3 tr {
  display: flex;
  border: var(--photoTable-td-padding-mobile) solid transparent;
}
@media (min-width: 768px) {
  .table-style-image-image-1 tr, .table-style-image-image-2 tr, .table-style-image-image-3 tr {
    border: var(--photoTable-td-padding-desktop) solid transparent;
  }
}
.table-style-image-image-1 td, .table-style-image-image-2 td, .table-style-image-image-3 td {
  flex: 1;
  padding: 0.5rem;
}
.table-style-image-image-1 td p:not(p:has(img)), .table-style-image-image-2 td p:not(p:has(img)), .table-style-image-image-3 td p:not(p:has(img)) {
  background: rgba(255, 255, 255, 0.68);
  padding: 0.3rem;
  margin-bottom: 0;
  text-align: center;
  color: var(--theme-purple-dark);
}

table.table-style-image-image-1 {
  background-image: var(--photoTable-image-1-bg);
}

table.table-style-image-image-2 {
  background-image: var(--photoTable-image-2-bg);
}

table.table-style-image-image-3 {
  background-image: var(--photoTable-image-3-bg);
}

.table-style-1, .table-style-2, .table-style-3 {
  border-radius: 10px;
  width: 100%;
}
.table-style-1 tr:first-child td:first-child, .table-style-2 tr:first-child td:first-child, .table-style-3 tr:first-child td:first-child {
  border-top-left-radius: 10px;
}
.table-style-1 tr:last-child td:first-child, .table-style-2 tr:last-child td:first-child, .table-style-3 tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}
.table-style-1 tr:first-child td:last-child, .table-style-2 tr:first-child td:last-child, .table-style-3 tr:first-child td:last-child {
  border-top-right-radius: 10px;
}
.table-style-1 tr:last-child td:last-child, .table-style-2 tr:last-child td:last-child, .table-style-3 tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}
.table-style-1 td, .table-style-2 td, .table-style-3 td {
  padding: 0.5rem;
}

table.table-style-1 {
  border-collapse: separate !important;
}
table.table-style-1 tr:nth-child(1) {
  background-color: var(--theme-blue);
  color: white;
}
table.table-style-1 tr:nth-child(n+1):not(:first-child) td {
  background-color: rgba(255, 255, 255, 0.5);
}
table.table-style-1 tr:nth-child(2n+1):not(:first-child) td {
  background-color: #deeaff;
}

table.table-style-2 {
  border-collapse: separate !important;
  border: 2px solid #e4e4e4;
}
table.table-style-2 tr:nth-child(1) {
  background-color: #519cdc;
  background-size: cover;
  color: white;
}
table.table-style-2 tr:nth-child(n+1):not(:first-child) td {
  background-color: rgba(255, 255, 255, 0.5);
}
table.table-style-2 tr:nth-child(2n+1):not(:first-child) td {
  background-color: #e2eeff;
}

table.table-style-3 {
  border-collapse: separate !important;
}
table.table-style-3 tr:nth-child(1) {
  background-color: #c49d3f;
  color: white;
}
table.table-style-3 tr:nth-child(n+1):not(:first-child) td {
  background-color: white;
}
table.table-style-3 tr:nth-child(2n+1):not(:first-child) td {
  background-color: #f8efd9;
}

/*# sourceMappingURL=main-style.css.map */
