@import "../bootstrap-build/bootstrap.css";
@import url("https://fonts.googleapis.com/css2?family=Lora:wght@400;700&family=Noto+Serif+TC:wght@500;700&family=Old+Standard+TT:ital,wght@0,400;0,700;1,400&display=swap");
.navbar {
  padding-top: 0;
  padding-bottom: 0;
  background-color: rgba(29, 22, 155, 0.74);
}
@media (min-width: 768px) {
  .navbar {
    height: unset;
  }
  .navbar > div {
    min-height: 120px;
  }
}

.mobile-nav-padding {
  width: 100%;
}
@media (min-width: 768px) {
  .mobile-nav-padding {
    height: unset;
  }
}

.mobile-menu-z-index {
  z-index: 1000;
}

.mobile-menu-bg {
  background-color: Rgb(0 0 0/37%);
}
@supports (mix-blend-mode: multiply) {
  .mobile-menu-bg {
    background-color: #9F9F9F;
    mix-blend-mode: multiply;
  }
}

.mobile-menu-size {
  left: calc(-1 * 240px);
  width: 240px;
  bottom: 0;
  max-height: calc(100vh - 71px);
  overflow-y: auto;
}
@media (min-width: 768px) {
  .mobile-menu-size {
    max-height: calc(100vh - 125px);
  }
}

#school-logo {
  font-weight: bold;
  text-shadow: 0 0 10px Rgb(0 0 0/50%);
  font-family: "Open Sans";
}
#school-logo #school-logo-img {
  max-width: 280px;
  margin-bottom: 10px;
  margin-top: 10px;
}
@media (min-width: 1440px) {
  #school-logo #school-logo-img {
    max-width: unset;
  }
}
#school-logo .en {
  font-size: 22px;
  line-height: 20px;
  padding-top: 4px;
}
#school-logo .ch {
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 5px;
  text-align: center;
}
@media (min-width: 768px) {
  #school-logo .en {
    font-size: 28px;
    line-height: 24px;
  }
  #school-logo .ch {
    font-size: 24px;
    line-height: 32px;
  }
}

#btn_menu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 20px;
}

#mobile_menu {
  top: 71px;
}
@media (min-width: 768px) {
  #mobile_menu {
    top: 125px;
  }
}
#mobile_menu .side_menu_item {
  background-color: rgba(3, 47, 99, 0.93);
  border-bottom: 1px solid rgb(0.75, 11.75, 24.75);
  padding: 16px;
}
#mobile_menu .menu-bg-lv-2 .side_menu_item {
  background-color: rgba(1.2, 18.8, 39.6, 0.8);
}

ul.menu li .subMenu li:hover {
  background-color: #3f4791;
}

ul.menu.nav {
  background-color: #51b7e8;
}

.menu-bg-lv-2, ul.menu li .subMenu li {
  background-color: #368fb9;
}

.menu-bg-lv-3 {
  background-color: #368fb9;
}
.menu-bg-lv-3 .menu-text {
  padding-left: 0.5rem;
}

.menu-text {
  color: #FFFFFF;
}

.menu-text:hover {
  color: #FFFFFF;
}

.main-slider {
  position: relative;
}
.main-slider .img-preview-bg {
  padding-top: 80%;
}
@media (min-width: 576px) {
  .main-slider .img-preview-bg {
    padding-top: 60%;
  }
}
@media (min-width: 768px) {
  .main-slider .img-preview-bg {
    padding-top: 56.25%;
  }
}
@media (min-width: 992px) {
  .main-slider .img-preview-bg {
    padding-top: 48%;
  }
}
.main-slider .slide-info {
  position: absolute;
  z-index: 10;
  bottom: 15px;
  right: 25px;
  width: 240px;
  background-color: #FFF;
  border-left: 15px solid #032F63;
  padding: 6px 14px;
  opacity: 0.65;
}
@media (min-width: 576px) {
  .main-slider .slide-info {
    width: 400px;
    padding: 9px 19px;
  }
}
@media (min-width: 768px) {
  .main-slider .slide-info {
    bottom: 40px;
    right: 80px;
    opacity: unset;
  }
}
.main-slider .slide-info .title {
  font-family: "Open Sans";
  color: #032F63;
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: bold;
}
@media (min-width: 576px) {
  .main-slider .slide-info .title {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .main-slider .slide-info .title {
    font-size: 30px;
    line-height: normal;
  }
}
.main-slider .slide-info .description {
  color: #555;
  font-size: 13px;
  line-height: 17px;
}
@media (min-width: 768px) {
  .main-slider .slide-info .description {
    font-size: 16px;
    line-height: normal;
  }
}

.main-slider .slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}
.main-slider .slick-dots {
  bottom: -4px;
}
@media (min-width: 768px) {
  .main-slider .slick-dots {
    bottom: 3px;
  }
}
@media (min-width: 992px) {
  .main-slider .slick-dots {
    bottom: 5px;
  }
}
.main-slider .slick-dots li button:before {
  color: #4870A0;
  opacity: 0.85;
  font-size: 10px;
}
@media (min-width: 768px) {
  .main-slider .slick-dots li button:before {
    font-size: 16px;
  }
}
.main-slider .slick-dots li.slick-active button:before {
  color: white;
  opacity: 0.9;
}

