* {
	margin: 0;
	padding: 0;
}
html, body {
	width: 100%;
	background-color: #ffffff;
	font-family: helvetica,Arial,Sans-serif;
	position: relative;
	overflow-x: hidden;
}
.header-wrapper {
	max-width: 950px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: visible;
}
.wrapper {
	max-width: 950px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: auto;
}
#whole-page {
	width: 100%;
}

/*header*/
#mob-menu, .mob-title {
	display: none;
}
#mob-menu {
	float: right;
	clear: right;
	margin-top: 5px;
	cursor: pointer;
}
#mob-menu:hover .line {
	background-color: #e87d08;
}
#mob-nav {
	position: absolute;
	width: 300px;
	right: 0%;
	margin-right: -300px;
	height: 100%;
	background-color: #e87d08; 
	list-style: none;
	/*trasition: all ease-in-out 0.5s;
	-webkit-trasition: all ease-in-out 0.5s;
	-moz-trasition: all ease-in-out 0.5s;*/
}
#mob-nav li {
	border-bottom: 1px solid #95540c;
	padding: 10px 20px;
	float: left;
	clear: left;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#mob-nav li:hover a {
	color: #000;
	text-decoration: underline;
}
#mob-nav li a {
	color: #ffffff;
	font-size: 22px;
	font-family: helvetica,Arial,Sans-serif;
	font-weight: bold;
	text-decoration: none;
}
.mobile-sub-menu {
	padding: 10px 20px 10px 30px !important;
}
.mobile-sub-menu a {
	font-size: 16px !important;
}
#close-menu {
	text-align: right;
	font-weight: bold;
	font-size: 28px;
	color: #ffffff;
	cursor: pointer;
}
.line {
	width: 40px;
	height: 6px;
	margin-bottom: 5px;
	background-color: #969696;
	border-radius: 0.5em;
	transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
}
header {
	width: 100%;
	height: 140px;
	background-color: #ffffff;
	position: relative;
	z-index: 20;
	float: left;
}
header img {
	float: left;
}
.members-area {
	color: #b92625;
	font-size: 14px;
	font-family: helvetica,Arial,Sans-serif;
	font-weight: bold;
	float: right;
	margin: 10px 0px;
	cursor: pointer;
	transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
}
.members-area:hover {
	text-decoration: underline;
}
.incident-button {
	color: #ffffff;
	font-size: 16px;
	font-family: helvetica,Arial,Sans-serif;
	font-weight: bold;
	float: right;
	margin: 40px 0px 10px 0px;
	padding: 6px 12px;
	background-color: #000000;
	clear: right;
	cursor: pointer;
	text-decoration: none;
	transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
}
.incident-button:hover {
	color: #e87d08;
}
#main-menu {
	color: #555555;
	font-size: 16px;
	font-family: helvetica,Arial,Sans-serif;
	font-weight: bold;
	float: right;
	margin: 10px 0px 0px 0px;
	clear: right;
	height: 50px;
}
#main-menu li {
	float: left;
	margin-left: 14px;
	height: 100%;
	list-style: none;
}
#main-menu li a {
	color: #555555;
	text-decoration: none;
	transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	display: block;
	height: 100%;
}
#main-menu > li > a:hover{
	color: #e87d08 !important;
	text-decoration: underline !important;
}

