/* For responsive devices only */
@media screen and (max-width: 740px), screen and (max-device-width: 740px) {
    /* Hide sidebars */
	#region-sidebar-first, #region-sidebar-second {
        display:none;
	}
	
	/* Hide sub-menu in nav since menu vertical rather than horizontal */
	.sub {
		display:none !important;
	}
	
	.zone-branding-wrapper {
		border-bottom: 0 none;
	}
	/* Header image is auto fitting */
	#zone-branding .rtecenter img {
        height:auto !important;
        width:100% !important;
	}
	
	/* Make with of mobile nav 100% for Cross Browser Compatibility */
	ul.mobile-nav li {
		width: 100%;
	}
	/* re-align footer in mobile */
	#region-footer-second {
		margin: 0;
		text-align: center;
	}
	.copyright.spacer {
		color: #000000 !important;
		font-size: 13px !important;
		text-align: center !important;
		padding: 5px;
	}
	
	/* Mobile Menu Hacks */
	
	/* Mobile nav icon won't change when touched */
	.yale-standard-menu .mobile-nav li.main, .mobile-nav.expanded li.main {
		background-position: 10px -45px;
	}
	
	/* Change mobile nav font color */
	ul.mobile-nav.expanded li.main {
		color: #fff;
		background-color: inherit;
	}
	
	/* Change mobile nav background, border and font color */
	#zone-menu ul.menu li a {
		background-color: #ffffeb;
		border-bottom: 1px solid #505050;
		color: #500500;
	}
	
}
/* For devices with a width >= 740px */
@media screen and (min-width: 740px) {
	/* Hide horizontal menu */
	.zone-wrapper.zone-menu-wrapper.clearfix.yale-wide-menu {
		display: none;
	}	
	
	/* Header image is auto fitting */
	.rtecenter img {
        height:179px !important;
        width:auto !important;
	}
}
