/* Small Screens */
body {
	background: #52555a;
}
.wrapper {
	background: #fff;
    width: 100%;
	max-width: 500px;
	margin: 0 auto;
	min-height: inherit;
	position: relative;
}
.header {
	display: none;
}

.secondaryNavBar, #overview, #jsdiv, .push, .header .logo a span {
	display: none;
}
.homepage .wrapper .page {
	padding: 0;
}

.pageContainer {
	width: 100%;
}

.container .segmentationBanner {
	width: 100%;
	margin: 0;
	height: auto;
	background-image: url("../../img/segmentation/1b.jpg") !important;
	background-size: 100% !important;
	background-repeat: no-repeat !important;
}

.container .segmentationBannerContent {
	width: 100%;
	padding: 73% 0 0 0;
}

.container .segmentationBannerContent .logo {
	display: block;
    margin: -51px 0 20px 20px;
    position: absolute;
}

.container .segmentationBannerContent .logo span {
	display: none;
}

.container .segmentationBannerContent h1 {
	margin-left: 35px;
}

.container .searchSecure {
	display: block;
	float: right;
    margin: 4px 20px 13px 0;
}

a.segmentLinks {
	margin: 0 20px 10px;
	background-position: 95% 50%;
}
a.segmentLinks:hover {
	background-position: 95% 50%;
}

.footer {
	margin-top: 0;
	height: 75px
}
.footer .noContainer {
	width: 100%;
	max-width: 500px;
	position: relative;
	overflow: hidden;
}
ul.footerNav {
	float: none;
    margin-top: 30px;
    width: 73%;
}
ul.socialIcons {
	float: none;
    margin-left: -7px;
	margin-right: 0;
    position: absolute;
    top: 0;
    width: 90%;
}
div.mcafeeSecure {
	right: 20px;
}