*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  html {
    font-size: 58%;
  }
}

body {
  position: relative;
  font-family: "Karla", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: normal;
  color: #6d6d6d;
  scroll-behavior: smooth;
}

ul {
  list-style-type: none;
  margin-bottom: 0;
}

.title--main {
  font-weight: 600;
  font-size: 5.6rem;
  color: #ffffff;
  letter-spacing: 0.4rem;
  font-family: "Merriweather", serif;
}
.title--heading {
  font-size: 5rem;
  font-weight: 600;
  position: relative;
  color: #1e1e27;
}
.title--heading.line-bottom {
  padding-bottom: 2.4rem;
}
.title--heading.line-bottom::before {
  content: "";
  left: 0;
  bottom: 0;
  width: 8rem;
  height: 0.1rem;
  position: absolute;
  background-color: #d1d1d1;
}
.title--heading.line-bottom.center {
  width: fit-content;
}
.title--heading.line-bottom.center::before {
  left: 50%;
  transform: translate(-50%, 50%);
}
.title--heading.line-top {
  padding-top: 10.4rem;
}
.title--heading.line-top::after {
  content: "";
  top: 0;
  left: 0;
  width: 0.1rem;
  height: 8rem;
  position: absolute;
  background-color: #d1d1d1;
}
.title--medium {
  font-size: 3.2rem;
  color: #1e1e27;
  font-family: "Karla", sans-serif;
}
.title--small {
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  font-family: "Merriweather", serif;
}

.gutterY {
  margin-top: 9rem;
}
.gutterY--btm {
  margin-bottom: 9rem;
}

.paragraph {
  font-size: 1.6rem;
  line-height: 1.7;
  font-family: "Karla", sans-serif;
}

.banner-box {
  min-height: 48rem;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.banner-box::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(23, 8, 45, 0.5);
}

.text-dark {
  color: #1e1e27 !important;
}

.center {
  margin-left: auto !important;
  margin-right: auto !important;
}

.relative {
  position: relative;
}

a {
  color: inherit;
  text-decoration: none;
}
a:visited, a:hover, a:active, a:focus {
  color: inherit;
  text-decoration: none;
}

.button {
  font-family: "Karla", sans-serif;
}
.button--primary {
  padding: 0.8rem 2rem;
  min-width: 10rem;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  border-radius: 10rem;
  text-transform: uppercase;
  color: #ffffff !important;
  background-color: #3b705b;
}
.button--primary:visited, .button--primary:active, .button--primary:hover {
  color: #ffffff !important;
}
.button--link {
  font-size: 1.6rem;
  transition: all 0.3s;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  color: #1e1e27 !important;
  border-bottom: 1px solid #1e1e27;
}
.button--link:hover {
  cursor: pointer;
  transition: all 0.3s;
  border-bottom-color: rgba(30, 30, 39, 0.7);
}
.button--link.color-light {
  color: #ffffff !important;
  border-bottom: 1px solid #ffffff;
}
.button--link.color-light:hover {
  transition: all 0.3s;
  border-bottom-color: rgba(255, 255, 255, 0.7);
}

.banner-container {
  position: relative;
  height: 88vh;
  overflow: hidden;
}
.banner-container::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.banner-container .bx-wrapper {
  box-shadow: none;
  border: none;
  background: none;
  margin: 0;
  height: 100vh;
}
.banner-container .bx-wrapper .bxslider {
  height: 100%;
  overflow: hidden;
}
.banner-container .bx-wrapper .slider-item {
  height: 100%;
  overflow: hidden;
}
.banner-container .bx-wrapper .slider-item .slide-bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-size: cover !important;
  background-position: center !important;
}
.banner-container .bx-wrapper .bx-pager {
  display: none;
}
.banner-container .banner-content {
  top: 50%;
  left: 50%;
  z-index: 1;
  display: flex;
  padding: 3rem;
  position: absolute;
  text-align: center;
  align-items: center;
  transform: translate(-50%, -50%);
}
.banner-container .banner-content .logo-image {
  margin-bottom: 4rem;
}
.banner-container .banner-content .banner-content-title {
  margin: 1.8rem 0;
}
.banner-container .banner-content .btn {
  margin: 1rem 0;
}

