/* 
Theme Name:		 NUS Theme
Theme URI:		 http://childtheme-generator.com/
Description:	 NUS Theme is a child theme of Astra, created by ChildTheme-Generator.com
Author:			 Websparks
Author URI:		 http://childtheme-generator.com/
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-mega-menu-enabled .ast-builder-menu-1 div:not(.astra-full-megamenu-wrapper) .sub-menu,
.ast-builder-menu-1 .inline-on-mobile .sub-menu,
.ast-desktop .ast-builder-menu-1 .astra-full-megamenu-wrapper,
.ast-desktop .ast-builder-menu-1 .menu-item .sub-menu {}

.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 .info,
footer .nus-footer .dept-footer .dept-info {
  font-size: 14px;
  width: 70%;
  margin: auto;
}

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 **********/
#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);
  }
}

.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;
}

.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: auto;
  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: 100px;
    min-height: 100px !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*/
.home footer .site-above-footer-wrap {
  display: none !important;
}

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;
}


/* MSC style */
.category-label.dementia {
  background-color: #D1E0FF;
}

.category-label.wellbeing {
  background-color: #FFD1F3;
}

.category-label.new-findings {
  background-color: #87EDFF;
}

.category-label.youth-adolescent {
  background-color: #FFD2A0;
}

.category-label.news {
  background-color: #C5E9FF;
}

.category-label.centre-stories {
  background-color: #89CBFF;
}

.category-label.mind-mood {
  background-color: #87D9CE;
}

.category-label.caregiving {
  background-color: #E1ED93;
}

.square-container {
  aspect-ratio: 1/1;
}

/* MSC mega menu */
.main-navigation #ast-hf-menu-1 .astra-full-megamenu-wrapper {
  overflow: hidden;
}

.main-navigation #ast-hf-menu-1 .donor-recognition-sub-menu>.sub-menu {
  grid-template-columns: repeat(2, minmax(0px, 1fr));
  column-gap: 15px;
  max-width: 100%;
  display: grid !important;
}

.main-navigation #ast-hf-menu-1 .astra-full-megamenu-wrapper .menu-item .sub-menu .sub-menu .menu-item .menu-link {
  display: flex !important;
  align-items: flex-start;
}

.main-navigation #ast-hf-menu-1 .astra-full-megamenu-wrapper .menu-item .sub-menu .sub-menu .menu-item .menu-link .menu-text {
  margin-top: 3px;
}

.main-navigation>.ast-nav-menu>.astra-megamenu-li .astra-mega-menu-width-full {
  padding: 0 !important;
}

.main-navigation>.ast-nav-menu>.astra-megamenu-li .astra-mega-menu-width-full>.menu-item {
  padding-top: 15px;
  padding-bottom: 15px;
}

.main-navigation>.ast-nav-menu>.astra-megamenu-li .astra-mega-menu-width-full>.menu-item:first-child {
  min-width: 39%;
  max-width: 39%;
}

.main-navigation>.ast-nav-menu>.astra-megamenu-li .astra-mega-menu-width-full>.menu-item:first-child .menu-link {
  display: flex;
  align-items: center;
}

.main-navigation>.ast-nav-menu>.astra-megamenu-li .astra-mega-menu-width-full>.menu-item:first-child .menu-link span {
  font-size: 20px;
  line-height: 1 em;
}

.main-navigation>.ast-nav-menu>.astra-megamenu-li .astra-mega-menu-width-full>.menu-item:first-child>.menu-link .astra-mm-icon-label svg {
  transition: ease 0.2s;
}

.main-navigation>.ast-nav-menu>.astra-megamenu-li .astra-mega-menu-width-full>.menu-item:not(:first-child) {
  background-color: #EBF7FF;
}

.main-navigation>.ast-nav-menu>.astra-megamenu-li .astra-mega-menu-width-full>.menu-item:not(:first-child) li,
.main-navigation>.ast-nav-menu>.astra-megamenu-li .astra-mega-menu-width-full>.menu-item:not(:first-child) {
  font-weight: 500;
}

.main-navigation>.ast-nav-menu>.astra-megamenu-li .astra-mega-menu-width-full>.menu-item:not(:first-child) .sub-menu .sub-menu .menu-link {
  color: #303030;
}

.main-navigation>.ast-nav-menu>.astra-megamenu-li .astra-mega-menu-width-full>.menu-item:first-child .menu-link {
  display: flex;
  align-items: center;
}

.main-navigation>.ast-nav-menu>.astra-megamenu-li .astra-mega-menu-width-full>.menu-item:first-child:hover>.menu-link .astra-mm-icon-label svg {
  fill: #ef7c00 !important;
  transform: translateX(6px);
}

.main-navigation>.ast-nav-menu>.astra-megamenu-li .astra-mega-menu-width-full>.menu-item:not(:first-child) li.menu-item a:hover,
.main-navigation>.ast-nav-menu>.astra-megamenu-li .astra-mega-menu-width-full>.menu-item:not(:first-child):hover>a {
  color: #ef7c00 !important;
}

.main-navigation>.ast-nav-menu>.astra-megamenu-li .astra-mega-menu-width-full>.menu-item:last-child {
  background-color: #EBF7FF;
}

.astra-mega-menu-width-full>.menu-item:last-child::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 100vw;
  height: 100%;
  background: inherit;
}

/* MSC mega menu end */

.no-arrow .elementor-button-content-wrapper:after {
  content: unset !important;
}

.white-orange-btn .elementor-button-content-wrapper {
  display: flex;
  align-items: center;
}

.white-orange-btn .elementor-button-content-wrapper:after {
  content: "";
  width: 20px;
  height: 10px;
  margin-left: 3.5px;
  background-image: url(/wp-content/uploads/2026/05/arrow.svg) !important;
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s ease
}

.white-orange-btn.black-arrow .elementor-button-content-wrapper:after {
  background-image: url(/wp-content/uploads/2026/06/black-arrow.svg) !important;
}

.white-orange-btn a:hover {
  border-color: #EF7C00 !important;
}

.white-orange-btn a:hover .elementor-button-content-wrapper:after {
  transform: translateX(6px);
  background-image: url(/wp-content/uploads/2026/06/black-arrow.svg) !important;
}

/*.msc-accordion .e-n-accordion-item-title{
	padding:16px 0px !important;
}*/