.video-wrapper video {
  position: absolute;
  object-fit: fill;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.toggleSoundButton {
  display: flex;
  align-items: center;
  justify-content: center;
  right: 10px;
  bottom: 10px;
  width: 30px;
  height: 30px;
  font-size: 1.3rem;
  background: linear-gradient(180deg, rgb(223, 237, 253) 0%, rgb(121, 193, 255) 100%);
  text-align: center;
  color: white;
  border-radius: 50%;
}
@media (min-width: 720px) {
  .toggleSoundButton {
    width: 50px;
    height: 50px;
    font-size: 2rem;
  }
}

.toggleSoundButton:hover {
  cursor: pointer;
  opacity: 0.9;
}

#mainmenu {
  position: relative;
  font-family: "Open Sans";
  margin-top: auto;
  align-items: stretch;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  #mainmenu {
    display: flex !important;
  }
}

.main-menu {
  display: flex;
  padding: 0px;
  margin-bottom: 5px;
}

.menu-item {
  list-style: none;
  max-width: 220px;
  position: relative;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-item:hover.menu-item-category:after {
  content: "\e094";
  font-family: Icons;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  width: 100%;
  text-align: center;
  touch-action: none;
  font-size: 12px;
  color: #aefbff;
  display: block;
  transform: scale(0.6) translateY(400%);
}

.menu-item-category:hover > .menu-item-label, .menu-item-category.active > .menu-item-label {
  color: #aefbff;
}

.menu-item-label, a.menu-item-label {
  color: rgba(255, 255, 255, 0.8);
  padding: 10px 7px;
  display: block;
  text-align: center;
}
.menu-item-label:hover, a.menu-item-label:hover {
  text-decoration: none;
}

.sub-menu {
  visibility: hidden;
  position: absolute;
  list-style: none;
  padding: 0;
  min-width: 190px;
  margin-left: 100%;
  top: 0;
  margin-top: 0;
  transition: 0.3s;
  background-color: rgba(2.25, 35.25, 74.25, 0.9);
  opacity: 0;
  transform: translateY(0px);
}
.sub-menu .menu-item:hover {
  background: rgb(0, 53.7625, 117.3);
}
.sub-menu .menu-item:hover > a.menu-item-label {
  color: #FFF;
}

.sub-menu.sub-menu-page {
  left: 0;
}

.menu-item:hover > .sub-menu {
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 80vh;
  opacity: 1;
  visibility: visible;
  z-index: 30;
  box-shadow: 0 9px 9px rgba(0, 0, 0, 0.3);
  transform: translateY(5px);
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.menu-item:hover > .sub-menu::-webkit-scrollbar {
  display: none;
}

.sub-menu-category {
  margin-left: 0;
  margin-top: 0;
  top: 100%;
}
.sub-menu-category:before {
  content: "";
  height: 5px;
  display: block;
  width: 100%;
  position: absolute;
  transform: translateY(-100%);
}

.menu-item-page {
  width: 100%;
  justify-content: center;
}

.langBtn {
  margin-bottom: 5px;
  display: flex;
  position: absolute;
  top: -60px;
  justify-content: center;
  align-items: center;
  right: 15px;
}
@media (max-width: 576px) {
  .langBtn {
    display: none;
  }
}
.langBtn .socialMedia_btn img {
  width: 35px;
  height: 35px !important;
  max-width: unset;
}
.langBtn .socialMedia_btn:hover {
  cursor: pointer;
}
.langBtn .socialMedia_btn:hover img {
  opacity: 0.8;
}
.langBtn a {
  margin: 5px;
}
.langBtn a:hover {
  color: white;
}
.langBtn .lang-btn {
  background-color: white;
  padding: 5px 10px;
  border-radius: 20px;
  width: 50px;
  color: blue;
  text-align: center;
}
.langBtn .lang-btn:hover {
  color: blue;
  text-decoration: none;
}

#lang_mobile_bar .socialMedia_btn img {
  height: 35px !important;
  margin-right: 5px;
}

#cboxLoadedContent {
  background: unset;
}