.about {
  background-image: linear-gradient(155deg, #fff 50%, #f9f9f9 0%);
}
.about .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .about .container {
    justify-content: center;
  }
}
.about__content {
  flex: 0 0 42%;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .about__content {
    flex: 0 0 100%;
  }
}
.about__content .intro {
  font-size: 1.6rem;
  line-height: 3.1rem;
  font-family: "Merriweather", serif;
  color: #1e1e27;
  margin-bottom: 3rem;
}
.about__content .title {
  margin-bottom: 3rem;
}
.about__image {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
  margin-left: 4rem;
  margin-bottom: 4rem;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .about__image {
    flex: 0 0 100%;
    margin-left: 0;
  }
}
.about__image img {
  width: 100%;
  margin-bottom: 2rem;
}
.about__image-1 {
  max-width: 100%;
  flex: 0 0 100%;
  padding-left: 2rem;
}
@media (max-width: 768px) {
  .about__image-1 {
    padding-left: 0;
  }
}
.about__image-2 {
  margin-left: auto;
  max-width: 50%;
}
@media (max-width: 768px) {
  .about__image-2 {
    display: none;
  }
}
.about__image-3 {
  max-width: 50%;
  margin-top: -6rem;
  border: 2rem solid #f9f9f9;
  border-right: none;
  border-bottom: none;
  height: 36rem;
}
@media (max-width: 768px) {
  .about__image-3 {
    display: none;
  }
}

.facilities-section {
  background-image: linear-gradient(145deg, #fff 50%, #f9f9f9 0%);
}

.facilities {
  display: flex;
  flex-wrap: wrap;
}
.facilities > * {
  flex: 0 0 calc(50% - 4rem);
  margin: 2rem;
}
@media (max-width: 580px) {
  .facilities > * {
    flex: 0 0 100%;
    margin: 2rem 0;
  }
}
.facilities .title--heading {
  margin-bottom: 4rem;
}

.facility {
  height: 32rem;
  position: relative;
  border-radius: 0.4rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 1px 2px 3px rgba(23, 8, 45, 0.3);
}
.facility::before {
  content: "";
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(23, 8, 45, 0.2);
}
.facility__title {
  left: 0;
  bottom: 0;
  z-index: 1;
  padding: 3rem;
  margin-bottom: 0;
  font-weight: 600;
  position: absolute;
  color: #3b705b;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.98);
}

.notification {
  padding: 1.8rem 2rem;
  border-radius: 0.5rem;
  margin-bottom: 1.8rem;
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.06);
}
.notification__date {
  font-size: 1.5rem;
  position: relative;
  color: #1e1e27;
  padding-left: 1.8rem;
  margin-bottom: 1.8rem;
}
.notification__date::before {
  left: 0;
  top: 50%;
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  border-radius: 100%;
  background-color: #3b705b;
  transform: translateY(-50%);
}
.notification__title {
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: 0;
  transition: all 0.2s;
  text-transform: none;
  color: #1e1e27;
  font-family: "Karla", sans-serif;
}
.notification__description {
  font-size: 1.5rem;
}
.notification:hover .notification__title {
  transition: all 0.2s;
  color: #3b705b;
}

