/* Core */
*:focus {
    outline: none;
}
.page_profile .vp_form.popup {
	/* position: relative!important; */
	/* left: 0!important; */
	/* width: 100%; */
	max-width: auto;
}
@media(min-width:768px) {
	.page_profile .vp_form.popup {
		/* position: relative!important; */
		/* top: -138px!important; */
		/* left: -80px!important; */
		/* width: 100%!important; */
	}
}
html {
	overflow-y: scroll;
}
html, body {}

/* Core */

.page_profile .vp_form.popup {
	/* position: relative!important; */
	/* left: 0!important; */
	/* width: 100%; */
	max-height: 90vh;
}
@media(min-width:768px) {
	.page_profile .vp_form.popup {
		/* position: relative!important; */
		/* top: -138px!important; */
		/* left: -80px!important; */
		width: 100%!important;
	}
}
html {
	overflow-y: scroll;
}
html, body {}
.history {
	padding: 0px;
	background: none;
}
img {
	max-width: 100%;
	height: auto !important;
}
a {
	color: #97c127;
}
.container.content {
	line-height: 1.7;
	font-size: 16px;
}
.central-content {
	/* margin:0 10%; */
}
.central-content h2 {
	color: #000;
	font-size: 1.5em;
	font-family: uni_sansheavy_caps;
	display: block;
	transition: 0.3s;
	position: relative;
	z-index: 1;
	display: inline-block;
	/* width: unset; */
	text-align: center;
	font-family: 'Rubik', sans-serif;
	font-weight: normal;
}
@media (min-width: 600px) {
	.central-content h2 {
		font-size: 1.5em;
		/* max-width: 5000px; */
	}
}
@media (min-width: 1200px) {
	.central-content h2 {
		font-size: 1.8em;
	}
}
@media (min-width: 1600px) {
	.central-content h2 {
		font-size: 2em;
	}
}
h1, h2, h3, h4, h5 {
	font-weight: 600;
}
.btn-union {
	background-color: #2AA8E0;
	color: #fff;
	border-color: #2AA8E0;
}
.btn-union:hover {
	background-color: ##29A7DF;
	color: #fff;
	border-color: ##29A7DF;
}
/* Header */

header {
	/* position: relative; */
	/* transition: 0.2s ease all; */
	/* -webkit-transition: 0.2s ease all; */
	/* overflow: hidden; */
	/* height: 62px; */
	/* background: #f9f9f9; */
	/* margin-bottom: 0; */
	border-bottom: 1px solid #f2f2f2;
	position: relative;
	z-index: 9999;
}
/* Social Media icons */

[id="header-social"] {
	text-align: center;
	margin: 0px 0 15px;
}
[id="header-social"] a {
	margin: 0px;
	font-size: 12px;
	float: none;
}
@media(min-width:600px){
[id="header-social"] a {
	float:right;
}	
}
header #search {
	/* display: none; */
	/* text-align: center; */
	/* padding-top: 25px; */
	height: 50px;
	position: relative;
}
header #site-search {
	height: 50px;
	left: 50px;
	position: absolute;
	left: 0;
	right: 0px;
}
header .search #site-search [id*="pnl"] {
	height:50px;
}

header #search input.textbox {
	border-top: none;
	border-left: none;
	border-right: none;
	border: 1px solid #eee;
	padding: 7px;
	font-size: 100%;
	background: #eee;
	height: 50px;
	font-weight: bold;
	color: #333;
}
header #search ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
  font-weight:bold;
}

header #search :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
  font-weight:bold;
}

header #search ::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
  font-weight:bold;
}
.top-header {
	background: #fff;
	z-index: 99;
	padding: 0px;
}
@media all and (min-width: 600px) {
	header>.row>[class*="col"] {
		width: 50%;
	}
	[id="header-social"] {
		margin: 0px 0 10px;
	}
	header #search {
		/* display: block; */
	}
}
@media all and (min-width: 992px) {
	header>.row>.col-sm-4 {
		width: 33.33%;
	}
	header>.row>.col-sm-8 {
		width: 66.66%;
	}
	header #search {
		/* text-align: right; */
		/* width: 50%; */
		/* float: right; */
	}
	[id="header-social"] {
		margin: 0;
		float: right;
	}
	[id="header-meta"] {
		position: absolute;
		top: 85px;
		width: 100%;
	}
}
[id="header-social"] a {
	color: transparent;
}
[id="header-social"] a.msl, [id="header-social"] p {
	color: #fff;
	display: block;
	text-align: center;
	color: #fff;
	padding: 2px 5px;
	font-size: 12px;
	display: block;
	clear: both;
}
@media(min-width:600px){
[id="header-social"] a.msl, [id="header-social"] p {
	text-align:right;
}
}
[id="header-social"] a {
	color: #fff;
	transition: 0.3s;
	margin-bottom: 15px;
}
[id="header-social"] a.msl {
	margin-bottom: 0px;
}
[id="header-social"] a .fa-inverse {
	color: #000;
}
[id="header-social"] a:hover .fa-inverse {
	color: #fff;
}
[id="header-social"] a.twitter:hover {
	color: #46bbff;
}
[id="header-social"] a.fb:hover {
	color: #2f85e8;
}
[id="header-social"] a.yt:hover {
	color: #e8412f;
}
[id="header-social"] a.igram:hover {
	color: #bc2a8d;
}
a.social-email {
	color: #539A49;
}
[id*="social"] a:hover {
	text-decoration: none;
}
a.logo {
	margin: 15px auto 15px;
	display: block;
	background-repeat: no-repeat;
	background-size: contain;
	float: left;
	background-position: 50% 50%;
	text-align: left;
	width: 60%;
}
@media(min-width:992px) {
	a.logo {
		text-align: center;
		width: auto;
		float: left;
		width: 50%;
	}
}
@media all and (min-width:600px) {
	a.logo {
		margin: 9px auto;
		max-width: 275px;
	}
}
/* Navigation */

[id="skin_obby"] {
	transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;
}
[role="navigation"] {
	position: relative;
	right: 0;
	top: 0;
	/* height: 100vh; */
	width: 100%;
	margin-right: -80%;
	transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;
	z-index: 30;
}
.active-nav [role="navigation"] {
	margin-right: 0;
}
.active-nav [id="skin_obby"] {
	margin-left: -80%;
	position: relative;
	margin-right: 80%;
}
.navigation.admin-nav {
	margin-top: 20px;
}
@media all and (min-width: 480px) {
	[role="navigation"] {
		width: 100%;
		margin-right: -50%;
	}
	.active-nav [id="skin_obby"] {
		margin-left: -50%;
		margin-right: 50%;
	}
}
@media (min-width: 992px) {
	[role="navigation"] {
		width: 33%;
		margin-right: -33%;
	}
	.active-nav [id="skin_obby"] {
		margin-left: -67%;
		margin-right: 33%;
	}
}
@media (max-width: 991px) {
	nav[role="navigation"] .container {
		padding: 0;
		width: auto;
	}
	nav[role="navigation"] .row {
		margin: 0;
	}
	nav[role="navigation"] .col-xs-12 {
		padding: 0;
	}
	.navigation ul {
		/* overflow-y:scroll; */
		/* max-height:100vh; */
	}
	.navigation ul ul {
		display: none;
		overflow-y: visible;
	}
	.navigation ul li:hover ul, .navigation ul a.current+ul {
		display: block;
		padding: 10px;
		background: rgba(255, 255, 255, 0.25);
	}
	.navigation ul ul li a {
		font-size: 14px;
	}
}
[role="navigation"] .d-logo {
	display: none;
}
.navigation ul li a {
	font-family: 'Roboto', sans-serif;
}