#cboxContent {
  background: unset;
}

.section-motto h1, .section-motto h2, .section-motto h3, .section-motto h4, .section-motto h5 {
  font-family: "Open Sans";
}
.section-motto p {
  font-size: 18px;
  font-family: "Open Sans";
}
@media (max-width: 768px) {
  .section-motto p {
    line-height: normal;
  }
}
.section-motto .motto {
  font-size: clamp(24px, 3vw, 40px);
}

.news-title {
  font-weight: bold;
}

.news-section .img-preview-bg {
  padding-top: 100%;
}
.news-section .date {
  text-transform: uppercase;
  position: absolute;
  right: 0;
  top: 0;
  padding: 7px 20px;
  font-size: 18px;
  background-color: #032F63;
  color: white;
  font-weight: bold;
}
.news-section .info-box {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.news-section .title {
  padding: 30px 10px;
  position: relative;
  text-shadow: 0 0 11px Rgb(0 0 0/60%);
}
.news-section .title:before {
  content: "";
  display: block;
  margin: auto;
  height: 1px;
  border-top: 1px solid #FFF;
  top: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  transition: 0.4s;
}
.news-section a:hover .title:before {
  width: 90%;
}
.news-section a:hover .more-btn-container .more-btn {
  transform: translate(-50%, -35px);
}
.news-section .more-btn-container {
  text-align: center;
  flex-grow: 1;
  position: relative;
  overflow: hidden;
}
.news-section .more-btn-container .more-btn {
  border: 1px solid #FFF;
  padding: 7px;
  width: 200px;
  font-size: 16px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, 120%);
  transition: 0.4s transform, 0.4s background-color;
  text-shadow: 0 0 3px Rgb(0 0 0/75%);
}
.news-section .more-btn-container .more-btn:hover {
  background: rgba(255, 255, 255, 0.2);
}
.news-section ul.news-list {
  margin: auto;
}
.news-section ul.news-list > li {
  max-width: 380px;
  margin: auto;
}
@media (min-width: 992px) {
  .news-section ul.news-list > li {
    border-right: 1px solid #032F63;
    max-width: none;
  }
}
.news-section ul.news-list > li:last-child {
  border-color: transparent;
}

#news-page-index .pager .next > a, #news-page-index .pager .previous > a {
  float: none;
}
#news-page-index ul.yiiPager .selected a {
  background: #032F63;
  color: white !important;
}
#news-page-index ul.yiiPager a:link, #news-page-index ul.yiiPager a:visited {
  border: solid 1px #032F63;
  color: #032F63;
}
#news-page-index .news_item {
  background-color: white;
  padding: 1.7rem 1rem;
  border-top: #EEE solid 1px;
  display: block;
  text-decoration: none !important;
}
#news-page-index .news_item:hover {
  background-color: #f7f7f7;
}
#news-page-index .news_item:first-child {
  border-top: none;
}
#news-page-index .news_item .news-title {
  font-size: 22px;
  font-weight: bold;
  color: #032F63;
  font-family: "Open Sans";
}
#news-page-index .news_item .news-date {
  font-size: 13px;
  font-family: "Open Sans";
  color: #aefbff;
}

.news-page {
  justify-content: center;
}
.news-page .section-title {
  font-size: 24px;
  color: rgb(178.05, 247.35, 250.95);
}
.news-page ul {
  list-style: none;
  padding-left: 0;
}
.news-page ul li {
  color: rgb(8.1, 47.425, 93.9);
  padding: 15px 5px;
  border-bottom: 1px solid #EEE;
}
.news-page ul li:last-child {
  border-bottom: none;
}
.news-page .news-date {
  font-size: 13px;
  font-family: "Open Sans";
  color: #aefbff;
}
@media (min-width: 1000px) {
  .news-page .col-main {
    max-width: 570px;
  }
  .news-page .recent-news {
    width: 270px;
    position: sticky;
    top: 125px;
    padding: 25px 0;
    margin: auto;
  }
}
@media (min-width: 1200px) {
  .news-page .col-main {
    max-width: 740px;
  }
  .news-page .recent-news {
    width: 370px;
    padding: 25px;
    margin: 0;
  }
}

