@font-face {
  font-family: "Green Lights";
  src: url("./fonts/GreenLights.otf");
  font-weight: normal;
  font-style: normal;
}

#slider,
#grade_slider {
  height: auto;
  margin: 0;
  padding: 0;
  border: none;
}
#slider > #slideshow .slider-item,
#grade_slider > #grade_slideshow .slider-item {
  width: 100% !important;
  height: auto !important;
}
.slider-item img {
  height: auto;
  width: 100%;
}

/*----- LINK STYLES DO NOT REMOVE -----*/

.file_gallery .file {
  background: #276db4;
  display: flex;
  color: #fff !important;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.file_gallery .file:focus,
.file_gallery .file:hover {
  background: #ebd647 !important;
  color: #fff !important;
  text-decoration: none;
}
.standard_box {
  background: #276db4;
  display: flex;
  color: #fff !important;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  padding: 0;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.standard_box:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ebd647;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.standard_box .fas {
  position: absolute;
  right: 20px;
  width: 30px;
  height: 30px;
  color: #fff;
  border-radius: 50%;
  font-size: 28px;
  display: none;
}
.standard_box .fas::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.work_list .standard_box a {
  color: #fff !important;
  width: 100%;
}
.standard_box .icon {
  height: 40px;
}
#content .standard_box p {
  color: #fff !important;
  padding: 10px;
}
#content .standard_box:hover a,
#content .standard_box:hover p {
  color: #fff !important;
}
/*.work_list .standard_box a:hover,*/
#sub_page_list.work_list .standard_box:hover,
.work_list .standard_box:hover {
  background: #276db4;
  color: #fff;
}

.work_list .standard_box a:hover:before,
.work_list .standard_box a:focus:before,
.work_list .standard_box a:active:before,
.file_gallery .file:focus:before,
.file_gallery .file:active:before,
#sub_page_list.work_list .standard_box:hover:before,
#sub_page_list.work_list .standard_box:focus:before,
#sub_page_list.work_list .standard_box:active:before,
.work_list .standard_box:hover:before,
.work_list .standard_box:focus:before,
.work_list .standard_box:active:before {
  -webkit-transform: scalex(1);
  transform: scalex(1);
}
/********** MISCELLANEOUS STYLES DO NOT REMOVE ********/
.show_anim {
  opacity: 1;
}
.animate__img {
  -webkit-animation-delay: 400ms !important;
  animation-delay: 400ms !important;
}
.animate__animated.animate__ql1 {
  -webkit-animation-delay: 300ms !important;
  animation-delay: 300ms !important;
}
.animate__animated.animate__ql2 {
  -webkit-animation-delay: 500ms !important;
  animation-delay: 500ms !important;
}
.animate__animated.animate__ql3 {
  -webkit-animation-delay: 700ms !important;
  animation-delay: 700ms !important;
}
.animate__animated.animate__event1 {
  -webkit-animation-delay: 500ms !important;
  animation-delay: 500ms !important;
}
.animate__animated.animate__event2 {
  -webkit-animation-delay: 300ms !important;
  animation-delay: 300ms !important;
}
.animate__animated.animate__event3 {
  -webkit-animation-delay: 500ms !important;
  animation-delay: 500ms !important;
}

#class_menu li a {
  border: 0;
  background: #276db4;
  color: #fff !important;
  margin: 0px 5px 5px 0px;
  transition: 0.3s;
}
#class_menu li a:hover {
  background: #ebd647;
  text-decoration: none !important;
}
.standard_box h2 {
  color: #fff;
}
.fc-header-title h2 {
  font-size: 17px;
}
@media (min-width: 420px) {
  .fc-header-title h2 {
    font-size: 30px;
  }
  .standard_box .fas {
    display: initial;
  }
}