.navigation ul li a + .level_1 li a:hover {
     background:rgba(255,255,255,0.3)!important;
}
@media (min-width: 992px) {
	.navigation {
		display: block;
		width: 940px;
		margin: 0 auto;
	}
	[role="navigation"], .active-nav [role="navigation"] {
		position: relative;
		margin: 0 0 0px;
		width: auto;
		height: auto;
		top: 0;
		clear: both;
		z-index: 1;
	}
	[role="navigation"] .d-logo {
		display: inline-block;
		float: left;
		width: 50%;
	}
	.navbar-toggle {
		display: none!important;
	}
	.active-nav [id="skin_novus"] {
		margin: 0;
	}
	.navigation ul {
		margin: 0;
		padding: 0px 0;
		list-style: none;
	}
	.navigation ul ul {
		background: none repeat scroll 0 0 #eee;
		transition: 0.3s ease all;
		-webkit-transition: 0.3s ease all;
		text-align: left;
		display: block;
		overflow: hidden;
		padding: 0;
		height: 0;
		position: absolute;
		top: 31px;
		left: 0;
		width: 320px;
		z-index: 10;
		border: 0px solid;
		padding: 0;
		margin: 0;
		box-shadow: 0 40px 60px 0 rgba(0,0,0,0.3);
	}
	.navigation ul li a:hover, .navigation ul li a.current, .navigation ul li a + .level_1, .navigation ul li a + .level_1 li a, .navigation ul li:hover  > a { 
		background: #55D6BE;
		color:#fff; 
		}
	.navigation ul ul li {
		display: block;
		padding: 0;
		margin: 0;
	}
	.navigation ul ul li a {
		color: #333;
		display: block;
		padding: 0;
		border-radius: 0;
		margin: 5px 0px;
		background: transparent;
		border-top: none;
		border: 0px solid;
		border-right: none;
		border-bottom: 0px solid transparent;
		font-weight: bold;
		font-size: 14px;
		padding: 5px 10px;
		margin: 0;
	}
	.navigation ul ul a:hover {
		color: #252B39;
		background: #A5A9A7;
	}
	.navigation ul ul:before, .navigation ul ul:after {
		/* content: ""; */
		display: table;
	}
	.navigation ul ul:after {
		clear: both;
	}
	.navigation ul ul {
		zoom: 1;
	}
	.navigation>ul>li {
		display: block;
		padding: 0;
		margin: 0;
		position: relative;
		float: left;
	}
	.navigation ul li a {
		padding: 5px;
		margin: 0 0px 0px 0;
		color: #E71D36;
		font-size: 14px;
		/* line-height: 1.2; */
		transition: 0.2s ease all;
		-webkit-transition: 0.2s ease all;
		text-decoration: none;
		border-bottom: 5px solid transparent;
		text-transform: uppercase;
	}
	.navigation>ul>li>a {
		text-align: center;
		font-weight: bold;
	}
	.navigation ul ul a {
		text-align: left;
	}
	.navigation ul li:last-child a {
		margin-right: 0;
	}
}
@media all and (min-width: 1200px) {
	.navigation ul ul {
		top: 40px;
	}
	.navigation ul li a {
		font-size: 16px;
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media all and (min-width: 1200px) {
	.navigation ul ul {
		top: 40px;
	}
}
@media all and (min-width: 1600px) {
	.navigation ul ul {
		top: 34px;
	}
}
@media all and (min-width: 1440px) {
	.navigation ul li a {
		font-size: 16px;
	}
	.navigation ul ul li a {
		display: block;
		font-size: 16px;
	}
}
@media (min-width: 992px) {
	.navigation ul {
		text-align: left;
	}
}
/* Dropdowns */

.navigation ul li:hover ul {
	max-height: 800px;
	padding: 0px;
	height: auto;
}
@media all and (min-width: 992px) {
	.navigation ul li:hover ul {
		border-top: 0px solid rgb(0, 0, 0);
	}
}
/* Toggle */

.navbar-toggle {
	padding: 12px 8px;
	margin-top: 0px;
	background: #222;
	margin-right: 0;
	margin-bottom: 0;
	position: fixed;
	border-radius: 0;
	top: 41px;
	right: 0;
	z-index: 100;
}
.active-nav .navbar-toggle {
	right: 80%;
}
@media all and (min-width: 480px) {
	.active-nav .navbar-toggle {
		right: 50%;
	}
}
@media all and (min-width: 600px) {
	.active-nav .navbar-toggle {
		right: 33%;
	}
}
.navbar-toggle .icon-bar {
	background: #fff;
	border-radius: 0px;
}
/* Fixed header (on scroll) */

/* @media all and (min-width: 992px) {
.nav-scrolled {
	padding-top: 375px;
}
.nav-scrolled [id*="skin"] > header {
	position: fixed;
	top: 0;
	z-index: 20;
	background: rgba(255, 255, 255, 0.95);
	border-bottom: 1px solid #ddd;
	left: 0;
	right: 0;
}
.nav-scrolled [id*="skin"] > header .navbar {
	margin-bottom: 0;
}
.nav-scrolled header .navigation ul {
	border: none;
	margin-left: 125px;
	margin-right: 125px;
}
.nav-scrolled header [id="header-social"] {
	right: 0px;
	top: 21px;
	z-index: 100;
}
.nav-scrolled header [id="header-social"] a {
	background-size: contain;
	font-size: 10px;
	margin-right: 5px
}
.nav-scrolled [id*="skin"] >  header a.logo {
	float: left;
	max-width: 100px;
	margin: 10px 10px 0 -30px;
	position: relative;
	z-index: 100;
}
.nav-scrolled [id*="skin"] >  header .navigation a {
	font-size: 14px;
	margin: 15px 2px;
	padding-left: 9px;
	padding-right: 9px
}
}

@media all and (min-width:1200px) {
.nav-scrolled header a.logo {
	float: left;
	max-width: 100px;
	margin: 10px 50px 0 -20px;
}
.nav-scrolled header .navigation ul {
}
.nav-scrolled header .navigation a {
	font-size: 16px;
	margin: 15px 2px;
	padding-left: 9px;
	padding-right: 9px;
}
.nav-scrolled header [id="header-social"] {
	top: 20px;
}
.nav-scrolled header [id="header-social"] a {
	font-size: 14px;
	margin: 0;
}
.nav-scrolled header #logo-credit {
	display: block;
	left: 110px;
	top: 42px;
	z-index: 100;
}
}

/* Account */

[id="admin-tools"] .admin-label {
	display: none;
}
.admin-bar [class*="links-"]>ul>li>a {
	color: #ddd;
	position: relative;
	display: block;
	padding: 4px 15px;
}
.admin-bar [class*="links-"]>ul>li>a.msl-loginbutton {
	background-color: #2ba6df;
	color: #fff;
	font-weight: 700;
	line-height: 1.4;
}
.admin-bar [class*="links-"]>ul>li>a.msl-loginbutton:hover {
	background-color: #2ba6df;
}
@media all and (min-width: 768px) {
	[id="admin-tools"] .admin-label {
		display: inline;
	}
}
/* Account bar colour and position  */

.admin-bar {
	background: #626871;
	z-index: 100;
	/*position: fixed;*/
	top: 0;
	left: 0;
	height: 30px;
	right: 0;
}
.nav-scrolled .admin-bar {
	position: fixed;
	top: 0;
}
.admin-bar .dropdown-menu {
	margin-top: -2px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	min-width: 200px;
	z-index: 2000;
	padding: 10px;
	font-size: small;
}
.nav-scrolled .dropdown-menu {
	margin-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	min-width: 200px;
	top: 40px;
	position: absolute;
	z-index: 10000;
}
.admin-bar ul.level_1 {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: rgba(255, 255, 255, 0.9);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	top: 39px;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 0 0;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0px 6px 12px rgba(0, 0, 0, .175);
	border-top: 1px solid #fff;
	color: #000;
	border-left: none;
}
.admin-bar a {
	-webkit-transition: 0.2s ease all;
	transition: 0.2s ease all;
	display: block;
	padding: 5px;
	color: #333;
}
.admin-bar ul.level_1 .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}
.admin-bar ul.level_1>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #000;
	white-space: nowrap;
}
.admin-bar ul.level_1>li>a:hover, .admin-bar ul.level_1>li>a:focus {
	text-decoration: none;
	background-color: #bfdb2e;
	color: #000;
}
.admin-bar ul.level_1>.active>a, .admin-bar ul.level_1>.active>a:hover, .admin-bar ul.level_1>.active>a:focus {
	color: #333;
	text-decoration: none;
	background-color: #cacac0;
	outline: 0;
}
.admin-bar ul.level_1>.disabled>a, .admin-bar ul.level_1>.disabled>a:hover, .admin-bar ul.level_1>.disabled>a:focus {
	color: #777;
}
.admin-bar ul.level_1>.disabled>a:hover, .admin-bar ul.level_1>.disabled>a:focus {
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.admin-bar .open>a, .admin-bar li:hover>a {
	outline: 0;
	background-color: #eee;
}
.links-left .nav>li>a:focus, .links-left .nav>li>a:hover, .links-left .nav>li>a.current, .links-left .nav>li:hover>a, .links-left .nav>li>a.open:focus, .links-left .nav>li>a.open:hover, .links-left .nav>li>a.open.current, .links-left .nav>li:hover>a.open {
	background: #eee;
	color: #000;
}
.links-right .nav>li>a:focus, .links-right .nav>li>a:hover, .links-right .nav>li>a.current, .links-right .nav>li:hover>a, .links-right .nav>li>a.open:focus, .links-right .nav>li>a.open:hover, .links-right .nav>li>a.open.current, .links-right .nav>li:hover>a.open, .nav .open>a:focus, .nav .open>a:hover {
	background: #eee;
	color: #000;
}
.admin-bar .links-left {
	float: left;
}
.admin-bar .links-right {
	float: right;
	margin-right: -15px;
}
@media all and (min-width: 768px) {
	.admin-bar [class^="links"]>ul>li {}
	.admin-bar .nav>li>a {
		color: #cacac0;
	}
}
/* Navigation behaviour */

.admin-bar .links-left>ul, .admin-bar .links-left>ul>li {
	display: inline-block;
}
.admin-bar .links-right>ul>li {
	display: block;
	float: left;
}
/* Mobile only admin settings */

@media all and (max-width: 480px) {
	header[role="banner"] .logo img {
		max-width: 90px;
	}
	.admin-bar [class*="links"] {
		margin: 0 -15px;
		border-top: 1px solid rgba(255, 255, 255, 0.5);
	}
	[class*="links"] .dropdown-menu {
		left: auto;
		right: 0;
		top: 42px;
	}
	.admin-bar .links-right>ul>li>a {
		padding: 4px 12px;
	}
	.admin-bar [class*="links"]>ul, .admin-bar [class*="links"]>ul>li {
		position: static;
	}
	.admin-bar [class*="links"]>ul .dropdown-menu {
		width: 100%;
		border-top: none;
		margin-top: -1px;
	}
	.admin-bar .links-right>ul>li:last-child {
		float: right;
	}
	.admin-bar .nav>li>a:focus, .admin-bar .nav>li>a:hover, .admin-bar .nav>li>a.current, .admin-bar .nav>li:hover>a, .admin-bar .nav>li>a.open:focus, .admin-bar .nav>li>a.open:hover, .admin-bar .nav>li>a.open.current, .admin-bar .nav>li:hover>a.open {
		background: #fff;
		color: #000;
	}
}
@media all and (min-width: 992px) {
	.admin-bar .links-left {
		overflow-x: visible;
	}
	.admin-bar .links-left>ul>li {
		display: block;
		float: left;
	}
	.admin-bar .open>ul.level_1, .admin-bar li:hover>ul.level_1 {
		display: block;
	}
}
/* Basket */

.admin-bar [id="basket"] {
	margin: 0 10px 5px;
}
.admin-bar [id="basket"] h3 {
	display: none;
}
.badge.quantity {
	padding: 3px 6px 3px 5px;
	margin-right: 2px;
	border: none;
	background: #bfdb2e;
	color: #000;
}
/* Page banner */

.heading-banner {
	position: relative;
}
.heading-banner h1 {
	margin: 20px 0 0;
	padding: 0;
	font-size: 24px;
}
@media all and (min-width:692px) {
	.heading-banner h1 {
		position: absolute;
		bottom: 0;
		margin: 0;
		padding: 15px 20px;
		background: rgba(255, 255, 255, 0.85);
	}
}
@media all and (min-width:992px) {
	.heading-banner h1 {
		font-size: 36px;
	}
}
body .msl-breadcrumb {
	text-align: left;
	border-bottom: 1px solid #ddd;
	padding: 0;
	margin: 0 0 15px;
}
body .breadcrumb>li+li:before {
	display: none;
}
/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}
[id="static-banner"] {
	position: relative;
	margin-bottom: 0px;
	overflow: hidden;
}
@media all and (min-width: 600px) {
	[id="static-banner"] {
		margin-bottom: 20px;
	}
}
.bx-wrapper+[id="static-banner"], [id="news-banner"]+[id="static-banner"] {
	display: none;
}
.msl-pagebanner.panorama {
	margin: 0;
}
.msl-pagebanner.circle {
	margin: 0;
}
/*officer page*/

.circle.msl-pagebanner img {
	max-width: 400px;
}
.item-pad .msl_blog_description {
	padding-top: 50px;
	background: url(org-icon-i.png) 50% 0 no-repeat;
}
.item-pad .msl-recentblogposts {
	padding-top: 50px;
	background: url(icon-pen.png) 50% 0 no-repeat;
}

	.msl-pagebanner {
		margin: 0 auto;
		max-width:80%;
	}
	@media(min-width:600px){
	.msl-pagebanner {
		margin: 0 auto;
		max-width:100%;
	}	
	}
	.msl-pagebanner img {
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	z-index: 3;
	max-width: 100%;
	border: 20px solid #97c127!important;
	padding: 14px;
	margin: inherit;
	}
	.container-fluid .msl-pagebanner {
		/* height: 480px; */
		/* position: relative; */
		overflow: hidden;
		display: block;
	}

.page-detail {
	text-align: center;
	margin: 40px 0;
	border-bottom: 1px solid #ccc;
	padding-bottom: 30px
}
hr {
	border-color: #ccc;
}
@media all and (min-width: 992px) {
	.page-detail, hr {
		margin: 40px 0;
	}
}
h2 {
	margin: 20px 0;
	line-height: 1;
	font-size: 20px;
	padding: 0;
	color: #000;
}
h1 {
	margin: 0;
	line-height: 1;
	font-size: 24px;
	/*padding: 0 15px;*/
	color: #000;
}
hgroup[id="section-page-header"] h2 {
	font-size: 18px;
}
hgroup {
	text-align: center;
	border-top: 1px solid #e6e7e8;
	padding: 30px 0;
	margin-top: 40px;
}
@media all and (min-width: 600px) {
	hgroup {
		padding: 40px 0;
	}
}
hgroup h3 {
	font-size: 14px;
	margin-bottom: 0;
}
.page-detail h1:after, .grouping-details h1:after {
	content: '.';
	margin-left: 0.25%;
}
.page-detail p, .grouping-details p {
	font-size: 16px;
	color: #062D3F;
	padding: 0 20px;
	margin: 1em 0 0;
}
@media all and (min-width: 600px) {
	h1 {
		font-size: 30px;
		padding: 0;
	}
	h2 {
		font-size: 24px;
	}
	hgroup[id="section-page-header"] h2 {
		font-size: 20px;
	}
	hgroup h3 {
		font-size: 18px;
	}
	.page-detail p, .grouping-details p {
		padding: 0 20px;
		font-size: 16px;
		line-height: 1.4;
	}
}
@media all and (min-width: 768px) {
	h1 {
		font-size: 36px;
	}
	h2 {
		font-size: 30px;
	}
	hgroup[id="section-page-header"] h2 {
		font-size: 30px;
	}
	.page-detail p, .grouping-details p {
		padding: 0 80px;
		font-size: 20px;
	}
}
@media all and (min-width: 992px) {
	h1 {
		font-size: 42px;
	}
	h2 {
		font-size: 36px;
	}
	hgroup[id="section-page-header"] h2 {
		font-size: 32px;
	}
}
@media all and (min-width: 1200px) {
	h1 {
		font-size: 2.6em;
	}
	h2 {
		font-size: 42px;
	}
	hgroup[id="section-page-header"] h2 {
		font-size: 36px;
	}
}
body ul.breadcrumb {
	background: none;
	margin: 10px 0;
}
.page-detail .msl-breadcrumb, .grouping-details .msl-breadcrumb {
	padding: 0;
	font-size: 100%;
	text-align: center;
}
.breadcrumb>li+li: before {
	display: none;
}
.addthis_sharing_toolbox {
	margin: 20px 0 0;
	padding: 0 0 40px;
	border-bottom: 1px solid #ccc;
}
/* News banner */

[id="news-banner"] {}
[id="news-banner"] .news-detail {
	width: auto;
	margin: 0 auto;
	padding: 15px 20px;
	background: #fff;
	border-bottom: 1px solid #c1283a;
}
[id="news-banner"] .news-detail p.leader {
	display: none;
}
@media all and (min-width: 600px) {
	[id="news-banner"] .news-detail p.leader {
		display: inline;
	}
}
@media all and (min-width: 992px) {
	[id="news-banner"] .news-detail {
		width: 800px;
		margin: 0 auto;
		padding: 15px 20px;
		position: absolute;
		bottom: 20px;
		left: 50%;
		margin-left: -400px;
		background: #fff;
		border-left: 5px solid #c1283a;
		border-bottom: none;
	}
}
@media all and (min-width: 1200px) {
	[id="news-banner"] .news-detail {
		width: 1140px;
		margin-left: -570px;
	}
}
[id="news-banner"] h5 {
	display: inline;
	background: #fff;
	margin: 0 10px 0 0;
}
[id="news-banner"] h5 a {
	width: 1140px;
	margin: 0 auto;
	padding: 0;
	color: #000;
	font-size: 18px;
	font-weight: 600;
	top: 50%;
}
[id="news-banner"] p {
	display: inline;
	margin: 5px 0 0;
	font-size: 18px;
}
[id="news-banner"] p .msl-morelink {
	margin: 0 0 0 10px;
	font-size: 12px;
	display: inline-block;
	padding: 3px 5px;
	background: #eee;
	color: #333;
	font-weight: 600;
}
.bx-wrapper {
	position: relative;
}
.bx-controls-direction {}
.bx-controls-direction a {
	position: absolute;
	top: 50%;
	height: 120px;
	width: 120px;
	margin-top: -60px;
	text-indent: -5000px;
}
.bx-controls-direction a.bx-prev {
	background: url(banner-prev.png) 50% 50% no-repeat;
	left: 0px;
	transition: 0.2s ease all;
	/* display: none; */
}
.bx-controls-direction a.bx-next {
	background: url(banner-next.png) 50% 50% no-repeat;
	right: 0px;
	transition: 0.2s ease all;
	/* display: none; */
}
.bx-controls-direction a.bx-prev:hover {
	background: url(banner-prev-h.png) 50% 50% no-repeat;
	left: 0px;
	/* display: none; */
}
.bx-controls-direction a.bx-next:hover {
	background: url(banner-next-h.png) 50% 50% no-repeat;
	right: 0px;
	/* display: none; */
}
/* Content */

/* Sidebar */

