html {
	scroll-behavior: smooth;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
}
body {
    background-image: url(/stylesheet/RebrandTemplate23/background.png);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: relative;
	left: 0;
	/*color: #737373;/* font color suitable for both black and white backgrounds in editor*/
	font-family: 'Open Sans', sans-serif!important;
}

#edit_organisation {
    color: white;
}

.cke_editable h1, .cke_editable h2, .cke_editable h3, .cke_editable h4, .cke_editable h5, .cke_editable h6 {
    color: black !important;
}

.news_body {
    color: white;
}

.col {
    color: white;
}

.tac, .post_voted {
	color: initial;
}

/* Apply white text for paragraphs and headings outside the editor */
body:not(.cke_editable) p, body:not(.cke_editable) li, body:not(.cke_editable) h1, body:not(.cke_editable) h2, body:not(.cke_editable) h3, body:not(.cke_editable) h4, body:not(.cke_editable) h5, body:not(.cke_editable) h6 {
    color: white;
}

/* Ensure text inside WYSIWYG editor is black */
.cke_editable {
    color: black !important;
    background-color: white !important; /* Ensure the editor background is white */
}

.cke_editable h1, .cke_editable h2, .cke_editable h3, .cke_editable h4, .cke_editable h5, .cke_editable h6 {
    color: black !important;
}

.image-on-top img {
    position: relative !important;
}

img {
	/* width: 100%; */
	max-width: 100%;
	height: auto;
	border-radius: 25px;
}

.msl-pagebanner .breadcrumb li > .all_news {
	font-size: 5rem;
}

.header-section .breadcrumb li, .header-section .breadcrumb li > .all_news {
    font-size: 1.5rem;
    text-decoration: underline;
}

.fa {
    font-family: fontawesome !important;
}

@media (max-width: 768px) {
    .footer-nav > ul > li {
        width: 2rem;
        height: 2rem;
        position: absolute;
    }
}

.officers-section h1, h2, h3, h4, h5, h6 {
    color: white !important;
}

#web_pages {
    background: transparent;
    color: #ab0aa5;
}

.f-title {
    color: #f8ecda !important;
}

.bg {
    background: transparent;
    border-radius: 25%;
    color: white;
}

@media (min-width: 576px) {
	.container {
		max-width: 540px!important;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 100%!important;
	}
}

body .content p {
	/* font-size: 18px!important; */
}

.content {
    background: #160f29;
}

@media (min-width: 992px) {
	body .content {
		padding-top: 14rem!important;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1240px!important;
	}
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 900!important;
	line-height: 1!important;
	color: inherit;
}

p > a {
    color: inherit !important;
    text-decoration: underline;
}

.panel-colour {
	background: #160f29;
}

.inner-c {
	padding: 15px 0;
}

input.button {
	position: relative;
    background: #160f29;
    color: #fff;
    cursor: pointer;
    transition: 0s;
    border: none !important;
    text-align: center;
    font-size: 15px;
    padding: 7px;
    font-weight: bold;
    transition: 0.3s;
    box-shadow: none;
}

input.button:hover {
	background: #8c8b8c;
	color: #160f29;
}

/* sections styling */

h2.section-header {
	color: #f3dfc1;
	font-size: 45px;
	font-weight: 900;
	display: inline-block;
	text-align: left;
	position: relative;
	width: 100%;
	margin: 0 0 2% 0;
	max-width: 1000px;
}

@media (min-width: 600px) {
	h2.section-header {
		font-size: 2em;
	}
}

@media (min-width: 1024px) {
	h2.section-header {
		font-size: 50px;
	}
}

@media (min-width: 1200px) {
	h2.section-header {
		font-size: 64px;
	}
}

@media (min-width: 1600px) {
	h2.section-header {
		font-size: 3em;
	}
}

p.section-intro {
	text-align: left;
	color: #000;
	font-size: 1em;
	margin: 0;
}

/* Components */

.col-text {
    color: #f8ecda;
    padding: 20px 0;
}

.col-text a {
    color: #f8ecda;
}

.inner-c a.b-more {
	position: relative;
	background: #160f29;
	color: #f3dfc1;
	cursor: pointer;
	transition: 0s;
	width: fit-content;
	border: 3px solid #160f29;
	text-align: center;
	margin: 30px auto;
	font-size: 15px;
	padding: 10px 25px;
	font-weight: 700;
	display: table;
	transition: 0.3s;
	box-shadow: 4px 4px 14px 0 rgba(0, 0, 0, 2.2);
}

.inner-c.btn-left a.b-more {
	margin: 10px 0;
}

@media (min-width: 1200px) {
	.inner-c a.b-more {
		font-size: 18px;
	}
}

a.b-more:hover {
	text-decoration: none;
	background: transparent;
	color: #43b1ac;
}

/* SocialMedia */

[id="header-social"] {
	text-align: center;
	margin: 0px 0 15px;
}

[id="header-social"] a {
	color: #fff;
	transition: 0.3s;
	margin-bottom: 15px;
}

[id="header-social"] a:hover {
	color: #000;
	text-decoration: none;
}

[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;
}

@media all and (min-width: 992px) {
	[id="header-social"] {
		margin: 0;
		float: right;
		text-align: right;
	}
}

/* footer */

footer {
	background: #160f29;
	margin-top: 15px;
}

[id="header-social"] a.msl, [id="header-social"] p {
	color: #fff;
	display: block;
	text-align: center;
	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;
	}
}

/* Admin */

#msl_page_admin li a {
	height: 8em;
}

#admin_page_content {
	max-width: 1200px;
	width: 90%;
	margin: auto;
}

.msl_admin_page {
	padding: 25px 75px;
}

.msl_admin_page h1, h2, h3, h4, h5, h6 {
    color: #cd6cc9;
}

/* flx */

.col-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.col-container .col-left {
	width: 100%;
}

.col-container .col-right {
	width: 100%;
}

@media (min-width: 992px) {
	.col-container {
		flex-direction: row;
	}

	.col-container .col-left {
		width: 50%;
	}

	.col-container .col-right {
		width: 50%;
	}
}

/* Election Styling */

.votenow {
	display: block;
	background: #368f8b;
	color: white;
	text-align: center;
	padding: 10px 15px;
	border: 2px solid #246a73;
	font-size: 1.2em;
	margin: auto;
	margin-bottom: 15px;
	border-radius: 15px;
	width: fit-content;
}

.votenow:hover {
	background: #86bcb9;
	color: #f8ecda;
}

#admin_selectorganisation h1 {
    color: white;
}

#org_letterfilter li {
    color: black;
}

#msl-selectorganisation-organisation-list li a {
    color: #ab0aa5;
}

.button_key ul li span {
    color: #160f29;
}

.election-details h1 {
    color: #ffffff;
}

.election-details .msl-election-desc {
    background: #a475a2;
    border-radius: 25px;
    color: #160f29;
}

.msl-election-stage{
   
    border-radius:10px;
    color:#671964;
}

.election-navigation li a{
    color: #160f29;
    background: #a475a2;
    border-radius:25px;
    
}

.election-navigation a[disabled]{
    background:#8c8b8c;
    color:white;
    
}

.election-navigation a.current{
        border-color: #ab0aa5;
}

.election-navigation a:hover, .election-navigation a.current{
        background-color: #cd6cc9;
    color: white;
}
/*image text section*/

.img-text-section {
	padding: 130px 0;
}
.img-text-section .text-box {
	max-width: 500px;
	margin-right: auto;
}
.img-text-section p {
	display: block;
	font-size: 18px;
	margin: 0;
}
/*header - start */

@media(min-width:1400px) {
	header .container, .container {
		max-width: 1300px!important;
	}
}
.active-nav {
	overflow: hidden!important
}
header {
	display: flex!important;
	flex-flow: column nowrap;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 12;
	font-size: 18px;
	line-height: 1.2;
	animation: fadeStickyIn .3s ease-in-out forwards;
	height: 80px;
	background: #fff;
}
.nav-scrolled header {
	animation: fx--fade-in-body 1.5s .3s forwards;
	background-color: #fff;
	position: fixed;
}
.active-nav header {
	background: #fff;
	border-bottom: 1px solid #c0c0c0;
	position: fixed;
}
@media(min-width:992px) {
	header {
		/* background: #cfead4; */
		/* border-top: 4px solid rgba(0,0,0,.1); */
		/* background: rgba(255,255,255,.1); */
	}
}
.navbar-container {
	padding: 0 10px!important;
	background: #160f29;
}
@media(min-width:992px) {
	.navbar-container {
		padding: 0 15px!important;
	}
}
/*SiteLogo*/

header .logo img {
	max-width: 175px;
	float: left;
	padding: 8px 10px;
	border-radius:0 !important;
}
@media (min-width: 768px) {
	header .logo img {
		max-width: 25%;
	}
}
@media (min-width: 992px) {
	[role="navigation"] .d-logo {
		display: inline-block;
		float: left;
		width: 50%;
	}
	[role="navigation"] .logo {
		text-align: left;
		max-width: 100%;
		margin-left: 0;
		margin: 12px 0 0 0;
		display: block;
		overflow: hidden;
	}
	[role="navigation"] .logo img {
		max-width: 50%;
	}
	.nav-scrolled .logo img {
		max-width:100%;
	}
	.nav-scrolled .logo {
		margin-top:8px;
	}
}
/*login*/