.principal-message-section {
  background-image: linear-gradient(153deg, #fff 50%, #f9f9f9 0%);
}

.principal-message .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.principal-message .container > * {
  flex: 0 0 48%;
}
@media (max-width: 768px) {
  .principal-message .container > * {
    flex: 0 0 100%;
    justify-content: center;
  }
}
.principal-message__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.principal-message__content .title {
  margin-bottom: 4rem;
}
.principal-message__content article {
  font-size: 1.6rem;
  line-height: 30px;
}
.principal-message__image {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.principal-message__image img {
  width: 100%;
}

.galleries-section .title--heading {
  margin-bottom: 7rem;
}

.galleries {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
}
@media (max-width: 768px) {
  .galleries {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 580px) {
  .galleries {
    grid-template-columns: repeat(1, 1fr);
  }
}
.galleries .image-background {
  width: 100%;
  height: 38rem;
  border-radius: 0.3rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
.galleries .image-background:hover {
  transition: all 0.3s;
  transform: scale(1.03);
}
.galleries .image-caption {
  left: 0;
  bottom: 0;
  padding: 0.6rem;
  margin-bottom: 0;
  position: absolute;
  color: #1e1e27;
  border-radius: 0.2rem;
  background-color: #fff;
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.06);
}

.nav-top {
  padding: 0.8rem 0;
  position: relative;
  background-color: whitesmoke;
  box-shadow: 0px -0.4rem 0.3rem 0.6rem rgba(0, 0, 0, 0.07);
}
.nav-top::before {
  top: 0;
  left: -15%;
  width: 45%;
  z-index: 0;
  content: "";
  height: 100%;
  position: absolute;
  transform: skewX(35deg);
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .nav-top::before {
    width: 0%;
    opacity: 0;
  }
}
.nav-top .container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.nav-top .container a {
  font-weight: 400;
  font-size: 1.4rem;
  color: #1e1e27;
  font-family: "Merriweather", serif;
}
.nav-top .container a:not(:last-child) {
  margin-right: 1.6rem;
}
@media (max-width: 375px) {
  .nav-top .container .social-icon {
    display: none;
  }
}

.nav {
  padding: 1.6rem 0;
  background-color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0px 0px 43px 10px rgba(0, 0, 0, 0.35);
}
.nav .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav .logo {
  color: #1e1e27;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  font-size: 2rem;
}
.nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav__item:not(:last-child) {
  margin-right: 2rem;
}
@media (max-width: 768px) {
  .nav__item {
    display: none;
  }
}
.nav__item--mobile {
  text-align: center;
}
.nav__item--mobile:not(:last-child) {
  margin-right: 0;
  border-bottom: 1px solid #eee;
  margin: 0.6rem 0;
}
.nav .menu-trigger {
  position: relative;
  width: 6.5rem;
  margin-right: 0;
  height: 3.8rem;
  display: none;
}
@media (max-width: 768px) {
  .nav .menu-trigger {
    display: list-item;
  }
}
.nav .menu-trigger span {
  position: absolute;
  width: 6.5rem;
  height: 0.6rem;
  left: 0;
  background-color: #1e1e27;
  display: block;
}
.nav .menu-trigger span:nth-child(1) {
  top: 0;
}
.nav .menu-trigger span:nth-child(2) {
  top: 1.5rem;
}
.nav .menu-trigger span:nth-child(3) {
  top: 3rem;
}
.nav__link {
  font-weight: 700;
  font-size: 1.5rem;
  font-style: normal;
  padding: 1.2rem 1.6rem;
  color: #1e1e27 !important;
}
.nav__link.active {
  color: #3b705b !important;
}
.nav__link:hover {
  color: #3b705b !important;
}
.nav__link--mobile {
  width: 100%;
  display: block;
}

#mobile-menu {
  left: 50%;
  top: 15rem;
  z-index: 999;
  display: none;
  position: absolute;
  transform: translateX(-50%);
}
#mobile-menu ul {
  border-radius: 0.5rem;
  padding: 1.8rem 1.6rem;
  background-color: #ffffff;
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.06);
}

@media (max-width: 768px) {
  body.menu-open #mobile-menu {
    display: block;
  }
}

.about-page-box-introduction article.paragraph {
  font-size: 1.6rem;
  line-height: 30px;
  color: #6d6d6d;
}

.about-page-box-message article.paragraph {
  font-size: 1.6rem;
  line-height: 30px;
  color: #6d6d6d;
}

.vision-mission {
  display: flex;
  justify-content: space-between;
}
.vision-mission > * {
  flex: 0 0 48%;
}
.vision-mission__image img {
  width: 100%;
}
.vision-mission__content p.paragraph {
  line-height: 31px;
  font-size: 1.8rem;
  margin-bottom: 2rem;
  color: #6d6d6d;
}
.vision-mission__content li {
  margin-bottom: 0.4rem;
}
.vision-mission__content .heading {
  color: #fff;
  display: flex;
  font-size: 2rem;
  padding: 1.2rem 2rem;
  justify-content: space-between;
  background-color: #17082d;
}
.vision-mission__content .heading:hover {
  color: #fff;
  cursor: pointer;
}
.vision-mission__content .heading i {
  transition: all 0.2s;
}
.vision-mission__content .heading.open i {
  transform: rotate(180deg);
}
.vision-mission__content .content {
  font-size: 1.6rem;
  line-height: 30px;
  padding: 0 2.1rem 0;
  transition: all 0.4s;
  overflow: hidden;
}
.vision-mission__content .heading.open + .content {
  transition: all 0.4s;
  padding: 0.8rem 2.1rem 1rem;
}