.section-achv a.section-title {
  max-width: 450px;
}
.section-achv a.section-title span:hover {
  margin-left: 0px;
  margin-right: -30px;
  padding-left: 0px;
  padding-right: 30px;
}
@media (min-width: 768px) {
  .section-achv a.section-title span {
    transition-duration: 0.2s;
  }
  .section-achv a.section-title span:hover {
    margin-left: 0px;
    margin-right: -40px;
    padding-left: 0px;
    padding-right: 40px;
  }
}
.section-achv .achv-info {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (min-width: 992px) {
  .section-achv .achv-info {
    justify-content: flex-end;
    align-items: center;
  }
}
.section-achv .achv-info .inner-wrap {
  padding: 20px;
  margin: auto;
}
@media (min-width: 768px) {
  .section-achv .achv-info .inner-wrap {
    padding: 40px;
  }
}
@media (min-width: 992px) {
  .section-achv .achv-info .inner-wrap {
    padding: 40px;
    padding-bottom: 30px;
    padding-right: 50px;
    margin: 0;
  }
}
.section-achv .img-preview-bg {
  padding-top: 155%;
  background-position: center;
}
.section-achv .achv-item {
  margin: auto;
  width: 50%;
  margin-top: 10px;
  margin-bottom: 0;
  border-right: 2px solid #fff;
  font-size: 18px;
  overflow: hidden;
  padding: 10px 9vw;
}
@media (min-width: 576px) {
  .section-achv .achv-item {
    padding: 10px 15vw;
  }
}
@media (min-width: 768px) {
  .section-achv .achv-item {
    padding: unset;
  }
}
.section-achv .achv-item .img-preview-bg {
  transition: 0.5s ease;
}
.section-achv .achv-item .img-preview-bg:hover {
  transform: scale(1.05);
}
@media (min-width: 576px) {
  .section-achv .achv-item {
    margin-top: 0px;
    width: auto;
  }
}
.section-achv .item-title-box {
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  height: 100%;
  background-image: linear-gradient(195deg, transparent 33%, rgba(1.05, 16.45, 34.65, 0.95));
  background-size: 100% 100%;
  transition: 0.2s;
  width: 100%;
}
.section-achv .item-title-box:hover {
  background-size: 100% 110%;
  padding-bottom: 10px;
}
.section-achv .item-title-box > div {
  padding: 20px;
  font-weight: bold;
  color: #FFF;
  text-shadow: 0 0 11px Rgb(0 0 0/60%);
}
.section-achv .more-btn {
  display: inline-block;
  text-align: center;
  border: 1px solid;
  width: 240px;
  font-size: 20px;
  padding: 8px 20px;
  transition: 0.2s;
}
.section-achv .more-btn:hover {
  background-color: #014593;
  background-color: rgba(0, 80, 175, 0.63);
}

.achi-view {
  padding-top: 18px;
}
@media (min-width: 768px) {
  .achi-view {
    padding-top: 30px;
  }
}

.achi-view-title {
  font-family: "Arimo", "Microsoft JhengHei", sans-serif;
  color: #032F63;
  font-weight: 700;
  font-size: clamp(24px, 2.5vw, 32px);
  margin-bottom: 10px;
  line-height: 120%;
}
@media (min-width: 576px) {
  .achi-view-title {
    font-size: 32px;
  }
}

.achi-view-date {
  color: #FFFFFF;
}

.darken-effect {
  background-image: linear-gradient(195deg, transparent 33%, rgba(1.05, 16.45, 34.65, 0.95));
  background-size: 100% 100%;
  transition: 0.2s;
}
.darken-effect:hover {
  background-size: 100% 110%;
  padding-bottom: 10px;
}
.darken-effect > .title {
  padding: 20px;
  font-weight: bold;
  color: #FFF;
  text-shadow: 0 0 11px Rgb(0 0 0/60%);
}

.list-view .pager {
  padding-bottom: 5px;
}

.section-achv.section-achv-2 {
  color: white;
}
.section-achv.section-achv-2 .achv-info {
  align-items: flex-start;
  justify-content: flex-start;
}
@media (min-width: 992px) {
  .section-achv.section-achv-2 .achv-info {
    padding-left: 30px;
    padding-right: 20px;
  }
}
.section-achv.section-achv-2 .achv-info .inner-wrap {
  max-width: 550px;
  margin: auto;
  padding: 40px 20px;
}
@media (min-width: 992px) {
  .section-achv.section-achv-2 .achv-info .inner-wrap {
    padding: 40px;
    padding-bottom: 25px;
    position: absolute;
    margin: 0;
    width: 100%;
    height: 100%;
  }
}
.section-achv.section-achv-2 a.section-title span:hover {
  margin-right: -30px;
  padding-right: 30px;
}
@media (min-width: 768px) {
  .section-achv.section-achv-2 a.section-title span {
    transition-duration: 0.2s;
  }
  .section-achv.section-achv-2 a.section-title span:hover {
    margin-right: -100px;
    padding-right: 100px;
  }
}

#info-slick.slick-initialized .slick-slide.row {
  display: flex;
}

