/* 
Theme Name:		 Nexus
Theme URI:		 http://websparks.sg/
Description:	 Nexus is a child theme of Astra
Author:			 Websparks
Template:		 astra
Version:		 1.0.0
Text Domain:	 nexus
*/

/* General */
/* Heading */
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

/* Icons */
@font-face {
  font-family: 'nexus-icons';
  src:  url('./assets/fonts/nexus-icons/nexus-icons.eot?1ijvpw');
  src:  url('./assets/fonts/nexus-icons/nexus-icons.eot?1ijvpw#iefix') format('embedded-opentype'),
    url('./assets/fonts/nexus-icons/nexus-icons.ttf?1ijvpw') format('truetype'),
    url('./assets/fonts/nexus-icons/nexus-icons.woff?1ijvpw') format('woff'),
    url('./assets/fonts/nexus-icons/nexus-icons.svg?1ijvpw#nexus-icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

i.nexus-news,
i.nexus-resource,
i.nexus-x,
i.nexus-video,
i.nexus-scholary-articles,
i.nexus-web-resource,
i.nexus-podcast,
i.nexus-ebooks,
i.fab.fa-twitter {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'nexus-icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.nexus-news:before {
  content: "\e900";
}
.nexus-resource:before {
  content: "\e901";
}
.nexus-x:before {
  content: "\e902";
}
.nexus-video:before {
  content: "\e903";
}
.nexus-scholary-articles:before {
  content: "\e904";
}
.nexus-web-resource:before {
  content: "\e905";
}
.nexus-podcast:before {
  content: "\e906";
}
.nexus-ebooks:before {
  content: "\e907";
}
i.fab.fa-twitter:before {
    content: "\e902";
}

/* Primary Button On Dark Background */
.primary-btn-dark-bg .fl-button-wrap > a.fl-button:hover {
    box-shadow: 0px 4px 8px 0px #00000033;
}

.fl-module-info-box .uabb-module-content .uabb-infobox-button .uabb-button-wrap .primary-btn-light-bg {
    padding: 8px 24px;
    border-radius: 32px;
    font-weight: bold;
    font-size: 16px;
    background: unset;
    position: relative;
    z-index: 1;
    color: #FFF;
    transition: 0.3s;
}

/* Primary Button On Light Background And Inside Info Box Module */
.fl-module-info-box .uabb-module-content .uabb-infobox-button .uabb-button-wrap .primary-btn-light-bg .uabb-button-text {
    color: #FFF;
}

.fl-module-info-box .uabb-module-content .uabb-infobox-button .uabb-button-wrap .primary-btn-light-bg:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(270deg, #004B99 40%, #003062 100%);
    z-index: -1;
    transition: 0.3s;
}

.fl-module-info-box .uabb-module-content .uabb-infobox-button .uabb-button-wrap .primary-btn-light-bg:hover {
    box-shadow: 0px 4px 8px 0px #00000033, inset 0 0 0 2px #003D7C;
    background: #FFF;
}

.fl-module-info-box .uabb-module-content .uabb-infobox-button .uabb-button-wrap .primary-btn-light-bg:hover .uabb-button-text {
    color: #003D7C;
}

.fl-module-info-box .uabb-module-content .uabb-infobox-button .uabb-button-wrap .primary-btn-light-bg:hover:before {
    opacity: 0;
}

/* Primary Button Orange On Light Background And Inside Info Box Module */
.fl-module-info-box .uabb-module-content .uabb-infobox-button .uabb-button-wrap .primary-btn-light-bg-orange {
    padding: 8px 24px;
    border-radius: 32px;
    font-weight: bold;
    font-size: 16px;
    background: unset;
    position: relative;
    z-index: 1;
    color: #FFF;
    transition: 0.3s;
}

.fl-module-info-box .uabb-module-content .uabb-infobox-button .uabb-button-wrap .primary-btn-light-bg-orange .uabb-button-text {
    color: #FFF;
}

.fl-module-info-box .uabb-module-content .uabb-infobox-button .uabb-button-wrap .primary-btn-light-bg-orange:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(270deg, #E6832C 0%, #D95A28 50%);
    z-index: -1;
    transition: 0.3s;
}

.fl-module-info-box .uabb-module-content .uabb-infobox-button .uabb-button-wrap .primary-btn-light-bg-orange:hover {
    box-shadow: 0px 4px 8px 0px #00000033, inset 0 0 0 2px #EF7C00;
    background: #FFF;
}

.fl-module-info-box .uabb-module-content .uabb-infobox-button .uabb-button-wrap .primary-btn-light-bg-orange:hover .uabb-button-text {
    color: #EF7C00;
}

.fl-module-info-box .uabb-module-content .uabb-infobox-button .uabb-button-wrap .primary-btn-light-bg-orange:hover:before {
    opacity: 0;
}

/* Row translate top -50% */
.row-top-50-per {
    transform: translateY(-50%);
}

/* Remove margin bottom from p tag in text editor */
.fl-module-rich-text.text-mg-0 .fl-rich-text p {
    margin: 0;
}

.fl-module-rich-text.text-mb-10-px .fl-rich-text p {
    /*margin-bottom: 10px;*/
}

.fl-module-rich-text .fl-rich-text ul li {
    margin-bottom: 5px;
}

/* Define spacing for OL in text editor */
.fl-module-rich-text ol {
    margin-top: 0;
}

.fl-module-rich-text ol li {
    margin-bottom: 10px;
}

.fl-module-rich-text .wp-caption-text {
    font-size: 14px;
}

.entry-content > * {
    margin-bottom: 0;
}

/* Transition */
.transition-03 {
    transition: 0.5s;
}

/* UABB Video */
.fl-module-uabb-video .uabb-video__play-icon:before {
    background: #ffffffb3;
    padding: 18px 19.5px;
    border-radius: 50%;
}

/* UABB Image Carousel */
.fl-module-uabb-image-carousel .uabb-image-carousel-item .uabb-image-carousel-content > a {
    border-radius: 8px;
    overflow: hidden;
}

.uabb-image-carousel-caption {
    padding: 0;     
    margin-top: 20px;
    display: block;
}

.fl-module-uabb-image-carousel .uabb-image-carousel .slick-arrow {
    transition: 0.3s;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #212E48;
}

.fl-module-uabb-image-carousel .uabb-image-carousel .slick-arrow:hover {    
    border-color: transparent;
    background: #ABD7F580;
}

.fl-module-uabb-image-carousel .uabb-image-carousel .slick-arrow:hover > svg path {
    stroke: #003062;
}

/* UABB Advanced Accordion */
.fl-module-advanced-accordion .uabb-adv-accordion-item.uabb-adv-accordion-item-active > .uabb-adv-accordion-button {
    padding-bottom: 17px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom: 0;
}

.fl-module-advanced-accordion .uabb-adv-accordion-item .uabb-adv-accordion-button-label {
    position: relative;
}

.fl-module-advanced-accordion .uabb-adv-accordion-item-active > .uabb-adv-accordion-button .uabb-adv-accordion-button-label,
.fl-module-advanced-accordion .uabb-adv-accordion-item-active > .uabb-adv-accordion-button .uabb-adv-accordion-button-icon {
    color: #003D7C;
}

.fl-module-advanced-accordion .uabb-adv-accordion-item .uabb-adv-accordion-button-label:before {
    content: "";
    position: absolute;
    background: #A7BCD6;
    width: 100%;
    height: 1px;
    bottom: -17px;
    opacity: 0;
}

.fl-module-advanced-accordion .uabb-adv-accordion-item.uabb-adv-accordion-item-active .uabb-adv-accordion-button-label:before {
    opacity: 1;
}

.fl-module-advanced-accordion .uabb-adv-accordion-item .uabb-adv-accordion-content li {
    margin-bottom: 10px;
}

.fl-module-advanced-accordion .uabb-adv-accordion-item .uabb-adv-accordion-content a.btn {
    padding: 8px 24px 11px;
    border-radius: 32px;
    position: relative;
    transition: 0.3s;
    color: #FFF;
    z-index: 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
}

.fl-module-advanced-accordion .uabb-adv-accordion-item .uabb-adv-accordion-content a.btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(270deg, #004B99 40%, #003062 100%);
    transition: 0.3s;
    z-index: -1;
}

.fl-module-advanced-accordion .uabb-adv-accordion-item .uabb-adv-accordion-content a.btn:hover {
    box-shadow: inset 0 0 0 2px #003D7C, 0px 4px 8px 0px #00000033;
    color: #003D7C;
}

.fl-module-advanced-accordion .uabb-adv-accordion-item .uabb-adv-accordion-content a.btn:hover:before {
    opacity: 0;
}

/* Hide Custom Layout When In Edit Mode */
body.fl-builder-edit:not(.astra-advanced-hook-template-default) div[class^="astra-advanced-hook-"] {
    display: none;
}

/* Hide Post Navigation */
#primary .navigation.post-navigation {
    display: none;
}

/* Blue Hero Row */
.fl-row.blue-hero-row {
    background: linear-gradient(90deg, #003D7C 20.25%, #00ACBA 100%);
}

.fl-row.blue-hero-row > .fl-row-content-wrap:after {
    background: linear-gradient(90deg, #003D7C 25%, rgba(0, 117, 155, 0.8) 60%, rgba(0, 172, 186, 0) 100%);
}

/* Gray Hero Row */
.fl-row.gray-hero-row {
    background: #F1F3F7;
}

.fl-row.gray-hero-row > .fl-row-content-wrap:after {
    background: linear-gradient(270deg, rgba(241, 243, 247, 0) 10%, #F1F3F7 50%);
}

/* Sticky Column on Learning Resources Detail Page */
article.learning-resource .fl-row.content-section .fl-row-content > .fl-col-group:has(.fl-col.fl-col-sticky) .fl-col-sticky {
    width: 30% !important;
}

article.learning-resource .fl-row.content-section .fl-row-content > .fl-col-group:has(.fl-col.fl-col-sticky) .fl-col:nth-child(2) {
    width: 70% !important;
}

/* Subscription Popup */
.subcription-popup-overlay .uabb-modal-content-data {
    height: 80vh;
    padding: 0;
}
/* Scroll to top */
#ast-scroll-top {
    background: rgb(31, 115, 219);
    box-shadow: rgba(24, 39, 75, 0.08) 0px 8px 16px -6px, rgba(24, 39, 75, 0.12) 0px 6px 8px -6px;
    border-radius: 30px;
    transition: 0.3s;
}

#ast-scroll-top:hover {
    background: #EF7C00;
}

/* Remove Box Shadow for Images on Detail Pages */
.ast-article-single img {
    box-shadow: none;
}

/* Set caption for image inside Text Editor */
.fl-module-rich-text .fl-rich-text {
    position: relative;
}

.fl-module-rich-text .fl-rich-text figure.wp-caption {
    margin-bottom: 60px;
}

.fl-module-rich-text .fl-rich-text figure.wp-caption .wp-caption-text {
    width: 100%;
    position: absolute;
    left: 0;
}

/* Set Photo Caption Italic */
.fl-module-photo .fl-photo-caption {
    font-style: italic;
    font-size: 14px;
}

/* Mailing Subscription Row */
.mailing-subscription-row > .fl-row-content-wrap:after {
    background: linear-gradient(90deg, #D95A28 40%, rgba(233, 148, 73, 0.85) 100%);
}

/* Max Width */
.max-w-754px {
    max-width: 754px;
    margin: auto;
}

.max-w-754px.fl-module-rich-text p {
    margin-bottom: 0;
}
/* End General */

/* Header */
header.site-header .site-header-below-section-right a.ast-custom-button-link > .ast-custom-button {
    position: relative;
    border: 2px solid transparent;
    z-index: 1;
    background: unset;
    transition: 0.2s;
    padding: 6.5px 16px;
    line-height: 21px;
    font-size: 14px;
    display: inline-block;
}

header.site-header .site-header-below-section-right a.ast-custom-button-link > .ast-custom-button:after {
    content: "";
    position: absolute;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    border-radius: inherit;
    top: -2px;
    left: -2px;
    background: linear-gradient(270deg, #004B99 40%, #003062 100%);
    transition: 0.2s;
    z-index: -1;
}

header.site-header .site-header-below-section-right a.ast-custom-button-link:hover > .ast-custom-button {
    color: #003D7C;
    border-color: #003D7C;
    box-shadow: 0px 4px 8px 0px #00000033;
    background: #FFF;
}

header.site-header .site-header-below-section-right a.ast-custom-button-link:hover > .ast-custom-button:after {
    opacity: 0;
}

header.site-header #ast-desktop-header .ast-builder-menu .menu-item .sub-menu {
    border-top: 0;
    box-shadow: 0px 4px 8px 0px #0000001A;
    background: #F8F8F8;
    padding: 8px;
}

header.site-header #ast-desktop-header .ast-builder-menu .menu-item .sub-menu a.menu-link {
    font-size: 14px;
    line-height: 100%;
    color: #656C77;
    padding: 12px;
    transition: 0.3s;
}

header.site-header #ast-desktop-header .ast-builder-menu .menu-item .sub-menu a.menu-link:hover {
    color: #EF7C00;
}

header.site-header #ast-desktop-header .ast-builder-menu .menu-item > .menu-link {
    font-size: 14px;
    color: #747272;
    transition: 0.3s;
    position: relative;
    padding: 0 15px;
}