.adminbar .msl-loginbutton {
	background-color: #160f29;
	color: #fff;
	padding: 5px;
	font-weight: bold;
	transition: 0.3s;
	display: none;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	display: flex;
	justify-content: center;
	flex-direction: column;
	height: 50px;
}
.adminbar .msl-loginbutton:hover {
	background: #fff;
	text-decoration: none;
	color: #000;
}
.m-login {
	height: auto;
	display: block;
	float: left;
	width: 100%;
}
.m-login .msl-loginbutton {
    background-color: #671964;
    color: #fff;
    border-radius: 25px;
    padding: 15px;
    font-weight: 700;
    transition: 0.3s;
    display: block;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
}
.m-login .msl-loginbutton:hover {
	background: #000;
	text-decoration: none;
	border-color: #000;
}
.m-login ul {
	padding: 0px 0 0 0;
	margin: 0;
}
.m-login ul li {
	list-style-type: none;
}
@media(min-width:992px) {
	.m-login {
		display: none;
	}
}
/*AdminControls*/

.adminbar ul {
	margin: 0;
	float: right;
	padding: 4% 0px;
}
@media(min-width: 768px) {
	.adminbar ul {
		padding: 18px 0px;
	}
}
@media(min-width: 992px) {
	.adminbar ul {
		margin: 30px 0px;
		float: right;
	}
}
.adminbar ul li {
	list-style-type: none;
	float: right;
	position: relative;
	font-size: 14px;
	height: 44px;
	margin: 0 0 0 5px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.adminbar ul li.dropdown a {
	font-size: 20px;
	color: #fff;
	padding: 12px;
	text-align: center;
	background: #160f29;
	display: inline-block;
	border: 0px solid;
	font-weight: normal;
	min-width: min-content;
	display: flex;
	justify-content: center;
	flex-direction: column;
	width: 50px;
	transition: 0.3s;
}
.adminbar ul li.dropdown a:hover {
	text-decoration: none;
}
.adminbar ul li.dropdown a:hover, .adminbar ul li.show a {
	background: #000;
	color: #fff;
	transition: 0;
}
/*AdminControls - Mobile/Tablet*/

.adminbar {
	position: relative;
	/* height: 56px; */
	left: 0;
	right: 0;
	top: 0;
	text-align: right;
	padding: 0px;
	font-size: 14px;
	line-height: 17px;
	padding: 0% 0;
	z-index: 1000;
	float: left;
	width: 100%;
	background: none;
}
@media(min-width: 992px) {
	.adminbar {
		/* padding:0 30px; */
	}
}
/*AdminControls - Desktop*/

@media(min-width:992px) {
	.adminbar {
		display: none;
	}
	.adminbar ul {
		margin: 0 0px 0 0;
		float: none;
		padding: 0;
	}
	[role="navigation"] .adminbar {
		display: inline-block;
		float: left;
		width: calc(60% - 15px);
		margin-right: 0;
		padding: 40px 0;
	}
	[role="navigation"] .adminbar ul li {
		height: 50px;
		/* background: #fff; */
		margin: 0 0 0 0px;
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
	.adminbar ul li.dropdown a {
		height: 50px;
		font-size: 24px;
	}
}
/*AdminDropdown*/

@media(min-width: 992px) {
	.adminbar ul li.dropdown a {
		height: 50px;
		font-size: 24px;
		color: #fff;
		background: #160f29;
	}
}
.adminbar ul li .dropdown-menu a {
	width: 100%;
	height: auto;
}
.adminbar ul li .dropdown-toggle:after {
	display: none;
}
.adminbar .dropdown-menu {
	display: none;
}
.adminbar .dropdown-menu.show {
	border-radius: 0;
	right: 0;
	left: initial!important;
	top: 46px!important;
	font-weight: normal;
	background: #160f29;
	display: block;
	max-height: 65vh;
	overflow-y: auto;
}
.adminbar .dropdown-menu.show {
	transform: translate3d(-8px, 0px, 0px)!important;
}
@media(min-width:992px) {
	.adminbar .dropdown-menu.show {
		min-width: 229px;
		right: 0px;
		top: 58px!important;
		padding: 15px;
		transform: translate3d(0px, 0px, 0px)!important;
		max-height: 65vh;
		overflow-y: auto;
	}
	.adminbar .msl-admin .sidepanel {
		float: left;
		width: 100%;
	}
	.adminbar .msl-admin .mslwidget {
		float: left;
		width: 100%;
	}
	.adminbar .msl-admin #ulAdmin, .adminbar .msl-admin div[id*="pnl"] {
		float: left;
		width: 100%;
	}
	.adminbar .msl-admin div[id*="pnl"] {
		margin-top: 15px;
		border: 0 solid;
		padding: inherit;
		border-radius: 0;
	}
	.adminbar .msl_admin_menu {
		padding: 0!important;
	}
	.adminbar .sidepanel li {
		border: 0px solid!important;
		background: none;
		padding: 0px!important;
	}
}
@media(min-width: 1400px) {
	.adminbar .dropdown-menu.show {
		min-width: 229px;
		right: 0px;
		top: 60px!important;
		padding: 15px;
		transform: translate3d(5px, 0px, 0px)!important;
	}
}
.adminbar .dropdown-menu:before {
	content: "";
	position: absolute;
	right: -5px;
	top: -10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #000 transparent;
	z-index: 9999;
	transform: translate(-50%, 0%);
}
@media (min-width:1400px) {
	.adminbar .dropdown-menu:before {
		right: 8px;
	}
}
.adminbar .dropdown-menu.show li {
	color: #333;
	display: block;
	text-align: left;
	float: left;
	width: 100%;
	background: none;
	padding: 0 5px;
	border-bottom: 0px solid #fff!important;
	margin: 3px 0!important;
}
.adminbar .dropdown-menu ul li {
	height: auto;
	width: auto;
}
.adminbar .dropdown-menu.show li a {
	color: #fff;
	text-align: left;
	font-size: 14px;
	padding: 5px 0;
	height: auto;
	font-weight: normal;
	transition: 0.2s;
	display: block;
}
.adminbar .dropdown-menu.show li a:hover {
	background: rgba(255, 255, 255, 0.2);
	color: #fff;
}
/*GeneralDesktop*/

[role="navigation"] {
	height: auto;
	margin-bottom: 0;
	display: block;
	/* position: fixed; */
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	/* overflow-y: scroll; */
	display: none;
	position: relative;
}
.adminbar .msl_edit {
	display: block;
}
.adminbar .msl_admin {
	width: 100%;
}
.adminbar .sidepanel h3 {
	padding-left: 0;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 1em;
	padding: 0;
	margin: 0;
}
.adminbar .sidepanel ul {
	/* padding: 5px; */
	padding: 0;
	display: block;
}
.adminbar .msl_admin_menu {
	padding: 5px;
}
.adminbar .msl_admin_menu h3 {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	line-height: 1em;
	padding: 0;
}
.adminbar .msl-admin div[id*="pnl"] h4, .adminbar .msl-admin div[id*="pnl"] h4 a {
	display: initial;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	/* margin-bottom: 29px; */
	display: block;
	padding: 0 0 0px 0;
	text-align: left;
	margin: 0!important;
}
.adminbar #msl_admin li {
	border: 0px solid;
	padding: 0;
	border-bottom: 1px dotted #fff;
}
.adminbar .msl_admin {
	background: none;
	padding: 0 0 0 5px;
}
/**** Desktop-992px ****/

@media (min-width: 992px) {
	[role="navigation"] {
		position: relative;
		margin: 0;
		width: auto;
		height: auto;
		/* background: transparent; */
		/* top: 35px; */
		clear: both;
		margin: 0px 5%;
		display: block;
		z-index: 1;
		padding-top: 0;
	}
	.navbar-toggle {
		display: none!important;
	}
	.active-nav [id="skin_sgul19"] {
		margin: 0;
	}
}
@media (min-width: 992px) {
	header {
		height: auto;
		background: #cd6cc9;
		padding-bottom: 2px;
		transition: .8s;
	}
	header:hover {
		background: #cd6cc9;
	}
}
/*search*/

.search {
	width: 300px;
	height: 50px;
	padding: 0;
	margin: 0;
	line-height: 2em;
	background-color: transparent;
	position: relative;
	transition: all .25s linear;
	background-image: none;
	background: #fff;
}
@media(min-width:1200px) {
	.search, .search.collapsed {
		width: 330px!important;
	}
}
@media(min-width:1600px) {
	.search {
		width: 310px;
	}
}
.search input {
	width: 9.5em;
	height: 2em;
	line-height: 1em;
	padding: 0 0 0 .5em;
	border: none;
	outline: none;
	background-color: transparent;
	font-size: 1em;
	color: white;
	float: left;
	transition: all .25s linear;
	background: none;
}

