@charset "utf-8";

/* Global Styles */

body {
	margin-left: auto;
	margin-right: auto;
	width: 92%;
	max-width: 960px;
	padding-left: 2.275%;
	padding-right: 2.275%;
}

/* Header */
header {
	text-align: center;
	display: block;
	background-color: #FFFFFF;
	padding: 10px;
}
header .profileLogo .logoPlaceholder {

	width: 230px;
	text-align: center;
}
header .logoPlaceholder span {
	width: 400px;
	height: 22px;
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 53px;
}
header .profilePhoto {

	width: 200px;

	height: 510px;
	clear: both;
}
header .profileHeader h1 {
	font-family: 'Montserrat', sans-serif;
	color: rgba(146,146,146,1.00);
	font-size: 30px;
	font-weight: 700;
	line-height: 24px;
}
header .profileHeader h3 {
	font-family: sans-serif;
	color: rgba(146,146,146,1.00);
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
}
hr {
	background-color: rgba(208,207,207,1.00);
	height: 1px;
}
header .profileHeader p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	overflow-y: auto;
}
header .socialNetworkNavBar {
	text-align: center;
	display: block;
	margin-top: 60px;
	clear: both;
}
header .socialNetworkNavBar .socialNetworkNav {
	border-radius: 50%;
    cursor: pointer;
}
header .socialNetworkNavBar .socialNetworkNav img:hover {
    opacity:0.5;
}
/* Main Content sections */
.mainContent .section1 {
	display: block;
}
.section1 .sectionTitle, .section2 .sectionTitle {
	font-family: 'Montserrat', sans-serif;
	color: rgba(146,146,146,1.00);
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}
.section1 .sectionTitleRule, .section2 .sectionTitleRule {
	margin: 0 3% 0 0;
	float: left;
	clear: both;
}
.section1 .sectionTitleRule2, .section2 .sectionTitleRule2 {
	background-color: rgba(208,207,207,1.00);
	height: 1px;
	padding: 0px;
}
.mainContent .section1 .section1Content {
	font-family: ProximaNova;
	font-size: 14px;
	font-weight: 100;
	color: rgba(208,207,207,1.00);
}
.mainContent .section1 .section1Content span {
	color: rgba(146,146,146,1.00);
	font-family: sans-serif;
}
.section2 .sectionContentTitle {
	font-family: sans-serif;
	color: rgba(146,146,146,1.00);
	font-size: 18px;
	font-weight: 700;
}

.section2 .sectionContentSubTitle {
	font-family: sans-serif;
	color: rgba(68,67,67,1.00);
	font-size: 14px;
	font-weight: 400;
}
.section2 .sectionContent {
	font-family: sans-serif;
	color: rgba(146,146,146,1.00);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8;
}
.mainContent {
	display: block;
}
.mainContent .externalResourcesNav .externalResources {
	background-color: rgba(208,207,207,1.00);
	display: inline-block;
	text-align: center;
	margin-top: 0px;
	padding-top: 3%;
	cursor: pointer;
}
.mainContent .externalResourcesNav .externalResources:hover {
	background-color: rgba(153,153,153,1.00);
}
.externalResourcesNav .externalResources a {
	font-family: 'Montserrat', sans-serif;
	color: rgba(255,255,255,1.00);
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	text-decoration: none;
}
.stretch {
	content: '';
	display: inline-block;
	margin-left: 2%;
	margin-right: 2%;
}
/* Footer */
footer .footerDisclaimer {
	font-family: sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: rgba(104,103,103,1.00);
	font-weight: 700;
}
footer .footerDisclaimer span {
	color: rgba(181,178,178,1.00);
	font-weight: 400;
}
footer .footerNote {
	font-family: sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: rgba(104,103,103,1.00);
	font-weight: 700;
}
footer .footerNote span {
	color: rgba(181,178,178,1.00);
	font-weight: 400;
}