header.site-header #ast-desktop-header .ast-builder-menu .main-header-menu > .menu-item > .menu-link:before {
    content: "";
    position: absolute;
    height: 3px;
    width: calc(100% - 30px);
    bottom: 0;
    left: 15px;
    background: #EF7C00;
    opacity: 0;
    transition: 0.3s;
}

header.site-header #ast-desktop-header .ast-builder-menu .main-header-menu > .menu-item.hover > .menu-link:before,
header.site-header #ast-desktop-header .ast-builder-menu .main-header-menu > .menu-item:hover > .menu-link:before {
    opacity: 1;
}

header.site-header #ast-desktop-header .ast-builder-menu .menu-item:hover > .menu-link {    
    color: #EF7C00;
}

header.site-header #ast-desktop-header .ast-builder-menu .menu-item.current-menu-item > .menu-link,
header.site-header #ast-desktop-header .ast-builder-menu .current-menu-ancestor > .menu-link {
    color: #004B99;
}

header.site-header #ast-desktop-header .ast-builder-menu .main-header-menu > .menu-item.current-menu-item > .menu-link:before,
header.site-header #ast-desktop-header .ast-builder-menu .main-header-menu > .current-menu-ancestor > .menu-link:before {
    opacity: 1;
}

header.site-header #ast-desktop-header .ast-icon.icon-search svg {
    transition: 0.3s;
}