#search_main .highlight{
    color: #671964;
}
#search_main .news_item img{
        object-fit: contain;
    background: white;
}
#search_main .news_item span{
    color:#f3dfc1;
}

#search_main h1, h2, h3, h4, h5, h6, dd{
    color:white !important;
}

#search_main a{
    color:#cd6cc9 !important;
}

}
.search a {
	width: 50px;
	height: 50px;
	line-height: 2em;
	padding: 0;
	color: #ab0aa5;
	text-align: center;
	text-decoration: none;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	transition: all .25s linear;
	cursor: pointer;
	z-index: 1;
	background: #000;
}
.search a:before {
	content: "\f002";
	font-family: FontAwesome;
	font-style: normal;
	color: #fff;
	font-size: 22px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: transparent;
	padding: 10px;
	font-weight: bold;
	transition: 0.3s;
}
.search a:hover::before {
	background: #000;
	color: #fff;
}
.search a:hover {
	color: #eee;
}
.search.collapsed {
	width: 50px;
	margin-left: 0;
	background: transparent;
}
.search.collapsed a:before {
	background: transparent;
	color: #160f29;
}
@media(min-width:768px) {
	.search.collapsed a:before {
		background: #160f29;
		color: #fff;
	}
}
.search.collapsed input {
	width: 0;
	padding: 10px;
}
.search.collapsed a {
	color: #160f29;
	background: transparent;
}
.search.collapsed a:hover {
	background: #000;
}
.search.collapsed a:hover::before {
	color: #fff;
}
.search.collapsed a:hover {
	color: #bbb;
}
header #search {
	/* display: none; */
	/* text-align: center; */
	/* padding-top: 25px; */
	height: 50px;
	z-index: 1!important;
	position: relative;
}
header #site-search {
	height: 49px;
	left: 50px;
	position: absolute;
	left: 0;
	right: 50px;
}
header .search #site-search [id*="pnl"] {
	height: 50px;
	margin: 0;
	border-radius: 0;
	padding: inherit;
	border: 0 solid;
}
.collapsed #search input.textbox {
	padding: 10px;
}
header #search input.textbox {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 0px solid #333;
	padding: 10px;
	font-size: 100%;
	border-radius: 25px;
	/*background: #a475a2;*/
	height: 50px;
	font-weight: bold;
	color: #333;
}
header #search ::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #333;
	opacity: 1;
	/* Firefox */
	font-weight: bold;
}
header #search :-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #333;
	font-weight: bold;
}
header #search ::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #333;
	font-weight: bold;
}
#search input.textbox {
	width: 100%;
	display: inline-block;
	padding: 10px;
	color: #0e3123;
	font-size: 18px;
	border-radius: 0px;
	background: #fff;
	border-color: #a475a2;
	border-top: 0px;
	border-left: 0px solid;
	border-right: 0px solid;
}
#search input.textbox:focus {
	outline: none;
}
#search ::-webkit-input-placeholder {
	color: #0e3123;
}
#search:-moz-placeholder {
	/* Firefox 18- */
	color: #0e3123;
}
#search ::-moz-placeholder {
	/* Firefox 19+ */
	color: #0e3123;
}
#search :-ms-input-placeholder {
	color: #0e3123;
}
#search input.button {
	padding: 7px;
	text-indent: -5000px;
	border: 0px solid;
	width: 15px;
	height: 100%;
	position: absolute;
	right: -50px;
	top: 0;
	width: 50px;
	box-shadow: none;
}
/*general*/

.adminbar ul li.dropdown {
	background: transparent;
}
.adminbar ul li.msl-admin {
	display: none;
}
 .adminbar ul li.bskt {
	display: block;
}
.adminbar .dropdown-toggle::after {
	display: none;
}
/*Basket*/

.adminbar #msl-basket-summary {
	background-image: none;
	background: #160f29;
	padding: 11px 23px;
}
@media(min-width:992px) {
	.adminbar #msl-basket-summary {
		background-image: none;
		background: #160f29;
		padding: 14px 24px;
		height: 50px;
	}
}
.adminbar #msl-basket-summary .msl-basket-link:before {
	content: "\f07a";
	font-family: fontawesome;
	position: absolute;
	left: 10px;
	text-indent: 0;
	color: #fff;
	top: 49%;
	transform: translateY(-50%);
	font-size: 24px;
	font-weight: normal;
	z-index: 1;
}
.adminbar #msl-basket-summary .msl-basket-link {
	color: #fff;
	font-weight: bold;
	font-size: 0px;
	text-indent: -5000px;
}
.adminbar .msl-basket-summary-items .msl-basket-itemcount {
	line-height: 14px;
	white-space: nowrap;
	text-align: center;
	display: inline-block;
	font-size: 13px;
	vertical-align: middle;
	background-color: #ab0aa5;
	border-radius: 50%;
	padding: 3px 4px 5px 1px;
	margin: 0;
	border: none;
	color: #fff;
	height: 20px;
	width: 20px;
	font-weight: bold;
	position: absolute;
	z-index: 2;
	top: 5px;
	margin-left: -2px;
}
@media(min-width:992px) {
	.adminbar .msl-basket-summary-items .msl-basket-itemcount {
		position: absolute;
		top: 6px;
		margin-left: -1px;
	}
}
/*header - end */

/*newslist - start */

.election dl{
    background: transparent !important;
}


#newslist .news_item, #newslist .msl-item {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	margin: 0;
	background: linear-gradient(-118deg,#8c8b8c,#ab0aa5);
	border-radius:10px;
	margin-bottom: 15px;
	border-radius: 0;
	color: #AAB3BF;
	padding: 0;
	transition: 0.3s;
	border: 0px solid;
	margin-right: 50px;
	box-shadow: 5px 5px 10px rgb(255 255 255 / 20%);
}
#newslist .msl-morelink {
	margin: 0 5px;
	color: #000;
	padding: 5px;
	font-weight: bold;
}
#newslist .news_item:hover, #newslist .msl-item:hover {
	cursor: pointer;
	 transform: translateY(-1rem);
}

#newslist .news_item:hover~.news_item{
     transform: translateX(10px);
}
#newslist .news_item, #newslist .msl-item {
	margin-bottom: 3.5em;
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	margin: 0;
	margin-bottom: 15px;
	border-radius: 10px;
	color: #AAB3BF;
	position: relative;
	padding: 0;
	transition: 0.3s;
	border: 0px solid;
	margin-right: 50px;
}
#newslist .msl-morelink {
	margin: 0 5px;
	color: #000;
	padding: 5px;
	font-weight: bold;
}
#newslist .news_item:hover, #newslist .msl-item:hover {
	cursor: pointer;
}
#newslist .news_item .leader, #newslist .msl-item .msl-leader {
	display: none; 
	font-size: 14px;
}
@media(min-width:1024px){
	#newslist .news_item .leader, #newslist .msl-item .msl-leader {
		/* display:block */
	}
}
#newslist .news_item .msl_pubdate, #newslist .msl-item .msl-pubdate {
	font-size: 14px;
	padding: 0;
	margin-bottom: 0;
	text-transform: uppercase;
	font-weight: normal;
	text-align:center;
	    color: white;
    display: block;
}
@media(min-width:768px) {
	.msl-item-list {
	display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0;
    padding: 0;
    
    flex-wrap: wrap;
	}
	#newslist .news_item, #newslist .msl-item {
		width: calc(33.33333% - 10px);
	}
	#newslist .news_item .leader, #newslist .news_item .mal-leader {
		display: block;
	}
}
#newslist .news_all {
	flex: 0;
	display: none;
}
@media(min-width: 992px) {
	#newslist .news_item, #newslist .mal-item {
		width: calc(33.333% - 20px);
	}
	#newslist .news_item:nth-child(even), #newslist .msl-item:nth-child(even) {
		margin-right: 50px;
	}
}
#newslist .news_item .msl_news_org {
	display: none;
}
#newslist .news_item .news_image, #newslist .msl-item .msl-image {
	float: left;
	width: 50%;
	transition: transform .5s ease;
}
#newslist .news_item .details, #newslist .msl-item .details {
	    padding: 15px 15px 5px 15px;
    font-weight: normal;
    transition: 0.3s;
    z-index: 10;
    color: white;
    left: 0;
    right: 0;
    bottom: 0;
    float: none;
    width: 100%;
}
@media(min-width:768px) {
	#newslist .news_item .news_image {
		float: none;
		width: 50%
	}
	#newslist .news_item .details {
		padding: 15px 15px 5px 15px;
		font-weight: normal;
		transition: 0.3s;
		z-index: 10;
		color: #2d235f;
		left: 0;
		right: 0;
		bottom: 0;
		float: none;
		width: 100%;
	}
}
#newslist .news_item h5 a, #newslist .msl-title a {
	padding: 0;
	line-height: initial;
	    color: #43b1ac;
	display:block;
	text-align:center;
	top:10px;
	font-size: 18px;
	display: block;
	transition: 0.3s;
	position: relative;
	z-index: 1;
	width: 100%;
	white-space: pre-wrap;
	/* Webkit */
	white-space: -moz-pre-wrap;
	/* Firefox */
	white-space: -pre-wrap;
	/* Opera <7 */
	white-space: -o-pre-wrap;
	/* Opera 7 */
	word-wrap: break-word;
	font-weight: 700;
	text-transform: none;
	letter-spacing: normal;
}
@media(min-width:1200px) {
	#newslist .news_item h5 a, #newslist .msl-title a {
		font-size: 24px;
	}
}
#newslist .news_item .tag-list span {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -20px;
	left: 15px;
	background-color: #ffd25f;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	z-index: 2;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 1.5em;
	color: #0b4141;
	margin-top: 5px;
	-webkit-transform: rotate(-25deg);
	-moz-transform: rotate(-25deg);
	-o-transform: rotate(-25deg);
	-ms-transform: rotate(-25deg);
	transform: rotate(-25deg);
	background-image: none;
	padding: 0;
}
#newslist .news_item .tag-list, #newslist .mal-item .msl-tags {
	padding: 0;
	margin: 0;
}
#newslist .news_item:hover h5 a, #newslist .msl-item:hover .msl-title a {
	text-decoration: underline;
}
#newslist .news_item .news_image, #newslist .msl-item .msl-image {
	width: 100%;
	vertical-align: top;
	position: relative;
	    border-radius: 10px 10px 0 0;
	transition: 0.3s;
	display: block;
	overflow: hidden;
}
/*#newslist .news_item .news_image:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	box-sizing: border-box;
	border: 6px solid transparent;
	background-color: transparent;
	-webkit-transition: border-color .3s ease;
	-moz-transition: border-color .3s ease;
	-o-transition: border-color .3s ease;
	transition: border-color .3s ease;
	z-index: 1;
}*/
#newslist .news_item img, #newslist .msl-item .msl-image img {
	transition: -webkit-transform .9s !important;
	transition: transform .9s !important;
	transition: transform .9s, -webkit-transform .9s !important;
	width: 100%;
	vertical-align: top;
	position: relative;
	transition: 0.3s;
	display: block;
}
#newslist .news_item:hover img {
	transform: scale(1.1);
}
@media (max-width: 767px) {
	#newslist .news_item .news_image, #newslist .msl-item .msl-image {
		position: relative;
		float: left;
		width: 40%;
		min-height: auto;
	}
}
#newslist .news_item:hover  {
	transform: translateY(-1rem);
}

