/*
NUS THEME by Websparks Pte Ltd
Theme styled based on NUS Guidlines Version 4
*Tablet and Mobile Styles below
Version: 1.0.0
*/
#ast-mobile-header .site-logo-img .custom-logo{
  height: 30px !important;
  width: auto;
}

.ast-mobile-header-content{
  position: absolute;
  top: 0px;
  background: rgba(0, 0, 0, 0.7);
  height: 100vh;
  width: 100vw;
  z-index: 99999;
}

.ast-mobile-header-content .main-header-bar-navigation li{
  background: rgba(0,0,0,0.6) !important;
  border: none;
}

.ast-mobile-header-content .main-header-menu .sub-menu {
  background: transparent;
}

header a, header span, header svg{
  color: #fff;
  fill: #fff !important;
}

@media only screen and (max-width: 544px){
	
}

@media only screen and (max-width: 767px) {
  .site-main p, .site-main span{
    font-size: 14px;
    line-height: 19px !important;
    letter-spacing: 0.02em !important;
  }

  h2 .fl-heading-text{
    font-size: 16px !important;
    line-height: 21px !important;
    letter-spacing: 0.1em !important;
  }

  .custom-letter-spacing h5 {
    font-size: 14px;
    line-height: 19px !important;
    margin-bottom: 0;
  }


  /** ------ FOOTER STYLES ------ **/
	.site-footer .site-footer-section{
    margin-left: auto;
    margin-right: auto;
  }

  .site-above-footer-wrap{
    background: #151515 !important;
  }

  .site-above-footer-inner-wrap{
    display: flex;
    flex-wrap: wrap;
  }

  .site-above-footer-wrap .widget{
    margin-bottom: 0;
  }

  .site-above-footer-wrap .site-footer-above-section-2 #block-38{
    margin-bottom: 1.75em;
  }

  .site-above-footer-wrap .footer-parent-title,
  .site-above-footer-wrap .footer-tier1-title{
    font-size: 12px;
    line-height: 25px !important;
  }

  .site-above-footer-wrap .footer-child-title{
    font-size: 11px;
    line-height: 18px !important;
  }
  
  .site-footer-above-section-1,.site-footer-above-section-2{
    flex: 1;
  }

  .site-footer-above-section-1{
    padding-left: 20px
  }

  .site-footer-above-section-2{
    padding-right: 20px
  }


  .site-footer-above-section-1 p,.site-footer-above-section-2 p{
    text-align: left;
  }

  .site-footer-above-section-3{
    width: 100%;
    border-top: solid 1px rgba(255, 255, 255, 0.5);
    padding-top: 20px;
    margin: 0 20px 10px 20px !important;
  }

  .site-above-footer-wrap .nus-footer div{
    text-align: center;
  }

  .site-above-footer-wrap .nus-footer .dept-name{
    font-size: 13px;
    line-height: 25px;
    letter-spacing: 0.05em;
  }

  .site-above-footer-wrap .nus-footer .dept-info{
    font-size: 11px;
    line-height: 25px;
    letter-spacing: 0.05em;
  }

  .site-above-footer-wrap .nus-footer > .dept-footer .dept-info {
    display: block;
    width: auto;
  }

  .site-above-footer-wrap .info{
    float: none !important;
    text-align: center !important;
  }

  .site-above-footer-wrap .dept-info .icon{
    display: none;
  }

  .site-above-footer-wrap .location:before {
    content: "\f124";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    margin-right: 5px;
  }

  .site-above-footer-wrap .number:before {
    content: "\f879";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    margin-right: 5px;
  }

  .site-primary-footer-wrap{
    display: none !important;
  }

  .ast-footer-copyright p{
    font-size: 10px;
    line-height: 25px;
    letter-spacing: 0.05em;
  }


  /** ------ CONTENT STYLES ------ **/
  .sub-page-starting-gap .uabb-spacer-gap{
    height: 150px !important;
  }

  .qfl-photo-content {
    width: 100%;
  }

  .three-col-fullwidth, .two-col-fullwidth{
    margin: 0 20px;
  }

  .three-col-fullwidth .fl-col, .two-col-fullwidth .two-col-fullwidth-inner{
    margin-bottom: 60px;
  }

  .dean-info-txt p{
    font-size: 10px !important;
    line-height: 13px !important;
    letter-spacing: 0.1em !important;
    margin-bottom: 0 !important;
  }

  .home-vision-slider .fl-slide-content{
    padding: 30px 40px !important;
  }

  .fl-separator{
    max-width: 20% !important;
  }

  .bullet-point-text-editor .fl-module-content{
    margin: 0 20px 0 48px;
  }
  
  .center-text-editor .uabb-info-list{
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }

  .info-list-next-page .uabb-info-list-right{
    text-align: right !important;

  }
  
  .info-list-next-page .uabb-info-list-icon{
    position: absolute
  }
  
  /** ------ TRACKER STYLES ------ **/
  #tracker-button {
    bottom: 10px !important;
    right: 10px !important;
  }
  
  #tracking-widget-div {
    bottom: 80px !important;
    right: 20px !important;
  }

  #tracking-widget-div .tracking-lable p{
    width: calc(100vw - 40px) !important;
  }

  #tracking-widget-div .outer-ul{
    width: calc(100vw - 40px) !important;
  }

  .tracker-module-div.active{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99;
    background-color: rgba(0,0,0,0.7);
  }

  #tracking-widget-div .outer-ul{
    max-height: 400px !important;
  }

  body.set-overflow{
    overflow: hidden;
  }
}