header.site-header #ast-desktop-header .ast-icon.icon-search:hover svg {
    fill: #EF7C00;
}

.below-header-search {
  position: relative;
  background: #fff;
  border-top: 1px solid #e5e5e5;
  padding: 15px 0;
  text-align: center;
  display: none;
  animation: fadeSlideDown 0.3s ease forwards;
  z-index: 100;
}

@keyframes fadeSlideDown {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}

.below-header-search form {
  display: inline-block;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 3px;
  overflow: hidden;
  max-width: 1148px;
  width: 100%;
  vertical-align: middle;
}

.below-header-search input[type="search"] {
  border: none;
  flex: 1;
  padding: 10px 10px 10px 40px;
}

.below-header-search .search-form {
    position: relative;
}

.below-header-search .search-form:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.3;
    z-index: 3;
    width: 40px;
    height: 40px;
    background-image: url(assets/images/search-solid.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 17px auto;
}

.below-header-search input[type="search"]:focus {
  outline: none;
}

.below-header-search input[type="submit"] {
  background: #004b99;
  color: #fff;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
}

.ast-search-box.header-cover,
#below-header-search input[type="submit"],
#below-header-search input.search-submit,
#below-header-search button[type="submit"],
#below-header-search button.search-submit {
  display: none;
}
/* End Header */

/* Breadcrumb */
.custom-breadcrumbs {
    max-width: 1188px;
    padding: 32px 20px;
    margin: auto;
}

.custom-breadcrumbs ul {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.custom-breadcrumbs ul > li {
    list-style: none;
    font-size: 14px;
    line-height: 14px;
}

.content-section .custom-breadcrumbs ul > li > a,
.custom-breadcrumbs ul > li > a {
    color: #5B5B5B;
    text-decoration: none;
    transition: 0.3s;
}

.custom-breadcrumbs ul > li > a:hover {
    color: #212E48;
    text-decoration: underline;
}

.custom-breadcrumbs ul > li.item-current > span {
    color: #212E48;
}

.learning-resources-category .custom-breadcrumbs {
    background: #F1F3F7;
}

.content-section.about-us .custom-breadcrumbs {
    position: absolute;
    max-width: 1188px;
    width: 100vw;
    left: calc((100% - 1188px) / 2);
    top: 32px;
    margin: 0;
    padding: 0 10px;
}

.content-section.about-us .custom-breadcrumbs ul > li > a {
    color: #BDBDBD;
    text-decoration: none;
    transition: 0.3s;
}

.content-section.about-us .custom-breadcrumbs ul > li > a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

.content-section.about-us .custom-breadcrumbs ul > li.item-current > span {
    color: #FFFFFF;
}

.content-section.about-us .custom-breadcrumbs ul > li svg > path {
    stroke: #FFFFFF;
}

#primary.scholarly-article-detail .content-section .custom-breadcrumbs,
#primary.staff .content-section .custom-breadcrumbs {
    position: absolute;
    max-width: 1188px;
    width: 100%;
    left: calc((100% - 1188px) / 2);
    top: 32px;
    margin: 0;
    padding: 0 10px;
}

#primary.scholarly-article-detail .content-section > .fl-row-content-wrap,
#primary.staff .content-section > .fl-row-content-wrap {
    padding-top: 66px;
}
/* End Breadcrumb */

/* Footer */
.footer-copyright-row .fl-module-rich-text .fl-rich-text p > a {
    transition: 0.3s;
}

.footer-copyright-row .fl-module-rich-text .fl-rich-text p > a:hover {
    color: #FFF;
}
/* End Footer */

/* Homepage */
/* Hero Section */
.title-home-page h1 {
    margin-bottom: 8px;
}

/* Advanced tab with background animation */
.animation-bg-tabs .fl-module-content .uabb-tabs .uabb-tabs-nav > ul:before {
    content: "";
    position: absolute;
    top: 0;
    left: var(--first-li-offset, 0);
    width: calc((var(--total-width, 0) - 10px) / 2);
    height: 100%;
    background: linear-gradient(270deg, #E6832C 0%, #D95A28 50%);
    transition: 0.5s;
    transform: translateX(var(--tab-offset, 0px));
    z-index: 2;
    opacity: 0;
    border-radius: 8px;
}

.animation-bg-tabs .fl-module-content .uabb-tabs .uabb-tabs-nav > ul.show-before:before {
    opacity: 1;
}

.animation-bg-tabs .fl-module-content .uabb-tabs .uabb-tabs-nav > ul > li {
    margin: 0;
}

.animation-bg-tabs .fl-module-content .uabb-tabs .uabb-tabs-nav > ul > li:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #FFF;
    top: 0;
    left: 0;
}

.animation-bg-tabs .fl-module-content .uabb-tabs .uabb-tabs-nav > ul:not(.show-before) > li.uabb-tab-current:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, #E6832C 0%, #D95A28 50%);
    top: 0;
    left: 0;
    transition: 0.6s;
    border-radius: 8px;
    z-index: 10;
}

.animation-bg-tabs .fl-module-content .uabb-tabs .uabb-tabs-nav > ul > li.uabb-tab-current > .uabb-tag-selected {
    position: relative;
    z-index: 11;
}

.animation-bg-tabs .fl-module-content .uabb-tabs .uabb-tabs-nav > ul > li,
.animation-bg-tabs .fl-module-content .uabb-tabs .uabb-tabs-nav > ul > li a {
    background: unset;
    z-index: auto;
}

