@charset "utf-8";
/* CSS Document */

/* ------This is the mobile styling sheet. Will only be called upon when page is viewed via mobile device.------  */

/* ------apply percentages to basic body parts to allow for flexibility and responsiveness-------*/
img {
	max-width: 99%;
	height: auto;
}

p {
	max-width: 99%;
}

body, canvas {
	max-width: 100%;
}

#torso {
	max-width: 100%;
}

.document.news>div, .component-document-news>div {
	max-width: 100%;
}

#header div {
	max-width: 99%;
	//height: auto;
}

#footer div {
	max-width: 99%;
	overflow: hidden;
}

html {
	-webkit-text-size-adjust: none;
	}

h1 {
	font-size: 160%;
}

h2 {
	font-size: 120%;
}

table {
	max-width: 70%;
}


#canvas {
	max-width: 99%;
	overflow: hidden;
}

#clothes {
	line-height: normal;
}

#cq-logo {
	width: 50%;
	margin: auto;
	float: none !important;
}


/* -------restyle classes where necessary------- */
.footer-text {
	float: none !important;
	margin-left: 10px;
	text-align: center;
}

.footer-utility-nav div.supplementary-links li {
	margin-left: 7px !important;
	text-align: center;
}


.ad iframe {
	display: none;
}

.advanced-search-link{
	text-align: left;
	margin: auto;
	font-size: 8px;
	display: none;
}


#global-search {
	float: none !important;
	margin: auto;
}

.ad{
	width: 100%;
	margin: auto;
}

.footer-utility-nav {
	float: none !important;
}


.frame {
	width: auto !important;
}

object, embed {
	max-width: 
}


