/***********************************/
/*** Break Points for Responsive ***/
/***********************************/
@media all and (max-width: 1040px) {
    /* fluid width */
	body {
		margin: 0 10px;
	}
	#wrapper {
		width:100%;
	}
	iframe {
		width: 100%;
	}
}
@media all and (max-width: 860px) {
	/* Getting set for tablets */
	#wrapper > header {
		background: #FFF url(images/header_graphic_small.gif) right bottom no-repeat;
	}
	#wrapper > header span {
		font-size: 3.2em;
		margin-top: 30px;
	}
	#wrapper #herozone > div  {
		background: url(images/engage_watermark_small.png) 10px 10px no-repeat;
		padding-bottom: 40px;
		padding-left: 100px;
	}
	#wrapper #herozone h2 {
		font-size: 1.4em;
	}
	#content {
		margin: 10px 20px;
	}
	#pre-sidebar,
	.email-subscription,
	article.consultation,
	#post-sidebar,
	#comments {
		clear: both;
		float: none;
		width: 100%;
	}
	#pre-sidebar > div {
		float: right;
		margin: 20px 1%;
		width: 44%;
	}
	.quick-poll {
		width: 98%;
	}
	.socialsharing {
		display: none;
	}
	#footer p {
		float: none;
		margin: 10px 0;
	}
}
@media all and (max-width: 590px) {
	/* Getting set for phones */
	body {
		margin: 0;
	}
	#wrapper > header {
		background: #FFF url(images/header_graphic_light.gif) right bottom no-repeat;
	}
	#wrapper > header span {
		font-size: 2.6em;
		margin-top: 30px;
		text-align: center;
	}
	#wrapper #herozone > div {
		padding-bottom: 70px;
		position: relative;
	}
	.home #wrapper #herozone > div {
		padding-bottom: 180px;
		position: relative;
	}
	.logged-in #wrapper #herozone > div {
		padding-bottom: 70px;
	}
	#herozone-left {
		margin-right: 0;
	}
	#herozone-right {
		bottom: 0;
		height: 40px;
		left: 0;
		top: auto;
		width: 100%;
	}
	.home #herozone-right {
		height: 180px;
	}
	.logged-in #herozone-right {
		height: 38px;
	}
	.bbp-login-form input[type="text"],
	.bbp-login-form input[type="password"] {
		width: 70%;
	}
	div.bbp-logged-in h4 {
		line-height: 1em;
		padding: 4px 0 0 0;
	}
	.bbp-logged-in .logout-link {
		font-size: .7em;
	}
	#readspeaker_button {
		margin-top: -30px;
	}
	.home #readspeaker_button {
		margin-top: 10px;
	}
	.home.logged-in #readspeaker_button {
		margin-top: -30px;
	}
	#content {
		margin: 5px;
	}
	#crumbs {
		display: none;
	}
	#content h1 {
		margin: 0 0 .5em 0;
	}
	#pre-sidebar > div {
		float: none;
		width: auto;
	}
	#pre-sidebar .date-time time {
		text-align: center;
	}
	#comments .avatar {
		margin: 5px 0;
	}
	.comment-content {
		margin-left: 55px;
	}
	ol.children .comment-content {
		margin-left: 10px;
	}
	#comments ol .comment-respond {
		margin-left: 10px;
	}
	#bbpress-forums #bbp-user-body {
		/*clear:none!important;*/
	}
	#bbpress-forums #bbp-single-user-details {
		padding-right: 20px!important;
	}
	#content select,
	#content textarea,
	#content input[type="text"],
	#content input[type="email"] {
		min-width: initial;
	}
	#bbpress-forums #bbp-your-profile fieldset.bbp-form label[for] {
		padding: 0 0 5px 0;
		text-align: left;
		width: 90%;
	}
	#bbp-your-profile {
		clear:both;
	}
}