.animation-bg-tabs .fl-module-content .uabb-tabs .uabb-tabs-nav > ul > li a .uabb-tabs-icon,
.animation-bg-tabs .fl-module-content .uabb-tabs .uabb-tabs-nav > ul > li a .uabb-tab-title {
    position: relative;
    z-index: 5;
}

.animation-bg-tabs .fl-module-content .uabb-tabs > nav ul li a, 
.uabb-tabs > nav .uabb-tabs-icon i, 
.animation-bg-tabs .fl-module-content .uabb-tabs > nav .uabb-tab-title {
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
}

.animation-bg-tabs .fl-module-content .uabb-tabs > nav ul li a.uabb-tab-link {
    width: max-content;
    margin: auto;    
    min-width: 256px;
}

.animation-bg-tabs .fl-module-content .uabb-tabs .uabb-tabs-nav > ul.show-before:after {
    content: "";
    position: absolute;
    top: -5px;
    left: calc(var(--first-li-offset, 0) - 5px);
    width: var(--total-width, 0);
    height: calc(100% + 10px);
    background: #FFF;
    border: 1px solid #B8C6E6;
    border-radius: 6px;
    box-shadow: 0px 4px 12px 0px #0000000D;
}

.animation-bg-tabs .fl-module-content .uabb-tabs .uabb-tabs-nav > ul {
    margin: 5px 0;
}

/* Learning Journey Info Boxes */
.fl-module-info-box.learning-journey .uabb-infobox-content .uabb-infobox-title {
    height: 2lh;
}

.fl-module-info-box.learning-journey .uabb-infobox-content .uabb-infobox-text {
    height: 4lh;
}

/* Partner Carousel */
.partner-carousel .uabb-module-content .uabb-image-carousel-item .uabb-image-carousel-content {
    aspect-ratio: 270/110;
    border-radius: 8px;
    /*background: #F1F3F7;*/
}

.partner-carousel .uabb-module-content .uabb-image-carousel-item .uabb-image-carousel-content > a {
    height: 100%;
}

.partner-carousel .uabb-module-content .uabb-image-carousel-item .uabb-image-carousel-content img.uabb-gallery-img {
    object-fit: contain;
    height: 100% !important;
    mix-blend-mode: multiply;
}

/* Search */
.search-form .search-input-wrapper {
  position: relative;
}

.home-search-wrapper .search-input-wrapper.w-60-p {
    width: 60%;
}

.homepage-top-section #home-searchform .home-search-wrapper .search-input-wrapper.w-60-p {
    max-width: 815px;
    margin: auto;
}

.home-search-wrapper .search-input-wrapper input.search-input {
  padding: 27px 100px 27px 28px; 
  border: 1px solid #004B99;
  border-radius: 6px;
  border-radius: 40px;
  transition: 0.3s;
}

.home-search-wrapper .search-input-wrapper:hover input.search-input {
  border-color: #EF7C00;
}

.search-form .search-btn svg.search-icon-default {
    position: absolute;
}

.search-form .search-btn svg {
    transition: 0.3s;
}

.search-form .btn-wrapper {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
}

.search-form .btn-wrapper button {
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
  transition: 0.3s;
}

#home-searchform.search-form button.search-btn {
    position: absolute;
    right: 8px;
    padding: 0;
    background: none;
    top: 50%;
    transform: translateY(-50%);
}

.search-form .btn-wrapper button.search-btn {
  border-radius: 0;
  border-left: 1px solid #A0B4CC;
  padding-left: 13px;
  margin-left: 13px;
}

.search-form .btn-wrapper button.search-btn.hidden {
  border-left: unset;
}

.search-form .btn-wrapper button.clear-button.hidden {
  opacity: 0;
}

.search-form .search-btn:hover svg.search-icon-hover {
  opacity: 1;
}

.search-form .search-btn:hover svg.search-icon-default {
  opacity: 0;
}

.search-form span.filter-title {
    display: block;
    font-weight: bold;
    margin-top: 32px;
    margin-bottom: 12px;
}

.search-form .filter-wrapper {
    display: flex;
    column-gap: 32px;
}

.search-form .filter-wrapper .filter-dropdown {
    width: 30%;
}

.search-form .filter-wrapper .filter-btn button.btn-filter,
.home-search-mobile-section button.btn-filter,
.learning-resources-category .learning-resources-search-mobile-section button.btn-filter {
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 8px;
    padding: 10px 20px;
    border-radius: 32px;
    font-size: 16px;
    font-weight: bold;
    transition: 0.5s;
    border: 2px solid transparent;
    background: unset;
    z-index: 1;
}

.home-search-mobile-section button.btn-filter,
.learning-resources-category .learning-resources-search-mobile-section button.btn-filter {
    width: 100%;
    justify-content: center;
    padding: 15px 20px;
}

.search-form .filter-wrapper .filter-btn button.btn-filter:before,
.home-search-mobile-section button.btn-filter:before,
.learning-resources-category .learning-resources-search-mobile-section button.btn-filter:before {
    content: "";
    position: absolute;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    top: -2px;
    left: -2px;
    background: linear-gradient(270deg, #004B99 40%, #003062 100%);
    border-radius: inherit;
    z-index: -1;
    transition: 0.5s;
}

.search-form .filter-wrapper .filter-btn:hover button.btn-filter,
.home-search-mobile-section button.btn-filter:hover button.btn-filter,
.learning-resources-category .learning-resources-search-mobile-section button.btn-filter:hover button.btn-filter {
    border: 2px solid #003D7C;
    box-shadow: 0px 4px 8px 0px #00000033;
    color: #003D7C;
    background: #FFF;
}

.search-form .filter-wrapper .filter-btn:hover button.btn-filter:before,
.home-search-mobile-section .filter-btn:hover button.btn-filter:before,
.learning-resources-category .learning-resources-search-mobile-section .filter-btn:hover button.btn-filter:before {
    opacity: 0;
}

.search-form .filter-wrapper .filter-btn button.btn-filter svg.filter-btn-icon,
.search-form .filter-wrapper .filter-btn button.btn-filter svg.filter-btn-icon path,
.home-search-mobile-section .filter-btn button.btn-filter svg.filter-btn-icon,
.home-search-mobile-section .filter-btn button.btn-filter svg.filter-btn-icon path,
.learning-resources-category .learning-resources-search-mobile-section .filter-btn button.btn-filter svg.filter-btn-icon,
.learning-resources-category .learning-resources-search-mobile-section .filter-btn button.btn-filter svg.filter-btn-icon path {
    transition: 0.5s;
}

.search-form .filter-wrapper .filter-btn:hover button.btn-filter svg.filter-btn-icon path,
.home-search-mobile-section .filter-btn:hover button.btn-filter svg.filter-btn-icon path,
.learning-resources-category .learning-resources-search-mobile-section .filter-btn:hover button.btn-filter svg.filter-btn-icon path {
    fill: #003D7C;
}

.search-form .filter-dropdown {
  position: relative;
  display: flex;
}

.search-form .dropdown-toggle {
    padding: 4px 18px 10px 0;
    cursor: pointer;
    width: 100%;
    text-align: left;
    color: #212E48;
    background: none;
    border-bottom: 2px solid #004B99;
    border-radius: 0;
    transition: 0.3s;
    pointer-events: none;
}

.search-form .dropdown-toggle:hover {
    color: #212E48;
    background: none;
    border-color: #EF7C00;
}

.search-form .dropdown-toggle .count-filter,
#filter-form .filter-section .count-filter {
    width: 22px;
    height: 22px;
    display: inline-flex;
    background: #004B99;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
    color: #FFF;
    font-weight: bold;
    font-size: 14px;
    position: absolute;
    top: calc(50% - 14px);
}