#newslist .news_item:hover ~.news_item{
    transform: translateX(10px);
}
#newslist .news_item .leader {
	display: none;
	font-size: 14px;
}
#newslist .news_item .msl_pubdate {
	font-size: 14px;
	padding: 0;
	margin-bottom: 0;
	text-transform: uppercase;
	font-weight: normal;
	color: #2d235f;
}
@media(min-width:768px) {
	/*.msl-item-list {
		display: flex;
		margin: 0;
		justify-content: center;
	}*/
	#newslist .news_item {
		width: calc(33.33333% - 10px);
		/* height: 430px; */
	}
	#newslist .news_item .leader {
		display: block;
	}
}
#newslist .news_all {
	flex: 0;
	display: none;
}
@media(min-width: 992px) {
	#newslist .news_item, #newslist .msl-item {
		width: calc(22% - 70px);
		display: flex;
		flex-direction: column;
		margin-right: 35px;
		position: relative;
		margin-top: 35px;
	}
	#newslist .news_item:nth-child(even), #newslist .msl-item:nth-child(even) {
		margin-right: 50px;
	}
}
#newslist .news_item .msl_news_org {
	display: none;
}
#newslist .news_item .news_image, #newslist .msl-item .msl-image {
	float: left;
	width: 50%;
	transition: transform .5s ease;
}
#newslist .news_item .details, #newslist .msl-item .details {
	padding: 15px;
	position: relative;
	font-weight: normal;
	transition: 0.3s;
	background: transparent;
	z-index: 10;
	color: #333;
	float: left;
	width: 60%;
	text-align: left;
}
@media(min-width:768px) {
	#newslist .news_item .news_image, #newslist .msl-item .msl-image {
		float: none;
		width: 50%
	}
	#newslist .news_item .details, #newslist .msl-item .details {
		padding: 15px 15px 5px 15px;
		font-weight: normal;
		transition: 0.3s;
		z-index: 10;
		color: #160f29;
		left: 0;
		right: 0;
		bottom: 0;
		float: none;
		width: 100%;
	}
}
#newslist .news_item h5 a, #newslist .msl-title a {
	padding: 0;
	line-height: normal;
	color: #43b1ac;
	font-size: 18px;
	display: block;
	transition: 0.3s;
	position: relative;
	z-index: 1;
	width: 100%;
	white-space: pre-wrap;
	/* Webkit */
	white-space: -moz-pre-wrap;
	/* Firefox */
	white-space: -pre-wrap;
	/* Opera <7 */
	white-space: -o-pre-wrap;
	/* Opera 7 */
	word-wrap: break-word;
	font-weight: 700;
	text-transform: none;
	letter-spacing: normal;
}
@media(min-width:1200px) {
	#newslist .news_item h5 a, #newslist .msl-title a {
		font-size: 16px;
	}
}
#newslist .news_item .tag-list span, #newslist .msl-item .msl-tag {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -20px;
	left: 15px;
	background-color: #ffd25f;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	z-index: 2;
	-webkit-transform: translateY(-40%);
	-moz-transform: translateY(-40%);
	-o-transform: translateY(-40%);
	-ms-transform: translateY(-40%);
	transform: translateY(-40%);
	text-transform: uppercase;
	font-size: 16px;
	color: #2d235f;
	line-height: 1.5em;
	color: #0b4141;
	margin-top: 5px;
	-webkit-transform: rotate(-25deg);
	transform: rotate(-25deg);
	background-image: none;
	padding: 0;
	font-weight: bold;
	display: none;
}
#newslist .news_item .tag-list, #newslist .msl-item .msl-tags {
	padding: 0;
	margin: 0;
}
#newslist .news_item:hover h5 a {
	text-decoration: none;
}
#newslist .news_item .news_image, #newslist .msl-item .msl-image {
	width: 100%;
	position: relative;
	transition: 0.3s;
	display: block;
	overflow: hidden;
}
/*#newslist .news_item .news_image:before, #newslist .msl-item .msl-image:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	box-sizing: border-box;
	border: 6px solid transparent;
	background-color: transparent;
	-webkit-transition: border-color .3s ease;
	-moz-transition: border-color .3s ease;
	-o-transition: border-color .3s ease;
	transition: border-color .3s ease;
	z-index: 1;
}*/
#newslist .news_item img, #newslist .msl-item .msl-image img {
	transition: -webkit-transform .9s !important;
	transition: transform .9s !important;
	transition: transform .9s, -webkit-transform .9s !important;
	width: 100%;
	position: relative;
	transition: 0.3s;
	display: block;
	height: 100%;
}
#newslist .news_item:hover img, #newslist .msl-item:hover .msl-image img {
	transform: scale(1.1);
}
@media (max-width: 767px) {
	#newslist .news_item .news_image, #newslist .msl-item .msl-image {
		position: relative;
		float: left;
		width: 40%;
		min-height: auto;
	}
}
/*#newslist .news_item:hover .news_image:before, #newslist .msl-item:hover .msl-image:before {
	border-color: #965adc;
}*/
/*newslist - end */

/*Events - start */

.squares-events {
	margin-bottom: 0px;
	display: block;
	text-align: left;
	margin-bottom: 0;
}
.squares-events .event_item {
	position: relative;
	float: left;
	width: 100%;
	margin: 0;
	margin-bottom: 20px;
    background: #a475a2;
    border: 6px ridge #671964;
    border-radius: 25px;
}
}
/*Events*/