.contact-page-box-info .contact-details {
  padding-left: 3rem;
  background: #ffffff;
  display: flex;
  align-items: center;
  border: 1px dashed #e8e8e8;
  border-radius: 10px;
  min-height: 157px;
  box-shadow: 0 1.5rem 4.5rem 0 rgba(0, 0, 0, 0.04);
}
.contact-page-box-info .contact-details-icon .icon {
  width: 6rem;
  height: 6rem;
  border: 3px solid #edf2f6;
  border-radius: 100%;
  line-height: 6rem;
  text-align: center;
}
.contact-page-box-info .contact-details-icon .icon i {
  font-size: 2.4rem;
  color: #3b705b;
}
.contact-page-box-info .contact-details-info {
  padding-left: 1.9rem;
}
.contact-page-box-info .contact-details-info p.paragraph {
  margin-bottom: 1rem;
}
.contact-page-box-info .contact-details-info .title {
  font-size: 2rem;
  margin-bottom: 0;
}
.contact-page-box-info .contact-details-info .title a {
  color: #000000;
}
.contact-page-box-get-in-touch .title.title-big {
  margin-bottom: 0;
}
.contact-page-box-get-in-touch .map {
  padding-top: 8.1rem;
  padding-bottom: 8.1rem;
}
.contact-page-box-get-in-touch .map img {
  width: 100%;
}
.contact-page-box-form .form-group {
  margin-bottom: 3rem;
}
.contact-page-box-form .form-group label.title {
  display: block;
  font-size: 1.6rem;
}
.contact-page-box-form .form-group input {
  height: 5.4rem;
  padding: 2.2rem 0 1.8rem 2.5rem;
}
.contact-page-box-form .form-group textarea,
.contact-page-box-form .form-group input {
  font-size: 1.6rem;
  color: #8a9ea5;
  font-family: "Karla", sans-serif;
  border-color: #cad4d7;
  border-radius: 0.4rem;
}
.contact-page-box-form .form-group textarea:focus, .contact-page-box-form .form-group textarea:active,
.contact-page-box-form .form-group input:focus,
.contact-page-box-form .form-group input:active {
  border-color: #3b705b;
  box-shadow: none;
}
.contact-page-box-form .form-group textarea {
  height: 20rem;
}
.contact-page-box-form .form-group .site-button {
  background: #3b705b;
  border-color: #3b705b;
  display: flex;
  align-items: center;
}
.contact-page-box-form .form-group .site-button span {
  border-color: #3b705b;
}
.contact-page-box-form .button-wrapper {
  display: flex;
}

.photos-page-box-album .photos-wrapper .photo-item-wrapper {
  margin-bottom: 2rem;
}
.photos-page-box-album .photos-wrapper .photo-item-wrapper .photo-item {
  padding: 1rem;
  max-height: 16rem;
  overflow: hidden;
}
.photos-page-box-item {
  margin-bottom: 2rem;
  width: 50%;
}
.photos-page-box-item .album-wrapper {
  padding: 1rem;
  box-shadow: 0 1.2rem 4.5rem 0 rgba(0, 0, 0, 0.04);
  text-align: center;
}
.photos-page-box-item .album-wrapper a {
  color: #333333;
}
.photos-page-box-item .album-wrapper a .image-box {
  border-bottom: 1px solid rgba(0, 0, 0, 0.02);
  width: 80%;
  margin: 0 auto;
}
.photos-page-box-item .album-wrapper a .image-box img {
  max-height: 16.6rem;
  width: 100%;
}
.photos-page-box-item .album-wrapper a .paragraph {
  color: #666;
  font-size: 1.5rem;
  margin: 1rem;
}

.videos-page-box-album .videos-page-box-item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .videos-page-box-album .videos-page-box-item {
    width: 50%;
  }
}
.videos-page-box-album .videos-page-box-item .album-wrapper {
  padding: 1rem;
  box-shadow: 0 1.2rem 4.5rem 0 rgba(0, 0, 0, 0.04);
  text-align: center;
  color: #333333;
}
.videos-page-box-album .videos-page-box-item .album-wrapper .video-box {
  min-height: 24.4rem;
  width: 80%;
  margin: 0 atuo;
}
.videos-page-box-album .videos-page-box-item .album-wrapper .video-box h3.title {
  padding-top: 1rem;
}
.videos-page-box-album .videos-page-box-item .album-wrapper .video-box img {
  max-height: 16.6rem;
  width: 100%;
}

