/* This stylesheet is used to display the mobile menu for all devices below 980px */
@media only screen and (max-width: 980px) {	
	.triptych-activator {
		display: block;
	} 
	.global-header .triptych-nav-activator, .global-header .xfinity-shopping-cart {
		top: 12px;
		display: block;
		position: absolute;
	}
	.global-header .triptych-nav-activator {
		left: 0;
	}
	.global-header .content {
		position: relative;
		width: 100%;
		border-bottom: 2px solid #CC0033
	}
	.global-header .logo {
		position: static;
		float: none;
		margin: 10px auto 0;
		width: 90px;
		height: 38px;
	}
	.global-header .xfinity-shopping-cart {
		height: 45px;
		width: 45px;
		display: block;
		position: absolute;
		top: 4px;
		right: 11px;
	}

	.global-header .main-navigation, .global-header .user-panel {
		display: none;
	}
	@-ms-viewport {
		width: device-width;
	}
}