.squares-events {
	display: block;
	text-align: left;
	margin-bottom: 0;
}
.squares-events .event_item {
	position: relative;
	float: left;
	width: 100%;
	margin: 0;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 0;
	color: #AAB3BF;
	padding: 0;
	transition: 0.3s;
	border: 0 solid;
	margin-right: 0px;
	flex-basis: calc(100% - 0px);
	margin-bottom: 15px;
	text-align:center;
	border-radius:25px;
}
@media(min-width:500px) {
	.squares-events .event_item {
		margin-right: 20px;
		flex-basis: calc(50% - 10px);
	}
	.squares-events .itemEven {
		margin-right: 0;
	}
	.msl_eventlist .event_item:nth-of-type(3) {
		/* display: none; */
	}
}
.squares-events .msl_eventlist>div {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
/*Event tile sizes*/

@media(min-width:768px) {
	.squares-events .event_item {
		width: calc(50% - 10px);
		max-width: calc(33.333% - 20px);
	}
	.squares-event .event_item:nth-child(even) {
		margin-right: 0px;
	}
	.msl_eventlist .event_item:nth-of-type(3) {
		/* display: block; */
		/* margin-right: 0; */
	}
	.squares-events .itemEven {
		margin-right: 20px;
	}
}
@media(min-width:992px) {
	.squares-events .event_item {
		width: calc(33.333% - 20px);
    flex: 1;
    max-width: calc(33.333% - 10px);
    border-radius: 20px;
    /* border: 5px ridge #671964; */
    box-shadow: -3rem 0 3rem -2rem #000;
    background: linear-gradient(85deg,#736f7f,#160f29   );
	}
	.squares-events .event_item:nth-child(even) {
		margin-right: 20px;
	}
}
.squares-events .event_item:hover {

    transform: translateY(-1rem);
  

    cursor: pointer;
}
.squares-events .event_item:hover~.event_item {
        transform: translateX(10px);
}
.squares-events .event_item .msl_event_description {
	display: none;
}
/*Events Thumbnails*/

.squares-events .event_item .msl_event_image {
	display: block;
	overflow: hidden;
	background: lightgrey;
	border-radius: 20px 20px 0 0;
}
.squares-events .event_item .msl_event_image img {
	margin-bottom: 0px;
	border: 0;
}
/*EventText*/

.squares-events .details {
	padding: 15px 0;
	font-weight: normal;
	z-index: 10;
	transition: 0.3s;
	color: #000;
	bottom: 0;
	right: 0;
	left: 0;
}
.squares-events .msl_event_name {
	padding: 0;
	line-height: 1;
	color: #2d235f;
	font-size: 18px;
	display: block;
	transition: 0.3s;
	position: relative;
	z-index: 1;
	width: 100%;
	white-space: pre-wrap;
	/* Webkit */
	white-space: -moz-pre-wrap;
	/* Firefox */
	white-space: -pre-wrap;
	/* Opera <7 */
	white-space: -o-pre-wrap;
	/* Opera 7 */
	word-wrap: break-word;
	font-weight: 700;
	margin: 5px 0 10px 0;
}
@media(min-width:1200px) {
	.squares-events .msl_event_name {
		font-size: 24px;
	}
}
.squares-events .msl_event_name:hover {
	color:#43b1b1;
}
.squares-events .msl_event_location {
	/* padding: 5px; */
	display: block;
	line-height: 1.1;
	/* display: none; */
	position: relative;
	padding-left: 14px;
	font-size: 14px;
	font-weight: 500;
	color: #000;
	margin: 0;
}
.squares-events .msl_event_location:before {
	content: "\f041 ";
	font-family: fontawesome;
	position: absolute;
	left: 10px;
	text-indent: 0;
	color: #f3dfc1;
	top: 55%;
	transform: translateY(-50%);
	font-size: 18px;
	font-weight: normal;
}
.squares-events .msl_event3 dt a {
	color: #333;
	float: right;
	margin-top: -5px;
	line-height: normal;
}
.squares-events dd.msl_event_time {
	font-size: 14px;
	padding: 0;
	margin-bottom: 0;
	text-transform: uppercase;
	font-weight: 700;
	color: white;
}
/*Hover*/

.squares .event_item:hover .details {
	border-bottom: 10px solid #d32d7b;
}
.squares-events .event_item .msl_event_image img {
	transition: -webkit-transform .9s !important;
	transition: transform .9s !important;
	transition: transform .9s, -webkit-transform .9s !important;
	width: 100%;
	vertical-align: top;
	position: relative;
	transition: 0.3s;
	display: block;
}
.squares-events .event_item:hover img {
	transform: scale(1.1);
}
@media(min-width:500px) {
	.squares-events .event_item {
	    margin-left: 10px;
		margin-right: 10px;
		flex-basis: calc(50% - 10px);
	}
	.squares-events .itemEven {
		margin-right: 0;
	}
	.msl_eventlist .event_item:nth-of-type(3) {
		/* display: none; */
	}
}
.squares-events .msl_eventlist>div {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
/*Event tile sizes*/

@media(min-width:768px) {
	.squares-events .event_item {
		width: calc(50% - 10px);
		max-width: calc(33.333% - 20px);
	}
	.squares-event .event_item:nth-child(even) {
		margin-right: 20px;
	}
	.msl_eventlist .event_item:nth-of-type(3) {
		/* display: block; */
	}
	.squares-events .itemEven {
	}
}
@media(min-width:992px) {
	.squares-events .event_item {
		width: calc(33.333% - 20px);
		/* flex: 1; */
		max-width: calc(22% - 20px);
	}
	.squares-events .event_item:nth-child(even) {
		margin-right: 20px;
	}
}
.squares-events .event_item:hover {
	/*border-color: #f2f2f2!important;*/
	cursor: pointer;
}
.squares-events .event_item .msl_event_description {
	display: none;
}
/*Events Thumbnails*/

.squares-events .event_item .msl_event_image {
	display: block;
	overflow: hidden;
	position: relative;
}
.squares-events .event_item .msl_event_image img {
	margin-bottom: 0px;
	border: 0;
    
    
}
/*EventText*/

.squares-events .details {
	padding: 15px 10px 0 10px;
	font-weight: normal;
	transition: 0.3s;
	z-index: 10;
	transition: 0.3s;
	color: #000;
	bottom: 0;
	right: 0;
	left: 0;
}
.squares-events .msl_event_name {
	padding: 0;
	line-height: 1;
	color: #43b1ac;
	font-size: 22px;
	display: block;
	transition: 0.3s;
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	margin:;
	font-weight: normal;
	white-space: pre-wrap;
	/* Webkit */
	white-space: -moz-pre-wrap;
	/* Firefox */
	white-space: -pre-wrap;
	/* Opera <7 */
	white-space: -o-pre-wrap;
	/* Opera 7 */
	word-wrap: break-word;
	font-weight: 700;
	margin: 5px 0 10px 0;
}
@media(min-width:1200px) {
	.squares-events .msl_event_name {
		font-size: 16px;
	}
}
.squares-events .msl_event_name:hover {
	color:#43b1b1;
}
.squares-events .msl_event_location {
	display: block;
	line-height: 1.1;
	position: relative;
	padding-left: 18px;
	font-size: 14px;
	font-weight: 500;
	color: #f8ecda;
    margin: 0 0 10px 0;
}
.squares-events .msl_event_location:before {
	    content: "\f041 ";
    font-family: fontawesome;
    position: inherit;
    left: -9px;
    margin-right: 0px;
    /* right: 15px; */
    text-indent: 0;
    color: #f3dfc1;
    top: 2px;
    font-size: 24px;
    font-weight: normal;
}
.squares-events .msl_event_types{
    color:white !important;
}
.squares-events .msl_event_types:hover{
    color:#f3dfc1;
}
.squares-events .msl_event3 dt a {
	color: #333;
	float: right;
	margin-top: -5px;
	line-height: normal;
}
.squares-events dd.msl_event_time {
	/* padding: 0 5px; */
	font-size: 14px;
	padding: 0;
	margin-bottom: 0;
	text-transform: uppercase;
	font-weight: normal;
	/* color: #da2129; */
}
/*Hover*/

.squares .event_item:hover .details {
	border-bottom: 10px solid #d32d7b;
}
.squares-events .event_item .msl_event_image img {
	transition: -webkit-transform .9s !important;
	transition: transform .9s !important;
	transition: transform .9s, -webkit-transform .9s !important;
	width: 100%;
	vertical-align: top;
	position: relative;
	transition: 0.3s;
	display: block;
}
.squares-events .event_item:hover img {
	transform: scale(1.1);
}
.squares-events .event_item .msl_event_image:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	box-sizing: border-box;
	border: 6px solid transparent;
	background-color: transparent;
	-webkit-transition: border-color .3s ease;
	transition: border-color .3s ease;
	z-index: 1;
}
.squares-events .event_item:hover .msl_event_image:before {
	/*border-color: #965adc;*/
}
.squares-events .event_item:hover .msl_event_name {
	text-decoration: none;
}
/*Events - end */

/*section navigation - start */
.election p.msl-election-desc{
  background:transparent !important; 
  border-color:transparent !important;
}

.sectionCards ul {
	padding: 0;
	margin: 0;
	text-align:center;
}
.sectionCards ul li {
	width: 100%;
	margin: 40px 0;
	list-style-type: none;
	    padding: 1%;
    background-size: 5%;
    border-radius: 25px;
}
.sectionCards li img {
	width: 100%;
	border-radius: 25px;
	box-shadow: -1px -5px 10px rgba(255, 255, 255,0.8);
}
.sectionCards li a .title-container{
       background-color: #160f29;
    border-radius: 0 0 30px 30px;
    padding: 8px;
    margin-top: -12px;
    box-shadow: 0 1px 5px rgba(255, 255, 255, 0.3);
}

.sectionCards li .msl-imagenav-title {
	ont-size: 24px;
    margin: 10px 0 0 0;
    font-weight: 700;
    display: block;
    /* text-transform: uppercase; */
    
    color: white;
    
}
.sectionCards li .msl-imagenav-description{
    color:#f3dfc1;
}
.sectionCards li .msl-imagenav-title:hover{
    color:#43b1ac;
}


.sectionCards li a {
	text-decoration: none;
	color: #f3dfc1;
	font-weight: 500;
}
.sectionCards li a:hover {
	text-decoration: none;
	color:#43b1ac;
}
@media(min-width: 768px) {
	.sectionCards ul li {
		width: calc(50% - 33px);
		display: inline-block;
		vertical-align: top;
		margin: 20px 15px;
	}
}
/*section navigation - end */

/* Student Groups - start */

.squares-groups ul.msl_organisation_list {
	padding: 0;
	margin: 0;
}
@media (min-width: 768px) {
	.squares-groups ul.msl_organisation_list {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
}
.squares-groups ul.msl_organisation_list li:hover {
	cursor: pointer;
}
.squares-groups ul.msl_organisation_list li {
	    margin-bottom: 3.5em;
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    margin: 0;
    background: linear-gradient(to bottom, #246a73, #86bcb9);
    margin-bottom: 15px;
    border-radius: 25px;
    color: #AAB3BF;
    position: relative;
    padding: 0;
    transition: 0.3s;
    border: 0px solid;
    margin: 10px 15px 10px 15px;
    display: none;
    z-index: 1;
    box-shadow: 5px 5px 10px rgba(255, 255, 255, 20%);
}

.squares-groups ul.msl_organisation_list li.show-item .details{
    padding: 0 5px;
    text-align: center;
}
.squares-groups ul.msl_organisation_list li.show-item {
	display: block;
}
@media (min-width: 768px) {
	.squares-groups ul.msl_organisation_list li {
		width: calc(20% - 30px);
	}
}
.squares-groups ul.msl_organisation_list li .gl-logo:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	box-sizing: border-box;
	border: 6px solid transparent;
	background-color: transparent;
	-webkit-transition: border-color .3s ease;
	transition: border-color .3s ease;
	z-index: 1;
}
.squares-groups ul.msl_organisation_list li:hover .gl-logo:before {
	transform: scale(0.9);
}
.squares-groups ul.msl_organisation_list li:hover .msl-gl-link {
	text-decoration: none;
}
/*GroupDetails*/

.squares-groups .msl-gl-link {
	padding: 0;
	line-height: 1;
	color: #160f29;
	font-size: 22px;
	display: block;
	transition: 0.3s;
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	margin:;
	font-weight: normal;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	font-weight: 700;
	margin: 10px 0;
}
@media (min-width: 1200px) {
	.squares-groups .msl-gl-link {
		font-size: 24px;
	}
}
.squares-groups .msl-gl-attributeset {
    font-size: 12px;
    padding: 0;
    color: #f8ecda;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
}
.squares-groups .msl-gl-attribute {
	color: #000;
	font-size: 14px;
}
.squares-groups .gl-logo {
	overflow: hidden;
	display: block;
	position: relative;
}
.squares-groups .gl-logo img {
	max-width: 100%;
	transition: -webkit-transform .9s !important;
	transition: transform .9s !important;
	transition: transform .9s, -webkit-transform .9s !important;
	width: 100%;
	border-radius:25px;
	vertical-align: top;
	position: relative;
	transition: 0.3s;
	display: block;
}
@media (max-width: 767px) {
	.squares-groups .gl-logo {
		position: relative;
		float: left;
		width: 40%;
		float: left;
		min-height: auto;
	}
	.squares-groups .details {
		padding: 15px;
		padding: 15px;
		position: relative;
		font-weight: normal;
		transition: 0.3s;
		background: transparent;
		z-index: 10;
		transition: 0.3s;
		float: left;
		width: 60%;
		min-height: initial;
		text-align: left;
	}
}
.squares-groups ul.msl_organisation_list li:hover img {
	transform: scale(1.1);
}
.squares-groups ul.msl_organisation_list li:hover a {
	text-decoration: none;
}
/*GroupTemplate*/

.grp-title {
	color: #f3dfc1;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.5rem;
    padding: 15px 0 0% 0;
}
.rightcol h3 {
	display: none;
}
.sidecol .side_box {
	overflow: hidden;
	margin-bottom: 28px;
	position: relative;
	color: #000;
	background: transparent;
	padding: 9px 0;
	margin-bottom: 0;
}
.side_box .join_list {
	padding: 0;
	margin: 0;
}
.side_box .join_list span {
	float: left;
	display: block;
	clear: left;
	width: 100%;
	padding: 0;
	margin: 0;
}
ul.join_list li .product-price {
	margin-left: 0;
}
.side_box input.button {
	float: left;
	border-radius: 0px;
	margin-top: 20px;
	position: relative;
	background: transparent;
	color: #000;
	cursor: pointer;
	transition: 0s;
	display: block;
	width: fit-content;
	border: 3px solid #000;
	text-align: center;
	margin: 20px auto;
	font-size: 15px;
	padding: 5px 15px;
	font-weight: 900;
	transition: 0.3s;
}
.side_box input.button:hover {
	background: #000;
	color: #fff;
}
/*Social Media*/

.socialmedia-c {
	display: block;
	overflow: hidden;
	border-top: 0px solid #eee;
	padding: 0;
	margin: 0px 0px;
}
.socialmedia-c a {
	display: block;
	width: 100%;
	display: none;
	color: white;
	font-family: 'CocogoosePro', sans-serif;
	font-weight: normal;
	padding: 2px 3px 0px 30px;
	height: 25px;
	margin: 5px 0;
}
.socialmedia-c a:hover{
    color:#cd6cc9;
    text-decoration:none;
}

.socialmedia-c a:before {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background-color: #a475a2;
	left: 0;
}
a.socfacebook {
	display: block;
	width: 50px;
	position: relative;
}
a.socfacebook:before {
	content: "\f09a";
	font-family: fontawesome;
	position: absolute;
	text-indent: 0;
	color: #fff;
	top: 50%;
	transform: translateY(-50%);
	font-size: 16px;
	padding-left: 8px;
}
a.soctwitter {
	display: block;
	position: relative;
	width: 50px;
}
a.soctwitter:before {
	content: "\f099";
	font-family: fontawesome;
	position: absolute;
	text-indent: 0;
	color: #fff;
	top: 50%;
	transform: translateY(-50%);
	font-size: 16px;
	padding-left: 5px;
}
a.socinstagram {
	display: block;
	width: 50px;
	margin: 2px;
	position: relative;
}
a.socinstagram:before {
	content: "\f16d";
	font-family: fontawesome;
	position: absolute;
	text-indent: 0;
	color: #fff;
	top: 50%;
	transform: translateY(-50%);
	font-size: 16px;
	padding-left: 6px;
}
a.website {
	color: #fff;
	padding: 3px 3px 3px 23px;
	margin: 0 0 3px;
	display: block;
	text-indent: -5000px;
	height: 50px;
	width: 50px;
	float: left;
	margin: 2px;
	position: relative;
	background: #fff;
}
a.website:before {
	content: "\f109";
	font-family: fontawesome;
	position: absolute;
	left: 23%;
	text-indent: 0;
	color: #333333;
	top: 50%;
	transform: translateY(-50%);
	font-size: 30px;
}
a.facebook:hover, a.soctwitter:hover, a.website:hover, a.socemail:hover {
	text-decoration: none;
}
a.socemail {
	/* color:#fff; */
	margin: 0;
	display: block;
	width: 26px;
	position: relative;
}
a.socemail:before {
	content: "\f0e0";
	font-family: fontawesome;
	position: absolute;
	left: 0;
	text-indent: 0;
	color: #fff;
	top: 50%;
	transform: translateY(-50%);
	font-size: 13px;
	padding-left: 6px;
	padding-top: 2px;
}
/* Student Groups - end */

/* quicklinks - start */

.ql ul {
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin: 0;
	padding: 0;
	flex-wrap: wrap;
}
.ql ul li {
	width: calc(33.33333% - 20px);
	margin-right: 30px;
	list-style-type: none;
	display: flex;
	flex-direction: column;
	margin-right: 30px;
	position: relative;
}
.ql ul li:hover {
	cursor: pointer;
}
@media(min-width:992px) {
	.ql ul {
		display: flex;
		flex-wrap: wrap;
	}
	.ql ul li {
	    width: calc(20% - 35px);
		display: flex;
		flex-direction: column;
		margin-right: 17.5px;
		margin-left: 17.5px;
		position: relative;
	}
	.ql ul li:nth-child(odd) {
		/* margin-top: 60px; */
	}
}
.ql ul li .nav-details-cell {
	width: 100%;
	overflow: hidden;
	position: relative;
	/* float: left; */
	z-index: 1;
}
.ql .msl-imagenav-image {
	display: block;
	max-width: 100%;
	width: 100%;
	border-radius:50%;
	border: 3px solid #368f8b;
}
.ql .msl-imagenav-title {
	font-weight: 700;
	/* text-transform:uppercase; */
	color: #43b1ac;
	text-decoration: none;
	font-size: 16px;
	/* transform: rotate(90deg) translateY(-50%); */
	line-height: 1;
}
.ql .title-container {
	margin-top: 10px;
    display: block;
    text-align: center;
}
.ql ul li:hover a, .msl-imagenav-title:hover {
	border: 0px solid;
	text-decoration: none;
}
.ql .nav-details-description {
	 width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    opacity: 0; /* Initially set to 0 */
    border-radius: 50%;
    transform: scale(0); /* Initially set to scale(0) */
    transition: opacity 0.33s ease, transform 0.33s ease;
    background-color: #160f29;
    z-index: 20;
}
.ql ul li:hover .nav-details-description {
	opacity: 80%; /* Change opacity on hover */
    transform: scale(1);
}
.ql ul li .msl-imagenav-description {
	text-transform: none;
	font-weight: 700;
	color: #f3dfc1;
	
	text-align:center;
	width:auto;
	font-size: 18px;
	line-height: 9;
	font-size: 16px;
	opacity: 0;
	-webkit-transform: translateY(5px);
	
}
@media(min-width:992px) {
	.ql ul li .msl-imagenav-description {
		font-size: 18px;
	}
}
.ql ul li:hover .nav-details-description .msl-imagenav-description {
    ;
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: opacity .3s ease-out .4s, -webkit-transform .3s ease-out .4s;
	transition: opacity .3s ease-out .4s, -webkit-transform .3s ease-out .4s;
	transition: opacity .3s ease-out .4s, transform .3s ease-out .4s;
	transition: opacity .3s ease-out .4s, transform .3s ease-out .4s, -webkit-transform .3s ease-out .4s;
}
/*Even colour coding */

.ql ul li:nth-child(even) .nav-details-description {
	background-color: #160f29;
}
.ql ul li:nth-child(even) .msl-imagenav-description {
	color: #fff;
}
@media (max-width: 799px) {
	.ql ul {
		flex-direction: row;
		align-items: top;
		flex-flow: wrap;
	}
	.ql ul li {
		flex-direction: row;
		justify-content: flex-start;
		margin: 0 20px 15px 0px;
		flex: 0 0 50%;
		flex: 1 0 calc(50% - 10px);
	}
	.ql ul li:nth-child(even) {
		margin-right: 0;
	}
	.ql ul li a {
		float: left;
		width: 100%;
	}
	.ql .nav-details {
		width: 100%;
		float: left;
	}
	.ql .title-container {
		width: 100%;
		display: block;
		position: relative;
		float: left;
		/* overflow: hidden; */
		height: 100%;
		margin-top: 0;
	}
	.ql .msl-imagenav-title {
		font-size: 16px;
		line-height: 1;
	}
}

/* quicklinks - end */

/*Officers*/
@media(min-width:992px){
    .officers ul li {
        display: flex;
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
}

/*Social-media*/
.Instagram {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    
}


/*Help and Advice*/
.ql .HelpAndAdvice .msl-imagenav{
    height: 100%;
}

/*SubPages - start */

.header-section {
	position: relative;
      width: 100%;
    height: 20%;
      margin: 20px 0;
      
      border-radius: 50% / 10%;
      color: white;
      text-align: center;
      text-indent: .1em;
      overflow: auto;
    background: linear-gradient(315deg, #671964 3%, #a475a2 38%, #8c8b8c 68%, #160f29 98%);
    animation: gradient 15s ease infinite;
    background-size: 400% 400%;
    background-attachment: fixed;
}

.header-section:before{
    content: '';
      position: absolute;
      top: 10%;
      bottom: 10%;
      right: 0%;
      left: 0%;
      background: inherit;
      border-radius: 5% / 50%;
}

@keyframes gradient {
    0% {
        background-position: 0% 0%;
    }
    50% {
        background-position: 100% 100%;
    }
    100% {
        background-position: 0% 0%;
    }
}

.wave {
    background: rgb(255 255 255 / 25%);
    border-radius: 1000% 1000% 0 0;
    position: fixed;
    width: 200%;
    height: 12em;
    animation: wave 10s -3s linear infinite;
    transform: translate3d(0, 0, 0);
    opacity: 0.8;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.wave:nth-of-type(2) {
    bottom: -1.25em;
    animation: wave 18s linear reverse infinite;
    opacity: 0.8;
}

.wave:nth-of-type(3) {
    bottom: -2.5em;
    animation: wave 20s -1s reverse infinite;
    opacity: 0.9;
}

@keyframes wave {
    2% {
        transform: translateX(1);
    }

    25% {
        transform: translateX(-25%);
    }

    50% {
        transform: translateX(-50%);
    }

    75% {
        transform: translateX(-25%);
    }

    100% {
        transform: translateX(1);
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .header-section {
        min-height: 325px
    }
}
@media (min-width: 992px) {
	.header-section {
		overflow: hidden;
		margin-top: 0;
		padding-top: 16em;
		padding: 240px 0 50px 0;
	}
}
.header-section h6 {
	text-align: center;
	font-size: 14px;
	margin-top: 5%;
	font-weight: bold;
	color: rgba(255, 255, 255, .5);
}
/*Breadcrumb*/

.header-section .breadcrumb {
	border-radius: 0;
	/* padding: 10px; */
	/* color: #000; */
	background-color: transparent;
	padding: 0;
	margin: 15px 0;
}
.header-section .msl-breadcrumb, .header-section .breadcrumb ul {
	padding: 0;
	margin: 0;
	text-align: left;
}
.header-section .breadcrumb li {
	margin-left: 5px;
}
.breadcrumbs-section {
	background: #c0c0c0;
	padding: 1%;
	display: none;
}
.breadcrumbs-section ul.breadcrumb {
	background: transparent;
}
.breadcrumbs-section .breadcrumb li, .breadcrumbs-section .breadcrumb li a {
	margin-left: 5px;
	color: #fff;
	font-weight: bold;
}
/*PageBannerBreadcrumbs*/

.msl-pagebanner .breadcrumb {
	padding: 0;
}
.msl-pagebanner .breadcrumb li a {
	/* color: rgba(0,0,0,.5); */
	font-size: 12px;
}
.msl-pagebanner .breadcrumb li a:hover {
	color: rgba(0, 0, 0, 1);
}
.msl-pagebanner .breadcrumb li {
	/* color: rgba(0,0,0,1); */
	font-size: 12px;
	font-weight: bold;
	transition: 0.3s;
}
/*PageTtitle*/

.header-section h1 {
	color: #fff;
	font-size: 1.5em;
	display: block;
	transition: 0.3s;
	position: relative;
	z-index: 1;
	line-height: 1;
	padding: 0;
	font-weight: 900;
	/* margin: 0 auto 4%; */
	display: table;
	/* background: #000; */
	padding: 0;
	color: #2e3091;
	font-size: 2em;
}
@media(min-width:768px) {
	.header-section h1 {
		font-size: 1.8em;
	}
}
@media(min-width:768px) {
	.header-section h1 {
		font-size: 1.8em;
	}
}
@media (min-width:992px) {
	.header-section h1 {
		font-size: 2em;
	}
}
@media (min-width:1200px) {
	.header-section h1 {
		font-size: 3em;
	}
}
.header-section p {
	font-weight: 600;
}
@media (min-width:992px) {
	.fullWidth h1 {
		/* margin-top: 10%!important; */
	}
	#title-section {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		/* margin-top: 60px; */
	}
}
/*BannerImage*/

.header-section .msl-pagebanner img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
	
	/* padding: 10px; */
	/* border: 10px solid rgba(255,255,255,0.35); */
	position: absolute;
	-webkit-box-shadow: 0 40px 60px 0 rgba(0, 0, 0, .07);
	box-shadow: 0 40px 60px 0 rgba(0, 0, 0, .2);
	transition: 0.3s;
	    z-index: 3;
	height: auto;
	    border-radius: 40px;
}
@media(min-width:768px) {
	.header-section .msl-pagebanner img {
		position: relative;
		z-index: 3;
		padding: 0px;
		max-width: 100%;
		margin: inherit;
		/* width: 100%; */
	}
	.header-section .msl-pagebanner img {
		box-shadow: 10px -10px 0 -5px white, 10px -10px 0 0 transparent;
		box-shadow: 0 1.25rem 4.375rem rgba(36, 41, 47, .2);
		max-width:70%;
	}
}
@media(min-width:992px) {
	.header-section .msl-pagebanner img {
		max-width: 65%;
	}
}
.banner-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}



banner-container >img{
    position: absolute;
    
    width: 20%;
    height: 100%;
    object-fit: cover;
}
.header-section .banner-info h1 {
	color: #fff;
	font-size: 45px;
	display: block;
	transition: 0.3s;
	position: relative;
	z-index: 1;
	line-height: inherit;
	padding: 0;
	text-align: left;
}

.banner-img{
    width: 75%;
    filter: drop-shadow(1px 3px 131px white);
    z-index: 2;
    position: absolute;
    float: left;
    border-radius:25px;
    padding: 0 20px;
    margin-bottom: -30px;
    transition: opacity .6s, transform .6s, -webkit-transform .6s;
    opacity: 1;
}
.banner-image {
	width: 75%;
    filter: drop-shadow(1px 3px 131px white);
	z-index: 2;
	position: relative;
	float: left;
	padding: 0 20px;
	margin-bottom: -30px;
	transition: opacity .6s, transform .6s, -webkit-transform .6s;
	opacity: 1;
	
}
@media(min-width:992px) {
	.banner-image {
		margin-bottom: 0;
	}
}
.banner-image img {
	/* width:100%; */
	max-width: 100%;
}
.banner-info {
	width: 100%;
	margin-left:20%;
}
.banner-info .text-container {
	padding: 80px 0px 60px;
	margin-left: 0;

	max-width: 95%;
	/* background: #da2129; */
	color: #fff;
}
.banner-info .text-container p {
	text-align: left;
	padding: 0 0 25px 0;
	margin: 0 auto;
	font-weight: normal;
	font-size: 18px;
	line-height: initial;
}
.header-section .breadcrumb li {
	padding: 4px 0;
}
.header-section .breadcrumb li, .header-section .breadcrumb li a {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	transition: 0.3s;
	text-transform: uppercase;
	display: inline-block;
	padding: 0;
}
.header-section .breadcrumb li a:hover {
	color: #fff;
	text-decoration: underline;
}

@media(max-width: 768px){
    .banner-image {
	    top: 15vh;
        margin-bottom: 5vh;
	}
}
@media(max-width: 768px){
    .banner-img {
	    top: 15vh;
        margin-bottom: 5vh;
	}
}
@media(max-width: 768px){
    .banner-info {
		width: 94%;
		z-index: 1;
		margin-left:3%;
	}
	.banner-container>img{
	    height:60vh;   
    width: 100%;
	}
	.banner-img {
		
		margin-left:-5%;
	}
}

@media(min-width: 768px) {
	.banner-container {
		flex-direction: row;
		padding: 0 15px;
	}
	.banner-image {
	    
		padding: 0 0px;
	}
	.banner-info {
		width: 100%;
		z-index: 1;
		
	}
	
	.banner-info .text-container {
		padding: 80px 50px;
	}
	.banner-info .text-container p {
		/* font-size: 24px; */
	}
}
@media (min-width: 1024px) {
	.header-section .banner-info h1 {
		font-size: 50px;
		margin-top: 0;
	}
}
@media (min-width: 1200px) {
	.header-section .banner-info h1 {
		font-size: 64px;
		margin-top: 0;
	}
}
/*SubPages - end */


/*Checkout*/
#checkout_progress {
    /* display: none */
}

#basket-items-wrapper {
    margin-top: 20px;
    /* background: #f9f9f8; */
    padding: 15px;
    border: 3px solid;
    /* background: #f8f8f8; */
}

#basket-items-wrapper #basket-terms {
    background: #ccdfeb;
    padding: 10px;
    font-size: 14px;
    line-height: 24px;
    display: none;
}

ul[id=method-options] {
    /* display: none; */
}

ul[id=method-options] li a.active {
    border: none
}

[id=method-panels]>[class*=method].active {
    border: none;
    background: #fff
}

[id=us-state-hint] {
    margin: 15px 10px 0;
    background: #cddfeb;
    border: none;
    background: #ccdfeb;
    padding: 10px;
    font-size: 14px;
    line-height: 24px
}

div[id*=pnl] {
    border: none;
    padding: 0;
    border-radius: 5px;
    border-bottom: none
}

div[id*=pnl] .vpFormPair {
    padding: 0;
    margin: 15px;
    border-bottom: 0
}

#ctl00_Main_pnlPrePayment .clear_address {
    margin: 20px 15px 0 0;
    border-bottom: 1px dashed #333;
    float: right;
    font-size: 16px
}

