/* 
Theme Name:		 MIDSEA Theme
Theme URI:		 http://childtheme-generator.com/
Description:	 MIDSEA Theme is a child theme of Astra, created by Websparks
Author:			 Websparks
Author URI:		 https://www.websparks.sg/
Template:		 astra
Version:		 1.0.0
Text Domain:	 nus-theme
*/
/*
    Add your custom styles here
*/
:root {
  --orange: #EF7C00;
  --blue: #003D7C;
}

body {
  font-family: "Roboto", "Arial", sans-serif;
}

.ast-desktop .ast-menu-hover-style-underline>.menu-item>.menu-link::before,
.ast-desktop .ast-menu-hover-style-overline>.menu-item>.menu-link::before {
  height: 3px;
}

.ast-desktop .ast-menu-hover-style-underline>.menu-item:hover>.menu-link::before,
.ast-desktop .ast-menu-hover-style-overline>.menu-item:hover>.menu-link::before {
  background-color: var(--orange);
}

.ast-desktop .ast-menu-hover-style-underline>.menu-item.current_page_item>.menu-link::before,
.ast-desktop .ast-menu-hover-style-overline>.menu-item.current_page_item>.menu-link::before {
  width: 100%;
  background-color: var(--orange);
  transform: scale(1, 1) translate(50%, 0);
}

.ast-desktop .ast-builder-menu-1 .menu-item .sub-menu .menu-item a.menu-link {
  color: var(--blue);
}

.ast-desktop .ast-builder-menu-1 .menu-item .sub-menu .menu-item a.menu-link:hover {
  color: #262626;
  background-color: #F5F5F5;
}

.site-logo-img img {
  height: 60px;
  width: auto;
}

.site-branding {
  display: flex;
}

.site-branding .nus-faculty-border {
  border-right: 1.5pt solid #003d7c;
  margin: 0px 15px;
}

.site-content>.ast-container {
  max-width: 100%;
  padding: 0;
}

body.search .ast-container {
  max-width: 1140px;
  padding: 0;
}

/********** FOOTER **********/
footer .nus-footer .dept-footer {
  margin-left: auto;
  margin-right: auto;
}

footer .nus-footer {
  padding: 70px 0px;
}

footer .nus-footer .dept-name {
  color: white;
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
}

footer .nus-footer .dept-info .icon {
  color: white;
  margin-right: 10px;
  float: left;
}

footer .nus-footer .dept-footer .dept-info {
  font-size: 14px;
  margin-left: 24%;
}

footer .nus-footer .dept-footer .dept-info .info {
  font-size: 14px;
  width: 70%;
  margin: auto;
  margin-left: 12%;
}

footer .nus-footer .dept-footer .dept-info .info, footer .nus-footer .dept-footer .dept-info .info {
  text-align: left;
}

footer .nus-footer .dept-footer .dept-info .info, footer .nus-footer .dept-footer .dept-info .info a {
  color: #999;
}

footer .nus-footer .dept-footer .social-icons img {
  width: 30px;
  margin: 0px 4px;
}

footer .nus-footer .dept-footer .social-icons {
  margin: 0px auto;
  text-align: center;
  padding-top: 50px;
}

footer .nus-footer .dept-footer .social-icons img {
  display: inline-block;
}

@media only screen and (max-width:768px) {
  .nus-footer .dept-footer {
    width: auto;
  }
}

/********** HEADER **********/
header .custom-logo-link img {
  height: 40px;
  object-fit: contain;
  margin-top: 10px;
}

#ast-hf-mobile-menu a.menu-link {
  color: #003D7C;
  font-size: 14px;
}

@media only screen and (max-width:920px) {
  .ast-icon.icon-arrow svg {
    transform: none;
    font-size: 10px;
  }

  .ast-submenu-expanded>.ast-menu-toggle .ast-icon.icon-arrow svg {
    transform: rotate(180deg);
  }
}

@media only screen and (max-width:767px) {
  header .custom-logo-link img {
    height: 25px;
    margin-top: 6px;
  }
}

