@media screen and (max-width:1023px) {

/* Hide the 'normal nav and show the mobile nav */
	.js #menu {
		display:none;
	}
	.js .slicknav_menu {
		display:block;
	}
	/* End of show/hide main nav */
	
	#topnav, #cookiebar {
		display: none;
	}

}

/* Medium screens */
@media screen and (max-width:765px){
	.sideborder {
	border-left: none;
}
#cssmenu li.has-sub {
	margin-top: 0px;
}

#contentleft {
	padding-right: 0px;
}
#contentright {
    padding-left: 0px;
}
.articlepage {
	padding-right: 10px !important;
}
#topnav {
	margin-top: 20px;
}
.footericons {
	text-align: left;
}
.categoryleadtext {
	margin-left: 0px;
}
.centreall {
	position: relative;
    top: 0px;
    transform: none;
	margin-top: 10px;
}
.articlepage {
	border-right: 0px solid #F3F3F3;
}
.headersearch {
		text-align: left;
}
}

/* Mobile Only */
@media screen and (max-width:500px){
	
.tabs label {
	display: block;
	border: 1px solid #ddd;
}
.tabs input:checked + label {
	border: none;
}
#homemainContent .contentcontainer .homepageintro {
	padding-right: 0px;
}
.articlepage img {
	float:none !important;
	width: 100% !important;
	max-width: 100% !important;
	height: 100% !important;
	max-height: 100% !important;
	display: block !important;
	margin: 10px 0px !important;
}
.tagline {
	float: none;
	text-align: right;
}
.headersocial {
	margin: 0px 14px 0px 0px;
}
}