.msc-tab .e-n-tab-title {
  padding: 0 44px !important;
  border-right: solid 1px #B4B4B4 !important;
}

.msc-tab .e-n-tab-title:last-child {
  border-right: none !important;
}

.msc-tab .e-n-tab-title span {
  border-bottom: solid 2px #FFF;
}

.msc-tab .e-n-tab-title[aria-selected="true"] span {
  border-bottom: solid 2px #EF7C00;
}

.msc-tab .e-n-tab-title:hover span {
  border-bottom: solid 2px #EF7C00;
}

.msc-tab.first-tab-no-left-padding .e-n-tab-title:first-of-type {
  padding-left: 0 !important;
}

.site-header-section .custom-logo-link {
  display: flex;
  height: 100%;
  align-items: center;
}

.black-blue-btn .elementor-button-content-wrapper {
  display: flex;
  align-items: center;
}

.black-blue-btn .elementor-button-content-wrapper:after {
  content: "";
  width: 20px;
  height: 10px;
  margin-left: 3.5px;
  background-image: url(/wp-content/uploads/2026/05/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s ease
}

.black-blue-btn a:hover .elementor-button-content-wrapper:after {
  transform: translateX(6px);
  background-image: url(/wp-content/uploads/2026/05/blue-arrow.svg);
}

.white-orange-btn .elementor-button-content-wrapper {
  display: flex;
  align-items: center;
}

.white-orange-btn .elementor-button-content-wrapper:after {
  content: "";
  width: 20px;
  height: 10px;
  margin-left: 3.5px;
  background-image: url(/wp-content/uploads/2026/06/black-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s ease
}

.white-orange-btn a:hover .elementor-button-content-wrapper:after {
  transform: translateX(6px);
}

.div-square {
  aspect-ratio: 1;
}

.div-square {
  aspect-ratio: 1;
  text-decoration: none !important;
}

.subscribe-div {
  position: relative;
}

.subscribe-img {
  bottom: 0;
}

.subscribe-img img {
  height: 100% !important;
  object-fit: cover;
}

/* home banner */
.home-banner .elementor-background-video-container {
  pointer-events: unset !important;
}

.home-banner .swiper-pagination-bullet {
  transition: width 0.3s ease, border-radius 0.3s ease, opacity 0.3s ease;
}

.home-banner .swiper-pagination-bullet-active {
  width: 17px !important;
  border-radius: 4px;
}

/* home blog grid */
.home-blog-grid .e-loop-item,
.home-blog-grid .elementor-widget-theme-post-featured-image img {
  transition: all .3s ease-in-out;
}

.home-blog-grid .elementor-loop-container.elementor-grid {
  display: grid !important;
  grid-template-columns: 1.1fr 1fr !important;
  gap: 16px;

  /* important for row spanning */
  grid-auto-rows: auto;
}

.home-blog-grid .elementor-loop-container.elementor-grid>.e-loop-item {
  background-color: #fff;
  border-radius: 11px;

}

/* 1st post = fixed at left, span 3 rows */
.home-blog-grid .elementor-loop-container.elementor-grid>.e-loop-item:first-of-type {
  grid-column: 1;
  grid-row: 1 / 4;
}

/* all other posts go to right column */
.home-blog-grid .elementor-loop-container.elementor-grid>.e-loop-item:hover {
  background-color: #003D7C;
}

.home-blog-grid .elementor-loop-container.elementor-grid>.e-loop-item:hover .elementor-page-title h4,
.home-blog-grid .elementor-loop-container.elementor-grid>.e-loop-item:hover .elementor-widget-theme-post-excerpt {
  color: #fff;
}

.home-blog-grid .elementor-loop-container.elementor-grid .e-loop-item .elementor-widget-theme-post-featured-image {
  overflow: hidden;
  border-radius: 11px;
}

.home-blog-grid .elementor-loop-container.elementor-grid>.e-loop-item:hover img {
  transition: transform 0.4s ease;
}

.home-blog-grid .elementor-loop-container.elementor-grid>.e-loop-item:hover img {
  transform: scale(1.1);
}

.home-blog-grid .elementor-loop-container.elementor-grid>.e-loop-item:not(:first-of-type) {
  grid-column: 2;
}

.home-blog-grid .elementor-loop-container.elementor-grid>.e-loop-item:not(:first-of-type) .e-con-inner {
  display: grid !important;
  grid-template-columns: 222px 1fr;
  row-gap: 14px;
  align-items: center;
}

/* title */
.home-blog-grid .elementor-loop-container.elementor-grid>.e-loop-item:first-of-type .elementor-heading-title {
  font-size: 22px;
  line-height: 28px;
}

.home-blog-grid .elementor-loop-container.elementor-grid>.e-loop-item:nth-child(2) .elementor-page-title {
  align-self: start;
}

.home-blog-grid .elementor-loop-container.elementor-grid>.e-loop-item .elementor-page-title {
  align-self: end;
  grid-row: 2 / 4;
  padding-bottom: 25px;
}

.home-blog-grid .e-loop-item .elementor-heading-title {
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;

  overflow: hidden;
  text-overflow: ellipsis;
}

.home-blog-grid .elementor-loop-container.elementor-grid>.e-loop-item:first-of-type .elementor-heading-title {
  -webkit-line-clamp: 2;
}

/*.home-blog-grid .e-loop-item .elementor-page-title h4::after {
	content: "";
  position: absolute;

  right: 6px;
  bottom: 8px;

  width: 20px;
  height: 13px;

  background-image: url(/wp-content/uploads/2026/05/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;

  filter: brightness(0);

	transition: transform 0.3s ease;
}

.home-blog-grid .e-loop-item:hover .elementor-page-title h4::after {
	filter: brightness(100);
	transform: translateX(6px);
}*/

/* excerpt */
.home-blog-grid .e-loop-item .elementor-widget-theme-post-excerpt {
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;

  overflow: hidden;
  text-overflow: ellipsis;
}

/* first post image taller */
.home-blog-grid .elementor-loop-container.elementor-grid>.e-loop-item:first-of-type img {
  height: 242px;
  border-radius: 11px;
}

/* right post image fixed height */
/* image wrapper */
.home-blog-grid .elementor-loop-container.elementor-grid>.e-loop-item:not(:first-of-type) .elementor-widget-theme-post-featured-image {
  grid-row: 1 / 4;
}

/* image */
.home-blog-grid a {
  text-decoration: none !important;
}


.home-blog-grid .elementor-loop-container.elementor-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-blog-grid .elementor-loop-container.elementor-grid>.e-loop-item:not(:first-of-type) img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}

.home-blog-grid .elementor-loop-container.elementor-grid>.e-loop-item:not(:first-of-type) .elementor-widget-image {
  height: 100%;
}

.home-blog-grid .elementor-loop-container.elementor-grid>.e-loop-item:not(:first-of-type) .elementor-widget-theme-post-excerpt {
  display: none;
}


/* categorise */
.post-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: flex-start;
}