.ast-search-box.header-cover .icon-close svg {
  color: #0d0d0d;
}

#ast-desktop-header .ast-search-box.header-cover {
  position: static;
  padding: 20px;
  background: none;
  background-color: #f8f8f8;
}

#ast-desktop-header .ast-search-box.header-cover .ast-search-wrapper {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  transform: none;
}

#ast-desktop-header .ast-search-box.header-cover .search-form {
  position: relative;
}

#ast-desktop-header .ast-search-box.header-cover .search-form .search-field {
  width: 100%;
  padding: 10px 16px 10px 40px;
  font-size: 18px;
  line-height: 1.33em;
  background-color: #fff;
  color: #0d0d0d;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  height: 45px;
  border-radius: 0px;
}

#ast-desktop-header .ast-search-box.header-cover .search-form .search-field::placeholder {
  color: #ccc;
}

#ast-desktop-header .ast-search-box.header-cover .search-form .search-text-wrap {
  width: calc(100% - 0em);
}

#ast-desktop-header .ast-search-box.header-cover .search-form .search-text-wrap:before {
  display: block;
  position: absolute;
  top: 2px;
  left: 5px;
  opacity: 0.1;
  z-index: 3;
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(assets/images/search-solid.png );
  background-repeat: no-repeat;
  background-position: center;
  background-size: 17px auto;
}

#ast-desktop-header .ast-search-box.header-cover .search-form .close {
  opacity: 0;
  display: none;
}

.nus-row-page-banner {
  max-width: 1260px;
}

.nus-row-page-banner>.fl-row-content-wrap {
  background-size: cover;
  padding-top: 192px;
  padding-bottom: 220px;
  padding-left: 235px;
  overflow: hidden;
}

.nus-row-page-banner>.fl-row-content-wrap:after {
  right: auto;
  left: 50%;
  width: 2170px;
  margin-left: -1085px;
}

.nus-row-page-banner>.fl-row-content-wrap h1.fl-heading {
  max-width: 700px;
  font-size: 60px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -3px;
  text-shadow: -1px 0px 15px rgba(0, 0, 0, 0.35);
}

.nus-row-page-banner>.fl-row-content-wrap h4.fl-heading {
  max-width: 700px;
  font-size: 34px;
  font-weight: 500;
  text-shadow: -1px 0px 15px rgba(0, 0, 0, 0.35);
}

@media only screen and (max-width: 1024px) {
  .nus-row-page-banner>.fl-row-content-wrap {
    background-size: cover;
    padding-top: 272px;
    padding-bottom: 90px;
    padding-left: 50px;
  }

  .nus-row-page-banner>.fl-row-content-wrap:after {
    right: 0px;
    left: 0px;
    width: auto;
  }

  .nus-row-page-banner>.fl-row-content-wrap h1.fl-heading {
    font-size: 40px;
    letter-spacing: -2px;
  }

  .nus-row-page-banner>.fl-row-content-wrap h4.fl-heading {
    font-size: 26px;
  }
}

@media only screen and (max-width: 767px) {
  .nus-row-page-banner>.fl-row-content-wrap {
    background-size: auto 100%;
    padding-top: 200px;
    padding-bottom: 50px;
    padding-left: 20px;
  }

  .nus-row-page-banner>.fl-row-content-wrap h1.fl-heading {
    font-size: 30px;
    letter-spacing: -1px;
  }

  .nus-row-page-banner>.fl-row-content-wrap h4.fl-heading {
    font-size: 18px;
  }
}

.main-header-menu .menu-link, .main-header-menu>a {
  padding: 0 15px 0 15px;
}

/********** BREADCRUMBS **********/
.custom-breadcrumbs {
  background: #002449;
}

.custom-breadcrumbs ul {
  list-style: none;
  max-width: 1140px;
  display: flex;
  margin: 0px auto;
  flex-wrap: wrap;
}

