@media only screen and (min-width: 720px) {

	body{
		margin-bottom: 48px;
	}

	.main-header-wrap{
		position: fixed;
		background-color: #FFFFFF;
		width: 100%;
		left: 0px;
		top: 0px;
		-webkit-box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.05);
		-moz-box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.05);
		box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.05);
	}

	.main-header.content-area{
		max-width: none;
		width: 100%;
		padding: 0px;
	}


	.main-header nav.full{padding: 5px 15px;}

	.main-header-wrap .main-header h1.store-title{
		width: 320px;
		height: 48px;
		float: left;
		padding: 0;
		margin-right: 15px;
		padding-bottom: 5px;
		transition: 250ms ease-out;}

	.main-header-wrap .main-header .deco-lines{
		display: block;
		width: calc(100% - 340px);
		height: 48px;
		float: right;
		padding: 0;
		background: url('personnel-deco-lines-black.png?v=6') no-repeat right center;
		background-size: 1200px;
	}

	.main-header-wrap .main-header h1.store-title:hover{ opacity: 0.6;}

	.main-header-wrap .main-header h1.store-title a{
		display: block;
		width: 320px;
		height: 48px;
		text-indent: -9999px;
		overflow: hidden;
		background: url('personnel-updated-header-white.png') no-repeat center center;
		background-size: 320px;

	}

	.main-header-wrap .main-header .action-links{
		padding: 5px 15px 0px;
		background-color: #ffffff;
}

	.main-header-wrap .main-header h1.store-title img{ display: none;}

	.padded-container{margin-top: 120px;}

	.main-header nav{
		border-top: 0px;
	}

	.main-header-wrap .main-header .search-wrap{ top: 116px;}

	/* Footer */

	.main-footer .sub-footer {
		width: 100%;
		height: 48px;
		position: fixed;
		bottom: 0px;
		left: 0px;
		background-color: #FFF;
		margin: 0;
		line-height: 48px;
		z-index: 9999;

		-webkit-box-shadow: 0px -2px 15px 0px rgba(0,0,0,0.05);
		-moz-box-shadow: 0px -2px 15px 0px rgba(0,0,0,0.05);
		box-shadow: 0px -2px 15px 0px rgba(0,0,0,0.05);
	}

	.main-footer .sub-footer nav{ margin-top: 0px;}

}




@media only screen and (min-width: 1140px) {

	.global-message-area{ display: block;}

	.main-header-wrap .main-header .deco-lines{
		width: calc(100% - 670px);
		float: left;
	}

	.main-header-wrap .main-header .action-links .global-message-area{
		width: 320px;
		height: 48px;
		float: right;
		overflow: hidden;
		text-align: center;
		text-transform: uppercase;
		color: #000000;
		line-height: 1;
		font-size: 0.85em;

	}

	.main-header-wrap .main-header .action-links .global-message-area h5{ padding-top:16px;letter-spacing: 0.25pt;}



}