/*home page*/
#image-opener {
	width: 100%;
	height: 600px;
	float: left;
    background-position: center;
}
.home-page-opener {
	background-image: url("../images/home-image2.jpg");
	background-position: 0% 100%;
}
.text-holder {
	float: right;
	margin-top: 100px;
}
.text-holder img {
	float: right;
}
.become-member {
	color: #ffffff;
	font-size: 16px;
	font-family: helvetica,Arial,Sans-serif;
	font-weight: bold;
	float: right;
	margin: 10px 0px;
	padding: 10px 15px;
	background-color: #000000;
	clear: right;
	cursor: pointer;
	text-decoration: none;
	transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
}
.become-member:hover {
	color: #e87d08;
}
#logos {
	width: 100%;
	height: auto;
	border-bottom: 5px solid #dcdcdc;
    padding: 20px;
    clear: both;
}
/*#logos img {
	display: inline-block;
	margin-left:75px;
}*/
#bottom-text {
	width: 100%;
	height: auto;
	padding: 40px 0px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.left-col {
	width: 50%;
	float: left;
	padding: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.left-col p {
	font-size: 16px;
	color: #555555;
	margin-bottom: 15px;
	line-height: 24px;
}
.left-col h2, .right-col h2{
	color: #e87d08;
	font-size: 20px;
	font-family: helvetica,Arial,Sans-serif;
	font-weight: bold;
	margin-bottom: 30px;
	line-height: 32px;
}
.left-col p strong {
	color: #000000;
}
.left-col a {
	color: #000000;
	margin-bottom: 5px;
	text-decoration: none;
	font-size: 16px;
	font-family: helvetica,Arial,Sans-serif;
	font-weight: bold;
	transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
}
.left-col a:hover {
	color: #e87d08;
	text-decoration: underline;
}
.float {
	float: left;
	clear: left;
}
.right-col {
	float: left;
	width: 50%;
	padding: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.town-photo {
	margin: 0 auto;
	display: block;
}
.twitter {
	margin: 20px 0px 0px 60px;
	display: inline-block;
}
.right-col ul {
	margin-left: 20px;
}
.right-col ul li {
	font-size: 16px;
	color: #555555;
	margin-bottom: 15px;
	line-height: 22px;
    display: table;
}
.right-col p {
	margin-top: 35px;
	display: inline-block;
	vertical-align: top;
	margin-left: 15px;
	font-size: 16px;
	font-family: helvetica,Arial,Sans-serif;
	font-weight: bold;
	color: #555555;
} 

/*members page*/
.members-page-opener {
	background-image: url("../images/members-contact.jpg");
	background-position: center;
	height: 500px !important;
}
.members-page-opener.about {
    background-image: url("../images/about-nbcp.jpg");
}
.left-col ul {
	list-style: none;
	font-size: 16px;
	font-family: helvetica,Arial,Sans-serif;
	color: #555555;
	padding: 0px 0px 0px 40px;
	margin-bottom: 40px;
 }
.left-col li {
	padding: 5px;
	margin-bottom: 8px;
}
.left-col li::before {
	background-image: url("../images/tick.jpg");
	display: block;
	content:"";
	background-repeat: no-repeat;
	float: left;
	width: 25px;
	margin-left: -35px;
	height: 24px;
}
.contact-info {
	font-size: 19px;
	font-family: helvetica,Arial,Sans-serif;
	color: #000000;
	line-height: 18px !important;
}
.contact-info a {
	color: #b92625;
	text-decoration: none;
	display: inline-block;
}
.right-col h3 {
	margin-top: 35px;
	font-size: 14px;
	font-family: helvetica,Arial,Sans-serif;
	color: #000000;
	float: left;
	clear: left;
}
.right-col h3 a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.right-col h3 a:hover {
	color: #e87d08;
	text-decoration: underline;
}
.shops {
	width: 100%;
}
.right-col h4 {
	font-size: 23px;
	color: #000;
}
.location-options {
	list-style: none;
	width: 100%;
	margin: 20px 0px 20px !important;
    overflow: auto;
}
.location-options li {
	width: 100%;
	height: 55px;
	margin-bottom: 8px;
}
.location-options li a {
	background-color: #000;
	color: #fff;
	display: block;
	text-decoration: none;
	width: 100%;
	height: 55px;
	line-height: normal;
	vertical-align: middle;
	padding: 0px 0px 0px 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	cursor: unset;
    padding-right: 65px;
    position: relative;
    display: table-cell;
    cursor: pointer;
}
.active-link { cursor: pointer !important; }
.active-link:hover {
	color: #e87d08;
}
.location-options li a span {
	display: inline-block;
	height: 100%;
	width: 55px;
	background-color: #e87d08;
	float: right;
    position: absolute;
    right: 0px;
    top: 0px;
	text-align: center;
}
.location-options li a span img {
	margin-top: 18.5px;
}

/*about page*/
#about-bottom-text {
	display: block;
	clear: both;
	padding: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#about-bottom-text p {
	margin-top: 15px;
	font-size: 16px;
	font-family: helvetica,Arial,Sans-serif;
	color: #555555;
}
.bottom-right-col {
	float: left;
	width: 50%;
	padding: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.bottom-right-col img {
	display: block;
	margin: 20px auto;
}
.bottom-right-col p {
	font-size: 12px;
	color: #555555;
	font-family: helvetica,Arial,Sans-serif;
}
/*contact page*/
.accord1 input[type=text], .accord2 input[type=text] {
	width: 80%;
	height:30px;
	display: block;
	margin: 10px 0px;
	padding: 0px 10px;
	color: #a4a4a4;
	font-size: 13px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: none;
}
.accord1 textarea, .accord2 textarea {
	width: 80%;
	height: 80px;
	display: block;
	margin: 10px 0px;
	padding: 10px;
	color: #a4a4a4;
	font-size: 13px;
	resize: vertical;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	appearance: initial;
	-webkit-appearance: initial;
	-moz-appearance: initial;
	border: none;
}
.accord1 textarea, .accord1 input[type=text] {
border: 1px solid #a4a4a4;
}
.accord1 input[type=submit], .accord2 input[type=submit] {
	padding: 8px 15px;
	color: #ffffff;
	margin: 10px 0px;
	font-size: 14px;
	appearance: initial;
	-webkit-appearance: initial;
	-moz-appearance: initial;
	outline: none;
	/*border: 2px solid #e87d08;*/
	background-color: #000000;
	cursor: pointer;
	border: none;
	transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
}

.accord1 input[type=submit]:hover, .accord2 input[type=submit]:hover {
	color: #e87d08;
}

.accord1 {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.accord2 {
	width: 100%;
	height: auto;
	/*border: 2px solid #e87d08;*/
	padding: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-color: #d5d5d5 !important;
}
.accord2 span {
	font-size: 14px;
	color: #555555;
	margin-bottom: 20px;
}
#appe-form {
	margin-top: 20px;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #a4a4a4;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #a4a4a4;
   opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #a4a4a4;
   opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color: #a4a4a4;
}

#form-handler, #form-handler1 {
	display: inline-block;
}




/*footer*/
footer {
	background-color: #808080;
	width: 100%;
	height: auto;
}
footer p {
	color: #ffffff;
	font-size: 12px;
	font-family: helvetica,Arial,Sans-serif;
	margin-top:15px;
	margin-bottom: 5px;
}
footer a {
	color: #ffffff;
	font-size: 12px;
	font-family: helvetica,Arial,Sans-serif;
	text-decoration: none;
	margin-bottom: 15px;
	display: block;
}
footer a:hover {
	text-decoration: underline;
}

/*sub menu*/
#sub-menu {
	width: 360px;
	height: 0px;
	overflow: auto;
	/*border-bottom: 10px solid #000;*/
	position: absolute;
	background-color: #fff;
	z-index: 10;
	top: 100%;
	border-bottom-style: solid;
    border-bottom-width: 0px;
    border-color: #000;
}
#sub-menu li {
	height: auto;
	width: 100%;
	float: left;
	padding: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	vertical-align: middle;
	line-height: normal;
	transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	margin: 0;
}
#sub-menu li:hover {
	background-color: #e87d08;
}
#sub-menu li:hover a {
	color: #fff;
}
#sub-menu li a {
	color: #555;
	text-decoration: none;
	font-size: 15px;
	display: block;
}
/*NBCP areas*/
#areas-about-container {
	background-color: #fff;
	padding: 25px 0px 50px 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.about-content {
	float: left;
	width: 65%;
}
.about-content img {
	display: inline-block;
	margin-right: 40px;
	margin-top: 20px;
}
.about-content h1 {
	font-size: 46px;
	line-height: 53px;
	color: #e87d08;
	font-weight: normal;
	display: inline-block;
	margin-bottom: 20px;
    width: calc(100% - 152px);
}
.about-content h2 {
	font-size: 18px;
	line-height: 30px;
	color: #e87d08;
	margin-bottom: 20px;
}
.about-content p {
	font-size: 15px;
	line-height: 30px;
	color: #555;
	margin-bottom: 20px;
}
.about-content h3 {
	font-size: 18px;
	line-height: 27px;
	color: #e87d08;
	font-weight: normal;
}
.about-content h3 a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
.about-content h3 a:hover {
	text-decoration: underline;
}
#team-container {
	background-color: #535353;
	padding: 40px 0px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#team-container h3 {
	color: #fff;
	font-size: 40px;
	margin-bottom: 20px;
}
.people-container {
	margin: 30px 0px;
	width: 33%;
	height: auto;
	float: left;
}
.people-container:first-child {
	margin-right: 2%;
}
.people-container img {
	float: left;
	margin-right: 20px;
}
.people-name {
	color: #fff;
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 10px;
}
.job-title {
	color: #fff;
	font-size: 14px;
	line-height: 30px;
}
.people-container a {
	color: #fff;
	font-size: 18px;
	line-height: 20px;
	text-decoration: none;
	margin-top: 10px;
	display: block;
}
.people-container a:hover {
	text-decoration: underline;
}
.mail-address {
	font-size: 14px;
}
#logo-container {
	padding: 40px 20px 20px 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#logo-container h3 {
	color: #000;
	font-size: 23px;
}
#logo-container .location-options li {
	width: 49%;
	float: left;
    display: table;
}
#logo-container .location-options li:nth-child(2n-1) {
	margin-right: 2%;
}
.map-content {
	width: 35%;
	float: left;
	padding: 80px 0px 0px 20px !important;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.map-south:hover, .map-daventry:hover, .map-northampton:hover, .map-kettering:hover, .map-wellingborough:hover, .map-corby:hover, .map-east:hover {
	fill: #e87d08 !important;
	cursor: pointer;
}
.logo-strip {
	width: 100%;
	margin: 20px 0px;
}
#about-image-opener {
	width: 100%;
	height: 500px;
	float: left;
}
.northampton-page-opener {
	background-image: url("../images/northampton-rci.jpg");
	background-position: center;
	background-size: cover;
}
.kettering-page-opener {
	background-image: url("../images/kettering-new.jpg");
	background-position: center;
	background-size: cover;
}
.wellingborough-page-opener {
	background-image: url("../images/wellingborough-shops.jpg");
	background-position: center;
	background-size: cover;
}
.antisocial-page-opener {
	background-image: url("../images/st-giles-street.jpg");
	background-position: center;
	background-size: cover;
}
.corby-page-opener {
	background-image: url("../images/corby-new.jpg");
	background-position: center;
	background-size: cover;
}
.rushden-lakes-page-opener {
	background-image: url("../images/rushden-lakes.jpg");
	background-position: center;
	background-size: cover;
}
.south-northants-page-opener {
	background-image: url("../images/daventry-new.jpg");
	background-position: center;
	background-size: cover;
}
.coming-soon {
	padding: 10px 10px;
	width: auto !important;
	line-height: 18px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.member-logo {
    width: 100%;
    max-width: fit-content;
    margin-bottom: 20px;
}
.member-logo.half {
    width: calc(50% - 30px);
    display: inline-block;
    margin: 0px 10px;
}