aside .grouping-logo img {
	display: block;
	margin: 0 auto;
}
[id="section-root"] {
	padding: 10px 15px;
	/*background: #A5A9A7;*/
	color: #999;
	font-weight: 700;
	border-bottom: 2px solid #ccc;
	/*margin-top: 20px;*/
}
[id="section-root"]:hover {
	padding: 10px 15px;
	background: #29A7DF;
	color: #fff;
	text-decoration: none;
}
aside .box {
	border-bottom: 2px solid #062D3F;
	margin: 0 0 20px;
	padding: 12px 13px;
	background-color: #eaebec;
	position: relative;
}
aside .box:empty {
	display: none;
}
aside iframe {
	margin: 30px 0;
}
aside .box>*:first-child, aside .box>*:first-child h3 {
	margin-top: 0;
	padding-top: 0;
}
aside .box h2, aside .box h3 {
	margin-top: 0;
	padding-top: 0;
	font-weight: 600;
	font-size: 20px;
}
aside .box h3 {
	font-weight: normal;
}
aside ul {
	margin: 0;
	padding: 0;
	list-style: none;
	/*background: #A5A9A7;*/
}
aside li ul {
	margin: 0 0 10px;
	background: #fff;
}
aside li li ul {
	margin: 5px 10px 15px;
}
aside li ul li {
	/*border-bottom: 1px solid #ccc;*/
}
aside li {
	margin: 0;
	padding: 0;
	list-style: none;
}
aside li li {
	padding: 0 0 0 0px;
}
aside li li li {}
aside a {
	display: block;
}
aside li a {
	padding: 8px 12px;
	transition: 0.2s ease all;
	-web-transition: 0.2s ease all;
	color: #29A7DF;
}
aside li a:hover {
	text-decoration: none;
	background: #29A7DF;
	color: #fff;
}
aside li a.current {
	/*background: #29A7DF;*/
	color: #29A7DF;
	font-weight: bold;
}
aside li a.current:hover {
	color: #ffffff;
}
aside li a.current+ul {
	background: #fff;
	color: #29A7DF;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 0!important;
}
aside li li a.current {
	background: transparent;
	color: ##29A7DF;
	position: relative;
}
aside li li a.current:before {
	content: '';
	position: absolute;
	left: -10px;
	top: 0;
	bottom: 0;
	border-left: 10px solid #29A7DF;
}
aside li a.current+ul {
	margin-top: 1px;
}
aside [id="org-name"] {
	font-size: 16px;
	line-height: 1.5;
}
aside .grouping-contact {
	display: block;
	margin: 10px 0 0;
	font-size: 11px;
	padding: 10px 0 0;
}
aside p+.grouping-contact {
	border-top: 1px solid #ccc;
}
@media all and (min-width: 320px) {
	aside .grouping-contact {
		font-size: 12px;
	}
}
@media all and (min-width: 480px) {
	aside .grouping-contact {
		font-size: 14px;
	}
}
aside .grouping-contact>a {
	padding-left: 24px;
	word-wrap: break-word;
	display: block;
}
/* Ad banner */

.ad-banner {
	text-align: center;
	margin: 30px 0;
}
/* Footer */

footer {
	position: relative;
	color: #fff;
	margin-top: 50px;
	/* text-align: center; */
	padding: 0;
	font-size: 18px;
}
footer .f-address {
	text-align: left;
	background: #161616;
}
footer .f-info {
	text-align: left;
	background: #000;
	padding: 20px 0;
}
footer .f-info h4 {
	font-weight: 700;
	color: #fff;
	font-size: 16px;
	padding: 0;
	text-align:center;
}
@media(min-width:768px){
	footer .f-info h4 {
		text-align:left;
		margin: 15px 0;
	}	
}
footer .map-c {
	margin-top:10px;
}
footer .f-info:before { 
position: absolute;
    content: '';
transform: translateX(-30px);
background-color: rgba(255, 0, 0, 0.5);
display: block;
    border-radius: 50%;
    width: 25px;
    height: 25px;
}
footer a, footer a:hover {
	color: #fff;
}
footer:before, footer:after {
	position: absolute;
	content: ' ';
	top: -5px;
	height: 5px;
	width: 33.3%;
}
footer p {
	text-align: center;
	font-size: 15px;
}
footer a.msl {
	text-align: center;
	width: 100%;
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight:bold;
}
@media all and (min-width: 768px) {
	footer a.msl {
		text-align:left;
	}
}
footer #header-social-ftr {
	margin-top: 30px;
	overflow:hidden;
	display:block;
	border-top: 1px solid rgba(102, 102, 102, 0.2);
	padding-top: 15px;
}
@media all and (min-width: 768px) {
	footer p {
		text-align: left;
		font-size: 14px;
		color: #fff;
	}
}
#footer-social, #footer-social p {
	text-align: center;
}
@media all and (min-width: 768px) {
	#footer-social, #footer-social p {
		text-align: right;
	}
}
#footer-social p.msl {
	margin-top: 10px;
}
.footernav ul {
	margin: 0 0 25px;
	padding: 0;
	list-style: none;
	text-align: center;
}
.footernav li {
	margin: 0 10px 5px;
	padding: 0;
	display: inline-block;
}
.footernav li a {
	display: inline-block;
	padding: 6px 10px;
	color: #000;
	background: #ccc;
	transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;
	border-bottom: 1px solid transparent;
}
.footernav li a:hover {
	background: #1f4f6e;
	color: #d7df23;
	border-bottom: 1px solid #0c3042;
	text-decoration: none;
}
#totop {
	border-bottom: 1px solid #ccc;
	display: block;
	margin: 0 0 20px;
	color: #0c3042;
	padding: 0 0 20px;
	font-size: 18px;
	font-style: italic;
	cursor: pointer;
}
/* Member lists */

.msl-groupedmemberlist {}
.msl-groupedmemberlist ul {
	margin: 15px 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #ccc;
}
.msl-groupedmemberlist ul li {
	margin: 0;
	padding: 10px 0;
	border-top: 1px solid #ccc;
}
.msl-groupedmemberlist ul li .badge {
	background: transparent;
	border-radius: 0;
	font-size: inherit;
	font-weight: normal;
	border: none;
	padding: 0;
	text-align: left;
}
.msl-groupedmemberlist ul li .badge dl {
	margin: 0;
}
.msl-groupedmemberlist ul li .badge dt {}
.msl-groupedmemberlist ul li .badge_tools {
	width: auto;
	margin: 0 10px 0 0;
	padding: 0;
}
.msl-groupedmemberlist ul li .badge_tools img {
	padding: 0;
	max-width: 40px;
}
/*Clubs Socs*/

.socs-s {
	background: #282828;
}
.squares .msl_organisation_list li {
	margin-bottom: 3.5em;
	position: relative;
	float: left;
	width: 25%;
	height: 438px;
	margin: 0;
	margin-bottom: 20px;
	background: #131313;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 0;
	line-height: 1.1;
	color: #AAB3BF;
	position: relative;
	padding: 0;
	transition: 0.3s;
	border: 0px solid;
	margin-right: 20px;
}
@media(min-width:1600px) {
	.squares .msl_organisation_list li {
		width: 360px;
	}
}
/*hover affect*/

.squares .msl_organisation_list li:hover .details {
	height: 280px;
	cursor: pointer;
}
.squares .msl_organisation_list li img {
	transition: 0.3s;
}
.squares .msl_organisation_list li:hover img {
	opacity: 0.3;
}
.squares .msl_organisation_list li dd.msl-gl-attribute {
	position: absolute;
	top: 0;
	left: 0px;
	text-align: left;
	background: #FF0D59;
	color: #fff;
	padding: 10px;
	float: left;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	display: initial;
}
.squares .msl_organisation_list li.sportsclub dd.msl-gl-attribute {
	background: #FFAD23;
}
.squares .msl_organisation_list li.communityproject dd.msl-gl-attribute {
	background: #0FC2CB;
}
.squares .msl-gl-link {
	font-size: 20px;
	color: #3C3C3B;
	padding: 5px;
	line-height: 1.1;
	color: #fff;
	font-size: 1.5em;
	display: block;
	transition: 0.3s;
	position: relative;
	z-index: 1;
	width: 100%;
	margin: 44px 0 10px 0;
	text-align: left;
	transition: 0.3s;
}
.squares .msl_organisation_list li:hover .msl-gl-link {
	margin-top: 80px;
}
.squares .msl-gl-link:hover {
	text-decoration: none;
}
.squares .gl-logo {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
/* Image navigation */

.msl-imagenav {
	margin: 0 0px 0px;
}
.msl-imagenav ul {
	margin: 0 0 4% 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.msl-imagenav li {
	/* padding: 0 15px; */
	background: transparent;
	width: calc(50% - 20px);
	margin: 0 15px;
	text-align: left;
	float: left;
	min-height: 290px;
	position: relative;
	margin: 0 10px 15px 10px;
	/* box-shadow: 0 40px 60px 0 rgba(0,0,0,.07); */
	border-radius: 0;
	/* border: 10px solid #97c127; */
	/* padding: 10px; */
	background: #fff;
	box-shadow: 0 1px 25px 0 rgba(0,0,0,0.04);
	transition:0.3s;
}
.msl-imagenav li:hover {
	box-shadow: 0 1px 25px 0 rgba(0,0,0,0.2);
}
.section-nav .msl-imagenav li {
	width: calc(100% - 20px);
}
/*page sections*/

.page_your_voice .msl-imagenav li {
	border-color: #fa9f2e;
}
.msl-imagenav li a {
	/* position: relative; */
	text-decoration: none;
	background-size: contain;
}
.msl-imagenav li a img {
	/* position: absolute; */
	top: 0;
	left: 0;
	right: 0;
	transition: 0.3s;
	opacity: 1;
}
.msl-imagenav li:hover a img {
	opacity: 0.3;
}
.msl-imagenav li .nav-details {
	margin: 0;
	font-weight: bold;
	background: #fff;
	float: left;
	line-height: 1.1;
	color: #fff;
	font-size: 22px;
	display: block;
	/* position: absolute; */
	z-index: 1;
	width: 100%;
	padding: 10px;
	text-align: center;
	transition: 0.3s;
	top: 0;
	/* height: 115px; */
	transition: 0.3s;
	bottom: 0;
	top: inherit;
	color: #000;
	/* border-bottom-left-radius: 10px; */
	/* border-bottom-right-radius: 10px; */
}

.msl-imagenav li .msl-imagenav-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 14px;
	color: #666;
}

.msl-imagenav li .msl-imagenav-description {
	font-size: 18px;
	margin: 0px 0 0px 0px;
	display: block;
	line-height: 1.4;
	position: relative;
	z-index: 1;
	font-weight: 900;
}
.profile_nav_widget li .msl-imagenav-title {
	padding: 5px;
	background: #eee;
	display: inline !important;
}
.profile_nav_widget li .msl-imagenav-description {
	margin: -8px 0 !important;
	font-size: 12px !important;
	background: #eee;
	padding: 5px;
}
@media all and (min-width: 600px) {
	.msl-imagenav li, .section-nav .msl-imagenav li {
		width: calc(50% - 30px);
		float: left;
		margin-bottom: 30px;
	}
	.msl-imagenav :not(div.bx-viewport) li:nth-of-type(2n+1) {
		clear: left;
	}
}
@media (min-width: 991px) {
	.msl-imagenav li, .section-nav .msl-imagenav li {
		width: calc(25% - 30px);
		margin: 15px;
	}
	.msl-imagenav :not(div.bx-viewport) li:nth-of-type(2n+1) {
		clear: none;
	}
	.msl-imagenav :not(div.bx-viewport) li:nth-of-type(3n+1) {
		clear: left;
	}
}
@media all and (min-width: 1200px) {
	.msl-imagenav li, .section-nav .msl-imagenav li {
		width: calc(33.3333% - 30px);
	}
	.msl-imagenav :not(div.bx-viewport) li:nth-of-type(3n+1) {
		clear: none;
	}
	.msl-imagenav :not(div.bx-viewport) li:nth-of-type(4n+1) {
		clear: left;
	}
}
.msl-imagenav a {
	color: #000;
	display: block;
	font-size: 18px;
}
/* Grouping pages */

.grouping-details {
	text-align: center;
}
.grouping-details .grouping-logo {
	border-radius: 500px;
	overflow: hidden;
	display: inline-block;
	margin: 30px 0;
}
.msl-propvalue {
	margin: 20px 0;
}
/* Buttons */

input.button {
	text-decoration: none;
	background: #161616;
	color: #fff;
	border: none;
	border-radius: 5px;
	font-weight: normal;
	padding: 7px 13px;
	font-size: 100%;
}
.clickcatcher {
	/* position: fixed; */
	padding: 0;
	margin: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	z-index: 20;
}
@media all and (min-width: 992px) {
	.clickcatcher {
		display: none !important;
	}
}
/* Social icons */

.msl_facebook, .msl_facebook:hover {
	padding: 5px 12px;
	display: block;
	min-height: 0;
	background: #2f85e8;
	color: #fff;
	text-overflow: ellipsis;
	overflow: hidden;
}
.msl_facebook:before {
	content: "\f09a";
	font-family: FontAwesome;
	color: #fff;
	margin-right: 10px;
}
.msl_twitter, .msl_twitter:hover {
	padding: 5px 12px;
	display: block;
	min-height: 0;
	background: #46bbff;
	color: #fff;
	text-overflow: ellipsis;
	overflow: hidden;
}
.msl_twitter:before {
	content: "\f099";
	font-family: FontAwesome;
	color: #fff;
	margin-right: 10px;
}
.msl_email, .msl_email:hover {
	padding: 0 0 0 30px;
	display: block;
	min-height: 0;
	color: #fff;
	text-overflow: ellipsis;
	overflow: hidden;
	background: transparent url(email.png) no-repeat 0 50%;
	background-size: 20px;
}
.msl_email:before {
	/* content: "\f0e0"; */
	font-family: FontAwesome;
	color: #fff;
	margin-right: 10px;
}
.msl_web, .msl_web:hover {
	padding: 0 0 0 30px;
	display: block;
	min-height: 0;
	color: #fff;
	text-overflow: ellipsis;
	overflow: hidden;
	background: transparent url(weblink_40.png) no-repeat 0 50%;
	background-size: 20px;
}
}
.msl_web:before {
	content: "\f08e";
	font-family: FontAwesome;
	color: #eee;
	margin-right: 10px;
}
/* Generic grid layout */

