@media only screen and (min-width: 0px) and (max-width: 667px) {
	/* Styles */
	
	#body-pseudo {
		padding: 0 12px;
		overflow-x: hidden;
	}
	
	.wrapper,
	.wrapper-wide {
		width: 100%;
	}
	
	.header {
		background: none;
		height: 46px;
		overflow: hidden;
	}
	
	#nav-bg {
		top: 0;
		height: 46px;
		margin-left: -12px;
	}
	
	#logo {
		width: 100%;
		text-align: center;
		position: relative;
		margin: 8px 0;
		z-index: 99;
	}
	
	#logo img {
		width: 190px;
	}
	
	.mobile-menu {
		display: inline-block;
		position: absolute;
		top: 16px;
		left: 12px;
		z-index: 100;
	}
	
	.mobile-menu img {
		width: 20px;	
		opacity: .7;
	}
	
	.mobile-menu img:hover {
		opacity: 1;
	}
	
	.nav-left {
		display: none;
	}
	
	.banner {
		top: 45px;
		background-size: 720px;
		height: 150px;
	}
	
	.banner .arrow {
		display: none;
	}
	
	.content {
		margin: 120px 0;	
	}
	
	.content.simple {
		margin-top: -30px;
	}
	
	.footer {
		margin: -100px -12px 0 -12px;
		padding: 12px 0 20px;
		background-repeat: repeat-y;
	}
	
	.footer .button.left {
		float: none;
		margin: 0 0 5px 5px;
		width: 95%;
	}
	
	.footer div.left {
		float: none;
	}
	
	.footer div.right {
		float: none;
	}
	
	.footer p {
		text-align: center;
	}
	
	.two-thirds,
	.one-third,
	.one-half,
	.one-fourth {
		width: 100%;
		float: none;
	}
	
	iframe {
		width: 95%;
	}
	
	.social {
		display: none;
	}
	
	h1 {
		font-size: 40px;
		line-height: 38px;
		float: none;
		display: block;
	}
	
	h1.title {
		padding: 7px 0 0;
		text-align: center;
	}
	
	.topright-button {
		float: none;
		display: block;
		margin: 10px 0 7px;
	}
	
	.highlight,
	.highlight p {
		font-size: 17px;
		line-height: 22px;
	}
	
	img.img-standard {
		width: 90%;
	}
	
	.one-third.right {
		margin-top: 15px;
	}
	
	.ps-embed {
		display: none;
	}
	
	fieldset {
		padding: 10px;
	}
	
	.fieldstyle,
	input.fieldstyle,
	select.fieldstyle,
	textarea.fieldstyle {
		width: 90%;
		max-width: 175px;
	}
	
	.single-checkbox {
		display: block;
		margin: 5px 0;
	}
	
	.checkboxes table td {
		display: block;
		margin: 0 0 -25px;
		padding: 0;
	}
	
	.checkbox-label {
		font-size: .9em !important;
	}
	
	.button.home-promo1 {
		float: none;
		display: block;
		width: 100% !important;
		margin: 0 0 10px;
		text-align: center;
	}
	
	.special .button-green.right {
		position: inherit;
		margin: 10px 0;
		float: none;
		display: block;
		width: 100%;
	}
	
	.home-blog {
		display: none;
	}
	
	.blog-imagemain {
		margin-bottom: 15px;
	}
	
	.blog-centered {
		width: 90% !important;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.blog-centered img {
		width: 100%;
		height: auto;
		margin: 7px 0;
		text-align: center;
	}
	
	.blog-index object {
		display: none;
	}
	
	.twitter-tweet {
		display: none;
		
	}
	
	.fcbk_share {
		display: none;
	}
	
	.blog-nav {
		display: none;
	}
	
	.blog-index div {
		width: 88% !important;	
	}
	
	.blog div.block {
		width: 88%;
	}
	
	.wp-sidebar {
		width: 88%;
	}

	#gallery-1 {
		display: none;
	}
		
	#social-hub-intro {
		width: 89%;
	}
		
	
}