.post-categories .category-label {
  display: inline-flex;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  white-space: nowrap;
  line-height: 15px !important;
}

.home-blog-grid .elementor-loop-container.elementor-grid>.e-loop-item:not(:first-of-type) .post-categories {
  margin-top: 20px;
}

.home-blog-grid .category-label {
  color: #303030;
  font-size: 13px !important;
  font-weight: 500;
  border-radius: 10px;
  margin-right: 5px;
  padding: 5px 11px;
  text-decoration: none !important;
}

.home-blog-grid .category-label.dementia {
  background-color: #D1E0FF;
}

.home-blog-grid .category-label.wellbeing {
  background-color: #FFD1F3;
}

.home-blog-grid .category-label.featured-article {
  display: none;
}

/* Uncategorised */
.home-blog-grid .e-loop-item.category-uncategorized .elementor-post-info__terms-list-item {
  background: #fce7f3;
  color: #9d174d;
}

/* home-flip-box */
.home-flip-box .elementor-flip-box {
  height: 296px;
}

.home-flip-box .elementor-flip-box__layer {
  transition: all .3s ease-in-out;
}

.home-flip-box .elementor-flip-box:hover .elementor-flip-box__layer__overlay {
  background: linear-gradient(180deg, rgba(23, 51, 81, 0.15) 0%, rgba(17, 38, 60, 0.15) 25%, rgba(13, 28, 45, 0.15) 50%, rgba(7, 16, 26, 0.25) 75%, rgba(4, 9, 14, 0.60) 90%, rgba(0, 0, 0, 0.60) 100%);
}