#filter-form .filter-section .count-filter {
    top: calc(50% - 5px);
}

.search-form .dropdown-toggle svg.filter-icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.4s;
}

.search-form .dropdown-menu {
    position: absolute;
    top: 100%;
    margin-top: 8px;
    left: 0;
    background: white;
    border: 1px solid #A7BCD6;
    border-radius: 4px;
    box-shadow: 0px 4px 12px 0px #00000026;
    padding: 20px;
    min-width: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
    z-index: 100;
    max-height: 50vh;
    overflow-y: scroll;
}

.search-form .filter-dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.search-form .filter-dropdown:hover .dropdown-toggle {
    border-color: #EF7C00;
}

.search-form .filter-dropdown:hover .dropdown-toggle svg.filter-icon {
    transform: translateY(-50%) rotate(180deg);
}

.search-form .dropdown-menu label {
    display: block;
    padding: 6px 0;
    cursor: pointer;
    display: flex;
    align-items: flex-start;
    column-gap: 8px;
    font-size: 16px;
    line-height: 150%;
    font-weight: normal;
}

.search-form .dropdown-menu label input[type="checkbox"]{
    min-width: 20px;
    min-height: 20px;
    margin-top: 3px;
}

/* Search Form Mobile */
.home-search-mobile-section {
    display: none;
    margin-top: 16px;
}

.search-form-mobile-wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    background: #FFF;
    opacity: 0;
    transform: translateX(100%);
    transition: 0.5s;
}

.search-form-mobile-wrapper.expanded {
    opacity: 1;
    transform: translateX(0);
}

.search-form-mobile-wrapper #home-searchform-mobile,
.learning-resources-search-mobile-section #learning-resources-searchform-mobile {
    max-height: 73%;
    overflow-y: scroll;
}

.search-form-mobile-wrapper .heading-sticky {
    display: flex;
    justify-content: space-between;
    background: #003D7C;
    padding: 14px 28px;
}

.search-form-mobile-wrapper .heading-sticky .filter-title {
    display: flex;
    gap: 8px;
}

.search-form-mobile-wrapper .heading-sticky .filter-title .filter-text {
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
}

.search-form-mobile-wrapper .heading-sticky .close-icon {
    cursor: pointer;
}

.search-form-mobile-wrapper .filter-dropdown {
    display: block;
}

.search-form-mobile-wrapper .filter-dropdown .dropdown-toggle,
.search-form-mobile-wrapper .filter-dropdown .dropdown-menu {
    position: relative;
}

.search-form-mobile-wrapper .filter-dropdown .dropdown-menu {    
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    box-shadow: unset;
    padding: 0;
    border: unset;
}

.search-form-mobile-wrapper .filter-dropdown .dropdown-toggle {
    font-size: 16px;
    pointer-events: unset;
}

.search-form-mobile-wrapper .filter-dropdown .dropdown-toggle,
.search-form-mobile-wrapper .filter-dropdown .dropdown-toggle:hover,
.search-form-mobile-wrapper .filter-dropdown:hover .dropdown-toggle {
    border-color: #A7BCD6;
}

.search-form-mobile-wrapper .dropdown-menu label input[type="checkbox"] {
    accent-color: #004B99;
}

.search-form-mobile-wrapper .filter-dropdown.expanded .dropdown-toggle svg.filter-icon {
    transform: translateY(-50%) rotate(180deg);
}

.search-form-mobile-wrapper .button-sticky {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    gap: 8px;
    padding: 32px 20px;
    background: #F1F3F7;
    bottom: 0;
    z-index: 10;
}

.search-form-mobile-wrapper .button-sticky button.reset,
.search-form-mobile-wrapper .button-sticky button.submit {
    width: 50%;
    z-index: 11;
}

.search-form-mobile-wrapper .button-sticky button.reset {
    box-shadow: inset 0 0 0 2px #003D7C;
    border-radius: 32px;
    background: #fff;
    color: #003D7C;
}

.search-form-mobile-wrapper .button-sticky button.reset:hover {
    box-shadow: inset 0 0 0 2px #003D7C;
    color: #003D7C;
}

.search-form-mobile-wrapper .button-sticky button.submit {
    border-radius: 32px;
    background: unset;
    position: relative;
}

.search-form-mobile-wrapper .button-sticky button.submit:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, #004B99 40%, #003062 100%);
    border-radius: inherit;
    z-index: -1;
}

.search-form-mobile-wrapper .filter-wrapper {
    flex-direction: column;
    padding: 28px 26px;
    row-gap: 22px;
}

.search-form-mobile-wrapper .filter-wrapper .filter-dropdown {
    width: 100%;
    cursor: pointer;
}

.search-form-mobile-wrapper .filter-wrapper .filter-dropdown .dropdown-menu {
  display: none;
}

.home-search-mobile-section #btn-filter-mobile .count-filter-main,
.learning-resources-search-mobile-section #btn-filter-mobile .count-filter-main {
    width: 22px;
    height: 22px;
    background: #FFF;
    border-radius: 50%;
    color: #004B99;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 16px;
}

.learning-resources-search-mobile-section {
    display: none;
}

/* Row With Image Overlap */
.fl-row.fl-row-bg-photo.fl-row-bg-overlay.img-overlap-bg .fl-row-content-wrap:after {
    z-index: -1;
}
/* End Homepage */

