/*
NUS THEME by Websparks Pte Ltd
Theme styled based on NUS Guidlines Version 4
*Tablet and Mobile Styles below
Version: 1.0.0
*/
@media only screen and (max-width: 544px){
	/* site logo start */
	.ast-header-break-point .site-branding img, .ast-header-break-point #masthead .site-logo-img .custom-logo-link img {
			max-width: 100%;
	}
	/* site logo end */
}

@media only screen and (max-width: 767px) {  
	.slider-bottom-btn .fl-node-content{
		margin-top: 0px !important;
	}
	
	/* #AreuOK subpage start */
	.Know-your-resources-banner.fl-module-info-banner .uabb-ultb3-img{
		max-width: none !important;
	}
	.Know-your-resources-banner.fl-module-info-banner .uabb-ultb3-box{
		min-height: 0 !important;
	}
	.Know-your-resources-banner .uabb-ultb3-title{
		margin-bottom: 10px !important;
	}
	/* #AreuOK subpage end */
}

@media only screen and (max-width: 991px){

  header.site-header .main-header-bar{
    background-color: #f8f8f8;
    border-bottom: 1px solid #e7e7e7;
    padding: 10px 0px;
  }

  header.site-header .main-header-bar .ast-container {
    padding: 0px 15px;
    overflow-x: hidden;
  }

  .site-branding img {
    height: 30px !important;
    width: auto;
  }

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

  .main-header-container .ast-button-wrap {
    display: flex;
  }

  .main-header-container .ast-button-wrap button {
    height: 20px;
    line-height: 0px;
    font-size: 20px !important;
    color: #333 !important;
    padding:0px;
  }

  .main-header-container .ast-button-wrap button:hover {
    color: #ef7c00 !important;
    text-decoration: none;
    transition: all 0.2s;
  }

  .main-header-container .ast-button-wrap button .menu-toggle-icon {
    line-height: 18px;

  }

  .site-branding-special .special-logo {
    float: right;
    position: absolute;
    right: 50px;
    top:-9px;
  }
  
  .site-branding-special .special-logo > img {
    height:22px;
  }


}