#ctl00_Main_paBillingAddress_pnlAddr label {
    width: auto;
    margin: 0;
    text-transform: uppercase;
    font-size: 14px
}

#ctl00_Main_paBillingAddress_pnlAddr input,
#ctl00_Main_paBillingAddress_pnlAddr select {
    display: block;
    width: 100%
}

#ctl00_Main_paBillingAddress_pnlAddr br {
    display: none
}

#ctl00_Main_paBillingAddress_pnlAddr #ctl00_Main_paBillingAddress_txtPostcode {
    width: 40%;
    min-width: 150px
}

#ctl00_Main_paBillingAddress_lblCountry:after,
#ctl00_Main_paBillingAddress_lblLine1:after,
#ctl00_Main_paBillingAddress_lblLine2:after,
#ctl00_Main_paBillingAddress_lblPostcode:after {
    position: relative;
    content: " *";
    color: #ab0aa5
}

@media (min-width:992px) {
    div[id*=pnl] {
        padding: 0 15px
    }
}

#ctl00_Main_upPay>div>h3 {
    display: none
}

#ctl00_Main_upPay .sagepay-link img {
    float: none!important
}

#ctl00_Main_upPay>div:nth-of-type(3) {
    padding: 15px
}

#ctl00_Main_upPay>div:nth-of-type(3) p:not(.warning) {
    margin: 15px 0
}