.home-flip-box .elementor-flip-box__front .elementor-flip-box__layer__title {
  margin-bottom: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

/*.home-flip-box .elementor-flip-box__layer__title::after {
    content: "";
    width: 20px;
    height: 13px;
    background-image: url(/wp-content/uploads/2026/05/arrow.svg);
}*/

.home-flip-box .elementor-flip-box__front,
.home-flip-box .elementor-flip-box__front .elementor-flip-box__layer__overlay,
.home-flip-box .elementor-flip-box__back,
.home-flip-box .elementor-flip-box__back .elementor-flip-box__layer__overlay {
  border-radius: 11px
}

.home-flip-box .elementor-flip-box__back {
  text-decoration: none !important;
}

.home-flip-box .elementor-flip-box__back .elementor-flip-box__layer__title {
  margin-bottom: 0 !important;
  position: absolute;
  top: 30px;
}

/* home-research-caro */
.home-research-caro .swiper-slide {
  /*width: 352px !important;*/
}

.home-research-a .elementor-heading-title,
.home-research-a .elementor-widget-theme-post-excerpt {
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;

  overflow: hidden;
  text-overflow: ellipsis;
}

.home-research-a .elementor-heading-title {
  padding-right: 25px;
}

/*
.home-research-a .elementor-heading-title::after {
	content: "";
  position: absolute;

  right: 6px;
  bottom: 8px;

  width: 20px;
  height: 13px;

  background-image: url(/wp-content/uploads/2026/05/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;

  filter: brightness(0);
	transition: transform 0.3s ease;
}

.home-research-a:hover .elementor-heading-title::after {
	transform: translateX(6px);
  background-image: url(/wp-content/uploads/2026/05/blue-arrow.svg);
  filter: unset;
}
*/

a.home-research-a {
  text-decoration: none !important;
}

a.home-research-a .elementor-widget-theme-post-featured-image {
  border-radius: 22px 22px 0px 0px;
  overflow: hidden;
}

/*a.blue-overlay .elementor-widget-theme-post-featured-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(23, 51, 81, 0.55);
  pointer-events: none;
	border-radius: 22px 22px 0px 0px;
}*/

a.blue-overlay:hover .elementor-widget-theme-post-featured-image::after {
  background: none;
}

a.home-research-a .elementor-widget-theme-post-featured-image img {
  transition: transform 0.4s ease;
}

a.home-research-a:hover .elementor-widget-theme-post-featured-image img {
  transform: scale(1.1);
}

a.home-research-a:hover h4 {
  color: #013D7C !important;
}

.home-research-caro .elementor-swiper-button-prev {
  margin-right: 20px;
  right: auto !important;
  left: calc(100% - 420px) !important;
  top: auto !important;
  bottom: -40px;
  /*transform: translateX(clamp(-420px, calc(-40vw + 380px), -20px)) !important;*/
}

.home-research-caro .elementor-swiper-button-next {
  margin-right: -20px;
  right: auto !important;
  left: calc(100% - 369px) !important;
  top: auto !important;
  bottom: -40px;
  /*transform: translateX(clamp(-420px, calc(-40vw + 380px), -20px)) !important;*/
}

/* home event */
.home-event-caro {
  display: flex;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 20px 10px !important;
}

/* Carousel row */
.home-event-caro .swiper.elementor-loop-container {
  width: 100%;
  order: 1;
}

.home-event-caro .elementor-widget-theme-post-excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.home-event-caro .elementor-icon-list-icon {
  margin-right: 10px;
}

.home-event-caro .event-date-detail .elementor-post-info>.elementor-inline-item:nth-child(2) {
  margin-left: 0px;
}

.home-event-caro .event-date-detail .elementor-post-info>.elementor-inline-item:nth-child(2)::before {
  content: "-";
  font-style: 18px;
  color: #fff;
  margin-right: 8px;
}

.home-event-caro .event-time-detail .elementor-post-info>.elementor-inline-item:nth-child(2) {
  margin-left: 0px;
}

.home-event-caro .event-time-detail .elementor-post-info>.elementor-inline-item:nth-child(2)::before {
  content: "-";
  font-style: 18px;
  color: #fff;
  margin-right: 8px;
}

.home-event-caro .event-register-btn a {
  text-decoration: none;
  padding: 15px 56px;
  background-color: #FFFFFF;
  border-radius: 40px;
}

.home-event-caro .event-register-btn a::after {
  content: "";
  width: 20px;
  height: 10px;
  margin-left: 3.5px;
  background-image: url(/wp-content/uploads/2026/05/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  filter: brightness(0);
  transition: transform 0.3s ease;
  display: inline-block;
}

.home-event-caro .event-register-btn a:hover {
  background-color: #EF7C00;
}

.home-event-caro .event-register-btn a:hover::after {
  transform: translateX(6px);
}

/* RESET Elementor positioning */
.home-event-caro .elementor-swiper-button-prev,
.home-event-caro .elementor-swiper-button-next,
.home-event-caro .swiper-pagination {
  position: relative !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  transform: none !important;
  margin: 0 !important;
}

/* Layout order */
.home-event-caro .elementor-swiper-button-prev {
  order: 2;
}

.home-event-caro .swiper-pagination {
  order: 3;
  width: auto !important;
  display: flex;
  align-items: center;
}

.home-event-caro .swiper-pagination-bullet {
  transition: width 0.3s ease, border-radius 0.3s ease, opacity 0.3s ease;
}

.home-event-caro .swiper-pagination-bullet-active {
  width: 17px !important;
  border-radius: 4px
}

.home-event-caro .elementor-swiper-button-next {
  order: 4;
}

/* research page */
.arrow-link a {
  position: relative;
  text-decoration: none !important;
}

.arrow-link a::after {
  content: "";
  position: absolute;
  bottom: 11.5px;
  margin-left: 8px;
  width: 25px;
  height: 16px;
  background-image: url(/wp-content/uploads/2026/05/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  filter: brightness(0);
  transition: transform 0.3s ease;
}

.green-arrow-link a:hover::after {
  transform: translateX(6px);
  background-image: url(/wp-content/uploads/2026/05/green-arrow.svg);
  filter: unset;
}

.blue-arrow-link a:hover::after {
  transform: translateX(6px);
  background-image: url(/wp-content/uploads/2026/05/blue-arrow.svg);
  filter: unset;
}

.orange-arrow-link a:hover::after {
  transform: translateX(6px);
  background-image: url(/wp-content/uploads/2026/05/orange-arrow.svg);
  filter: unset;
}

.olive-arrow-link a:hover::after {
  transform: translateX(6px);
  background-image: url(/wp-content/uploads/2026/05/olive-arrow.svg);
  filter: unset;
}

/* research post grid */

.square,
.rectangle,
.lan-rectangle {
  overflow: hidden;
  border-radius: 8px;
}

.square .open-research-popup {
  aspect-ratio: 1/1;
}

.lan-rectangle .open-research-popup,
.lan-rectangle img {
  aspect-ratio: 2/1;
}

.lan-rectangle img {
  object-fit: cover;
}

.rectangle .elementor-loop-container {
  height: 100%;
  align-items: stretch;
}

.rectangle .e-loop-item {
  height: 100%;
  align-self: stretch;
}

.rectangle .e-loop-item>.e-con {
  height: 100%;
}

a.open-research-popup {
  text-decoration: none !important;
}

.open-research-popup {
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.square .open-research-popup:hover {
  background-size: auto 200% !important;
}

.rectangle .open-research-popup:hover,
.lan-rectangle .open-research-popup:hover {
  background-size: 110% auto !important;
}

.open-research-popup .elementor-widget-heading {
  display: inline-flex;
  align-items: end;
  gap: 12px;
}

.open-research-popup .elementor-widget-heading::after {
  content: '+';
  position: absolute;
  right: 0;
  bottom: 8px;
  width: 21px;
  height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 21px;
}

.blue-bg .open-research-popup .elementor-widget-heading::after {
  background: #0047BA;
  color: #fff;
}

.blue-bg .open-research-popup:hover .elementor-widget-heading::after {
  background: #fff;
  color: #0047BA;
}

.green-bg .open-research-popup .elementor-widget-heading::after {
  background: #019BA3;
  color: #fff;
}

.green-bg .open-research-popup:hover .elementor-widget-heading::after {
  background: #fff;
  color: #019BA3;
}

.olive-bg .open-research-popup .elementor-widget-heading::after {
  background: #726B2D;
  color: #fff;
}

.olive-bg .open-research-popup:hover .elementor-widget-heading::after {
  background: #fff;
  color: #726B2D;
}

.orange-bg .open-research-popup .elementor-widget-heading::after {
  background: #EEA32E;
  color: #fff;
}

.orange-bg .open-research-popup:hover .elementor-widget-heading::after {
  background: #fff;
  color: #EEA32E;
}

/* my popup */
.research-popup-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.65);
}

.research-popup-overlay.is-active {
  display: flex;
  align-items: center;
  justify-content: center;
}

.research-popup-box {
  background: #fff;
  width: min(1140px, 90vw);
  max-height: 85vh;
  overflow-y: auto;
  padding: 70px 60px 35px;
  position: relative;
}

.research-popup-close {
  position: absolute;
  top: 35px;
  right: 20px;

  width: 20px;
  height: 20px;
  padding: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  background: transparent;
  border: 2px solid #333;
  border-radius: 50%;

  color: #333;
  font-size: 24px;
  line-height: 20px;
  cursor: pointer;

  transition: all 0.2s ease;
}

.research-popup-close:hover {
  background: #333;
  color: #fff;
  border: 2px solid #333;
}

#research-popup-content h2 {
  font-size: 33px;
  line-height: 33px;
  font-weight: 700;
  color: #003D7C;
  margin-bottom: 30px;
}

.research-popup .research-popup-meta {
  border-left: 0.5px #EF7C01 solid;
  padding-left: 30px;
  font-size: 26px;
  line-height: 38px;
  color: #013D7C;
}

.research-popup .research-popup-body {
  font-size: 16px;
  line-height: 28px;
  color: #303030;
  margin-bottom: 30px;
}

.research-popup-content.has-image {
  display: grid;
  grid-template-columns: 1fr minmax(300px, 40%);
  gap: 3rem;
  align-items: start;
}

.research-popup .research-popup-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 24px;
}

