.nav-primary, 
.footer-widgets,
.breadcrumb,
.site-description,
.site-header,
.menu-toggle,
.navigation-container,
.header-wrapper {
display: none !important;
}

body {
background-image: none;
background-color: #F7F7F7;
}
.content-box {
padding-top: 20px !important;
}
#content-container {
padding-top: 9px !important;
}
.entry { margin-top: -20px;}
#salespage { width: 68%; margin: 0 auto; }
.checkedlist { min-width: 120px; list-style-image: url('Sales-Check.png'); list-style-position: inside; text-indent: -24px; }

#salespage .left {
float: left; margin-right: 75px;
}

#salespage p,
#salespage ul {
color: #4b4b4b;
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
font-size: 15px;
}

#salespage .quote { 
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
font-style: italic;
}

#smallscreen-left {
	display: none;
}

#main-cta {
	margin: 0 auto;
	margin-top: 20px;
    margin-bottom: 15px;
    text-align: center;
}
#main-cta .alignnone {
	margin: 0 auto !important;
}

@media only screen and (max-width : 840px)   {
	#salespage .quote { float: none !important; 
	width: 80% !important;
	min-width: initial !important;
}
}
@media only screen and (max-width : 1300px)   {
	#salespage { width: 73%; }
}
@media only screen and (max-width : 1200px)   {
	#salespage { width: 83%; }
}
@media only screen and (max-width : 1075px)   {
	#salespage { width: 88%; }
}
@media only screen and (max-width : 1000px)   {
	#salespage { width: 100%; }
}
@media only screen and (max-width : 880px)   {
	div.left { margin-right: 50px !important; }
}
@media only screen and (max-width : 850px)   {
	div.left { zoom: 80%; }
	
}
@media only screen and (max-width : 550px)   {
	div.left { display: none; }
	#smallscreen-left {display: block;}
}
@media only screen and (max-width : 680px)   {
	#salespage { width: 100%; }
}
@media only screen and (max-width : 480px)   {
	#salespage .left { float: none !important; margin-right: 0 !important; }
}