@media (min-width:992px) {
    #basket-items-wrapper {
        /* width: 40%; */
        /* float: right; */
    }
    #ctl00_Main_pnlPrePayment {
        /* width: 57%; */
        /* float: left; */
    }
}

#basket-items table {
    border: 0 solid #ccc!important;
    position: relative;
    border-collapse: separate!important;
    border-spacing: 0 10px!important;
    margin-top: 0;
}

#basket-items tr:first-child {
    display: none
}

#basket-items tr {
    position: relative
}

#basket-items .item {
    border: 0 solid #ccc;
    position: relative;
    background: #fff;
    margin: 5px 0;
    border-radius: 3px;
    height: auto;
    /* -webkit-box-shadow: 4px 3px 9px -2px rgba(0, 0, 0, .3); */
    -moz-box-shadow: 4px 3px 9px -2px rgba(0, 0, 0, .3);
    /* box-shadow: 4px 3px 9px -2px rgba(0, 0, 0, .3); */
    height: 90px;
}

.checkoutpage .msl_table td:first-child {
    border-left: 0 solid #ccc;
    border-bottom: 0 solid #ccc;
    display: none
}

#basket-items .item dt {
    padding: 10px
}

#basket-items .item td:nth-child(2),
#reviewbasket .item td:nth-child(2) a {
    background: 0 0;
    display: inline-block;
    width: 100%;
    font-weight: 700;
    text-transform: capitalize;
    padding: 5px 10px;
    font-size: 16px;
    border-bottom: 0px solid;
    color: #160f29
}