.research-popup-content.no-image .research-popup-body {
  max-width: 100%;
}



/* research category and AWE landing*/
.small-rec-caro .swiper-slide {
  aspect-ratio: 16/9;
}

.rec-caro .swiper-slide {
  aspect-ratio: 4/3;
}

.sq-caro .swiper-slide {
  aspect-ratio: 1/1;
}

.sq-caro a {
  text-decoration: none !important;
}

.sq-caro .caro-img {
  height: 100%;
}

.static-sq-caro .swiper-slide .caro-img {
  overflow: hidden;
  border-radius: 22px;
}

.static-sq-caro .swiper-slide .caro-img img {
  transition: transform 0.4s ease;
}

.static-sq-caro .swiper-slide:hover .caro-img img {
  transform: scale(1.1);
}

.static-sq-caro .big-text .elementor-heading-title {
  transform: scale(1);
  transition: transform 0.4s ease;
  will-change: transform;
  transform-origin: left center;
}

.static-sq-caro .swiper-slide:hover .big-text .elementor-heading-title {
  transform: scale(1.1);
  transform-origin: left center;
  transition: transform 0.4s ease-out;
}

.sq-caro-overflow .elementor-swiper-button-prev {
  margin-right: 20px;
  right: 0 !important;
  left: auto !important;
  top: auto !important;
  bottom: -50px;
  transform: translateX(clamp(-140px, 140px, -140px)) !important;
}

.sq-caro-overflow .elementor-swiper-button-next {
  margin-right: -20px;
  right: 0 !important;
  left: auto !important;
  top: auto !important;
  bottom: -50px;
  transform: translateX(clamp(-140px, 140px, -140px)) !important;
  /* transform: translateX(clamp(-420px, calc(-40vw + 380px), -20px)) !important;*/
}

.featured-img-sq-caro .elementor-widget-theme-post-featured-image {
  aspect-ratio: 1/1;
}

.featured-img-sq-caro .elementor-widget-theme-post-featured-image {
  border-radius: 8px !important;
  overflow: hidden;
}

.featured-img-sq-caro .elementor-widget-theme-post-featured-image::after {
  border-radius: 8px !important;
}

.featured-img-sq-caro .elementor-swiper-button-prev {
  margin-left: -20px;
  right: auto !important;
  left: 0 !important;
  top: auto !important;
  bottom: -50px;
  transform: translateX(clamp(450px, calc(50vw - 20px), 719px)) !important;
}

.featured-img-sq-caro .elementor-swiper-button-next {
  margin-left: 20px;
  right: auto !important;
  left: 0 !important;
  top: auto !important;
  bottom: -50px;
  transform: translateX(clamp(450px, calc(50vw - 20px), 719px)) !important;
}

.board-table ul,
.blog-table ul {
  margin-bottom: 0;
}

.board-table {
  width: 100%;
  border-collapse: collapse;
  color: #303030;
}

.board-table th {
  text-align: left;
  color: #fff;
  padding: 15px 40px;
  font-size: 20px;
}

body:not(.single-blog) .board-table th:first-child {
  background: #003D7C;
}

body:not(.single-blog) .board-table th:last-child {
  background: #173351;
}

body:not(.single-blog) .board-table th::before {
  content: "|";
  color: #EF7C00;
  margin-right: 8px;
}

.board-table td {
  padding: 40px;
  vertical-align: top;
}

.board-table tbody tr:nth-child(odd) {
  background: #F3F4ED;
}

.board-table .name {
  color: #003D7C;
  font-weight: 700;
  margin-bottom: 8px;
}

.board-table .role {
  color: #EF7C00;
}

/* blog table */
.blog-table {
  width: 100%;
  border-collapse: collapse;
  color: #303030;
}

.blog-table th {
  text-align: left;
  color: #fff;
  padding: 15px 40px;
  font-size: 20px;
}

.blog-table th {
  background: #003D7C;
}

.blog-table td {
  padding: 40px;
  vertical-align: top;
}

.blog-table tbody tr:nth-child(odd) {
  background: #F3F4ED;
}

.blog-table .name {
  color: #003D7C;
  font-weight: 700;
  margin-bottom: 8px;
}

.blog-table .role {
  color: #EF7C00;
}

/* blog table end */

/* Hide Previous / Next text */
.category-detail-grid .elementor-pagination .prev,
.category-detail-grid .elementor-pagination .next {
  font-size: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  text-decoration: none;
  transition: all .2s ease;
}

/* Previous button */
.category-detail-grid .elementor-pagination .prev::before {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
}

/* Next button */
.category-detail-grid .elementor-pagination .next::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
}

/* Default state */
.category-detail-grid .elementor-pagination .prev,
.category-detail-grid .elementor-pagination .next {
  border: 1px solid #303030;
  color: #303030;
  background: #fff;
}

/* Hover */
.category-detail-grid .elementor-pagination .prev:hover,
.category-detail-grid .elementor-pagination .next:hover {
  background: #003D7C;
  border-color: #003D7C;
  color: #fff;
}

/* Disabled Previous (current first page) */
.category-detail-grid .elementor-pagination span.prev,
.category-detail-grid .elementor-pagination span.next {
  border-color: #67768e;
  color: #67768e;
  cursor: default;
}

/* Hover */
.category-detail-grid .elementor-pagination .prev:hover,
.category-detail-grid .elementor-pagination .next:hover {
  background: #003D7C;
  border-color: #003D7C;
  color: #fff;
}

/* blog landing and blog archive */
.category-circle-div {
  text-decoration: none !important;
}

.circle-div {
  aspect-ratio: 1/1;
  /*border: 1px solid #003D7C !important;*/
  border-radius: 50%;
}


.circle-img {
  aspect-ratio: 1/1;
  border: 10px solid #fff !important;
  border-radius: 50%;
  overflow: hidden;
}

.circle-img img {
  object-fit: cover;
  border-radius: 50%;
  display: block;
  aspect-ratio: 1/1;
  transition: transform 0.4s ease;
}

.circle-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  border-radius: 50%;
  pointer-events: none;
  transition: background 0.3s ease;
}

