/*
NUS THEME by Websparks Pte Ltd
Theme styled based on NUS Guidlines Version 4
*Desktop Styles below
Version: 1.0.0
*/
@media (min-width:992px){

	/** ------ QUICKLINKS STYLES ------ **/

	/** ------ MAIN MENU STYLES ------ **/
	.site-primary-header-wrap, .site-below-header-wrap{
		margin: 0 120px;
	}

	/** ----- MAIN MENU SUBMENU STYLES ----- **/

	/** ----- SEARCH FUNCTION ----- **/

	/** ----- FOOTER BAR STYLES ------ **/
	.site-above-footer-wrap{
	    display: none !important;
	 }

	.site-primary-footer-wrap .ast-builder-footer-grid-columns{
		margin: 0 120px;
		padding: 0 20px !important;
	}

	.site-footer-section-1 p, .site-footer-section-2 p{
		font-size: 14px;
	    line-height: 25px;
	    letter-spacing: 0.05em;
	}

	.site-footer-primary-section-3{
		border-left: solid 1px;
	}

	.nus-footer{
		margin-left: 50px;
	}

	.nus-footer .dept-name{
	    font-size: 14px;
	    line-height: 25px;
	    letter-spacing: 0.05em;
	}

	.nus-footer .dept-info .info{
	    font-size: 12px;
		line-height: 18px !important;
		letter-spacing: 0.05em;
	}

	.nus-footer .icon i{
		font-size: 13px;
	}

	/** ----- CONTENT STYLES ------ **/
	.home-dean-content-slider .fl-builder-content-178{
		max-width: 100% !important;
	}

	.dean-img img{
	    max-height: 500px;
    	object-fit: contain;
	}
}

