/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/

/* #Media Queries
================================================== */

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
	
}

/* 2.  Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {		

}

@media (max-width: 991.98px) {
	.slicknav_menu {
		display: block;
	}
	.homeSidebarWrapper {
	    padding-top: 20px;
	}
	.upper-banner-wrapper li a {
	    padding: 15px 5px;
	}
	.upper-banner-wrapper li .fa-brands, .upper-banner-wrapper li .fa-regular, .fa-cake-candles, .upper-banner-wrapper li a {
		font-size: 16px;
	}
	#globalNehsSearchForm input[type=search] {
		max-width: 185px
	}
}

@media (max-width: 767.98px) {
	#globalNehsSearchForm input[type=search] {
		max-width: 230px
	}
	.scholarshipItem {
	    min-height: 260px;
	}
}

/* 3.  Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {

}

/* 4. Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	.logo img {
	    max-width: 100%;
	}
}

@media only screen and (min-width: 442px) and (max-width: 767px) {
	.scholarshipItem {
	    box-shadow: inset 0px 60px 0px #8b8275 !important;
	}
}

@media (max-width: 1199.98px) {
	.menu-top-navigation-container a {
        padding: 4px !important;
        font-size: 14px;
    }
}

@media only screen and (max-width: 1399px) {
	.scholarshipItem {
	    box-shadow: inset 0px 90px 0px #8b8275;
	}
	.menu-top-navigation-container a {
		padding: 10px;
	}
}