.custom-breadcrumbs>ul>li {
  float: left;
  margin-right: 5px;
  color: #999;
  font-size: 14px;
}

.custom-breadcrumbs>ul>li>a {
  /**color: #959595;*/
  color: #555;
}

.custom-breadcrumbs ul>li a:hover {
  color: #fff;
  text-decoration: none;
}

.custom-breadcrumbs>ul>li:nth-child(n+2)::before {
  /**font-family: "Font Awesome 5 Free";*/
  font-weight: 600;
  content: "/";
  font-size: 15px;
  margin: 0px 10px;
}

.breadcrumbs-home {
  padding-right: 10px;
  color: #f27c36;
}



/********** SEARCH PAGE **********/
#ast-mobile-header .ast-below-header-wrap {
  display: none;
}

.main_header_search_icon {
  line-height: 0;
}

.main_header_search_bar {

  .search-form,
  .search-text-wrap {
    position: relative;
  }

  .search-text-wrap:before {
    display: block;
    position: absolute;
    top: -10px;
    opacity: 0.1;
    z-index: 3;
    content: "";
    width: 40px;
    height: 40px;
    background-image: url(assets/images/search-solid.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 17px auto;
  }

  .search-field {
    width: 100%;
    padding: 10px 16px 10px 40px;
    font-size: 18px;
    line-height: 1.33em;
    background-color: #fff;
    color: #0d0d0d;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    height: 45px;
    border-radius: 0px;
  }
}

.ast-below-header-bar .header-widget-area {
  padding: 0 !important;
  width: 100% !important;
}

.search-results {
  width: 100%;
}

@media only screen and (max-width:767px) {
  .search-results .container {
    padding: 20px;
  }
}

.search-results .headline {
  margin: 24px 0px;
}

.search-results .headline h2 {
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 0px;
  text-align: left;
  color: #003d7c;
}

.search-results .form-search {
  display: block;
  width: 100%;
  margin-bottom: 25px;
  position: relative;
}

.search-results .form-search .searchBox {
  height: 50px;
  width: 100%;
  padding-left: 25px;
  padding-right: 90px;
  font-size: 14px;
  line-height: 24px;
}

.search-results .form-search .icon-cancel {
  position: absolute;
  height: 16px;
  width: 16px;
  top: 17px;
  right: 60px;
  cursor: pointer;
  z-index: 5;
}

.search-results .form-search .icon-search {
  position: absolute;
  top: 17px;
  right: 30px;
  cursor: pointer;
  z-index: 5;
  height: 17px;
  width: 17px;
  opacity: 0.8;
}

.search-results .results .resultCount {
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: left;
  margin-top: 50px;
  margin-bottom: 50px;
}

.search-results .results .resultList {
  margin-top: 25px;
  margin-bottom: 25px;
}

.search-results .results .resultList .result-item {
  margin-bottom: 15px;
}

.search-results .results .resultList .result-title {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  color: #262626;
  margin-bottom: 8px;
}

.search-results .results .resultList .description {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: left;
  color: #343434;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}

.search-results .results .resultList .read-more button {
  border: none;
  background: none;
  padding: 0px;
}

.search-results .results .resultList .read-more button:focus {
  outline: none;
}

.search-results .results .resultList .read-more span {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: left;
  cursor: pointer;
  color: #0D315F;
}

.search-results .results .resultList .read-more span:hover {
  color: #45565F;
}

@media only screen and (min-width: 1200px) {
  .search-results .form-search {
    width: 100%;
  }
}

.result-item-divider {
  margin-top: 10px;
  border-bottom: 1px solid #e0e0e0;
}

.wrapper-paging {
  text-align: center;
}

.wrapper-paging .page-numbers {
  list-style: none;
}

.wrapper-paging .page-numbers li {
  display: inline-block;
}

.wrapper-paging .page-numbers li .page-numbers {
  border: none;
  padding: 4px 8px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  color: #707070;
}

.wrapper-paging .page-numbers li .page-numbers.current {
  color: white;
  background: #003d7c;
}

.wrapper-paging .page-numbers li .page-numbers.next {
  color: white;
  position: relative;
}

.wrapper-paging .page-numbers li .page-numbers.next:before {
  background: url("assets/images/next-arrow.svg");
  width: 7px;
  height: 12px;
  display: block;
  content: " ";
  position: absolute;
  top: 7px;
  left: 10px;
}

.wrapper-paging .page-numbers li .page-numbers.prev {
  color: white;
  position: relative;
}

.wrapper-paging .page-numbers li .page-numbers.prev:before {
  background: url("assets/images/prev-arrow.svg");
  width: 7px;
  height: 12px;
  display: block;
  content: " ";
  position: absolute;
  top: 8px;
  right: 10px;
}



/********** MEGA MENU **********/

.ast-mm-custom-text-content {
  height: 144px;
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: left;
  color: #343434;
}

@media only screen and (max-width: 767px) {
  .ast-mm-custom-text-content {
    padding: 0 20px 0 20px;
  }
}


/* Mobile */
@media screen and (max-width: 767px) {
  .ast-mobile-header-wrap .ast-primary-header-bar {
    height: 63px;
    min-height: 63px !important;
  }

  .ast-site-identity {
    padding: 0 !important;
  }

  .site-logo-img img {
    height: 38.24px;
    object-fit: contain;
  }

}





.ast-mobile-popup-header {
  position: relative;
  background-color: #EEEEEE;
  min-height: 35px !important;
  height: 35px;
}

.ast-mobile-popup-header::after {
  content: 'SIDEBAR';
  top: 5px;
  left: 12px;
  position: absolute;
  color: #333333;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}

.ast-mobile-popup-drawer .ast-mobile-popup-header .menu-toggle-close {
  padding: 5px 10px 5px 10px;
  background: #BBBBBB33;
  border-radius: 0;
}

#ast-hf-mobile-menu {
  position: relative;
  padding-top: 54px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 20px;
}

#ast-hf-mobile-menu::before {
  content: "Main Menu";
  font-size: 18px;
  left: 12px;
  top: 10px;
  position: absolute;
}

.ast-mobile-popup-content *:focus {
  outline: none !important;
}

.ast-mobile-popup-content button {
  box-shadow: none !important;
}

.ast-mobile-popup-content .menu-text {
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  vertical-align: middle;
  text-transform: capitalize;

}

.ast-mobile-popup-content .main-navigation ul .menu-item .menu-link {
  padding: 5px 35px !important;
}


.ast-mobile-popup-content .main-navigation ul {
  gap: 0 !important;
}

.ast-mobile-popup-content .ast-menu-toggle .ast-icon.icon-arrow svg {
  height: 15px !important;
  width: 15px !important;
  color: #013D7C !important;
}

#ast-mobile-header .ast-search-box svg {
  color: white !important;
}