.category-circle-div:hover .circle-div {
  border-color: #fff !important;
  /*box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.11);*/
}

.category-circle-div:hover img {
  transform: scale(1.1);
}

.category-circle-div:hover .circle-img::after {
  background: rgba(0, 0, 0, 0.44);
}

.category-circle-div:hover .circle-category-heaing p {
  font-weight: 700 !important;
}

.grid-with-nav-arrow-top .elementor-swiper-button-prev {
  margin-right: 50px;
  right: 0 !important;
  left: auto !important;
  top: -55px !important;
  bottom: auto;
}

.grid-with-nav-arrow-top .elementor-swiper-button-next {
  margin-right: 0;
  right: 0 !important;
  left: auto !important;
  top: -55px !important;
  bottom: auto;
}

.blog-featured-grid .elementor-heading-title {
  padding-right: 25px;
}

.blog-featured-grid .elementor-post-info__terms-list {
  font-size: 16px;
}

.post-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0 12px;
}

.post-tags .tag-label:nth-child(n+6) {
  display: none;
}

.post-tags .tag-label {
  color: #4B9CD2;
  font-size: 13px !important;
  font-weight: 500;
}

.post-tags .tag-label::before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 6px;
  margin: 0 8px 0 0;
  vertical-align: middle;
}

a.blog-grid-a:hover .post-tags .tag-label {
  color: #fff;
}

.blog-grid .category-label {
  color: #303030;
  font-size: 13px !important;
  font-weight: 500;
  border-radius: 10px;
  margin-right: 5px;
  padding: 5px 11px;
  text-decoration: none !important;
}

.blog-grid-a:hover .category-label {
  background-color: #fff;
}

.blog-grid .category-label.featured-article {
  display: none;
}

.blog-grid .ast-grid-common-col {
  padding-left: 0;
  padding-right: 0;
}

/* blog search bar */
.blog-search-ui {
  display: flex;
  align-items: center;
  width: 100%;
}

.blog-search-ui input {
  flex: 1;
  border: 0;
  background: transparent;
  outline: none;
  padding: 12px 0;
  font-size: 16px;
  color: #303030;
  border-bottom: 1px solid #000;
}

.blog-search-ui input::placeholder {
  color: #9EAEBF;
}

.blog-search-ui button {
  border: 0;
  background: transparent;
  padding: 5px 0 5px 10px;
  cursor: pointer;
  color: #003D7C;
  font-size: 16px;
}

.blog-search-ui button:hover {
  color: #EF7C00;
}

/* blog search bar end */


/* blog archive page */
.blog-archive-subheader p {
  margin-bottom: 0;
}

.blog-archive-subheader strong {
  color: #EF7C00;
}

.blog-search-form {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}

.blog-search-form::before {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: #303030;
  font-size: 18px;
  pointer-events: none;
}

.blog-search-form input[type="search"] {
  width: 100%;
  height: 50px;
  padding: 18px 50px;
  border: 1px solid #303030;
  border-radius: 8px;
  background: #fff;
  color: #303030;
  font-size: 16px;
  line-height: 1;
  outline: none;
}

.blog-search-form input[type="search"]::placeholder {
  color: #A8B8CA;
}

.blog-search-form .search-icon {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #666;
  pointer-events: none;
}

.blog-search-form button {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);

  background: transparent;
  padding: 0;
  color: #303030;
  font-size: 0;
  line-height: 1;
  cursor: pointer;
}

.blog-search-form button::before {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  color: #303030;
}

.blog-search-form button:hover {
  color: #003D7C;
}

.blog-tag-filter {
  display: flex;
  gap: 24px;
}

.blog-tag-filter .filter-label-div {
  flex: 0 0 auto;
}

.blog-tag-filter .filter-label {
  color: #303030;
  font-size: 24px;
  font-weight: 600;
}

.filter-buttons-div {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.blog-tag-filter a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 38px;
  border: 1px solid #003D7C;
  border-radius: 20px;
  background: #fff;
  color: #003D7C !important;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s ease;
}

/* Hover */
.blog-tag-filter a:hover {
  background: #003D7C;
  color: #fff !important;
}

/* Active */
.blog-tag-filter a.active {
  background: #003D7C;
  color: #fff !important;
}

.results-count .elementor-shortcode {
  color: #303030;
  font-weight: 700;
}

/* Hide Previous / Next text */
.blog-grid .elementor-pagination .prev,
.blog-grid .elementor-pagination .next {
  font-size: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  text-decoration: none;
  transition: all .2s ease;
}

/* Previous button */
.blog-grid .elementor-pagination .prev::before {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
}

/* Next button */
.blog-grid .elementor-pagination .next::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
}

/* Default state */
.blog-grid .elementor-pagination .prev,
.blog-grid .elementor-pagination .next {
  border: 1px solid #303030;
  color: #303030;
  background: #fff;
}

/* Hover */
.blog-grid .elementor-pagination .prev:hover,
.blog-grid .elementor-pagination .next:hover {
  background: #003D7C;
  border-color: #003D7C;
  color: #fff;
}

/* Disabled Previous (current first page) */
.blog-grid .elementor-pagination span.prev,
.blog-grid .elementor-pagination span.next {
  border-color: #67768e;
  color: #67768e;
  cursor: default;
}

/* Hover */
.blog-grid .elementor-pagination .prev:hover,
.blog-grid .elementor-pagination .next:hover {
  background: #003D7C;
  border-color: #003D7C;
  color: #fff;
}

/* Number buttons */
.elementor-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  border-radius: 10px;
  text-decoration: none !important;
  color: #303030;
  background: transparent;
}

/* Active page */
.elementor-pagination .current {
  background: #003D7C;
  color: #fff;
}

/* Hover */
.elementor-pagination a.page-numbers:hover {
  background: #003D7C;
  color: #fff;
}

/* grid-with-nav-arrow-bottom */
.grid-with-nav-arrow-bottom.grid-with-paging {
  display: flex;
  flex-wrap: wrap !important;
  align-items: center !important;
}

.grid-with-nav-arrow-bottom .elementor-loop-container {
  width: 100%;
}

.grid-with-nav-arrow-bottom .e-loop-item {
  width: 33.33%;
}