/* Staff Page */
/* Hero Section */
.fl-row.fl-row-bg-photo.fl-row-bg-overlay.team-hero-row .fl-row-content-wrap:after {
    background: linear-gradient(90deg, #003D7C 25%, rgba(0, 117, 155, 0.8) 60%, rgba(0, 172, 186, 0.3) 100%);
}

/* Right Side Menu */
.anchor-menu {
    max-width: 180px;
    float: right;
    position: sticky;
    top: 90px;
}

.anchor-menu .fl-button-group-button a.fl-button {
    position: relative;
}

.anchor-menu .fl-button-group-button a.fl-button i.fl-button-icon {
    position: absolute;
    left: -16px;
    font-size: 7px;
    top: 50%;
    transform: translateY(-50%);
    color: #EF7C00 !important;
    display: none;
}

.anchor-menu .fl-button-group-button a.fl-button .fl-button-text {
    transition: 0.3s;
}

.anchor-menu .fl-button-group-button a.fl-button.active i.fl-button-icon {
    display: block;
}

.anchor-menu .fl-button-group-button a.fl-button.active .fl-button-text {
    font-weight: bold;
    color: #212E48;
}

.anchor-menu .fl-button-group-button a.fl-button.active:hover {
    font-weight: bold;
    color: #212E48;
}

.anchor-menu .fl-button-group-button a.fl-button.active:hover i.fl-button-icon {
    color: #EF7C00;
}

/* Learning Resources Cateogries Page */
/* Hero Section */
.learning-resources-category > .hero-section {
    position: relative;
    background-image: url('assets/images/LR-hero-bg.png');
    max-height: 118px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: right;
}

.learning-resources-category > .hero-section:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, #003D7C 20.25%, #00ACBA 100%);
    z-index: -1;
}

.learning-resources-category > .hero-section > .hero-section-content {
    max-width: 1186px;
    margin: auto;
    padding: 31px 20px;
}

.learning-resources-category > .hero-section > .hero-section-content .category-title {
    color: #FFF;
    font-size: 40px;
}

/* Search By Keyword */
.learning-resources-category .keyword-search {
    padding: 0 0 60px;
}

/* Content Section */
.learning-resources-category .content-row-wrapper {
    background: #F1F3F7;
}

.learning-resources-category .content-row-wrapper .content-row {
    max-width: 1146px;
    margin: auto;
}

.learning-resources-category .content-row-wrapper .content-row .result-wrapper {
    display: flex;
    justify-content: space-between;
}

.learning-resources-category .content-row-wrapper .content-row .result-wrapper .left-filter-col {
    width: 26.5%;
}

.learning-resources-category .left-filter-col .filter-container {
    border-radius: 8px;
    background: #FFF;
    overflow: hidden;
}

.learning-resources-category .left-filter-col .filter-container .filter-header {
    display: flex;
    background: #003D7C;
    align-items: center;
    gap: 8px;
    padding: 11px 28px;
}

.learning-resources-category .left-filter-col .filter-container .filter-header .icon {
    line-height: 0;
}

.learning-resources-category .left-filter-col .filter-container .filter-header .filter-title {
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
}

.learning-resources-category .left-filter-col .filter-container .filter-section {
    margin: 0 28px;
}

.learning-resources-category .left-filter-col .filter-container .filter-section .section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 22px 0 10px;
    border-bottom: 1px solid #A7BCD6;
    position: relative;
}

.learning-resources-category .left-filter-col .filter-container .filter-section:last-child {
    padding-bottom: 32px;
}

.learning-resources-category .left-filter-col .filter-container .filter-section .section-header .arrow-icon {
    transition: transform 0.3s;
    display: inline-block;
    transform: rotate(-180deg);
}

.learning-resources-category .left-filter-col .filter-container .filter-section.expanded .section-header .arrow-icon {
    transform: rotate(0deg);
}

.learning-resources-category .left-filter-col .filter-container .filter-section .section-header .filter-header-text {
    font-size: 16px;
    font-weight: bold;
}

.learning-resources-category .left-filter-col .filter-container .filter-section .section-content {
    display: none;
}

.learning-resources-category .left-filter-col .filter-container .filter-section .section-content label {
    display: flex;
    margin-bottom: 8px;
    align-items: flex-start;
    gap: 8px;
    font-size: 16px;
}

.learning-resources-category .left-filter-col .filter-container .filter-section .section-content label:first-child {
    margin-top: 16px;
}

.learning-resources-category .left-filter-col .filter-container .filter-section .section-content label:last-child {
    margin-bottom: 0;
}

.learning-resources-category .left-filter-col .filter-container .filter-section .section-content label input {
    min-width: 20px;
    min-height: 20px;
    accent-color: #004B99;
}