#basket-items .item .det {
    margin-top: 15px
}

#basket-items .item td.price,
#basket-items .item td.qty {
    background: #e8e8e2;
    padding: 5px 10px;
    margin: 0;
    text-align: right;
    color: #393939;
    font-size: 14px;
    border-bottom: 0 solid #ccc;
    display: inline-block;
    width: max-content;
    position: absolute
}

#basket-items .item td.price {
    right: 0;
    width: 70px;
    text-align: center;
    font-weight: 700
}

#basket-items .item td.qty {
    right: 70px
}

#basket-items .item td:nth-child(4) {
    visibility: hidden
}

.checkoutpage #basket-items .msl_table tr.footer td {
    border: none;
    background: #ab0aa5;
    font-weight: 700;
}

@media(min-width:500px) {
    .checkoutpage .msl_table td:first-child {
        display: table-cell;
        width: 60px;
        padding: 0 10px 0 0;
    }
    #basket-items .item td:nth-child(2) {
    	
    }
}

#reviewbasket table.msl_table {
    border: 0 solid #000!important;
    background:transparent;
}

#reviewbasket .msl_table tr.footer td {
    background: #160f29;
    font-weight: 700;
}

#reviewbasket .msl_table th {
    background: #eee;
    border-top: 1px solid #ccc;
    color: #000;
}

#reviewbasket .msl_table th.product-image {
    border-left: 1px solid #ccc
}

#reviewbasket .msl_table th:last-child {
    border-right: 1px solid #ccc
}

#reviewbasket .msl_table tr.footer td.total {
    font-weight: 700
}


@media (max-width:550px) {
    #ctl00_Main_upItems>div {
        overflow-x: auto
    }
}
#ctl00_Main_pnlSave{
    background:#a475a2;

}

#ctl00_Main_pnlEditors a{
    color: white;
    text-decoration:underline;
}
#ctl00_Main_pnlEditors a:hover{
   color:#671964; 
}

.vp_form .vp_hint{
    color:white !important;
}

.page_shop .vp_form .vpFormSubmit {
    background: 0 0
}

.msl_admin_page .vp_form fieldset p{
    color:white !important;
}
.msl_admin_page .vp_form fieldset .title{
    color:white !important;
}

.msl_info{
    color:white ;
}
.msl-toolbar ul li a:hover{
    background:#8c8b8c !important;
}
.msl_admin_page .popup .form_hint{
        background-color: #cd6cc9;
}
.popup .msl-global-links ul li{
    background: #a475a2 !important;
}


.product_customisation,
.shipping_address {
    list-style: none;
    padding: 0;
    margin: 0
}

.product_customisation li,
.shipping_address {
    font-style: normal;
    color: #333;
    line-height: 22px;
    font-size: 14px;
    margin-bottom: 10px!important
}

.customisation-item .item-number {
    display: none
}

#checkout h1 {
    display:none;
}
.checkoutpage h2, .checkoutpage h3 {
    margin: 10px 0;
}

#photos {}
.photogallery {
    width:initial;
    height: auto;
}

.col-sm-8 {
    background: #160f29;
}




#ballot_rubric p,
#ballot_rubric, .reviewballot > p {color: #000;}

.election_page .vp_form .title,
.election_page .vp_form {
    color: #000 !important;}