.grid-list-item {
	padding: 15px;
	text-align: center;
}
@media all and (min-width: 600px) {
	.grid-list-item {
		text-align: center;
		display: inline-block;
		width: 48%;
		vertical-align: top;
	}
}
@media all and (min-width: 992px) {
	.grid-list-item {
		width: 32%;
	}
}
/* Shop */

body .catalogue_productlist {
	margin: 20px -10px;
	padding: 0;
}
body .catalogue_productlist li {
	float: none;
	width: 200px;
	text-align: left;
	margin: 0 10px 20px;
	padding: 0;
	list-style: none;
	display: inline-block;
	position: relative;
	height: auto;
	vertical-align: top;
}
body .catalogue_productlist div {
	float: left;
	width: auto;
	height: auto;
	text-align: left;
	margin: 0;
	padding: 0;
}
body .catalogue_productlist a {
	display: block;
	color: #000;
}
body .catalogue_productlist img {
	width: 100%!important;
	height: auto;
	display: block;
	margin: 0 auto;
	border: 1px solid #ccc !important;
}
body .catalogue_productlist .msl-product-name {
	display: block;
	padding: 10px;
	line-height: 1.5;
}
body .catalogue_productlist .msl-product-price {
	position: absolute;
	top: 1px;
	right: 1px;
	background: #272d3b;
	color: #fff;
	padding: 3px 8px;
	font-size: 16px;
	border-radius: 0 0;
	font-weight: 600;
}
body span.discount {
	text-decoration: line-through;
	color: #c00;
	padding-right: 10px;
}

/* Adverts Styling */
#advertspacing {
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
}

/* Events */

.columns .msl_eventlist {
	margin: 0 -20px;
}
.columns .msl_eventlist .event_item {
	float: left;
	padding: 0 20px 0px;
	margin: 0 0 20px;
}
.msl_eventlist .event_item img {
	border: 1px solid #ccc;
}
.columns .msl_eventlist .event_item:nth-of-type(2n+1) {
	clear: left;
}
@media all and (min-width: 600px) {
	.columns .msl_eventlist .event_item {
		width: 50%;
	}
}
@media all and (min-width: 768px) {
	.columns .msl_eventlist .event_item {
		width: 33%;
	}
	.columns .msl_eventlist .event_item:nth-of-type(2n+1) {
		clear: none;
	}
	.columns .msl_eventlist .event_item:nth-of-type(3n+1) {
		clear: left;
	}
}
.columns .msl_eventlist .bx-wrapper .event_item {
	clear: none !important;
}
.rows .msl_eventlist {
	padding-top: 15px;
	border-top: 1px solid #ccc;
}
.rows .msl_eventlist .event_item {
	position: relative;
	margin: 0 0 15px;
	padding: 0 0 15px 110px;
	min-height: 115px;
	border-bottom: 1px solid #CCC;
}
.rows .msl_eventlist .event_item dl {
	margin: 0;
}
.rows .msl_eventlist .event_item .msl_event_hook {
	display: none;
}
.rows .msl_eventlist .event_item img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
}
/* Volunteering */

.volunteering-nav {
	text-align: center;
	background: #fafafa;
	padding: 10px 5px 5px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-radius: 0 0 3px 3px;
	margin: 0 0 15px;
}
.volunteering-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.volunteering-nav li {
	display: inline-block;
	margin: 0 0px 5px;
}
.volunteering-nav .btn {
	border: 1px solid #ccc;
	background: #fff;
	color: #333;
	transition: 0.2s ease all;
	font-size: 12px;
	-webkit-transition: 0.2s ease all;
}
.volunteering-nav .btn:hover, .volunteering-nav .btn.current {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da;
}
@media all and (min-width: 768px) {
	.volunteering-nav {
		padding: 15px 10px 10px;
	}
	.volunteering-nav li {
		margin: 0 5px 5px;
	}
	.volunteering-nav .btn {
		font-size: inherit;
	}
}
/* Blog */

.msl_blog {}
.msl_blog_tools {
	margin: 15px 0;
	padding: 12px;
	border-bottom: 1px solid #fc0;
	background: #ffc;
	font-size: 14px;
}
.msl_blog_tools ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.msl_blog_tools ul a {
	background-position: 0px 50%;
	padding: 0 0 0 21px;
	line-height: 1.6;
}
.msl_blog_tools li {
	list-style-type: none;
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 0;
	line-height: 1;
}
.msl_blog h1 {
	margin: 30px 0;
}
.msl_blog h1 a {
	color: #000;
}
@media (min-width: 1200px) .msl_blog h1 {
	font-size: 42px;
}
/* Event colour coding */

.msl-caleventitem.msltypecambridge, .msl-caleventitem.msltypecambridge:visited {
	background: #00a7b9;
}
.msl-caleventitem.msltypechelmsford, .msl-caleventitem.msltypechelmsford:visited {
	background: #8dc63f;
}
.msl-caleventitem.msltypepeterborough, .msl-caleventitem.msltypepeterborough:visited {
	background: #e2e41a;
}
.msl-caleventitem.msltypepeterborough, .msl-caleventitem.msltypegreenweek:visited {
	background: #00CC66;
}
.msl_event_calendar {
	border: none !important;
	width: 100% !important;
}
.msl_event_calendar .msl-cal-hoverbox {
	position: relative;
	top: auto;
	left: auto;
	text-align: left;
}
.msl_event_calendar td, .msl_event_calendar th {
	padding: 0.5em;
	vertical-align: top;
}
.msl_event_calendar>tbody>tr:first-of-type>td {
	padding: 0;
}
.msl_event_calendar_title {
	background: #00ddd8;
	color: #fff;
}
.msl_event_calendar_title a {
	color: #fff !important;
}
/* .msl_event_calendar td.othermonth {background:#dadada !important;border-top:1px solid #fff;border-right:1px solid #fff;}
.msl_event_calendar td.othermonth.msl_event_calendar_selected_day {background:#dadada !important;border-top:1px solid #fff;border-right:1px solid #fff;}
.msl_event_calendar td.month {background:#dadada !important;border-top:1px solid #fff;border-right:1px solid #fff;}
.msl_event_calendar td.month.msl_event_calendar_selected_day {background:#dadada !important;border-top:1px solid #fff;border-right:1px solid #fff;} */

.msl_event_calendar td.othermonth, .msl_event_calendar td.othermonth.msl_event_calendar_selected_day, .msl_event_calendar td.month, .msl_event_calendar td.month.msl_event_calendar_selected_day {
	background: #dadada !important;
	border: 1px solid #fff;
}
.msl-cal-wrapper {}
.month.msl_event_calendar_selected_day .msl-cal-wrapper {
	color: #000;
}
.othermonth.msl_event_calendar_selected_day .msl-cal-wrapper {
	color: #666;
}
.msl-caleventitem, .msl-caleventitem:visited {
	background: none repeat scroll 0 0 #272d3b;
	color: #fff;
	display: block;
	font-size: 0.8em;
	margin: 0.5em 0 -0.25em;
	padding: 5px;
	text-decoration: none;
}
.msl-caleventitem:hover {
	background: #003D7C;
	color: #fff;
	text-decoration: none;
}
.msl-caleventitem dt {
	display: none;
}
.msl_event_calendar tr dd {
	line-height: 1.3;
}
body .msl_event_calendar .in-the-past {
	background: none transparent;
	color: #fff;
}
body .msl_event_calendar td.in-the-past.month, body .msl_event_calendar td.in-the-past.othermonth {
	background: #f4f4f4 url(johnstripe2.png) !important;
}
.in-the-past .msl-caleventitem {
	background: none repeat scroll 0 0 #EEEEEE;
	color: #000000;
	opacity: 0.5;
}
.in-the-past .msl-caleventitem:hover {
	background: none repeat scroll 0 0 #aaa;
	color: #fff;
	opacity: 1;
}
/* Filter */

.filter-list {
	margin: 0 0 1em;
	padding: 0;
	list-style: none;
}
.filter-list li {
	padding: 7px 7px 7px 25px;
	line-height: 1.2;
	margin: 0;
	border-bottom: 1px solid #ccc;
	cursor: pointer;
	font-size: 13px;
	background: url(checkbox2.png) -3px top no-repeat transparent;
}
.filter-list li.active {
	/*   background-color: #99E4F5; */
	background-position: -3px -180px;
	/*    border-bottom: 1px solid #FFFFFF; */
}
h3.filter-head {
	background: none repeat scroll 0 0 #CCCCCC;
	font-size: 18px;
	line-height: 1;
	margin: 0;
	padding: 7px;
}
.home-link i {
	font-size: 18px;
}
.error {
	/* border-color: #2ba6df !important; */
	/* background-color: #d1ecf9 !important; */
	/* color: #2ba6df; */
}
.error h4 {
	/* color: #2ba6df; */
	font-size: 18px;
}
.msl_notification {
	background-color: #333;
	border: none;
	margin: 1em 0 1em 0;
	padding: 0.2em;
	font-weight: bold;
	/* float: left; */
	width: 100%;
	color: #fff;
	font-size: 16px;
}
.msl_notification .confirm {
	background:#333;
	color:#fff;
	border:0px solid;
}
.msl_notification span {
	border-color: #2ba6df;
}
.msl_add {
	padding: 0 0 0 18px;
	display: inline-block;
	min-height: 16px;
	/* background: transparent url(images/icons/16/add2.png) no-repeat 0 0; */
	/*float: left;*/
}
#ctl00_ctl00_Main_AdminPageContent_upPosts {
	clear: both;
}
/*shop*/

.shop_products {
	text-align: center;
}
@media all and (min-width: 600px) {
	.shop_products {
		text-align: left;
	}
}
.catalogue_title {
	display: none;
}
.admin-bar .links-right .badge {
	background-color: #38a6de;
	color: #fff;
	vertical-align: top;
	margin-top: 2px;
}
.breadcrumb li {
	padding-left: 5px;
}
/*boxes*/

div[id*="pnl"] {
	margin: 0;
	border: 0px solid #ccc;
	padding: 0px;
	border-radius: 0px;
	border-bottom: 0px solid #aaa;
	display: table;
	width: 100%;
}
@media all and (min-width: 768px) {
	.ctl00_Main_VacancyDetailsCtl_job_vacancy div[id*="pnl"] h3 {
		display: table-cell;
		width: 20%;
	}
	.ctl00_Main_VacancyDetailsCtl_job_vacancy div[id*="pnl"] div {
		width: 80%;
		clear: both;
	}
	.ctl00_Main_VacancyDetailsCtl_job_vacancy div[id*="pnl"] span {
		/*display: table-cell;*/
		clear: both;
		float: none;
	}
}
/* Hide basket dropdown on checkout pages */