.calendar-page-box-wrapper .monthly-event-wrapper {
  margin-bottom: 3rem;
}

.event-item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .event-item {
    width: 50%;
  }
}
.event-item .upcoming-events-content {
  padding: 2rem 0.5rem 1rem;
  margin: 0 0.2rem;
  box-shadow: 0 1.2rem 4.5rem 0 rgba(0, 0, 0, 0.04);
}
.event-item .upcoming-events-content-date .event-month {
  color: #182d25;
  font-size: 1.6rem;
}

.notifications-page-box-wrapper .item-list-wrapper {
  margin-bottom: 7.4rem;
}
.notifications-page-box-wrapper .item-list-wrapper .item-list-box {
  margin-bottom: 2rem;
  display: flex;
}
.notifications-page-box-wrapper .item-list-wrapper .item-list {
  padding: 5rem 5rem 7.2rem;
  background: #ffffff;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.04);
  width: 100%;
}
.notifications-page-box-wrapper .item-list-wrapper .item-list-content-date {
  height: 7rem;
  width: 7rem;
  line-height: 3.2rem;
  padding: 1.3rem 1.4rem 1.4rem 1.5rem;
  background: #283747;
  color: #ffffff;
  margin-bottom: 2.4rem;
  transition: background 0.2s linear;
}
.notifications-page-box-wrapper .item-list-wrapper .item-list-content-date .item-list-month {
  font-size: 1.6rem;
}
.notifications-page-box-wrapper .item-list-wrapper .item-list-content-date .item-list-date {
  font-size: 3.6rem;
}
.notifications-page-box-wrapper .item-list-wrapper .item-list-content-title {
  margin-bottom: 3.4rem;
}
.notifications-page-box-wrapper .item-list-wrapper .item-list-content-title .title {
  font-weight: bolder;
}
.notifications-page-box-wrapper .item-list-wrapper .item-list-content-more-link a {
  font-size: 1.4rem;
  transition: color 0.2s linear;
}
.notifications-page-box-wrapper .item-list-wrapper .item-list:hover {
  cursor: pointer;
}
.notifications-page-box-wrapper .item-list-wrapper .item-list:hover .item-list-content-date {
  background: #3b705b;
}
.notifications-page-box-wrapper .item-list-wrapper .item-list:hover .item-list-content-more-link a {
  color: #3b705b !important;
}

#notificationModal .modal-body,
#newsModal .modal-body {
  padding: 3rem;
}
#notificationModal .modal-body h2.title--small,
#newsModal .modal-body h2.title--small {
  margin-bottom: 2rem;
  color: #1e1e27;
  font-size: 2rem;
}
#notificationModal .modal-body p.date,
#newsModal .modal-body p.date {
  margin-bottom: 1rem;
  color: #3b705b;
}
#notificationModal .modal-body p.paragraph,
#newsModal .modal-body p.paragraph {
  margin-bottom: 1rem;
}
#notificationModal .modal-footer button.button,
#newsModal .modal-footer button.button {
  background: #3b705b;
  border-color: #3b705b;
  color: #ffffff;
}
#notificationModal .modal-footer button.button:active,
#newsModal .modal-footer button.button:active {
  outline: none;
}

.event-page-box-wrapper .event-container {
  padding: 1rem;
  margin-bottom: 2rem;
  box-shadow: 0 1.2rem 4.5rem 0 rgba(0, 0, 0, 0.04);
  height: calc(100% - 2rem);
}
.event-page-box-wrapper .event-item {
  display: flex;
  align-items: center;
  align-items: center;
  height: 100%;
}
.event-page-box-wrapper .event-item:hover .event-details h1.title {
  text-decoration: underline;
}
.event-page-box-wrapper .event-image img {
  width: 10rem;
}
.event-page-box-wrapper .event-details.event-details-gap {
  padding-left: 2rem;
}
.event-page-box-wrapper .event-details h1.title {
  margin-bottom: 0.5rem;
  font-size: 1.8rem;
}
.event-page-box-wrapper .event-details p.paragraph {
  margin-bottom: 0.5rem;
  color: #6d6d6d;
}
.event-page-box-wrapper .event-details button.button-link {
  border: none;
  background: none;
  font-size: 1.3rem;
}
.event-page-box-wrapper .event-details button.button-link:active, .event-page-box-wrapper .event-details button.button-link:focus {
  border: none;
  background: none;
  outline: none;
}
.event-page-box-wrapper .details-page-wrapper {
  max-width: 76rem;
  margin: 0 auto;
}
.event-page-box-wrapper .event-detail-page-title {
  margin-bottom: 0.5rem;
  font-size: 2.8rem;
}
.event-page-box-wrapper .event-detail-page-date {
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
  text-decoration: underline;
}
.event-page-box-wrapper .event-detail-page-image {
  padding: 2rem 0.2rem;
  margin: 0 auto;
  margin-top: 2rem;
}
.event-page-box-wrapper .event-detail-page-image img {
  width: 100%;
}
.event-page-box-wrapper .event-detail-page-description {
  margin: 0 auto;
  line-height: 30px;
}
.event-page-box-wrapper .event-detail-page-description.no-image {
  margin-top: 2rem;
}