.grid-with-nav-arrow-bottom .elementor-swiper-button-prev {
  margin-left: auto !important;
}

.grid-with-nav-arrow-bottom .elementor-swiper-button-prev,
.grid-with-nav-arrow-bottom .elementor-swiper-button-next,
.grid-with-nav-arrow-bottom .swiper-pagination {
  position: relative !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  transform: none !important;
}

.grid-with-nav-arrow-bottom .elementor-swiper-button-prev {
  order: 2;
}

.grid-with-nav-arrow-bottom .swiper-pagination {
  order: 3;
  width: auto !important;
  display: flex;
  align-items: center;
}

.grid-with-nav-arrow-bottom .swiper-pagination-bullet {
  transition: width 0.3s ease, border-radius 0.3s ease, opacity 0.3s ease;
}

.grid-with-nav-arrow-bottom .swiper-pagination-bullet-active {
  width: 17px !important;
  border-radius: 4px
}

.grid-with-nav-arrow-bottom .elementor-swiper-button-next {
  order: 4;
}

/* grid-with-nav-arrow-bottom end */

.blog-grid-a .elementor-widget-theme-post-featured-image {
  aspect-ratio: 16 / 9;
}

.blog-grid-a .elementor-widget-theme-post-featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-grid-a .elementor-heading-title,
.home-research-a .elementor-widget-theme-post-excerpt {
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;

  overflow: hidden;
  text-overflow: ellipsis;
}

a.blog-grid-a {
  text-decoration: none !important;
}

a.blog-grid-a .elementor-widget-theme-post-featured-image {
  border-radius: 8px;
  overflow: hidden;
}

a.blog-grid-a .elementor-widget-theme-post-featured-image img {
  transition: transform 0.4s ease;
}

a.blog-grid-a:hover .elementor-widget-theme-post-featured-image img {
  transform: scale(1.1);
}

a.blog-grid-a:hover h4 {
  color: #fff !important;
}

/* END of blog landing and archive */


/* Blog Post */
.single-blog .category-label {
  color: #303030;
  font-size: 13px !important;
  font-weight: 500;
  border-radius: 10px;
  margin-right: 5px;
  padding: 5px 11px;
  text-decoration: none !important;
}

.related-posts-container:not(:has(.blog-grid .e-loop-item)),
.related-posts-container:not(:has(.blog-grid .e-loop-item)) .blog-related-heading .elementor-heading-title {
  display: none;
}

/* Blog Post End*/

/* People module */
.single-our-people .elementor-widget-text-editor ul {
  margin-left: 25px;
  margin-bottom: 0;
}

.member-card {
  text-decoration: none !important;
}

.member-photo {
  max-width: 211px !important;
}

.member-card:hover .info-div {
  border-color: #003D7C !important;
}

.member-card:hover .role h4 {
  color: #EF7C00 !important;
}

/* People module End*/


/* above mobile view */
@media (min-width: 768px) {
  .home-event-caro {
    justify-content: flex-start;
  }

  .home-event-detail-div {
    position: absolute !important;
    top: 27px;
    left: 0;
    right: 0;
    margin: 0 auto !important;
    width: 1140px !important;
  }

  .home-event-caro .elementor-swiper-button-prev {
    margin-left: max(20px, calc((100vw - 1140px) / 2)) !important;
  }
}

/* ipad */
@media (max-width: 1024px) {
  .ast-mobile-popup-content .main-navigation ul .menu-item .ast-mm-custom-text-content {
    padding: 5px 35px !important;
    height: auto;
  }

  .mobile-rec-container {
    aspect-ratio: 3/1;
  }

  .home-blog-grid .elementor-loop-container.elementor-grid>.e-loop-item:not(:first-of-type) .elementor-widget-image {
    height: 242px;
  }

  .home-blog-grid .elementor-loop-container.elementor-grid>.e-loop-item:first-of-type {
    grid-row: auto;
  }

  .home-blog-grid .elementor-loop-container.elementor-grid>.e-loop-item:not(:first-of-type) {
    grid-template-columns: 1fr;
  }

  .home-blog-grid .elementor-loop-container.elementor-grid>.e-loop-item:not(:first-of-type) {
    /* grid-column: 1; */
  }

  .home-blog-grid .elementor-loop-container.elementor-grid>.e-loop-item:not(:first-of-type) {
    grid-column: unset;
  }

  .home-blog-grid .elementor-loop-container.elementor-grid {
    /* grid-template-columns: 1fr !important; */
    grid-template-columns: 1fr 1fr !important;
  }

  .home-blog-grid>.elementor-widget-container>.elementor-grid {
    /* display: flex !important; */
    flex-direction: column;
  }

  .home-blog-grid .elementor-loop-container.elementor-grid>.e-loop-item:not(:first-of-type) .e-con-inner {
    grid-template-columns: 1fr;
  }

  .home-blog-grid .elementor-loop-container.elementor-grid>.e-loop-item:not(:first-of-type) .elementor-widget-theme-post-featured-image {
    grid-row: unset;
  }

  .home-blog-grid .elementor-loop-container.elementor-grid>.e-loop-item .elementor-page-title {
    grid-row: unset;
  }

  .home-blog-grid .elementor-loop-container.elementor-grid>.e-loop-item .elementor-page-title {
    /* grid-row: 3 / 4; */
  }

  .home-blog-grid .elementor-loop-container.elementor-grid>.e-loop-item:not(:first-of-type) .elementor-widget-post-info {
    margin-top: 5px;
  }

  .home-blog-grid .elementor-loop-container.elementor-grid>.e-loop-item img {
    height: 242px;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
  }

  .home-blog-grid .elementor-loop-container.elementor-grid>.e-loop-item:not(:first-of-type) .elementor-widget-theme-post-excerpt {
    display: -webkit-box;
  }

  .home-blog-grid .elementor-loop-container.elementor-grid>.e-loop-item:not(:first-of-type) .post-categories {
    margin-top: 0;
  }

  .home-blog-grid .elementor-loop-container.elementor-grid>.e-loop-item:first-of-type .elementor-heading-title {
    font-size: 18px;
    line-height: 22px;
  }

  .home-research-grid {
    height: 390px !important;
    overflow-x: hidden !important;
    overflow-y: visible !important;
  }

  .home-research-grid-left {
    overflow-x: hidden !important;
  }

  .home-research-caro .elementor-swiper-button-prev {
    left: calc(50vw - 274px) !important;
    transform: none !important;
    right: auto !important;
    top: auto !important;
    bottom: -30px;
  }

  .home-research-caro .elementor-swiper-button-next {
    left: calc(50vw - 223px) !important;
    transform: none !important;
    right: auto !important;
    top: auto !important;
    bottom: -30px;
  }

  .tax-blog-category .blog-grid .elementor-pagination {
    text-align: center !important;
  }

  .related-posts-container .grid-with-nav-arrow-bottom .elementor-swiper-button-next {
    margin-right: auto !important;
  }

  .rec-caro.grid-with-nav-arrow-bottom.grid-with-paging .elementor-swiper-button-next {
    margin-right: auto !important;
  }

  .sq-caro-overflow .elementor-swiper-button-prev,
  .sq-caro-overflow .elementor-swiper-button-next {
    right: 50% !important;
    left: auto !important;
    top: auto !important;
    bottom: -50px;
    transform: translateX(50%) !important;
  }

  .featured-img-sq-caro .elementor-swiper-button-prev,
  .featured-img-sq-caro .elementor-swiper-button-next {
    right: auto !important;
    left: 50% !important;
    top: auto !important;
    bottom: -50px;
    transform: translateX(-50%) !important;
  }
}