/* Media query for Mobile devices*/
@media only screen and (min-width : 285px) and (max-width : 480px) {
/* Header */
header {
	width: 100%;
	float: none;
}
header .profileLogo .logoPlaceholder {
	display: inline-block;
}
header .profilePhoto {
	display: inline-block;
}
header .profileHeader {
	text-align: center;
    margin-top:10%;
}
header .profileHeader p {
	text-align: justify;
}
header .socialNetworkNavBar {
    text-align: center;
    display: block;
    margin-top: 60px;
    clear: both;
    margin-bottom: 15%;
}
header .socialNetworkNavBar .socialNetworkNav {
	width: 60px;
	height: 60px;
	display: inline-block;
	margin-right: 23px;
}
/* Main content sections */
.mainContent .section1 {
	text-align: center;
    margin-bottom: 10%;
}
.section1 .section1Title, .section2 .section1Title {
	text-align: center;
}
.section1 .sectionTitleRule, .section2 .sectionTitleRule {
	width: 100%;
}
.section1 .sectionTitleRule2, .section2 .sectionTitleRule2 {
	display: none;
}
.mainContent .section1 .section1Content {
	display: inline-block;
	text-align: left;
	font-family: sans-serif;
    text-align: justify;
}
.mainContent .section2 {
	display: block;
	text-align: center;
}
.section2 .section2Content {
    margin-top: 10%;
    text-align: justify;
    margin-bottom: 10%;
}
.mainContent .externalResourcesNav {
    margin-bottom: 10%;
 
}
.mainContent .externalResourcesNav .externalResources {
	width: 100%;
	height: 35px;
}
/* Footer */
footer {
	display: block;
	text-align: center;
	font-family: sans-serif;
}
}

/* Media Query for Tablets */
@media only screen and (min-width : 481px) and (max-width : 1024px) {
/* Header */
header {
	width: 100%;
	float: none;
}
header .profileLogo .logoPlaceholder {
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
}
header .profilePhoto {
	float: left;
	clear: both;
	margin-right: 3%;
    margin-top:5%;
}
header .profileHeader {
	text-align: left;
    margin-top:7%;
}
header .socialNetworkNavBar .socialNetworkNav {
	width: 74px;
	height: 74px;
	display: inline-block;
	margin-right: 23px;
}
/* Main content and sections */
.section1 .section1Title, .section2 .section1Title {
	text-align: center;
}
.section1 .sectionTitleRule, .section2 .sectionTitleRule {
	width: 100%;
}
.section1 .sectionTitleRule2, .section2 .sectionTitleRule2 {
	display: none;
}
.mainContent .section1 .section1Content {
	display: block;
	margin: 0% 0% 0% 20%;
	font-family: sans-serif;;
    margin-top: 5%;
    margin-bottom: 5%;
}
.mainContent .section2 {
	clear: both;
}
.section2 .section2Content {
	padding: 0px;
	margin-left: 20%;
	font-family: sans-serif;
    margin-top: 5%;
    margin-bottom: 5%;
}
.mainContent .externalResourcesNav {
	margin-left: 20%;
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
	padding-top: 0px;
	clear: both;
}
.mainContent .externalResourcesNav .externalResources {
	width: 199px;
	height: 48px;
    margin-top: 5%;
}
/* Footer */
footer .footerDisclaimer {
	float: left;
	margin-left: 3%;
	font-family: sans-serif;
}
footer .footerNote {
	float: right;
	margin-right: 3%;
	font-family: sans-serif;
}
}