.news-page-box-wrapper .news-container {
  padding: 1rem;
  margin-bottom: 2rem;
  box-shadow: 0 1.2rem 4.5rem 0 rgba(0, 0, 0, 0.04);
  height: calc(100% - 2rem);
}
.news-page-box-wrapper .news-item {
  display: flex;
  align-items: center;
  align-items: center;
  height: 100%;
}
.news-page-box-wrapper .news-item:hover .news-details h1.title {
  text-decoration: underline;
}
.news-page-box-wrapper .news-image img {
  width: 10rem;
}
.news-page-box-wrapper .news-details.news-details-gap {
  padding-left: 2rem;
}
.news-page-box-wrapper .news-details h1.title {
  margin-bottom: 0.5rem;
  font-size: 1.8rem;
}
.news-page-box-wrapper .news-details p.paragraph {
  margin-bottom: 0.5rem;
  color: #6d6d6d;
}
.news-page-box-wrapper .news-details button.button-link {
  border: none;
  background: none;
  font-size: 1.3rem;
}
.news-page-box-wrapper .news-details button.button-link:active, .news-page-box-wrapper .news-details button.button-link:focus {
  border: none;
  background: none;
  outline: none;
}
.news-page-box-wrapper .details-page-wrapper {
  max-width: 76rem;
  margin: 0 auto;
}
.news-page-box-wrapper .news-detail-page-title {
  margin-bottom: 0.5rem;
  font-size: 2.8rem;
}
.news-page-box-wrapper .news-detail-page-date {
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
  text-decoration: underline;
}
.news-page-box-wrapper .news-detail-page-image {
  padding: 2rem 0.2rem;
  margin: 0 auto;
  margin-top: 2rem;
}
.news-page-box-wrapper .news-detail-page-image img {
  width: 100%;
}
.news-page-box-wrapper .news-detail-page-pdf {
  padding: 1rem 2rem;
  background: #ccc;
  text-align: center;
  width: 50%;
  margin: 0 auto;
}
.news-page-box-wrapper .news-detail-page-description {
  margin: 0 auto;
}
.news-page-box-wrapper .news-detail-page-description.no-image {
  margin-top: 2rem;
}

.download-page-box-wrapper .downloads-list-container {
  padding: 0.5rem 0;
  margin-bottom: 2rem;
  box-shadow: 0 1.2rem 4.5rem 0 rgba(0, 0, 0, 0.04);
}
.download-page-box-wrapper .downloads-list-container .download-date {
  margin-bottom: 1rem;
}
.download-page-box-wrapper .download-item-wrapper {
  margin-bottom: 1rem;
}
.download-page-box-wrapper .download-item {
  padding: 1.5rem 1rem;
  border: 1px solid rgba(0, 0, 0, 0.09);
  margin-bottom: 1rem;
}
.download-page-box-wrapper .download-item .download-wrapper {
  display: flex;
}
.download-page-box-wrapper .download-item .download-wrapper .download-details .title {
  margin-bottom: 1rem;
  font-size: 1.8rem;
}
.download-page-box-wrapper .download-item .download-wrapper .download-details p.paragraph {
  color: #6d6d6d;
  margin-bottom: 1rem;
}
.download-page-box-wrapper .download-item .download-wrapper:hover h1.title {
  text-decoration: underline;
}
.download-page-box-wrapper .download-item .download-wrapper:hover p.view-more {
  color: #555555;
}