.section-info {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: auto;
  padding: 50px 0px;
  position: relative;
}
@media (min-width: 768px) {
  .section-info {
    height: 580px !important;
    padding: 50px 90px;
  }
}
.section-info > div {
  top: 50px;
  height: 100%;
}
@media (min-width: 768px) {
  .section-info > div {
    position: absolute;
  }
}
.section-info .info-bg {
  height: calc(100% - 50px * 2);
  width: 100%;
  background-color: rgba(0, 25, 66, 0.9);
}
@supports (mix-blend-mode: multiply) {
  .section-info .info-bg {
    mix-blend-mode: multiply;
    background-color: #032F63;
  }
}
@media (max-width: 768px) {
  .section-info .info-bg {
    opacity: 0.65;
  }
}
.section-info .inner-wrap {
  position: relative;
  z-index: 10;
  padding: 45px 25px;
  max-width: 570px;
  height: calc(100% - 50px * 2);
  color: white;
}
@media (min-width: 768px) {
  .section-info .inner-wrap {
    padding: 45px;
    width: 570px;
  }
}
.section-info .inner-wrap a {
  color: #FFFFFF;
}
.section-info .inner-wrap a:hover {
  text-decoration: unset;
}
.section-info .inner-wrap a {
  color: #FFFFFF;
}
.section-info .inner-wrap a:hover {
  text-decoration: unset;
}
.section-info hr {
  border-color: white;
}
.section-info h1 {
  text-transform: uppercase;
  font-size: 27px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .section-info h1 {
    font-size: 34px;
  }
}

#footer {
  font-size: 14px;
  padding: 30px;
  text-align: right;
  line-height: 1.8;
}
@media (max-width: 576px) {
  #footer {
    font-size: 12px;
  }
}
@media (max-width: 818px) {
  #footer {
    text-align: left;
  }
  #footer .col-md-auto {
    margin-top: 20px;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  #footer .icon_and_schoolName {
    height: 50px;
  }
}
#footer a {
  color: #a3ccff;
  padding: 2px;
  font-weight: bold;
}
#footer a:hover {
  text-decoration: none;
}
#footer .schoolName_footer {
  font-size: 16px;
}
@media (min-width: 576px) {
  #footer .schoolName_footer {
    font-size: 1.3rem;
  }
}
#footer .schoolName_footer_zhtw {
  font-size: 18px;
}
@media (min-width: 576px) {
  #footer .schoolName_footer_zhtw {
    font-size: 1.6rem;
  }
}
#footer .facebook_footer_icon {
  height: 30px !important;
  width: auto;
  margin-right: 10px;
}
@media (max-width: 576px) {
  #footer .facebook_footer_icon {
    height: 20px;
    margin-right: 5px;
  }
}
@media (min-width: 1200px) {
  #footer .facebook_footer_icon {
    height: 42px;
  }
}
#footer .ig_footer_icon {
  height: 30px !important;
  width: auto;
  margin-right: 10px;
}
@media (max-width: 576px) {
  #footer .ig_footer_icon {
    height: 20px;
    margin-right: 5px;
  }
}
@media (min-width: 1200px) {
  #footer .ig_footer_icon {
    height: 42px;
  }
}
#footer .facebook_footer_icon:hover, #footer .ig_footer_icon:hover {
  opacity: 0.8;
  text-decoration: none;
}
#footer .facebook_footer_icon:hover a:focus, #footer .ig_footer_icon:hover a:focus {
  text-decoration: none;
}