.learning-resources-category  .left-filter-col .filter-actions {
    padding: 24px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.learning-resources-category  .left-filter-col .filter-actions .reset-btn {
    background: #FFF;
    border-radius: 32px;
    border: 2px solid #003D7C;
    color: #003D7C;
    font-size: 16px;
    font-weight: bold;
    transition: 0.3s;
    padding: 8px 41px;
    line-height: 150%;
}

.learning-resources-category  .left-filter-col .filter-actions .reset-btn:hover {
    box-shadow: 0px 4px 8px 0px #00000033;
    border: 2px solid #EF7C00;
    color: #EF7C00;
}

.learning-resources-category  .left-filter-col .apply-btn {
    border-radius: 32px;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    transition: 0.3s;
    padding: 8px 41px;
    line-height: 150%;
    position: relative;
    background: none;
    z-index: 1;
    border: 2px solid transparent;
}

.learning-resources-category  .left-filter-col .apply-btn:before {
    content: "";
    position: absolute;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    top: -2px;
    left: -2px;
    background: linear-gradient(270deg, #004B99 40%, #003062 100%);
    border-radius: inherit;
    z-index: -1;
    transition: 0.3s;
}

.learning-resources-category  .left-filter-col .apply-btn:hover {
    background: #FFF;
    border-color: #003D7C;
    box-shadow: 0px 4px 8px 0px #00000033;
    color: #003D7C;
}

.learning-resources-category  .left-filter-col .apply-btn:hover:before {
    opacity: 0;
}

.learning-resources-category .right-result-col {
    width: 70%;
    position: relative;
}

.learning-resources-category .right-result-col .no-result {
    background: #FFF;
    border-radius: 8px;
    text-align: center;
    padding: 24px 0 48px;
}

.learning-resources-category .right-result-col .no-result h2.title {
    color: #003D7C;
    margin: 24px 0 8px;
}

.learning-resources-category .right-result-col .no-result p.description {
    margin: 0 auto;
    max-width: 425px;
}

.learning-resources-category .right-result-col .result-show {
    position: absolute;
    top: -45px;
    right: 0;
    display: inline-flex;
    align-items: center;
}

.learning-resources-category .right-result-col .result-show .square-icon {
    font-size: 7px;
    color: #EF7C00;
    line-height: 5px;
    margin-right: 8px;
}

.learning-resources-category .right-result-col .result-show .results-text {
    color: #212E48;
    font-size: 16px;
    font-weight: bold;
}

.learning-resources-category .right-result-col .post-items {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}

.learning-resources-category .right-result-col .post-items .post-item {
    width: calc(50% - 16px);
    border-radius: 8px;
    background: #FFF;
    overflow: hidden;
    position: relative;
}

.learning-resources-category .right-result-col .post-items .post-item a.post-url:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.learning-resources-category .right-result-col .post-items .post-item .image-thumbnail {
    aspect-ratio: 2;
    overflow: hidden;
}

.learning-resources-category .right-result-col .post-items .post-item .image-thumbnail img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: 0.5s;
}

.learning-resources-category .right-result-col .post-items .post-item:hover .image-thumbnail img {
    transform: scale(1.1);
}

.learning-resources-category .right-result-col .post-items .post-item .post-item-content {
    padding: 24px;
}

.learning-resources-category .right-result-col .post-items .post-item .post-item-content .post-category {
    padding: 0 6px;
    border-radius: 3px;
    margin-bottom: 18px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}

.learning-resources-category .right-result-col .post-items .post-item .post-item-content .post-category > svg {
    width: 17px;
    fill: #332121;
}

.learning-resources-category .right-result-col .post-items .post-item .post-item-content .post-category.videos {
    background: #FFD6D7;
}

.learning-resources-category .right-result-col .post-items .post-item .post-item-content .post-category.e-books {
    background: #FFE0CC;
}

.learning-resources-category .right-result-col .post-items .post-item .post-item-content .post-category.podcasts {
    background: #FFE8B3;
}

.learning-resources-category .right-result-col .post-items .post-item .post-item-content .post-category.web-resources {
    background: #DBE1FE;
}

.learning-resources-category .right-result-col .post-items .post-item .post-item-content .post-category.scholarly-article {
    background: #BEE7FF;
}

.learning-resources-category .right-result-col .post-items .post-item .post-item-content .post-title {
    color: #003D7C;
    margin-bottom: 16px;
    transition: 0.5s;
}

.learning-resources-category .right-result-col .post-items .post-item:hover .post-item-content .post-title {
    color: #EF7C00;
}

.learning-resources-category .right-result-col .post-items .post-item .post-item-content .post-title.scholarly-articles {
    margin-bottom: 12px;
}

.learning-resources-category .right-result-col .post-items .post-item .post-item-content .published-date {
    margin-bottom: 16px;
    color: #00828A;
    font-size: 14px;
    display: inline-block;
}

.learning-resources-category .right-result-col .post-items .post-item .post-item-content .post-description {    
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  line-clamp: 6; 
}

.learning-resources-category .right-result-col .post-items .post-item .post-item-content .post-description p {    
  margin-bottom: 0;
}

.learning-resources-category .right-result-col:not(:has(.pagination-container)) {
    margin-bottom: 56px;
}

.learning-resources-category .right-result-col .pagination-container .custom-pagination {
    display: flex;
    margin: 40px 0 56px;    
    justify-content: center;
    gap: 8px;
}

.learning-resources-category .right-result-col .pagination-container .custom-pagination li {
    list-style: none;
    transition: 0.3s;
}

.learning-resources-category .right-result-col .pagination-container .custom-pagination li .page-numbers {
    color: #212E48;
    font-size: 16px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    text-decoration: none;
}

.learning-resources-category .right-result-col .pagination-container .custom-pagination li .page-numbers.current {
    border: 1px solid #212E48;
    font-weight: bold;
}

.learning-resources-category .right-result-col .pagination-container .custom-pagination li.disabled {
    pointer-events: none;
}

.learning-resources-category .right-result-col .pagination-container .custom-pagination li.disabled svg path{
    stroke: #CCD1D9;
}

.learning-resources-category .right-result-col .pagination-container .custom-pagination li:not(.disabled) .page-numbers:not(.dots):not(.current):hover {
    background: #ABD7F580;
}

/* Explore Other Resources Section */
.learning-resources-category .explore-other-resources {
    background: #FFF;
}

.learning-resources-category .explore-other-resources-content {
    max-width: 1186px;
    margin: auto;
    padding: 64px 20px 71px 20px;
}

.learning-resources-category .explore-other-resources-content .explore-title {
    color: #003D7C;
    margin-bottom: 40px;
}

.learning-resources-category .explore-other-resources-content .other-resources-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 24px;
}

.learning-resources-category .explore-other-resources-content .other-resources-wrapper .other-resource {
    max-width: 45%;
    display: flex;
    gap: 10px;
}

.learning-resources-category .explore-other-resources-content .other-resources-wrapper .other-resource .resource-content {
  padding-right: 50px;
}

.learning-resources-category .explore-other-resources-content .other-resources-wrapper .other-resource:nth-child(n + 3) .resource-content {
  border-top: 1px solid #A7BCD6;
  padding-top: 24px;
}

.learning-resources-category .explore-other-resources-content .other-resources-wrapper .other-resource .resource-title {
    color: #003D7C;
    font-size: 24px;
    font-weight: bold;
}

.learning-resources-category .explore-other-resources-content .other-resources-wrapper .other-resource .resource-icon {
    line-height: 0;
    margin-top: 8px;
}

.learning-resources-category .explore-other-resources-content .other-resources-wrapper .other-resource:nth-child(n + 3) .resource-icon {
  padding-top: 24px;
}

.learning-resources-category .explore-other-resources-content .other-resources-wrapper .other-resource .resource-icon svg {
    fill: #00ACBA;
    width: 24px;
}

.fl-module-info-box .uabb-icon-wrap .uabb-icon i.nexus-ebooks:before,
.fl-module-info-box .uabb-icon-wrap .uabb-icon i.nexus-video:before {
    font-size: 17px;
}

/* Learning Resource Detail Page */
article.learning-resource .entry-header.ast-no-title {
    display: none;
}

/* Scholarly Article Detail Page */
.scholarly-article-detail-hero-section > .fl-row-content {
    position: relative;
    background-image: url('assets/images/scholarly-article-bg.png');
    background-repeat: no-repeat;
    background-position: right center;
    min-height: 308px;
    padding: 48px 0;
}

.scholarly-article-detail-hero-section > .fl-row-content:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #F1F3F7;
    z-index: -1;
}

.scholarly-article-detail-hero-section > .fl-row-content:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(270deg, rgba(241, 243, 247, 0) 0%, #F1F3F7 45%);
    z-index: -1;
}

.scholarly-article-detail-hero-section > .fl-row-content .fl-col-content {
    max-width: 1186px;
    margin: auto;
}

.scholarly-article-detail-hero-section > .fl-row-content .fl-col-content .scholarly-article-wrapper {
    max-width: 75%;
}

.scholarly-article-detail-hero-section > .fl-row-content .fl-col-content .scholarly-article-title {
    color: #003D7C;
}

.scholarly-article-detail-hero-section > .fl-row-content .fl-col-content .scholarly-article-category-wrapper {
    display: flex;
    column-gap: 20px;
    row-gap: 10px;
    flex-wrap: wrap;
    margin-top: 14px;
}
.scholarly-article-detail-hero-section > .fl-row-content .fl-col-content .scholarly-article-category {
    display: flex;
    align-items: center;
    gap: 4px;
    background: #BEE7FF;
    width: fit-content;
    padding: 4px 6px;
    border-radius: 3px;
}