/* mobile view */
@media (max-width: 767px) {

  .main-header-bar-navigation span,
  .main-header-bar-navigation .ast-mm-custom-text-content {
    font-weight: 400 !important;
  }

  .main-header-bar-navigation span.menu-text {
    display: inline-block;
    line-height: 20px !important;
  }

  .main-header-bar-navigation .menu-item>.ast-mm-custom-text-content {
    height: auto;
    padding: 0px 35px !important;
    margin-bottom: 10px;
  }

  .main-header-bar-navigation .current_page_item,
  .main-header-bar-navigation .current-menu-ancestor {
    background-color: #003D7C;
  }

  .main-header-bar-navigation .current_page_item>.menu-link>span,
  .main-header-bar-navigation .current-menu-ancestor>.menu-link>span,
  .main-header-bar-navigation .current_page_item>.ast-mm-custom-text-content {
    color: #fff;
  }

  .main-header-bar-navigation .current_page_item svg,
  .main-header-bar-navigation .current-menu-ancestor>.ast-menu-toggle svg {
    fill: #fff;
  }

  .main-header-bar-navigation .astra-mm-icon-label svg {
    display: none;
  }

  .home-research-right-div {
    position: relative !important;
  }

  .subscribe-img {
    position: relative !important;
  }

  .home-event-caro {
    justify-content: center !important;
  }

  .research-popup-content.has-image {
    grid-template-columns: 1fr;
  }

  .research-popup-image {
    order: -1;
  }

  .square .open-research-popup,
  .lan-rectangle .open-research-popup,
  .lan-rectangle img,
  .rectangle .open-research-popup {
    aspect-ratio: 3/2 !important;
  }

  .lan-rectangle>.elementor-widget-container {
    display: block;
  }

  .research-popup-box {
    background: #fff;
    width: min(1140px, 90vw);
    padding: 20px;

  }

  .blog-tag-filter {
    flex-direction: column;
  }

  .filter-buttons-div {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }

  .blog-tag-filter a {
    padding: 7px 15px;
    border-radius: 17px;
  }

  .grid-with-nav-arrow-bottom .e-loop-item {
    width: 100%;
  }

  .home-blog-grid .elementor-loop-container.elementor-grid {
    grid-template-columns: 1fr !important;
  }

  .home-research-grid {
    height: auto !important;
    overflow: visible !important;
  }

  .home-research-grid-left {
    height: 400px !important;
  }

  .home-research-caro .elementor-swiper-button-prev {
    right: 50% !important;
    left: auto !important;
    top: auto !important;
    bottom: -30px;
    transform: translateX(50%) !important;
  }

  .home-research-caro .elementor-swiper-button-next {
    right: 50% !important;
    left: auto !important;
    top: auto !important;
    bottom: -30px;
    transform: translateX(50%) !important;
  }

  /* table */
  body:not(.single-blog) .board-table,
  body:not(.single-blog) .board-table tbody,
  body:not(.single-blog) .board-table tr,
  body:not(.single-blog) .board-table td {
    display: block;
    width: 100%;
  }

  body:not(.single-blog) .board-table thead th:last-child {
    display: none;
  }

  body:not(.single-blog) .board-table thead th:first-child {
    display: block !important;
    width: 100% !important;
    padding-left: 20px;
  }

  body:not(.single-blog) .board-table thead {
    display: block !important;
    width: 100% !important;
  }

  .board-table thead tr {
    padding: 0;
  }

  .board-table th {
    color: #fff;
    font-size: 20px;
    line-height: 26px;
  }

  body:not(.single-blog) .board-table tr {
    padding: 24px 20px;
  }

  .board-table td {
    padding: 0;
    border: 0;
  }

  .board-table td:first-child {
    margin-bottom: 12px;
  }

  .blog-table th {
    padding: 15px 20px;
  }

  .blog-table td {
    padding: 15px 20px;
  }

  .blog-table thead tr {
    padding: 0;
  }

  .blog-table th {
    color: #fff;
    font-size: 20px;
    line-height: 26px;
  }

  .blog-table td {
    padding: 10px 20px;
    border: 0;
  }

  .blog-table td:first-child {
    margin-bottom: 12px;
  }

  /* table end */

  .msc-tab.first-tab-no-left-padding .e-n-tabs-heading {
    align-self: center;
  }

  .msc-tab.first-tab-no-left-padding .e-n-tab-title:first-of-type {
    padding: 0 20px 0 20px !important;
  }

  .msc-tab.first-tab-no-left-padding .e-n-tab-title {
    padding: 0 20px 0 20px !important;
  }

  .blog-author .elementor-icon-list-icon {
    align-self: start;
    padding-top: 3px;
  }

  .blog-author .elementor-icon-list-item:after {
    border: none !important;
  }

  .blog-author .elementor-icon-list-item:last-child {
    padding-left: 22px;
    display: block !important;
  }

  .mobile-rec-container {
    aspect-ratio: 2/1;
  }
}