.pageFileContainer {
  margin-bottom: 15px;
}

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

.pageFileItem {
  background: #f7fbff;
  margin-bottom: 0.7rem;
  transition: 0.5s;
  font-weight: 500;
  font-size: 1rem;
  padding: 0 10px;
}
@media (min-width: 576px) {
  .pageFileItem {
    padding: 0 30px;
  }
}
.pageFileItem a {
  text-decoration: none;
  color: #347cd0;
}
.pageFileItem:hover {
  background: #e5e9f1;
}
.pageFileItem:hover .pageFileItem_Icon {
  background-color: #1474e0;
}
.pageFileItem:hover .pageFileItem_title {
  color: #1474e0;
}
.pageFileItem .pageFileItem_Icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #347cd0;
  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;
  }
}

.page-clubs-tableData-container {
  padding: 15px 10px 10px;
  margin: 1% auto;
  max-width: 1200px;
  width: 90%;
  border-top: 2px #d6e9ff solid;
  border-bottom: 2px #d6e9ff solid;
  background-color: rgba(248, 251, 255, 0.4784313725);
}
.page-clubs-imageData-container {
  padding: 0.5% 0;
}
.page-clubs-imageData-container .img-clubs-imageData {
  text-align: center;
}
.page-clubs-imageData-container .img-clubs-imageData img {
  max-width: 100%;
  height: auto;
}

.page-student-honours-box {
  padding: 1rem 0.8rem;
  margin-bottom: 30px;
  background-color: #f7faff;
  border-top: 8px solid #3283e0;
  border-bottom: 2px solid #eaf4ff;
}

.page-student-honours-awardName {
  color: #4373cc;
  font-weight: bold;
  font-size: 1.2rem;
}
.page-student-honours-awardName div {
  padding-left: 5px;
}
@media (min-width: 576px) {
  .page-student-honours-awardName {
    font-size: 1.4rem;
  }
}

.page-student-honours-awardStudentsList {
  width: 100%;
  margin: 10px 0;
  padding: 1rem 1rem 2rem 1rem !important;
}
.page-student-honours-awardStudentsList tbody {
  min-width: 100%;
  display: table;
}
.page-student-honours-awardStudentsList td {
  padding: 5px !important;
  min-width: 225px;
  width: 25%;
}

.full-width-limit {
  margin: auto;
}

body {
  font-family: "Open Sans";
  font-size: 16px;
}

.img-preview-bg {
  width: 100%;
  padding-top: 66.7%;
  position: relative;
  background-color: white;
  background-size: cover;
  background-position: center;
}

a.img-preview-bg {
  display: block;
}

.text-decoration-none, .text-decoration-none:hover, .text-decoration-none:active, .text-decoration-none:focus {
  text-decoration: none;
}

.bg-2nd {
  background-color: #221CBE;
}

.text-main {
  color: #032F63;
}

.text-2nd {
  color: #aefbff;
}

.text-2nd-light {
  color: rgb(250.5, 254.7777777778, 255);
}

h1, h2, h3, h4 {
  font-family: "Open Sans";
}

p {
  line-height: 2.5;
}

.section-title {
  color: #032F63;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Open Sans";
  font-size: 30px;
}
.section-title span {
  border-bottom: 1px solid;
}

a.section-title span {
  display: inline-block;
  transition: 0.15s padding, 0.15s margin, 0.1s color;
}
a.section-title span:hover {
  margin-left: -30px;
  margin-right: -30px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 576px) {
  a.section-title span {
    transition: 0.3s padding, 0.3s margin, 0.15s color;
  }
  a.section-title span:hover {
    margin-left: -70px;
    margin-right: -70px;
    padding-left: 70px;
    padding-right: 70px;
  }
}
.off-white-bg {
  background-color: #F2EDE4;
}

a {
  color: #4dbfff;
}

.breadcrumbs {
  margin: 20px 0;
  color: #777;
  font-size: 14px;
}
@media (max-width: 768px) {
  .breadcrumbs {
    padding-left: 3px;
  }
}

.page-wrapper {
  margin: auto;
  padding: 30px 15px;
  min-height: 500px;
}
.page-wrapper img {
  max-width: 100%;
  height: auto;
}

.main-col-width {
  max-width: 740px;
}

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