.routine-page-box-wrapper .routine-tabs a {
  color: #6d6d6d;
  font-family: "Karla", sans-serif;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.routine-page-box-wrapper .routine-type-select-nav {
  margin-bottom: 3rem;
}
.routine-page-box-wrapper #select-class {
  max-width: 30rem;
  height: 5rem;
  font-size: 1.6rem;
}
.routine-page-box-wrapper #select-section {
  height: 5rem;
  max-width: 30rem;
  font-size: 1.6rem;
}
.routine-page-box-wrapper #exam-select-class {
  height: 5rem;
  max-width: 30rem;
  font-size: 1.6rem;
}
.routine-page-box-wrapper #routineView p, .routine-page-box-wrapper #routineView p.p.text-dim:first-child {
  margin: 2rem;
  color: #6d6d6d;
  font-family: "Karla", sans-serif;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.routine-page-box-wrapper #routineView .sidebar nav {
  margin: 2rem 0;
  width: 50%;
  border: 1px solid rgba(0, 0, 0, 0.04);
}
.routine-page-box-wrapper #routineView .sidebar nav a {
  color: #6d6d6d;
  font-family: "Karla", sans-serif;
  font-size: 1.6rem !important;
  line-height: 2.4rem;
  border-bottom: 1px solid #6d6d6d;
}
.routine-page-box-wrapper #routineView .sidebar nav a.active, .routine-page-box-wrapper #routineView .sidebar nav a:hover {
  color: #3b705b;
  background: #dadada;
}
.routine-page-box-wrapper #routineView .routine-view-tab .active .title.small {
  font-family: "Merriweather", serif;
  color: #333333;
  font-size: 2.4rem;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .routine-page-box .select-wrapper {
    width: 50%;
  }
}

.staff-page-box .staff-wrapper .staff-category {
  margin-bottom: 2rem;
}
.staff-page-box .staff-wrapper ul {
  padding-left: 0;
  box-shadow: 0 1.2rem 4.5rem 0 rgba(0, 0, 0, 0.04);
  padding-top: 1rem;
  text-align: center;
}
.staff-page-box .staff-wrapper ul .staff-category {
  font-size: 3rem;
}
.staff-page-box .staff-wrapper .staff-item .staff-image {
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 1rem;
}
.staff-page-box .staff-wrapper .staff-item .staff-image img {
  height: 200px;
}
.staff-page-box .staff-wrapper .staff-item .staff-info {
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}

footer {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 8rem;
  background-color: #17082d;
}
footer .img-n-summary-box p.paragraph {
  margin-top: 3rem;
  color: #fff;
}
@media (max-width: 767px) {
  footer .quick-link-box-wrapper,
footer .contact-box-wrapper {
    width: 50%;
  }
}
footer .quick-link-box ul,
footer .contact-box ul {
  padding-inline-start: 0;
  padding-left: 0;
}
footer .quick-link-box ul li,
footer .contact-box ul li {
  margin-bottom: 1.5rem;
  color: #fff;
  line-height: 3.6rem;
}
footer .quick-link-box ul li a {
  color: #fff;
}
footer .contact-box li {
  display: flex;
}
footer .contact-box li .icon i {
  font-size: 2rem;
  color: #ffffff;
}
footer .contact-box li .info {
  padding-left: 2rem;
}
footer .contact-box li .info a {
  text-decoration: none;
  color: #fff;
}
footer .contact-box li .info.working-time {
  line-height: 1.5em;
}
footer .contact-box li .info.working-time span {
  color: #ffffff;
}
footer .footer-bottom {
  border-top: 1px solid #515151;
  padding-top: 4.3rem;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  footer .footer-bottom .powered-by-wrapper {
    width: 65%;
  }
}
footer .footer-bottom .powered-by p.paragraph {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  footer .footer-social-icons-wrapper {
    width: 35%;
  }
  footer .footer-social-icons-wrapper .footer-social-icons ul li {
    display: inline-block;
  }
  footer .footer-social-icons-wrapper .footer-social-icons ul li:not(:last-child) {
    padding-right: 3rem;
  }
}
footer .footer-social-icons ul {
  padding-left: 0;
}
footer .footer-social-icons ul li {
  display: inline-block;
}
footer .footer-social-icons ul li:not(:last-child) {
  padding-right: 2.8rem;
}
footer .footer-social-icons ul li a {
  color: #fff;
}
footer .footer-social-icons ul li a:hover i {
  color: #3b705b;
}
footer .footer-social-icons ul li i {
  font-size: 1.8rem;
}
.nav-top::before { width: 35%}

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