#ast-hf-mobile-menu a.menu-link:hover {
  background: #eee;
  color: #000;
}

#ast-hf-mobile-menu .sub-menu {
  background: #f6f6f6 !important;
  padding-left: 10px;
}

#ast-hf-mobile-menu .sub-menu .menu-text {
  font-weight: 400 !important;
}

#ast-hf-mobile-menu .sub-menu .menu-link>.ast-icon {
  display: none !important;
}

.ast-mobile-popup-drawer .main-header-bar-navigation .menu-item-has-children>.ast-menu-toggle {
  top: 3px !important;
  right: calc(20px - 0.907em) !important;
}

#ast-hf-mobile-menu .ast-menu-toggle .ast-icon.icon-arrow svg {
  transform: rotate(270deg) !important;
}

#ast-hf-mobile-menu .sub-menu .menu-link {
  border: none !important;
}

/* Quicklinks Mobile */
.ast-mobile-popup-content .widget_nav_menu {
  margin-left: 12px;
  margin-right: 12px;
  margin-bottom: 80px;
}

.ast-mobile-popup-content .widget-title {
  font-size: 18px;
  font-weight: 400 !important;
  margin-bottom: 10px !important;
}

.ast-mobile-popup-content .widget_nav_menu .menu-link {
  display: inline-block;
  width: 100%;
  border-bottom-width: 1px;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-color: #eaeaea;
  border-style: solid;
  padding: 12px 35px !important;
  font-weight: 700;
  font-size: 14px;
}