.scholarly-article-detail-hero-section > .fl-row-content .fl-col-content .scholarly-article-category .icon > svg {
    width: 12px;
    height: 12px;
}

.scholarly-article-detail-hero-section > .fl-row-content .fl-col-content .scholarly-article-category .icon > svg path {
    fill: #1D2033;
}

.scholarly-article-detail-hero-section > .fl-row-content .fl-col-content .scholarly-article-category .category-name {
    color: #1D2033;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.scholarly-article-detail-hero-section > .fl-row-content .fl-col-content .publish-date-wrapper,
.scholarly-article-detail-hero-section > .fl-row-content .fl-col-content .author-wrapper {
    display: flex;
    gap: 7px;
    align-items: center;
    margin-top: 24px;
}

.scholarly-article-detail-hero-section > .fl-row-content .fl-col-content .author-wrapper {
    margin-top: 6px;
}

.scholarly-article-detail-hero-section > .fl-row-content .fl-col-content .publish-date,
.scholarly-article-detail-hero-section > .fl-row-content .fl-col-content .author {
    font-size: 14px;
    color: #212E48;
}

.scholarly-article-detail-hero-section > .fl-row-content .fl-col-content .separator {
    height: 1px;
    background: #A7BCD6;
    margin-top: 20px;
    margin-bottom: 16px;
}

.scholarly-article-detail-hero-section > .fl-row-content .fl-col-content .download-btn {
    float: left;
}

.scholarly-article-detail-hero-section > .fl-row-content .fl-col-content .download-btn > a {
    padding: 5px 10px 7px 15px;
    background: #E4E7EC;
    border-radius: 24px;
    color: #004B99;
    font-weight: bold;
    transition: 0.3s;
}

.scholarly-article-detail-hero-section > .fl-row-content .fl-col-content .download-btn > a:hover {
    color: #EF7C00;
}

.scholarly-article-detail-hero-section > .fl-row-content .fl-col-content .download-btn > a > svg {
    fill: #004B99;
    transition: 0.3s;
}

.scholarly-article-detail-hero-section > .fl-row-content .fl-col-content .download-btn > a:hover > svg {
    fill: #EF7C00;
}

.scholarly-article-detail-hero-section > .fl-row-content .fl-col-content .social-share-buttons {
    float: right;
    display: flex;
    align-items: center;
    gap: 4px;
}

.scholarly-article-detail-hero-section > .fl-row-content .fl-col-content .social-share-buttons .share-title {
    font-size: 13px;
    color: #212E48;
    margin-right: 2px;
}

.scholarly-article-detail-hero-section > .fl-row-content .fl-col-content .social-share-buttons a {
    width: 28px;
    height: 28px;
    background: #E4E7EC;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.scholarly-article-detail-hero-section > .fl-row-content .fl-col-content .social-share-buttons a svg path {
    fill: #004B99;
    transition: 0.3s;
}

.scholarly-article-detail-hero-section > .fl-row-content .fl-col-content .social-share-buttons a:hover svg path {
    fill: #EF7C00;
}

/* Staff Detail Page */
.staff-hero-section {
    position: relative;
    background-image: url('assets/images/scholarly-article-bg.png');
    background-repeat: no-repeat;
    background-position: right center;
    min-height: 308px;
    padding: 48px 0;
}

.staff-hero-section:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #F1F3F7;
    z-index: -1;
}

.staff-hero-section:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(270deg, rgba(241, 243, 247, 0) 0%, #F1F3F7 45%);
    z-index: -1;
}

.staff-hero-section > .fl-row-content {
    max-width: 1186px;
}

.staff-hero-section > .fl-row-content .staff-content-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.staff-hero-section > .fl-row-content .fl-col-content {
    max-width: 57%;
}

.staff-hero-section > .fl-row-content .fl-col-content .staff-title {
    color: #003D7C;
}

.staff-hero-section > .fl-row-content .fl-col-content .staff-wrapper .staff-designation-wrapper { 
    margin: 12px 0 20px;
    display: flex;
    gap: 10px;
}

.staff-hero-section > .fl-row-content .fl-col-content .staff-wrapper .staff-designation-wrapper .staff-designation { 
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
    color: #004B99;
}

.staff-hero-section > .fl-row-content .fl-col-content .staff-wrapper .description-line-1-wrapper {
    margin-bottom: 8px;
}

.staff-hero-section > .fl-row-content .fl-col-content .staff-wrapper .description-line-1-wrapper,
.staff-hero-section > .fl-row-content .fl-col-content .staff-wrapper .description-line-2-wrapper {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #212E48;
}

.staff-hero-section > .fl-row-content .right-img {
    aspect-ratio: 1;
    border: 1.5px solid;
    border-image-source: linear-gradient(133.89deg, #FFFFFF 14.99%, rgba(255, 255, 255, 0.5) 50.44%, #FFFFFF 85.89%);
    box-shadow: 2px 6px 24px 0px #00000033;
    border-radius: 50%;    
    overflow: hidden;    
    max-width: 218px;
}

/* Left Side Menu */
.fl-module-uabb-advanced-menu.no-sub-menu .menu-item:not(.uabb-has-submenu).focus,
.fl-module-nexus-advanced-menu .menu-item:not(.uabb-has-submenu).focus {
    font-weight: bold;
}

.fl-module-uabb-advanced-menu.no-sub-menu .menu-item .menu-item-text,
.fl-module-nexus-advanced-menu.no-sub-menu .menu-item .menu-item-text {
    font-size: 16px;
    line-height: 150%;
}

.fl-col-sticky {
    position: sticky;
    top: 20px;
    z-index: 100;
}

.fl-col-sticky .course-menu {
    max-height: 70vh;
    overflow-y: scroll;
}

.course-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.course-menu li {
    margin-bottom: 8px;
}

.course-menu a {
    text-decoration: none;
    color: #333;
    transition: 0.2s;
}

.course-menu a:hover {
    text-decoration: underline;
}

.course-menu a.active {
    font-weight: bold;
    color: #000;
}

/* Generic Search Page Result */
body.search.search-results .ast-blog-layout-4-grid .ast-article-inner .wp-post-image {
    object-fit: contain;
}

body.search.search-results .ast-blog-layout-4-grid .post-content .ast-excerpt-container {
    display: none;
}

.pdf-wrapper {
    position: relative;
    width: 100%;
    height: 1000px; 
}

.pdf-viewer {
    width: 100%;
    height: 100%;
    display: block;
}

.print-download-overlay {
    position: absolute;
    top: 0; 
    left: 70%; 
    width: 30%; 
    height: 32px; 
    z-index: 10; 
    background: #FFF;
}