@media screen and (max-width:1035px){
	.site {
		width: 100%;
		max-width: 100%;
	}

	.header-content{
		width: 100%;
		max-width: 100%;
		height: auto;
		margin:0 auto;
	}
	.site-branding{
		width: 100%;
		text-align: center;
	}
	.site-top-navigation{
		display: none;
	}
	.site-top-contact{
		float:none;
		width: 100%;
		height: auto;
		margin: 0 auto;
		text-align: center;
		border-bottom:2px solid #CCCBCC;
	}
	.site-top-contact-section{
		min-height: 30px;
		margin:15px 5px !important;
		padding-left:35px;
	}
	.site-top-contact-section span{
		line-height: 30px !important;
	}
	.site-top-contact-section span .mobile-hide{
		display: none;
	}
	.site-top-contact-section span:nth-of-type(1){
		display: none;
	}
	.site-top-search{
		display: none;
	}


	.site-content {
		width: 100%;
		max-width: 100%;
	}
	.site-primary{
		width: 95%;
		margin:0 auto !important;
		float:none;
	} 
	.site-secondary{
		display: none;
		float:none;
	}	
	.page-id-18 .poison-examples{
		text-align: center;
	}
	.featured-poison{
	  	margin:10px;
	}
	.featured-poison:nth-child(3n+3){
		margin: 10px;
	}



	.main-navigation{
		display: none;
	}
	.footer-navigation{
		display: none;
	}



	.site-footer-section{
		width: 100%;
		text-align: center;
	}
	.social-link {
		display: inline-block;
		float: none;
		margin-right: 0px;
	}
	.follow-note{
		width: 100%;
		text-align: center;
	}
	.menu-toggle.header-menu{
		display: block;
		width: 100%;
		max-width: 940px;
		height: 44px;
		line-height: 44px;
		margin: 0 auto;
		float: none;
		text-align: center;
		font-size: 18px;
		font-weight: bold;
		text-decoration: none;
		text-transform: uppercase;
		background: transparent;
		color:#000 !important;
	}
	.header-menu-container{
		width:100px;
		margin:0 auto;
	}
	.header-menu-button{
		width: 35px;
		float:left;
		margin-top:7px;
	}
	.icon-bar{
		margin:4px 0;
		height:4px;
		width: 25px;
		display: block;
		background: #000;
	}
	.menu-toggle-text{
		display: block;
		float:right;
		font-size:22px;
	}

	.poison-categories{
		text-align: center;
	}

	.site-footer{
		height: auto;
	}
}

@media screen and (max-width:639px){

	.poison-content .site-main{
		float:none;
		width: 100%;
	}	
	.poison-sidebar {
		float: none;
		width: 100%;
		text-align: center;
		border-top: 1px solid #CCCCCC;
		padding-top: 25px;
	}
	.poison-featured-image{
		margin:0 auto;
	}
	.block-section-content{
		margin: 10px 0;
	}
	.block-section-title{
		text-align: left;
	}
	.home-content-block.home-materials a.button{
		display: inline-block;
	}
	.block-section-content{
		padding:0 !important;
	}
	
	.poison-featured-image{
		margin:20px auto 40px;
	}
	.poison-facts{
		display: none;
	}

	.educational-material-wrap{
		width: 50%;
	}
	.educational-material{
		width: 95%;
	}


	.location_search td{
		display: block;
		width: 100%;
	}
	.location_search td input{
		width: 100%;
		margin-bottom: 5px;
	}	
	.location_search td select{
		width: 100%;
		margin-bottom: 10px;
	}

	.prevention-images{
		float: none;
		display: block;
		margin: 0 auto;
	}

}


@media screen and (max-width:399px){
	.breadcrumbs{
		overflow: hidden;
	}

	.site-top-contact-section.chat-contact{
		margin-left: 0px;
	}
	.educational-material-wrap{
		width: 100%;
	}
	.educational-material{
		width: 97.5%;
	}

}