.ast-mobile-popup-content .widget_nav_menu .menu-link:hover {
  background: #eee;
  color: #000;
}





/* General Changes*/
h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", "Arial", sans-serif !important;
}

#ast-hf-menu-1 {
  gap: 30px;
}

#ast-hf-menu-1>.menu-item>.menu-link {
  padding: 0;
}

.ast-desktop .ast-menu-hover-style-underline>.menu-item:hover>.menu-link:before {
  width: 100% !important;
}

.ast-desktop .ast-primary-header-bar .main-header-menu>.menu-item {
  line-height: 40px !important;
}

















.event_filter_tab_form {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin: 44px 0;
}


.event_category_container {
  display: none;
  flex-direction: row;
  gap: 16px;
}

.event_form_choice {
  padding-top: 12px;
  padding-right: 16px;
  padding-bottom: 12px;
  padding-left: 16px;
  border-radius: 6px;
  color: #1F2933;
  font-weight: 400;
  font-size: 16px;
  background-color: transparent;
  transition: background-color 0.5s ease-in-out;
}

.event_form_choice.active,
.event_form_choice.active:hover,
.event_form_choice.active:active {
  color: white;
  background-color: #7A2CBF;
}

.event_form_choice:hover,
.event_form_choice:active {
  background-color: #7A2CBF26;
}

.event_search_field {
  outline: none !important;
  background-color: white !important;
  border-radius: 6px !important;
  border: 1px solid #1A1C261A !important;
  padding: 8px 12px !important;
}

.event_search_field::placeholder {
  font-size: 14px !important;
  color: #999A9F !important;
}

.event_search_submit {
  position: absolute;
  right: 10px;
  padding: 0;
  background-color: transparent !important;
  outline: none !important;
}

.event_search_submit:hover,
.event_search_submit:active {
  background-color: transparent !important;
}






.event_grid_container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.event_parent_container {
  display: flex;
  flex-direction: row;
  gap: 32px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-top: 1px solid #7A2CBF;
  text-decoration: none !important;
  outline: none !important;
}

.event_parent_container:hover {
  .event_link {
    text-decoration-color: #7A2CBF !important;
  }

  .event_image::after {
    border-right: 8px solid #FF8940;
    border-bottom: 8px solid #FF8940;
  }

  .event_link::before {
    opacity: 1;
  }

  .event_link::after {
    transform: translateX(9px);
  }
}

.event_content_container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.event_content_inner_container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.event_image_container,
.event_image {
  width: 372px;
  border-top-left-radius: 48px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 48px;
  border-bottom-left-radius: 16px;
  position: relative;
}

.event_image::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  border-right: 8px solid rgba(0, 0, 0, 0);
  border-bottom: 8px solid rgba(0, 0, 0, 0);
  top: 0;
  right: 0;
  border-top-left-radius: 48px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 48px;
  border-bottom-left-radius: 16px;
  transition: border 0.5s ease-in-out;
}

.event_image img {
  object-fit: cover;
  border-top-left-radius: 48px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 48px;
  border-bottom-left-radius: 16px;
}

.event_content_title {
  font-weight: 700;
  font-size: 20px;
  color: #1F2933;
}