.page_shop.page_reviewbasket .basket-link, .page_shop.page_checkout .basket-link, .page_shop.page_fulfilment .basket-link, .page_shop.page_customise .basket-link, .page_shop.page_additionalinfo .basket-link {
	display: none !important;
}
.profile_pic img {
	border: 10px solid #29A7DF !important;
}
.btn-union {
	background-color: #38a6de;
	color: #ffffff
}
.btn-union:hover {
	background-color: #2c8bbb;
	color: #ffffff
}
.sub-page-nav {
	box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.3);
	margin-top: 20px;
}
.controlpanel ul {
	list-style: none;
	padding: 0 10px 0 10px;
}
.controlpanel ul li {
	margin: 4px 0 4px 0;
}
.admin-bar #ulAdmin a {
	padding: 0 0 0 22px;
	/*officers*/
	.officers .o-details {
		text-align: center;
	}
	.officers .msl-imagenav-image {
		display: inline-block;
		overflow: hidden;
		padding-bottom: 60px;
		margin: 0 auto;
	}
	.officers .o-details .msl-imagenav-description {
		font-size: 22px;
		font-weight: 500;
		color: #272d3b;
	}
	.officers .o-details .msl-imagenav-title {
		font-size: 12px;
	}
	.officers .bx-wrapper .bx-controls-direction a {
		position: absolute;
		top: 50%;
		margin-top: -4%;
		outline: 0;
		width: 32px;
		height: 32px;
		text-indent: -9999px;
		z-index: 2;
	}
	.officers .bx-wrapper .bx-prev {
		left: 10px;
		background: url("/pageassets/controls.png") no-repeat 0 -32px;
	}
	.officers .bx-wrapper .bx-next {
		right: 10px;
		background: url("/pageassets/controls.png") no-repeat -43px -32px;
	}
	.homenews {
		margin: 0 -15px 30px !important;
	}
	.homenews .msl-item-list .msl-item {
		padding: 15px;
		margin-bottom: 15px;
		width: 50%;
		float: left;
	}
	.homenews .msl-item-list .msl-item:nth-of-type(2n+1) {
		clear: left;
	}
	.homenews .msl-item-list .msl-item h3 {
		margin: 15px 0px 5px;
		font-size: 18px;
		font-weight: normal;
		line-height: 1.3;
	}
	.homenews .msl-item-list .msl-item h3 a {
		color: #333;
	}
	.homenews .msl-item-list .news_all {
		margin: 0 15px;
		display: none;
	}
	span>.msl-joblist-label {
		font-weight: bold !important;
	}
	/*footer*/
	footer .sm-msl {
		text-align: right;
	}
	#header-social {
		text-align: center;
	}
	footer #header-social a {
		color: transparent;
		transition: 0.5s;
	}
	@media (min-width:768px) {
		#header-social {
			text-align: right;
		}
		footer #header-social a {
			width: 25%;
			float: left;
		}
	}
	@media (min-width:1200px) {
		footer #header-social a {
			width: auto;
			float: none;
		}
	}
	footer .msl {
		margin: 31px 0;
		display: block;
		text-align: center;
	}
	@media (min-width:768px) {
		footer .msl {
			text-align: right;
		}
	}
	footer .sm-msl {
		text-align: right;
	}
	#header-social {
		text-align: center;
	}
	footer #header-social a {
		color: transparent;
		transition: 0.5s;
	}
	@media (min-width:768px) {
		#header-social {
			text-align: right;
		}
		footer #header-social a {
			width: 25%;
			float: left;
		}
	}
	@media (min-width:1200px) {
		footer #header-social a {
			width: auto;
			float: none;
		}
	}
	footer .msl {
		margin: 31px 0;
		display: block;
		text-align: center;
	}
	@media (min-width:768px) {
		footer .msl {
			text-align: right;
		}
	}
	img {
		max-width: 100%;
		height: auto !important;
	}
	a {
		color: #FFAD23;
	}
	.container.content {
		line-height: 1.7;
		font-size: 16px;
	}
	.central-content {
		/* margin:0 10%; */
	}
	.central-content h2 {
		color: #fff;
		font-size: 1.5em;
		text-transform: uppercase;
		font-family: uni_sansheavy_caps;
		display: block;
		transition: 0.3s;
		position: relative;
		z-index: 1;
		border-bottom: 8px solid #2ECC9E;
		display: inline-block;
	}
	@media (min-width: 600px) {
		.central-content h2 {
			font-size: 2.5em;
			max-width: 5000px;
		}
	}
	@media (min-width: 1200px) {
		.central-content h2 {
			font-size: 3em
		}
	}
	@media (min-width: 1600px) {
		.central-content h2 {
			font-size: 4em
		}
	}
	h1, h2, h3, h4, h5 {
		font-family: 'Alfa Slab One', sans-serif;
		font-weight: normal;
	}
	.btn-union {
		background-color: #2AA8E0;
		color: #fff;
		border-color: #2AA8E0;
	}
	.btn-union:hover {
		background-color: ##29A7DF;
		color: #fff;
		border-color: ##29A7DF;
	}
	/* Header */
	header {
		position: relative;
		transition: 0.2s ease all;
		-webkit-transition: 0.2s ease all;
		height: 65px;
	}
	/* Social Media icons */
	[id="header-social"] {
		text-align: center;
		margin: 0px 0 15px;
	}
	[id="header-social"] a {
		margin: 0px;
		font-size: 9px;
	}
	header #search {
		display: none;
		text-align: center;
		padding-top: 25px;
	}
	header #search input.textbox {
		border-top: none;
		border-left: none;
		border-right: none;
		border-bottom: 1px solid #333;
		padding: 7px;
		font-size: 100%;
	}
	.top-header {
		background: #fff;
		z-index: 99;
		padding: 0px;
	}
	@media all and (min-width: 600px) {
		header>.row>[class*="col"] {
			width: 50%;
		}
		[id="header-social"] {
			margin: 40px 0 10px;
		}
		header #search {
			display: block;
		}
	}
	@media all and (min-width: 992px) {
		header>.row>.col-sm-4 {
			width: 33.33%;
		}
		header>.row>.col-sm-8 {
			width: 66.66%;
		}
		header #search {
			text-align: right;
			width: 50%;
			float: right;
		}
		[id="header-social"] {
			margin: 0;
			float: right;
		}
		[id="header-meta"] {
			position: absolute;
			top: 85px;
			width: 100%;
		}
	}
	[id="header-social"] a {
		color: transparent;
	}
	[id="header-social"] a.msl {
		color: #fff;
		display: block;
		text-align: right;
		color: #909090;
		padding: 2px 5px;
		font-size: 12px;
	}
	[id="header-social"] a.twitter:hover {
		color: #46bbff;
	}
	[id="header-social"] a.fb:hover {
		color: #2f85e8;
	}
	[id="header-social"] a.yt:hover {
		color: #e8412f;
	}
	[id="header-social"] a.igram:hover {
		color: #bc2a8d;
	}
	a.social-email {
		color: #539A49;
	}
	[id*="social"] a:hover {
		text-decoration: none;
	}
	a.logo {
		margin: 10px auto 15px;
		display: block;
		background-repeat: no-repeat;
		background-size: contain;
		float: left;
		background-position: 50% 50%;
		text-align: left;
		width: 50%;
	}
	@media(min-width:992px) {
		a.logo {
			text-align: center;
			width: auto;
		}
	}
	@media all and (min-width:600px) {
		a.logo {
			margin: 5px auto;
		}
	}
	/* Navigation */
	[id="skin_obby"] {
		transition: 0.2s ease all;
		-webkit-transition: 0.2s ease all;
	}
	[role="navigation"] {
		position: fixed;
		right: 0;
		top: 0;
		height: 100vh;
		width: 80%;
		margin-right: -80%;
		transition: 0.2s ease all;
		-webkit-transition: 0.2s ease all;
		z-index: 30;
	}
	.active-nav [role="navigation"] {
		margin-right: 0;
	}
	.active-nav [id="skin_obby"] {
		margin-left: -80%;
		position: relative;
		margin-right: 80%;
	}
	.navigation.admin-nav {
		margin-top: 20px;
	}
	@media all and (min-width: 480px) {
		[role="navigation"] {
			width: 50%;
			margin-right: -50%
		}
		.active-nav [id="skin_obby"] {
			margin-left: -50%;
			margin-right: 50%;
		}
	}
	@media all and (min-width: 600px) {
		[role="navigation"] {
			width: 33%;
			margin-right: -33%
		}
		.active-nav [id="skin_obby"] {
			margin-left: -67%;
			margin-right: 33%;
		}
	}
	@media all and (max-width: 992px) {
		nav[role="navigation"] .container {
			padding: 0;
			width: auto;
		}
		nav[role="navigation"] .row {
			margin: 0;
		}
		nav[role="navigation"] .col-xs-12 {
			padding: 0;
		}
		.navigation ul {
			/* overflow-y:scroll; */
			/* max-height:100vh; */
		}
		.navigation ul ul {
			display: none;
			overflow-y: visible;
		}
		.navigation ul li:hover ul, .navigation ul a.current+ul {
			display: block;
			padding: 10px;
			background: rgba(255, 255, 255, 0.25);
		}
	}
	[role="navigation"] .d-logo {
		display: none;
	}
	@media all and (min-width: 992px) {
		.navigation {
			float: right;
		}
		[role="navigation"], .active-nav [role="navigation"] {
			position: relative;
			margin: 0 0 0px;
			width: auto;
			height: auto;
			top: 0;
			clear: both;
		}
		[role="navigation"] .d-logo {
			display: block;
		}
		.navbar-toggle {
			display: none!important;
		}
		.active-nav [id="skin_obby"] {
			margin: 0;
		}
		.navigation ul {
			margin: 0;
			padding: 0px 0;
			list-style: none;
		}
		.navigation ul ul {
			background: none repeat scroll 0 0 #A5A9A7;
			max-height: 0;
			transition: 0.3s ease all;
			-webkit-transition: 0.3s ease all;
			text-align: left;
			display: block;
			overflow: hidden;
			padding: 0;
			height: 0;
			position: absolute;
			top: 57px;
			left: 0;
			width: 200px;
			z-index: 10;
			border: 0px solid;
		}
		.navigation ul ul li {
			display: block;
		}
		.navigation ul ul li a {
			color: #fff;
			display: block;
			font-size: 18px;
			padding: 10px;
			border-radius: 3px;
			margin: 5px 8px;
			background: transparent;
			border-top: none;
			border: left:none;
			border-right: none;
			border-bottom: 1px solid transparent;
			font-weight: 600;
		}
		.navigation ul ul a:hover {
			color: #252B39;
			background: #A5A9A7;
		}
		.navigation ul ul:before, .navigation ul ul:after {
			/* content: ""; */
			display: table;
		}
		.navigation ul ul:after {
			clear: both;
		}
		.navigation ul ul {
			zoom: 1;
		}
		.navigation>ul>li {
			display: block;
			padding: 0;
			margin: 0;
			position: relative;
			float: left;
		}
		.navigation ul li a {
			padding: 18px 25px;
			margin: 0 0px 0px 0;
			color: #fff;
			font-size: 14px;
			line-height: 1.2;
			transition: 0.2s ease all;
			-webkit-transition: 0.2s ease all;
			text-decoration: none;
		}
		.navigation>ul>li>a {
			text-align: center;
			font-weight: bold;
		}
		.navigation ul ul a {
			text-align: left;
		}
		.navigation ul li:last-child a {
			margin-right: 0;
		}
	}
	@media all and (min-width: 1200px) {
		.navigation ul li a {
			font-size: 16px;
			padding-left: 15px;
			padding-right: 15px;
		}
	}
	@media all and (min-width: 1440px) {
		.navigation ul li a {
			font-size: 16px;
		}
	}
	@media all and (min-width: 768px) {
		.navigation ul {
			text-align: left;
		}
	}
	/* Dropdowns */
	.navigation ul li:hover ul {
		max-height: 800px;
		padding: 10px;
		height: auto;
	}
	@media all and (min-width: 992px) {
		.navigation ul li:hover ul {
			width: 220px;
			border-top: 0px solid rgb(0, 0, 0);
		}
	}
	/* Toggle */
	.navbar-toggle {
		padding: 12px 8px;
		margin-top: 0px;
		background: #222;
		margin-right: 0;
		margin-bottom: 0;
		position: fixed;
		border-radius: 0;
		top: 41px;
		right: 0;
		z-index: 100;
	}
	.active-nav .navbar-toggle {
		right: 80%;
	}
	@media all and (min-width: 480px) {
		.active-nav .navbar-toggle {
			right: 50%;
		}
	}
	@media all and (min-width: 600px) {
		.active-nav .navbar-toggle {
			right: 33%;
		}
	}
	.navbar-toggle .icon-bar {
		background: #fff;
		border-radius: 0px;
	}
	/* Fixed header (on scroll) */
	/* @media all and (min-width: 992px) {
.nav-scrolled {
	padding-top: 375px;
}
.nav-scrolled [id*="skin"] > header {
	position: fixed;
	top: 0;
	z-index: 20;
	background: rgba(255, 255, 255, 0.95);
	border-bottom: 1px solid #ddd;
	left: 0;
	right: 0;
}
.nav-scrolled [id*="skin"] > header .navbar {
	margin-bottom: 0;
}
.nav-scrolled header .navigation ul {
	border: none;
	margin-left: 125px;
	margin-right: 125px;
}
.nav-scrolled header [id="header-social"] {
	right: 0px;
	top: 21px;
	z-index: 100;
}
.nav-scrolled header [id="header-social"] a {
	background-size: contain;
	font-size: 10px;
	margin-right: 5px
}
.nav-scrolled [id*="skin"] >  header a.logo {
	float: left;
	max-width: 100px;
	margin: 10px 10px 0 -30px;
	position: relative;
	z-index: 100;
}
.nav-scrolled [id*="skin"] >  header .navigation a {
	font-size: 14px;
	margin: 15px 2px;
	padding-left: 9px;
	padding-right: 9px
}
}

@media all and (min-width:1200px) {
.nav-scrolled header a.logo {
	float: left;
	max-width: 100px;
	margin: 10px 50px 0 -20px;
}
.nav-scrolled header .navigation ul {
}
.nav-scrolled header .navigation a {
	font-size: 16px;
	margin: 15px 2px;
	padding-left: 9px;
	padding-right: 9px;
}
.nav-scrolled header [id="header-social"] {
	top: 20px;
}
.nav-scrolled header [id="header-social"] a {
	font-size: 14px;
	margin: 0;
}
.nav-scrolled header #logo-credit {
	display: block;
	left: 110px;
	top: 42px;
	z-index: 100;
}
}*/
	/* Account */
	[id="admin-tools"] .admin-label {
		display: none;
	}
	.admin-bar [class*="links-"]>ul>li>a {
		color: #ddd;
		position: relative;
		display: block;
		padding: 4px 15px;
	}
	.admin-bar [class*="links-"]>ul>li>a.msl-loginbutton {
		background-color: #2ba6df;
		color: #fff;
		font-weight: 700;
		line-height: 1.4;
	}
	.admin-bar [class*="links-"]>ul>li>a.msl-loginbutton:hover {
		background-color: #2ba6df;
	}
	@media all and (min-width: 768px) {
		[id="admin-tools"] .admin-label {
			display: inline;
		}
	}
	/* Account bar colour and position  */
	.admin-bar {
		background: #626871;
		z-index: 100;
		/*position: fixed;*/
		top: 0;
		left: 0;
		height: 30px;
		right: 0;
	}
	.nav-scrolled .admin-bar {
		position: fixed;
		top: 0;
	}
	.admin-bar .dropdown-menu {
		margin-top: -2px;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		min-width: 200px;
		z-index: 2000;
		padding: 10px;
		font-size: small;
	}
	.nav-scrolled .dropdown-menu {
		margin-top: 0;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		min-width: 200px;
		top: 40px;
		position: absolute;
		z-index: 10000;
	}
	.admin-bar ul.level_1 {
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 1000;
		display: none;
		float: left;
		min-width: 160px;
		padding: 5px 0;
		margin: 0;
		font-size: 14px;
		text-align: left;
		list-style: none;
		background-color: rgba(255, 255, 255, 0.9);
		-webkit-background-clip: padding-box;
		background-clip: padding-box;
		border: 1px solid #ccc;
		top: 39px;
		border: 1px solid rgba(0, 0, 0, .15);
		border-radius: 0 0;
		-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
		box-shadow: 0px 6px 12px rgba(0, 0, 0, .175);
		border-top: 1px solid #fff;
		color: #000;
		border-left: none;
	}
	.admin-bar a {
		-webkit-transition: 0.2s ease all;
		transition: 0.2s ease all;
		display: block;
		padding: 5px;
		color: #333;
	}
	.admin-bar ul.level_1 .divider {
		height: 1px;
		margin: 9px 0;
		overflow: hidden;
		background-color: #e5e5e5;
	}
	.admin-bar ul.level_1>li>a {
		display: block;
		padding: 3px 20px;
		clear: both;
		font-weight: normal;
		line-height: 1.42857143;
		color: #000;
		white-space: nowrap;
	}
	.admin-bar ul.level_1>li>a:hover, .admin-bar ul.level_1>li>a:focus {
		text-decoration: none;
		background-color: #bfdb2e;
		color: #000;
	}
	.admin-bar ul.level_1>.active>a, .admin-bar ul.level_1>.active>a:hover, .admin-bar ul.level_1>.active>a:focus {
		color: #333;
		text-decoration: none;
		background-color: #cacac0;
		outline: 0;
	}
	.admin-bar ul.level_1>.disabled>a, .admin-bar ul.level_1>.disabled>a:hover, .admin-bar ul.level_1>.disabled>a:focus {
		color: #777;
	}
	.admin-bar ul.level_1>.disabled>a:hover, .admin-bar ul.level_1>.disabled>a:focus {
		text-decoration: none;
		cursor: not-allowed;
		background-color: transparent;
		background-image: none;
		filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	}
	.admin-bar .open>a, .admin-bar li:hover>a {
		outline: 0;
		background-color: #eee;
	}
	.links-left .nav>li>a:focus, .links-left .nav>li>a:hover, .links-left .nav>li>a.current, .links-left .nav>li:hover>a, .links-left .nav>li>a.open:focus, .links-left .nav>li>a.open:hover, .links-left .nav>li>a.open.current, .links-left .nav>li:hover>a.open {
		background: #eee;
		color: #000;
	}
	.links-right .nav>li>a:focus, .links-right .nav>li>a:hover, .links-right .nav>li>a.current, .links-right .nav>li:hover>a, .links-right .nav>li>a.open:focus, .links-right .nav>li>a.open:hover, .links-right .nav>li>a.open.current, .links-right .nav>li:hover>a.open, .nav .open>a:focus, .nav .open>a:hover {
		background: #eee;
		color: #000;
	}
	.admin-bar .links-left {
		float: left;
	}
	.admin-bar .links-right {
		float: right;
		margin-right: -15px;
	}
	@media all and (min-width: 768px) {
		.admin-bar [class^="links"]>ul>li {}
		.admin-bar .nav>li>a {
			color: #cacac0;
		}
	}
	/* Navigation behaviour */
	.admin-bar .links-left>ul, .admin-bar .links-left>ul>li {
		display: inline-block;
	}
	.admin-bar .links-right>ul>li {
		display: block;
		float: left;
	}
	/* Mobile only admin settings */
	@media all and (max-width: 480px) {
		header[role="banner"] .logo img {
			max-width: 90px;
		}
		.admin-bar [class*="links"] {
			margin: 0 -15px;
			border-top: 1px solid rgba(255, 255, 255, 0.5);
		}
		[class*="links"] .dropdown-menu {
			left: auto;
			right: 0;
			top: 42px;
		}
		.admin-bar .links-right>ul>li>a {
			padding: 4px 12px;
		}
		.admin-bar [class*="links"]>ul, .admin-bar [class*="links"]>ul>li {
			position: static;
		}
		.admin-bar [class*="links"]>ul .dropdown-menu {
			width: 100%;
			border-top: none;
			margin-top: -1px;
		}
		.admin-bar .links-right>ul>li:last-child {
			float: right;
		}
		.admin-bar .nav>li>a:focus, .admin-bar .nav>li>a:hover, .admin-bar .nav>li>a.current, .admin-bar .nav>li:hover>a, .admin-bar .nav>li>a.open:focus, .admin-bar .nav>li>a.open:hover, .admin-bar .nav>li>a.open.current, .admin-bar .nav>li:hover>a.open {
			background: #fff;
			color: #000;
		}
	}
	@media all and (min-width: 992px) {
		.admin-bar .links-left {
			overflow-x: visible;
		}
		.admin-bar .links-left>ul>li {
			display: block;
			float: left;
		}
		.admin-bar .open>ul.level_1, .admin-bar li:hover>ul.level_1 {
			display: block;
		}
	}
	/* Basket */
	.admin-bar [id="basket"] {
		margin: 0 10px 5px;
	}
	.admin-bar [id="basket"] h3 {
		display: none;
	}
	.badge.quantity {
		padding: 3px 6px 3px 5px;
		margin-right: 2px;
		border: none;
		background: #bfdb2e;
		color: #000;
	}
	/* Page banner */
	.heading-banner {
		position: relative;
	}
	.heading-banner h1 {
		margin: 20px 0 0;
		padding: 0;
		font-size: 24px;
	}
	@media all and (min-width:692px) {
		.heading-banner h1 {
			position: absolute;
			bottom: 0;
			margin: 0;
			padding: 15px 20px;
			background: rgba(255, 255, 255, 0.85);
		}
	}
	@media all and (min-width:992px) {
		.heading-banner h1 {
			font-size: 36px;
		}
	}
	body .msl-breadcrumb {
		text-align: left;
		border-bottom: 1px solid #ddd;
		padding: 0;
		margin: 0 0 15px;
	}
	body .breadcrumb>li+li:before {
		display: none;
	}
	/* PAGER */
	.bx-wrapper .bx-pager {
		text-align: center;
		font-size: .85em;
		font-family: Arial;
		font-weight: bold;
		color: #666;
		padding-top: 20px;
	}
	.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
		display: inline-block;
		*zoom: 1;
		*display: inline;
	}
	.bx-wrapper .bx-pager.bx-default-pager a {
		background: #666;
		text-indent: -9999px;
		display: block;
		width: 10px;
		height: 10px;
		margin: 0 5px;
		outline: 0;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}
	.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
		background: #000;
	}
	[id="static-banner"] {
		position: relative;
		margin-bottom: 0px;
		overflow: hidden;
	}
	@media all and (min-width: 600px) {
		[id="static-banner"] {
			margin-bottom: 20px;
		}
	}
	.bx-wrapper+[id="static-banner"], [id="news-banner"]+[id="static-banner"] {
		display: none;
	}
	.msl-pagebanner.panorama {
		margin: 0;
	}
	.msl-pagebanner.circle {
		margin: 0;
	}
	/*officer page*/
	.circle.msl-pagebanner img {
		max-width: 400px;
	}
	.item-pad .msl_blog_description {
		padding-top: 50px;
		background: url(org-icon-i.png) 50% 0 no-repeat;
	}
	.item-pad .msl-recentblogposts {
		padding-top: 50px;
		background: url(icon-pen.png) 50% 0 no-repeat;
	}
	@media all and (min-width: 600px) {
		.msl-pagebanner {
			margin: 0;
		}
		.container-fluid .msl-pagebanner {
			/* height: 480px; */
			/* position: relative; */
			overflow: hidden;
			display: block;
		}
	}
	.page-detail {
		text-align: center;
		margin: 40px 0;
		border-bottom: 1px solid #ccc;
		padding-bottom: 30px
	}
	hr {
		border-color: #ccc;
	}
	@media all and (min-width: 992px) {
		.page-detail, hr {
			margin: 40px -40px;
		}
	}
	h2 {
		margin: 30px 0;
		line-height: 1;
		font-size: 20px;
		padding: 0;
		color: #000;
	}
	h1 {
		margin: 0;
		line-height: 1;
		font-size: 24px;
		/*padding: 0 15px;*/
		color: #000;
	}
	hgroup[id="section-page-header"] h2 {
		font-size: 18px;
	}
	hgroup {
		text-align: center;
		border-top: 1px solid #e6e7e8;
		padding: 30px 0;
		margin-top: 40px;
	}
	@media all and (min-width: 600px) {
		hgroup {
			padding: 40px 0;
		}
	}
	hgroup h3 {
		font-size: 14px;
		margin-bottom: 0;
	}
	.page-detail h1:after, .grouping-details h1:after {
		content: '.';
		margin-left: 0.25%;
	}
	.page-detail p, .grouping-details p {
		font-size: 16px;
		color: #062D3F;
		padding: 0 20px;
		margin: 1em 0 0;
	}
	@media all and (min-width: 600px) {
		h1 {
			font-size: 30px;
			padding: 0;
		}
		h2 {
			font-size: 24px;
		}
		hgroup[id="section-page-header"] h2 {
			font-size: 20px;
		}
		hgroup h3 {
			font-size: 18px;
		}
		.page-detail p, .grouping-details p {
			padding: 0 20px;
			font-size: 16px;
			line-height: 1.4;
		}
	}
	@media all and (min-width: 768px) {
		h1 {
			font-size: 36px;
		}
		h2 {
			font-size: 30px;
		}
		hgroup[id="section-page-header"] h2 {
			font-size: 30px;
		}
		.page-detail p, .grouping-details p {
			padding: 0 80px;
			font-size: 20px;
		}
	}
	@media all and (min-width: 992px) {
		h1 {
			font-size: 42px;
		}
		h2 {
			font-size: 36px;
		}
		hgroup[id="section-page-header"] h2 {
			font-size: 32px;
		}
	}
	@media all and (min-width: 1200px) {
		h1 {
			font-size: 50px;
		}
		h2 {
			font-size: 42px;
		}
		hgroup[id="section-page-header"] h2 {
			font-size: 36px;
		}
	}
	body ul.breadcrumb {
		background: none;
		margin: 10px 0;
	}
	.page-detail .msl-breadcrumb, .grouping-details .msl-breadcrumb {
		padding: 0;
		font-size: 100%;
		text-align: center;
	}
	.breadcrumb>li+li: before {
		display: none;
	}
	.addthis_sharing_toolbox {
		margin: 20px 0 0;
		padding: 0 0 40px;
		border-bottom: 1px solid #ccc;
	}
	/* News banner */
	[id="news-banner"] {}
	[id="news-banner"] .news-detail {
		width: auto;
		margin: 0 auto;
		padding: 15px 20px;
		background: #fff;
		border-bottom: 1px solid #c1283a;
	}
	[id="news-banner"] .news-detail p.leader {
		display: none;
	}
	@media all and (min-width: 600px) {
		[id="news-banner"] .news-detail p.leader {
			display: inline;
		}
	}
	@media all and (min-width: 992px) {
		[id="news-banner"] .news-detail {
			width: 800px;
			margin: 0 auto;
			padding: 15px 20px;
			position: absolute;
			bottom: 20px;
			left: 50%;
			margin-left: -400px;
			background: #fff;
			border-left: 5px solid #c1283a;
			border-bottom: none;
		}
	}
	@media all and (min-width: 1200px) {
		[id="news-banner"] .news-detail {
			width: 1140px;
			margin-left: -570px;
		}
	}
	[id="news-banner"] h5 {
		display: inline;
		background: #fff;
		margin: 0 10px 0 0;
	}
	[id="news-banner"] h5 a {
		width: 1140px;
		margin: 0 auto;
		padding: 0;
		color: #000;
		font-size: 18px;
		font-weight: 600;
		top: 50%;
	}
	[id="news-banner"] p {
		display: inline;
		margin: 5px 0 0;
		font-size: 18px;
	}
	[id="news-banner"] p .msl-morelink {
		margin: 0 0 0 10px;
		font-size: 12px;
		display: inline-block;
		padding: 3px 5px;
		background: #eee;
		color: #333;
		font-weight: 600;
	}
	.bx-wrapper {
		position: relative;
	}
	.bx-controls-direction {}
	.bx-controls-direction a {
		position: absolute;
		top: 50%;
		height: 120px;
		width: 120px;
		margin-top: -60px;
		text-indent: -5000px;
	}
	.bx-controls-direction a.bx-prev {
		background: url(banner-prev.png) 50% 50% no-repeat;
		left: 0px;
		transition: 0.2s ease all;
		/* display: none; */
	}
	.bx-controls-direction a.bx-next {
		background: url(banner-next.png) 50% 50% no-repeat;
		right: 0px;
		transition: 0.2s ease all;
		/* display: none; */
	}
	.bx-controls-direction a.bx-prev:hover {
		background: url(banner-prev-h.png) 50% 50% no-repeat;
		left: 0px;
		/* display: none; */
	}
	.bx-controls-direction a.bx-next:hover {
		background: url(banner-next-h.png) 50% 50% no-repeat;
		right: 0px;
		/* display: none; */
	}
	/* Content */
	/* Sidebar */
	aside .grouping-logo img {
		display: block;
		margin: 0 auto;
	}
	[id="section-root"] {
		padding: 10px 15px;
		/*background: #A5A9A7;*/
		color: #999;
		font-weight: 700;
		border-bottom: 2px solid #ccc;
		/*margin-top: 20px;*/
	}
	[id="section-root"]:hover {
		padding: 10px 15px;
		background: #29A7DF;
		color: #fff;
		text-decoration: none;
	}
	aside .box {
		border-bottom: 2px solid #062D3F;
		margin: 0 0 20px;
		padding: 12px 13px;
		background-color: #eaebec;
		position: relative;
	}
	aside .box:empty {
		display: none;
	}
	aside iframe {
		margin: 30px 0;
	}
	aside .box>*:first-child, aside .box>*:first-child h3 {
		margin-top: 0;
		padding-top: 0;
	}
	aside .box h2, aside .box h3 {
		margin-top: 0;
		padding-top: 0;
		font-weight: 600;
		font-size: 20px;
	}
	aside .box h3 {
		font-weight: normal;
	}
	aside ul {
		margin: 0;
		padding: 0;
		list-style: none;
		/*background: #A5A9A7;*/
	}
	aside li ul {
		margin: 0 0 10px;
		background: #fff;
	}
	aside li li ul {
		margin: 5px 10px 15px;
	}
	aside li ul li {
		/*border-bottom: 1px solid #ccc;*/
	}
	aside li {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	aside li li {
		padding: 0 0 0 0px;
	}
	aside li li li {}
	aside a {
		display: block;
	}
	aside li a {
		padding: 8px 12px;
		transition: 0.2s ease all;
		-web-transition: 0.2s ease all;
		color: #29A7DF;
	}
	aside li a:hover {
		text-decoration: none;
		background: #29A7DF;
		color: #fff;
	}
	aside li a.current {
		/*background: #29A7DF;*/
		color: #29A7DF;
		font-weight: bold;
	}
	aside li a.current:hover {
		color: #ffffff;
	}
	aside li a.current+ul {
		background: #fff;
		color: #29A7DF;
		padding-left: 10px;
		padding-right: 10px;
		margin-top: 0!important;
	}
	aside li li a.current {
		background: transparent;
		color: ##29A7DF;
		position: relative;
	}
	aside li li a.current:before {
		content: '';
		position: absolute;
		left: -10px;
		top: 0;
		bottom: 0;
		border-left: 10px solid #29A7DF;
	}
	aside li a.current+ul {
		margin-top: 1px;
	}
	aside [id="org-name"] {
		font-size: 16px;
		line-height: 1.5;
	}
	aside .grouping-contact {
		display: block;
		margin: 10px 0 0;
		font-size: 11px;
		padding: 10px 0 0;
	}
	aside p+.grouping-contact {
		border-top: 1px solid #ccc;
	}
	@media all and (min-width: 320px) {
		aside .grouping-contact {
			font-size: 12px;
		}
	}
	@media all and (min-width: 480px) {
		aside .grouping-contact {
			font-size: 14px;
		}
	}
	aside .grouping-contact>a {
		padding-left: 24px;
		word-wrap: break-word;
		display: block;
	}
	/* Ad banner */
	.ad-banner {
		text-align: center;
		margin: 30px 0;
	}
	/* Footer */
	footer {
		position: relative;
		color: #fff;
		margin-top: 20px;
		/* text-align: center; */
		padding: 0;
		font-size: 18px;
	}
	footer .f-address {
		text-align: left;
		background: #161616;
	}
	footer .f-info {
		text-align: left;
		background: #000;
		padding: 20px 0;
	}
	footer a, footer a:hover {
		color: #fff;
	}
	footer:before, footer:after {
		position: absolute;
		content: ' ';
		top: -5px;
		height: 5px;
		width: 33.3%;
	}
	footer p {
		text-align: center;
	}
	@media all and (min-width: 768px) {
		footer p {
			text-align: left;
		}
	}
	#footer-social, #footer-social p {
		text-align: center;
	}
	@media all and (min-width: 768px) {
		#footer-social, #footer-social p {
			text-align: right;
		}
	}
	#footer-social p.msl {
		margin-top: 10px;
	}
	.footernav ul {
		margin: 0 0 25px;
		padding: 0;
		list-style: none;
		text-align: center;
	}
	.footernav li {
		margin: 0 10px 5px;
		padding: 0;
		display: inline-block;
	}
	.footernav li a {
		display: inline-block;
		padding: 6px 10px;
		color: #000;
		background: #ccc;
		transition: 0.2s ease all;
		-webkit-transition: 0.2s ease all;
		border-bottom: 1px solid transparent;
	}
	.footernav li a:hover {
		background: #1f4f6e;
		color: #d7df23;
		border-bottom: 1px solid #0c3042;
		text-decoration: none;
	}
	#totop {
		border-bottom: 1px solid #ccc;
		display: block;
		margin: 0 0 20px;
		color: #0c3042;
		padding: 0 0 20px;
		font-size: 18px;
		font-style: italic;
		cursor: pointer;
	}
	/* Member lists */
	.msl-groupedmemberlist {}
	.msl-groupedmemberlist ul {
		margin: 15px 0;
		padding: 0;
		list-style: none;
		border-bottom: 1px solid #ccc;
	}
	.msl-groupedmemberlist ul li {
		margin: 0;
		padding: 10px 0;
		border-top: 1px solid #ccc;
	}
	.msl-groupedmemberlist ul li .badge {
		background: transparent;
		border-radius: 0;
		font-size: inherit;
		font-weight: normal;
		border: none;
		padding: 0;
		text-align: left;
	}
	.msl-groupedmemberlist ul li .badge dl {
		margin: 0;
	}
	.msl-groupedmemberlist ul li .badge dt {}
	.msl-groupedmemberlist ul li .badge_tools {
		width: auto;
		margin: 0 10px 0 0;
		padding: 0;
	}
	.msl-groupedmemberlist ul li .badge_tools img {
		padding: 0;
		max-width: 40px;
	}
	/* Organisation lists */
	body ul.msl_organisation_list {
		margin: 0;
		padding: 0;
		text-align: center;
	}
	body ul.msl_organisation_list li {
		margin: 0px 19px 30px;
		width: 200px;
		vertical-align: top;
		padding: 0;
		font-size: 16px;
		display: none;
		text-align: center;
		border-top: 1px solid #ccc;
	}
	body ul.msl_organisation_list li.active {
		display: inline-block;
	}
	body ul.msl_organisation_list li img {
		display: block;
		margin: 20px auto 0px;
	}
	body ul.msl_organisation_list li a {
		color: #333;
		font-size: 18px;
		line-height: 1.3;
	}
	body ul.msl_organisation_list li .logo {
		border-radius: 300px;
		overflow: hidden;
	}
	ul.msl_organisation_list li dl {
		display: none;
	}
	/* Image navigation */
	.msl-imagenav {
		margin: 0 0px 0px;
	}
	.msl-imagenav ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.msl-imagenav li {
		/* padding: 0 15px; */
		background: transparent;
		width: 100%;
		margin: 0 0 15px;
		text-align: left;
		margin-right: 20px;
		float: left;
		height: 322px;
		background: #131313;
		position: relative;
		margin-right: 20px;
	}
	.msl-imagenav li a {
		/* position: relative; */
		text-decoration: none;
		background-size: contain;
	}
	.msl-imagenav li a img {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		transitiion: 0.3s;
		opacity: 1;
	}
	.msl-imagenav li:hover a img {
		opacity: 0.3;
	}
	.msl-imagenav li .msl-imagenav-title {
		margin: 0;
		font-weight: bold;
		background: #131313;
		float: left;
		line-height: 1.1;
		color: #fff;
		font-size: 1.5em;
		text-transform: uppercase;
		font-family: uni_sansheavy_caps;
		display: block;
		position: absolute;
		z-index: 1;
		width: 100%;
		padding: 24px 10px 0;
		text-align: left;
		transition: 0.3s;
		top: 0;
		height: 115px;
		transition: 0.3s;
	}
	.msl-imagenav li:hover .msl-imagenav-title {
		height: 155px;
	}
	.msl-imagenav li .msl-imagenav-description {
		font-size: 16px;
		margin: 0 0 20px 0px;
		display: block;
		line-height: 1.4;
		position: relative;
		z-index: 1;
	}
	.profile_nav_widget li .msl-imagenav-title {
		padding: 5px;
		background: #eee;
		display: inline !important;
	}
	.profile_nav_widget li .msl-imagenav-description {
		margin: -8px 0 !important;
		font-size: 12px !important;
		background: #eee;
		padding: 5px;
	}
	@media all and (min-width: 600px) {
		.msl-imagenav li {
			width: 50%;
			/* float: left; */
		}
		.msl-imagenav :not(div.bx-viewport) li:nth-of-type(2n+1) {
			clear: left;
		}
	}
	@media all and (min-width: 992px) {
		.msl-imagenav li {
			width: 33.33%
		}
		.msl-imagenav :not(div.bx-viewport) li:nth-of-type(2n+1) {
			clear: none;
		}
		.msl-imagenav :not(div.bx-viewport) li:nth-of-type(3n+1) {
			clear: left;
		}
	}
	@media all and (min-width: 1200px) {
		.msl-imagenav li {
			width: 360px;
		}
		.msl-imagenav :not(div.bx-viewport) li:nth-of-type(3n+1) {
			clear: none;
		}
		.msl-imagenav :not(div.bx-viewport) li:nth-of-type(4n+1) {
			clear: left;
		}
	}
	.msl-imagenav a {
		color: #000;
		display: block;
		font-size: 18px;
	}
	/* Grouping pages */
	.grouping-details {
		text-align: center;
	}
	.grouping-details .grouping-logo {
		border-radius: 500px;
		overflow: hidden;
		display: inline-block;
		margin: 30px 0;
	}
	.msl-propvalue {
		margin: 20px 0;
	}
	/* Buttons */
	input.button {
		text-decoration: none;
		background: #38a6de;
		color: #fff;
		border: none;
		border-radius: 5px;
		font-weight: normal;
		padding: 7px 13px;
		font-size: 100%;
	}
	.clickcatcher {
		/* position: fixed; */
		padding: 0;
		margin: 0;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0);
		z-index: 20;
	}
	@media all and (min-width: 992px) {
		.clickcatcher {
			display: none !important;
		}
	}
	/* Social icons */
	.msl_facebook, .msl_facebook:hover {
		padding: 5px 12px;
		display: block;
		min-height: 0;
		background: #2f85e8;
		color: #fff;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	.msl_facebook:before {
		content: "\f09a";
		font-family: FontAwesome;
		color: #fff;
		margin-right: 10px;
	}
	.msl_twitter, .msl_twitter:hover {
		padding: 5px 12px;
		display: block;
		min-height: 0;
		background: #46bbff;
		color: #fff;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	.msl_twitter:before {
		content: "\f099";
		font-family: FontAwesome;
		color: #fff;
		margin-right: 10px;
	}
	.msl_email, .msl_email:hover {
		padding: 5px 12px;
		display: block;
		min-height: 0;
		color: #fff;
		text-overflow: ellipsis;
		overflow: hidden;
		background: none;
	}
	.msl_email:before {
		content: "\f0e0";
		font-family: FontAwesome;
		color: #fff;
		margin-right: 10px;
	}
	.msl_web, .msl_web:hover {
		padding: 5px 12px;
		display: block;
		min-height: 0;
		color: #eee;
		text-overflow: ellipsis;
		overflow: hidden;
		background: none;
	}
	.msl_web:before {
		content: "\f08e";
		font-family: FontAwesome;
		color: #eee;
		margin-right: 10px;
	}
	/* Generic grid layout */
	.grid-list-item {
		padding: 15px;
		text-align: center;
	}
	@media all and (min-width: 600px) {
		.grid-list-item {
			text-align: center;
			display: inline-block;
			width: 48%;
			vertical-align: top;
		}
	}
	@media all and (min-width: 992px) {
		.grid-list-item {
			width: 32%;
		}
	}
	/* Shop */
	body .catalogue_productlist {
		margin: 20px -10px;
		padding: 0;
	}
	body .catalogue_productlist li {
		float: none;
		width: 200px;
		text-align: left;
		margin: 0 10px 20px;
		padding: 0;
		list-style: none;
		display: inline-block;
		position: relative;
		height: auto;
		vertical-align: top;
	}
	body .catalogue_productlist div {
		float: left;
		width: auto;
		height: auto;
		text-align: left;
		margin: 0;
		padding: 0;
	}
	body .catalogue_productlist a {
		display: block;
		color: #000;
	}
	body .catalogue_productlist img {
		width: 100%!important;
		height: auto;
		display: block;
		margin: 0 auto;
		border: 1px solid #ccc !important;
	}
	body .catalogue_productlist .msl-product-name {
		display: block;
		padding: 10px;
		line-height: 1.5;
	}
	body .catalogue_productlist .msl-product-price {
		position: absolute;
		top: 1px;
		right: 1px;
		background: #272d3b;
		color: #fff;
		padding: 3px 8px;
		font-size: 16px;
		border-radius: 0 0;
		font-weight: 600;
	}
	body span.discount {
		text-decoration: line-through;
		color: #c00;
		padding-right: 10px;
	}
	/* Events */
	.columns .msl_eventlist {
		margin: 0 -20px;
	}
	.columns .msl_eventlist .event_item {
		float: left;
		padding: 0 20px 0px;
		margin: 0 0 20px;
	}
	.msl_eventlist .event_item img {
		border: 1px solid #ccc;
	}
	.columns .msl_eventlist .event_item:nth-of-type(2n+1) {
		clear: left;
	}
	@media all and (min-width: 600px) {
		.columns .msl_eventlist .event_item {
			width: 50%;
		}
	}
	@media all and (min-width: 768px) {
		.columns .msl_eventlist .event_item {
			width: 33%;
		}
		.columns .msl_eventlist .event_item:nth-of-type(2n+1) {
			clear: none;
		}
		.columns .msl_eventlist .event_item:nth-of-type(3n+1) {
			clear: left;
		}
	}
	.columns .msl_eventlist .bx-wrapper .event_item {
		clear: none !important;
	}
	.rows .msl_eventlist {
		padding-top: 15px;
		border-top: 1px solid #ccc;
	}
	.rows .msl_eventlist .event_item {
		position: relative;
		margin: 0 0 15px;
		padding: 0 0 15px 110px;
		min-height: 115px;
		border-bottom: 1px solid #CCC;
	}
	.rows .msl_eventlist .event_item dl {
		margin: 0;
	}
	.rows .msl_eventlist .event_item .msl_event_hook {
		display: none;
	}
	.rows .msl_eventlist .event_item img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100px;
	}
	/* Volunteering */
	.volunteering-nav {
		text-align: center;
		background: #fafafa;
		padding: 10px 5px 5px;
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		border-radius: 0 0 3px 3px;
		margin: 0 0 15px;
	}
	.volunteering-nav ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.volunteering-nav li {
		display: inline-block;
		margin: 0 0px 5px;
	}
	.volunteering-nav .btn {
		border: 1px solid #ccc;
		background: #fff;
		color: #333;
		transition: 0.2s ease all;
		font-size: 12px;
		-webkit-transition: 0.2s ease all;
	}
	.volunteering-nav .btn:hover, .volunteering-nav .btn.current {
		color: #fff;
		background-color: #5bc0de;
		border-color: #46b8da;
	}
	@media all and (min-width: 768px) {
		.volunteering-nav {
			padding: 15px 10px 10px;
		}
		.volunteering-nav li {
			margin: 0 5px 5px;
		}
		.volunteering-nav .btn {
			font-size: inherit;
		}
	}
	/* Blog */
	.msl_blog {}
	.msl_blog_tools {
		margin: 15px 0;
		padding: 12px;
		border-bottom: 1px solid #fc0;
		background: #ffc;
		font-size: 14px;
	}
	.msl_blog_tools ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	.msl_blog_tools ul a {
		background-position: 0px 50%;
		padding: 0 0 0 21px;
		line-height: 1.6;
	}
	.msl_blog_tools li {
		list-style-type: none;
		display: inline-block;
		margin: 0 10px 0 0;
		padding: 0;
		line-height: 1;
	}
	.msl_blog h1 {
		margin: 30px 0;
	}
	.msl_blog h1 a {
		color: #000;
	}
	@media (min-width: 1200px) .msl_blog h1 {
		font-size: 42px;
	}
	/* Event colour coding */
	.msl-caleventitem.msltypecambridge, .msl-caleventitem.msltypecambridge:visited {
		background: #00a7b9;
	}
	.msl-caleventitem.msltypechelmsford, .msl-caleventitem.msltypechelmsford:visited {
		background: #8dc63f;
	}
	.msl-caleventitem.msltypepeterborough, .msl-caleventitem.msltypepeterborough:visited {
		background: #e2e41a;
	}
	.msl-caleventitem.msltypepeterborough, .msl-caleventitem.msltypegreenweek:visited {
		background: #00CC66;
	}
	.msl_event_calendar {
		border: none !important;
		width: 100% !important;
	}
	.msl_event_calendar .msl-cal-hoverbox {
		position: relative;
		top: auto;
		left: auto;
		text-align: left;
	}
	.msl_event_calendar td, .msl_event_calendar th {
		padding: 0.5em;
		vertical-align: top;
	}
	.msl_event_calendar>tbody>tr:first-of-type>td {
		padding: 0;
	}
	.msl_event_calendar_title {
		background: #00ddd8;
		color: #fff;
	}
	.msl_event_calendar_title a {
		color: #fff !important;
	}
	/* .msl_event_calendar td.othermonth {background:#dadada !important;border-top:1px solid #fff;border-right:1px solid #fff;}
.msl_event_calendar td.othermonth.msl_event_calendar_selected_day {background:#dadada !important;border-top:1px solid #fff;border-right:1px solid #fff;}
.msl_event_calendar td.month {background:#dadada !important;border-top:1px solid #fff;border-right:1px solid #fff;}
.msl_event_calendar td.month.msl_event_calendar_selected_day {background:#dadada !important;border-top:1px solid #fff;border-right:1px solid #fff;} */
	.msl_event_calendar td.othermonth, .msl_event_calendar td.othermonth.msl_event_calendar_selected_day, .msl_event_calendar td.month, .msl_event_calendar td.month.msl_event_calendar_selected_day {
		background: #dadada !important;
		border: 1px solid #fff;
	}
	.msl-cal-wrapper {}
	.month.msl_event_calendar_selected_day .msl-cal-wrapper {
		color: #000;
	}
	.othermonth.msl_event_calendar_selected_day .msl-cal-wrapper {
		color: #666;
	}
	.msl-caleventitem, .msl-caleventitem:visited {
		background: none repeat scroll 0 0 #272d3b;
		color: #fff;
		display: block;
		font-size: 0.8em;
		margin: 0.5em 0 -0.25em;
		padding: 5px;
		text-decoration: none;
	}
	.msl-caleventitem:hover {
		background: #003D7C;
		color: #fff;
		text-decoration: none;
	}
	.msl-caleventitem dt {
		display: none;
	}
	.msl_event_calendar tr dd {
		line-height: 1.3;
	}
	body .msl_event_calendar .in-the-past {
		background: none transparent;
		color: #fff;
	}
	body .msl_event_calendar td.in-the-past.month, body .msl_event_calendar td.in-the-past.othermonth {
		background: #f4f4f4 url(johnstripe2.png) !important;
	}
	.in-the-past .msl-caleventitem {
		background: none repeat scroll 0 0 #EEEEEE;
		color: #000000;
		opacity: 0.5;
	}
	.in-the-past .msl-caleventitem:hover {
		background: none repeat scroll 0 0 #aaa;
		color: #fff;
		opacity: 1;
	}
	/* Filter */
	.filter-list {
		margin: 0 0 1em;
		padding: 0;
		list-style: none;
	}
	.filter-list li {
		padding: 7px 7px 7px 25px;
		line-height: 1.2;
		margin: 0;
		border-bottom: 1px solid #ccc;
		cursor: pointer;
		font-size: 13px;
		background: url(checkbox2.png) -3px top no-repeat transparent;
	}
	.filter-list li.active {
		/*   background-color: #99E4F5; */
		background-position: -3px -180px;
		/*    border-bottom: 1px solid #FFFFFF; */
	}
	h3.filter-head {
		background: none repeat scroll 0 0 #CCCCCC;
		font-size: 18px;
		line-height: 1;
		margin: 0;
		padding: 7px;
	}
	.home-link i {
		font-size: 18px;
	}
	.error {
		border-color: #2ba6df !important;
		background-color: #d1ecf9 !important;
		color: #2ba6df;
	}
	.error h4 {
		color: #2ba6df;
	}
	.msl_notification {
		background-color: #8ac9e6;
		border: none;
		margin: 1em 0 1em 0;
		padding: 0.2em;
		font-weight: bold;
		/* float: left; */
		width: 100%;
	}
	.msl_notification span {
		border-color: #2ba6df;
	}
	.msl_add {
		padding: 0 0 0 18px;
		display: inline-block;
		min-height: 16px;
		/* background: transparent url(images/icons/16/add2.png) no-repeat 0 0; */
		/*float: left;*/
	}
	#ctl00_ctl00_Main_AdminPageContent_upPosts {
		clear: both;
	}
	/*shop*/
	.shop_products {
		text-align: center;
	}
	@media all and (min-width: 600px) {
		.shop_products {
			text-align: left;
		}
	}
	.catalogue_title {
		display: none;
	}
	.admin-bar .links-right .badge {
		background-color: #38a6de;
		color: #fff;
		vertical-align: top;
		margin-top: 2px;
	}
	.breadcrumb li {
		padding-left: 5px;
	}
	/*boxes*/
	div[id*="pnl"] {
		margin: -;
		border: 0px solid #ccc;
		padding: 0px;
		border-radius: 0px;
		border-bottom: 0px solid #aaa;
		display: table;
		width: 100%;
	}
	@media all and (min-width: 768px) {
		.ctl00_Main_VacancyDetailsCtl_job_vacancy div[id*="pnl"] h3 {
			display: table-cell;
			width: 20%;
		}
		.ctl00_Main_VacancyDetailsCtl_job_vacancy div[id*="pnl"] div {
			width: 80%;
			clear: both;
		}
		.ctl00_Main_VacancyDetailsCtl_job_vacancy div[id*="pnl"] span {
			/*display: table-cell;*/
			clear: both;
			float: none;
		}
	}
	/* Hide basket dropdown on checkout pages */
	.page_shop.page_reviewbasket .basket-link, .page_shop.page_checkout .basket-link, .page_shop.page_fulfilment .basket-link, .page_shop.page_customise .basket-link, .page_shop.page_additionalinfo .basket-link {
		display: none !important;
	}
	.profile_pic img {
		border: 10px solid #29A7DF !important;
	}
	.btn-union {
		background-color: #38a6de;
		color: #ffffff
	}
	.btn-union:hover {
		background-color: #2c8bbb;
		color: #ffffff
	}
	.sub-page-nav {
		box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.3);
		margin-top: 20px;
	}
	.controlpanel ul {
		list-style: none;
		padding: 0 10px 0 10px;
	}
	.controlpanel ul li {
		margin: 4px 0 4px 0;
	}
	.admin-bar #ulAdmin a {
		padding: 0 0 0 22px;
		/*officers*/
		.officers .o-details {
			text-align: center;
		}
		.officers .msl-imagenav-image {
			display: inline-block;
			overflow: hidden;
			padding-bottom: 60px;
			margin: 0 auto;
		}
		.officers .o-details .msl-imagenav-description {
			font-size: 22px;
			font-weight: 700;
			color: #272d3b;
		}
		.officers .o-details .msl-imagenav-title {
			font-size: 16px;
		}
		.officers .bx-wrapper .bx-controls-direction a {
			position: absolute;
			top: 50%;
			margin-top: -4%;
			outline: 0;
			width: 32px;
			height: 32px;
			text-indent: -9999px;
			z-index: 2;
		}
		.officers .bx-wrapper .bx-prev {
			left: 10px;
			background: url("/pageassets/controls.png") no-repeat 0 -32px;
		}
		.officers .bx-wrapper .bx-next {
			right: 10px;
			background: url("/pageassets/controls.png") no-repeat -43px -32px;
		}
		.homenews {
			margin: 0 -15px 30px !important;
		}
		.homenews .msl-item-list .msl-item {
			padding: 15px;
			margin-bottom: 15px;
			width: 50%;
			float: left;
		}
		.homenews .msl-item-list .msl-item:nth-of-type(2n+1) {
			clear: left;
		}
		.homenews .msl-item-list .msl-item h3 {
			margin: 15px 0px 5px;
			font-size: 18px;
			font-weight: normal;
			line-height: 1.3;
		}
		.homenews .msl-item-list .msl-item h3 a {
			color: #333;
		}
		.homenews .msl-item-list .news_all {
			margin: 0 15px;
			display: none;
		}
		span>.msl-joblist-label {
			font-weight: bold !important;
		}
		.f-address address {}
		/*footer*/
		footer .sm-msl {
			text-align: right;
		}
		#header-social {
			text-align: center;
		}
		footer #header-social a {
			color: transparent;
			transition: 0.5s;
		}
		@media (min-width:768px) {
			#header-social {
				text-align: right;
			}
			footer #header-social a {
				width: 25%;
				float: left;
			}
		}
		@media (min-width:1200px) {
			footer #header-social a {
				width: auto;
				float: none;
			}
		}
		footer .msl {
			margin: 31px 0;
			display: block;
			text-align: center;
		}
		@media (min-width:768px) {
			footer .msl {
				text-align: right;
			}
		}
		footer .sm-msl {
			text-align: right;
		}
		#header-social {
			text-align: center;
		}
		footer #header-social a {
			color: transparent;
			transition: 0.5s;
		}
		@media (min-width:768px) {
			#header-social {
				text-align: right;
			}
			footer #header-social a {
				width: 25%;
				float: left;
			}
		}
		@media (min-width:1200px) {
			footer #header-social a {
				width: auto;
				float: none;
			}
		}
		footer .msl {
			margin: 31px 0;
			display: block;
			text-align: center;
		}
		@media (min-width:768px) {
			footer .msl {
				text-align: right;
			}
		}
		a.b-more {
			position: relative;
			background: transparent;
			color: #131313!important;
			cursor: pointer;
			transition: 0s;
			font-family: 'Roboto', sans-serif;
			display: block;
			/* margin-left: 15px; */
			/* width: 100%; */
			/* margin-bottom: 15px; */
			/* display: none; */
			width: fit-content;
			border: 5px solid #131313;
			text-align: center;
			margin: 0 auto;
			font-size: 15px;
			padding: 10px 25px;
			font-weight: normal;
		}
		a.b-more.wht {
			color: #fff!important;
			border: 5px solid #fff;
		}
		a.b-more:after {
			content: '';
			position: absolute;
			width: 0;
			height: 0;
			border-style: solid;
			border-width: 0 0 15px 15px;
			border-color: transparent transparent #000000 transparent;
			bottom: 4px;
			right: 4px;
		}
		a.b-more.wht:after {
			;
			border-color: transparent transparent #fff transparent;
		}