/* Desktops and laptops  */
@media only screen and (min-width:1025px) {
/* Header */
header .profileLogo .logoPlaceholder {
	float: left;
	margin-bottom: 50px;
}
header .profilePhoto {
	float: left;
	clear: both;
	margin-right: 3%;
}
header .profileHeader {
	text-align: left;
	padding-top: 10%;
}
header .socialNetworkNavBar .socialNetworkNav {
	width: 74px;
	height: 74px;
	display: inline-block;
	margin-right: 23px;
}
/* Main content sections */
.section1 .sectionTitleRule, .section2 .sectionTitleRule {
	width: 22.5%;
}
.mainContent .section1 .section1Content {
	display: block;
	margin-top: 0%;
	margin-right: 0%;
	margin-left: 26%;
	margin-bottom: 0%;
	font-family: sans-serif;
}
.mainContent .section2 {
	clear: both;
}
.section2 .section2Content {
	padding: 0px;
	margin-left: 26%;
	font-family: sans-serif;
}
.mainContent .externalResourcesNav {
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
	padding-top: 0px;
	clear: both;
}
.mainContent .externalResourcesNav .externalResources {
	width: 199px;
	height: 48px;
}
/* Footer */
footer .footerDisclaimer {
	float: left;
	margin-left: 3%;
	font-family: sans-serif;
}
footer .footerNote {
	float: right;
	margin-right: 3%;
	font-family: sans-serif;
}
.FloatImageRight {
	float: right;
	padding: 10px;
}
}
.NextEventHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	background-image: url(/images/Next-Event-Header2.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.menuhr {
	background-image: url(https://www.senrug.co.uk/images/horizontal_line2.jpg);
	background-repeat: repeat-x;
	background-position: center;
}
.TextMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	text-decoration: none;
	display:block;
}
.BG {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.TextNextEventMain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
header .lefthome {
	display: inline-block;
}
header .lefthome {

	width: 200px;

	height: 760px;
	clear: both;
}
header .lefthome {
	float: left;
	clear: both;
	margin-right: 3%;

}
header .ourcampaigns {
	display: inline-block;
}
header .ourcampaigns {

	width: 200px;

	height: 720px;
	clear: both;
}
header .ourcampaigns {
	float: left;
	clear: both;
	margin-right: 3%;

}
header .ourcampaigns2 {
	display: inline-block;
}
header .ourcampaigns2 {

	width: 200px;

	height: 820px;
	clear: both;
}
header .ourcampaigns2 {
	float: left;
	clear: both;
	margin-right: 3%;

}
header .newsletters {
	display: inline-block;
}
header .newsletters {

	width: 200px;

	height: 820px;
	clear: both;
}
header .newsletters {
	float: left;
	clear: both;
	margin-right: 3%;

}
header .chairmansblog {
	display: inline-block;
}
header .chairmansblog {

	width: 200px;

	height: 740px;
	clear: both;
}
header .chairmansblog {
	float: left;
	clear: both;
	margin-right: 3%;

}
header .pressreleases {
	display: inline-block;
}
header .pressreleases {

	width: 200px;

	height: 600px;
	clear: both;
}
header .pressreleases {
	float: left;
	clear: both;
	margin-right: 3%;

}
header .documentsissued {
	display: inline-block;
}
header .documentsissued {

	width: 200px;

	height: 700px;
	clear: both;
}
header .documentsissued {
	float: left;
	clear: both;
	margin-right: 3%;

}
header .joinus {
	display: inline-block;
}
header .joinus {

	width: 200px;

	height: 720px;
	clear: both;
}
header .joinus {
	float: left;
	clear: both;
	margin-right: 3%;

}
header .contactus {
	float: left;
	clear: both;
	margin-right: 3%;

}
header .contactus {

	width: 200px;

	height: 1300px;
	clear: both;
}
header .contactus {
	display: inline-block;
}
header .contactusthanks {
	float: left;
	clear: both;
	margin-right: 3%;

}
header .contactusthanks {

	width: 200px;

	height: 450px;
	clear: both;
}
header .contactusthanks {
	float: left;
	clear: both;
	margin-right: 3%;

}
header .complain {
	float: left;
	clear: both;
	margin-right: 3%;

}
header .complain {

	width: 200px;

	height: 2600px;
	clear: both;
}
header .complain {
	display: inline-block;
}
header .campaign {
	float: left;
	clear: both;
	margin-right: 3%;

}
header .campaign {

	width: 200px;

	height: 1050px;
	clear: both;
}
header .campaign {
	float: left;
	clear: both;
	margin-right: 3%;

}
header .SchoolsCompetition {
	float: left;
	clear: both;
	margin-right: 3%;

}
header .SchoolsCompetition {

	width: 200px;

	height: 1700px;
	clear: both;
}
header .SchoolsCompetition {
	display: inline-block;
}
header .reopenashblyth {
	float: left;
	clear: both;
	margin-right: 3%;

}
header .reopenashblyth {

	width: 200px;

	height: 4790px;
	clear: both;
}
header .reopenashblyth {
	display: inline-block;
}


 .divtest {
	float: left;
	margin-right: 3%;
	background-color: #FFFFFF;
	width: 200px;
	margin-left: 10px;
}

 .divtestright {
	width: 680px;
	float: right;
		margin-right: 3%;
	background-color: #FFFFFF;
}

 .divparent {
	width: 100%;
	float: left;
	background-color: #FFFFFF;
}

header .reopenashblyth2 {
	float: left;
	clear: both;
	margin-right: 3%;

}
header .reopenashblyth2 {

	width: 200px;

	height: 4870px;
	clear: both;
}
header .reopenashblyth2 {
	display: inline-block;
}
header .newccrammor {
	float: left;
	clear: both;
	margin-right: 3%;

}
header .newccrammor {

	width: 200px;

	height: 1270px;
	clear: both;
}
header .newccrammor {
	display: inline-block;
}
header .intercitymorpeth {
	float: left;
	clear: both;
	margin-right: 3%;

}
header .intercitymorpeth {

	width: 200px;

	height: 1500px;
	clear: both;
}
header .intercitymorpeth {
	display: inline-block;

}
header .morpethlocal {
	float: left;
	clear: both;
	margin-right: 3%;

}
header .morpethlocal {

	width: 200px;

	height: 1300px;
	clear: both;
}
header .morpethlocal {
	display: inline-block;

}
header .stationfac {
	float: left;
	clear: both;
	margin-right: 3%;

}
header .stationfac {

	width: 200px;

	height: 1100px;
	clear: both;
}
header .stationfac {
	display: inline-block;

}
header .busrailint {
	float: left;
	clear: both;
	margin-right: 3%;

}
header .busrailint {

	width: 200px;

	height: 1150px;
	clear: both;
}
header .busrailint {
	display: inline-block;

}
header .simpfares {
	float: left;
	clear: both;
	margin-right: 3%;

}
header .simpfares {

	width: 200px;

	height: 1300px;
	clear: both;
}
header .simpfares {
	display: inline-block;

}
header .whatweveachieved {
	float: left;
	clear: both;
	margin-right: 3%;

}
header .whatweveachieved {

	width: 200px;

	height: 1220px;
	clear: both;
}
header .whatweveachieved {
	display: inline-block;

}
header .ashblycharter {
	float: left;
	clear: both;
	margin-right: 3%;

}
header .ashblycharter {

	width: 200px;

	height: 2620px;
	clear: both;
}
header .ashblycharter {
	display: inline-block;

}
header .newcnimes {
	float: left;
	clear: both;
	margin-right: 3%;

}
header .newcnimes {

	width: 200px;

	height: 5500px;
	clear: both;
}
header .newcnimes {
	display: inline-block;

}
header .morpeththennow {
	float: left;
	clear: both;
	margin-right: 3%;

}
header .morpeththennow {

	width: 200px;

	height: 2170px;
	clear: both;
}
header .morpeththennow {
	display: inline-block;

}
header .history {
	float: left;
	clear: both;
	margin-right: 3%;

}
header .history {

	width: 200px;

	height: 1590px;
	clear: both;
}
header .history {
	display: inline-block;

}
header .more {
	float: left;
	clear: both;
	margin-right: 3%;

}
header .more {

	width: 200px;

	height: 700px;
	clear: both;
}
header .more {
	display: inline-block;

}.tables {
	border: 1px solid #FFFFFF;
}
header .MoveCramlingtonStation {
	float: left;
	clear: both;
	margin-right: 3%;

}
header .MoveCramlingtonStation {

	width: 200px;

	height: 2200px;
	clear: both;
}
header .MoveCramlingtonStation {
	display: inline-block;
}
header .NewStationatKillingworth {
	float: left;
	clear: both;
	margin-right: 3%;

}
header .NewStationatKillingworth {

	width: 200px;

	height: 2120px;
	clear: both;
}
header .NewStationatKillingworth {
	display: inline-block;	