.event_date_location {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.event_ongoing_date {
  width: fit-content;
  height: fit-content;
  background-color: #FF8940;
  padding-top: 4px;
  padding-right: 8px;
  padding-bottom: 4px;
  padding-left: 8px;
  border-radius: 8px;
  color: white;
  font-size: 14px;
  font-weight: 400;
}

.event_upcoming_date {
  width: fit-content;
  height: fit-content;
  background-color: #7A2CBF;
  padding-top: 4px;
  padding-right: 8px;
  padding-bottom: 4px;
  padding-left: 8px;
  border-radius: 8px;
  color: white;
  font-size: 14px;
  font-weight: 400;
}

.event_past_date {
  width: fit-content;
  height: fit-content;
  background-color: #4B5563;
  padding-top: 4px;
  padding-right: 8px;
  padding-bottom: 4px;
  padding-left: 8px;
  border-radius: 8px;
  color: white;
  font-size: 14px;
  font-weight: 400;
}

.event_calendar_icon,
.event_location_icon {
  position: absolute;
  transform: translate(-30px, 2px);
}

.event_date_nums,
.event_location_address {
  padding-left: 0px;
}

.event_date,
.event_location,
.event_online_location {
  font-size: 16px;
  color: #1F2933;
  padding-left: 30px;
  padding-right: 14px;
}

.event_homepage_grid_container{
  .event_date_location{
    flex-direction: column;
  }

  .event_date_nums, .event_location_address{
    padding-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .left_event_child_date_location_container,
  .event_date_location{
    flex-direction: column !important;
    gap: 10px;
  }
  
  .event_online_location{
    padding-left: 30px;
  }

  .event_date_nums, .event_location_address {
    padding-left: 0 !important;
  }
}

.event_content_text {
  font-size: 16px;
  color: #1F2933;
  line-height: 150%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}


.event_link {
  position: relative;
  width: fit-content;
  color: #7A2CBF !important;
  font-size: 16px;
  text-decoration: underline !important;
  text-decoration-color: transparent !important;
  transition: text-decoration-color 0.5s ease-in-out;
}

.event_link::before {
  position: absolute;
  content: "";
  width: 14px;
  height: 20px;
  border-top: 2px solid #7A2CBF;
  top: 13px;
  right: -22px;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.event_link::after {
  position: absolute;
  color: #7A2CBF;
  content: "❯";
  right: -15px;
  top: 0;
  z-index: 2;
  transition: transform 0.5s ease-in-out;
}



.people_pagination {
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 5px;


  .page-numbers {
    padding: 0 13px;
    border-radius: 32px;
    font-size: 13px;
    line-height: 250%;
    font-weight: 700;
    color: #1F2933;
    text-decoration: none !important;
    background-color: white;
  }

  .people_pagination_fist_page,
  .people_pagination_last_page {
    padding: 0 10px;
    border-radius: 32px;
    font-size: 13px;
    line-height: 250%;
    font-weight: 700;
    color: #1F2933;
    text-decoration: none !important;
    background-color: white;
  }

  .page-numbers:hover,
  .people_pagination_fist_page:hover,
  .people_pagination_last_page:hover {
    background-color: lightgray;
    color: #1F2933;
  }

  .page-numbers.current {
    background-color: #FF8940;
    color: white;
  }

  .dots{
    background-color: transparent !important;
  }
}


@media only screen and (max-width: 767px) {
  .event_filter_tab_form {
    flex-direction: column;
    padding: 0 20px;
  }

  .event_category_container {
    flex-direction: column;
    width: 100%;
    margin-bottom: 24px;
  }

  .event_search_field {
    width: 100%;
  }

  .event_search_submit {
    right: 30px;
    bottom: 10px;
  }

  .event_grid_container {
    padding: 0 20px;
  }

  .event_image_container, .event_image {
    width: 100%;
  }
}














.people_grid_container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 52px;
  margin-bottom: -50px;
  gap: 50px;
}

.people_parent_container {
  text-decoration: none !important;
  margin-bottom: 40px;
  display: grid;
  grid-template-rows: auto 1fr;
  outline: none !important;
}

.people_image img {
  object-fit: cover;
  height: 320px;
  max-height: 320px;
  width: 92.5%;
  border-top-left-radius: 52px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 52px;
  border-bottom-left-radius: 6px;
}

.people_content_container {
  transform: translate(5%, -20px);
  width: 95%;
  min-height: 126px;
  background-color: white;
  padding-top: 16px;
  padding-right: 24px;
  padding-bottom: 16px;
  padding-left: 24px;
  border-top-left-radius: 36px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 36px;
  border-bottom-left-radius: 6px;
  color: #7A2CBF;
  transition: transform 0.3s ease-in-out;
}

.people_name {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
}

.people_title {
  font-size: 16px;
}

.people_parent_container:hover {
  .people_content_container {
    transform: translate(5%, -50px);
    background-color: #7A2CBF;
    color: white;
  }
}



@media only screen and (max-width: 767px) {
  .people_grid_container {
    display: flex;
    flex-direction: column;
    padding: 0 20px;
    gap: 0;
  }

  .people_pagination {
    justify-content: center;
  }
}










.news_filter_tab_form {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 44px;
  gap: 24px;
}


.news_category_container {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.news_form_choice {
  padding-top: 14px;
  padding-right: 16px;
  padding-bottom: 14px;
  padding-left: 16px;
  border-radius: 0px;
  color: #1F2933;
  font-weight: 400;
  font-size: 16px;
  background-color: transparent;
  transition: background-color 0.5s ease-in-out;
  text-align: left;
}

.news_form_choice.active,
.news_form_choice.active:hover,
.news_form_choice.active:active {
  font-weight: 700;
  color: white;
  background-color: #7A2CBF;
}

.news_form_choice:hover,
.news_form_choice:active,
.news_form_choice:focus {
  background-color: #7A2CBF26;
}

.news_search_field {
  outline: none !important;
  background-color: white !important;
  border-radius: 6px !important;
  border: 1px solid #1A1C261A !important;
  padding: 8px 12px !important;
  font-size: 16px !important;
  width: 100%;
}

.news_search_field::placeholder {
  font-size: 16px !important;
  color: #999A9F !important;
}

.news_search_submit {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 0;
  background-color: transparent !important;
  outline: none !important;
}

.news_search_submit:hover,
.news_search_submit:active {
  background-color: transparent !important;
}

.news_results_count {
  margin-top: 8px;
  color: #202020;
  font-size: 12px;
}








.news_grid_container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.news_parent_container {
  text-decoration: none !important;
  display: grid;
  grid-template-rows: auto 1fr;
  background-color: white;
  padding-top: 16px;
  padding-bottom: 32px;
  padding-right: 16px;
  padding-left: 16px;
  border-right-width: 8px;
  border-bottom-width: 8px;
  border-top-left-radius: 32px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 64px;
  border-bottom-left-radius: 8px;
  gap: 24px;
  outline: none !important;
  position: relative;
}

.news_parent_container::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  border-right: 8px solid rgba(0, 0, 0, 0);
  border-bottom: 8px solid rgba(0, 0, 0, 0);
  top: 0;
  right: 0;
  border-top-left-radius: 32px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 64px;
  border-bottom-left-radius: 8px;
  transition: border 0.5s ease-in-out;
}

.news_image {
  border-radius: 16px;
  overflow: hidden;
}

.news_image img {
  max-height: 212px;
  object-fit: cover;
  transition: transform 0.5s ease-in-out;
}

.news_content_container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.news_category_time_container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}

.news_category {
  padding-top: 2px;
  padding-right: 10px;
  padding-bottom: 2px;
  padding-left: 10px;
  border-radius: 6px;
  border-width: 1px;
  background-color: #7A2CBF;
  color: white;
  font-size: 14px;
  font-weight: 700;
}

.news_time {
  font-weight: 700;
  font-size: 14px;
  color: #1F2933;
}

.news_content_title {
  font-weight: 700;
  font-size: 20px;
  color: #1F2933;
}

.news_content_text {
  font-weight: 400;
  font-size: 16px;
  color: #1F2933;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news_content_text p {
  margin-bottom: 0 !important;
}

.news_parent_container:hover::after {
  border-right: 8px solid #FF8940;
  border-bottom: 8px solid #FF8940;
}

.news_parent_container:hover {
  .news_image img {
    transform: scale(1.1);
  }
}



@media only screen and (max-width: 767px) {
  .news_filter_tab_form {
    padding: 0 20px;
  }

  .news_search_field {
    width: 100%;
  }

  .news_grid_container {
    display: flex;
    flex-direction: column;
    padding: 0 20px;
  }
}
















.event_homepage_grid_container {
  display: grid;
  grid-template-columns: 470px;
}

.event_homepage_grid_container {
  .event_date {
    min-width: 7vw;
  }
}

.event_parent_container.position_0 {
  grid-column: 1;
  grid-row: 1 / 3;
  flex-direction: column;
  gap: 24px;
  border-top: 0;

  .event_image_container, .event_image {
    width: 98%;
    overflow: hidden;
  }

  .event_image img {
    transition: transform 0.5s ease-in-out;
  }

  .event_content_container {
    padding-right: 50px;
  }

  .event_content_title {
    order: 2;
    font-size: 24px;
    font-weight: 400;
    line-height: 120%;
  }

  .event_link {
    margin-top: 16px;
  }

}

.event_parent_container.position_0:hover,
.event_parent_container.position_1:hover,
.event_parent_container.position_2:hover {
  .event_image img {
    transform: scale(1.1);
  }
}


.event_parent_container.position_1 {
  grid-column: 2;
  grid-row: 1;
  margin-top: 16px;
}

.event_parent_container.position_2 {
  grid-column: 2;
  grid-row: 2;
}

.event_parent_container.position_1,
.event_parent_container.position_2 {
  height: fit-content;

  .event_image_container, .event_image {
    overflow: hidden;
    min-width: 240px;
    width: 240px;
  }

  .event_image img {
    transition: transform 0.5s ease-in-out;
  }

  .event_content_title {
    font-size: 20px;
    font-weight: 400;
  }

  .event_content_container {
    justify-content: flex-start;
  }

  .event_link {
    margin-top: 16px;
  }
}


@media only screen and (max-width: 991px) {
  .event_homepage_grid_container {
    display: flex;
    flex-direction: column;
  }

  .event_parent_container {
    flex-direction: column;
  }

  .event_image img{
    width: 100%;
    max-height: 40vh;
  }


  .event_parent_container.position_0 {
    .event_image_container, .event_image {
      width: 100%;
    }
  }

  .event_parent_container.position_1, .event_parent_container.position_2 {
    .event_image_container, .event_image {
      width: 100%;
    }
  }
}









.news_homepage_grid_container {
  display: flex;
  flex-direction: row;
  gap: 32px;

  .news_parent_container {
    width: 33%;
  }
}

@media only screen and (max-width: 991px) {
  .news_homepage_grid_container {
    flex-direction: column;

    .news_parent_container {
      width: 100%;
    }
  }
}






.homepage_network_image {
  position: relative;
}

.homepage_network_image:after {
  position: absolute;
  z-index: -1;
  content: "";
  height: 102%;
  width: 101%;
  bottom: -7px;
  right: -7px;
  border-style: solid;
  border-width: 0;
  background-clip: border-box;
  border-color: #7A2CBF;
  border-right-width: 8px;
  border-bottom-width: 8px;
  border-top-left-radius: 170px;
  border-top-right-radius: 24px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 176px;
}


.image_sticky {
  position: sticky;
  top: 0;
}

@media only screen and (max-width: 767px) {
  .homepage_network_image:after {
    border-bottom-right-radius: 86px;
  }

  .post_type_null_msg{
    padding-left: 20px;
  }
}












.event_category_select,
.news_category_select {
    display: none;
}

@media only screen and (max-width: 767px) {
    .event_category_select,
    .news_category_select {
        display: block;
        background-color: white;
        width: 100%;
        padding: 8px 12px;
        font-size: 16px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

    .event_form_choice,
    .news_form_choice {
        display: none;
    }
}