@media only screen and (max-width: 991px){
  /** ------ MAIN MENU STYLES ------ **/
  .body.home .ast-mobile-header-wrap .ast-primary-header-bar .ast-builder-grid-row{
    border-bottom: solid 1px #fff !important;
  }

  .ast-mobile-header-wrap .ast-primary-header-bar{
    padding-top: 16px;
    padding-bottom: 25px;
    transition: all 1s ease 0s;
  }

  .ast-mobile-header-wrap  .ast-primary-header-bar .ast-site-identity{
    padding: 17px 0;
    transition: all 1s ease 0s;
  }

  .ast-mobile-header-wrap .mobile-menu-wrap{
    margin-left: 8.5px !important;
  }

  .ast-mobile-header-wrap .mobile-menu{
    font-weight: normal !important;
    font-size: 10px !important;
    line-height: 14px;
    letter-spacing: 0.1em;
  }

  .ast-mobile-header-wrap .menu-video-background{
    height: 100vh;
    padding-top: 0 !important;
  }

  .ast-mobile-header-wrap .close-menu-div {
      position: absolute;
      left: 0px;
      top: 0px;
      padding: 54px 30px 0;
  }

  .ast-mobile-header-wrap .ast-builder-menu-mobile{
    margin-top: 150px;
  }

  .ast-mobile-header-wrap .ast-builder-menu-mobile .icon-arrow svg{
    color: #fff !important;
    fill: #fff !important;
  }

  .ast-mobile-header-wrap .ast-builder-menu-mobile .fa-chevron-right,
  .ast-mobile-header-wrap .ast-builder-menu-mobile .sub-menu .icon-arrow{
    display: none !important;
  }

  .ast-builder-menu-mobile .menu-item .menu-link{
    padding-left: 49px !important;
    padding-right: 20px !important;
  }

  .ast-builder-menu-mobile .sub-menu .menu-link{
    margin-left: 29px !important;
    padding-left: 20px !important;
    border-left: solid 0.5px #fff !important;
  }

  .ast-mobile-header-wrap .main-header-menu, .ast-mobile-header-wrap .main-header-menu .menu-item{
    background-color: transparent !important;
  }

  .ast-mobile-header-wrap .ast-builder-menu-mobile .sub-menu .ast-menu-toggle{
    display: none !important;
  }

  .ast-mobile-header-wrap .ast-builder-menu-mobile .sub-menu .sub-menu{
    display: none !important;
  }

  .ast-mobile-header-wrap .ast-builder-menu-mobile .sub-menu .sub-menu.active{
    display: none !important;
  }

  .ast-mobile-header-content .menu-item .sub-menu.active{
    display: block !important;
  }


  /** ------ SEC MENU STYLES ------ **/
  .ast-mobile-header-wrap .ast-below-header-wrap p, .ast-mobile-header-wrap .ast-below-header-wrap a, .ast-mobile-header-wrap .ast-below-header-wrap span{
    font-size: 10px !important;
    line-height: 13px !important;
    letter-spacing: 0.05em !important;
  }

  .ast-mobile-header-wrap .ast-below-header-wrap .ast-builder-grid-row{
    display: block;
  }

  .ast-mobile-header-wrap .site-header-below-section-left{
    display: block;
  }

  .ast-mobile-header-wrap .site-header-below-section-right{
    display: none;
  }

  .ast-mobile-header-wrap .ast-below-header-bar{
    min-height: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important; 
  }

  .ast-mobile-header-wrap .ast-breadcrumbs .trail-items{
    padding-top: 10px;
    padding-bottom: 13px;
    padding-right: 25px;
  }

  .ast-mobile-header-wrap .ast-breadcrumbs .trail-items li::after{
    font-size: 9px;
  }

  .ast-mobile-header-wrap .ast-builder-grid-row{
    position: relative;
  }

  .ast-mobile-header-wrap .site-header-below-section-left, .ast-mobile-header-wrap .site-header-below-section-right {
    height: fit-content;
    padding-left: 20px;
    padding-right: 20px;
  }

  .site-header-below-section-right {
    background-color: #fff;
  }

  .ast-mobile-header-wrap .ast-breadcrumbs i{
    font-weight: 400;
    padding: 0 10px;
    position: absolute;
    top: 12px;
    right: 20px;
    color: #404040;
  }

  .ast-mobile-header-wrap .site-header-below-section-right  .header-widget-area{
    padding-left: 0;
  }

  .ast-mobile-header-wrap .site-header-below-section-right .custome_menu_tab{
    width: 100%;
    padding: 0;
  }

  .ast-mobile-header-wrap .site-header-below-section-right .custome_menu_tab li{
    display: block;
    margin-left: 0px;
    padding: 15px 0;
    border-bottom: solid 1px rgba(64, 64, 64, 0.5);
  } 

  .ast-mobile-header-wrap .site-header-below-section-right .custome_menu_tab [aria-current]:not([aria-current="false"]) {
    text-decoration-line: none;
  }

  /** ------ FOOTER STYLES ------ **/
  .site-primary-footer-wrap .footer-child-title{
    text-align: left;
  }
}


@media only screen and (max-width: 1024px) and (min-width: 834px){
  /** ------ MAIN MENU STYLES ------ **/
  .ast-desktop-header-content .menu-video-background{
    height: 100vh;
    padding-top: 0 !important;
  }
  
  /** ------ CONTENT STYLES ------ **/
  .three-col-fullwidth .fl-col-group .fl-col, .two-col-fullwidth .two-col-fullwidth-inner {
    width: 30% !important;
  }
}