:root {
  --cam-blue: #69C0AC;
  --su-teal:#015963;
  --su-pink: #F36A95;
  --su-pink-light:#fce1e9;
  --su-pink-dark:#c03a66;
  --su-purple:#6A2F87;
  --su-lilac:#CAABE7;
  --su-yellow:#FDD400;
  --su-blue:#84CEFB;
  --su-orange:#ED6C4F;
  --su-light-grey: #dee2e6;
}


html {
	scroll-behavior: smooth;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
}
body {
	-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;
	font-family: 'Josefin Sans', sans-serif!important;
}
a {
    color: #69BFB4;
}
a:hover {
    color: #69BFB4;
    text-decoration:underline;
}
img {
	/* width: 100%; */
	max-width: 100%;
	height: auto;
}
@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; */
}
@media(min-width:992px) {
	body .content {
		padding-top: 15rem!important;
	}
}
@media (min-width: 1200px) {
	.container {
		max-width: 1240px!important;
	}
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	line-height: 1!important;
	/* text-transform: uppercase; */
	letter-spacing: auto;
	font-family: 'Bebas Neue',sans-serif!important;
}
.panel-colour {
	/* background: #cfead4; */
	background: #075a64;
}
.inner-c {
	padding: 15px 0;
}
input.button {
	position: relative;
	background: #231f20;
	color: #fff;
	cursor: pointer;
	transition: 0s;
	border: 3px solid #231f20;
	text-align: center;
	font-size: 15px;
	padding: 5px;
	font-weight: bold;
	transition: 0.3s;
	box-shadow: none;
	line-height: 15px;
	padding: 4px!important;
}
input.button:hover {
	background: #fff;
	color: #000;
}
/*sections styling*/

h2.section-header {
	color: #da2129;
	font-size: 45px;
	font-weight: 900;
	display: inline-block;
	text-align: left;
	position: relative;
	width: 100%;
	margin: 0 0 3% 0;
	max-width: 500px;
}
@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*/

.inner-c a.b-more,
a.b-more {
    border-radius:4px;
	position: relative;
	background: #231f20;
	color: #fff;
	cursor: pointer;
	transition: 0s;
	width: fit-content;
	border: 3px solid #231f20;
	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);
}
.inner-c.btn-left a.b-more {
    margin: 10px 0;
}
@media(min-width:1200px) {
	.inner-c a.b-more,
	a.b-more {
		font-size: 18px;
	}
}
a.b-more:hover,
a.b-more:hover {
	text-decoration: none;
	background: transparent;
	color: #231f20;
}
/*SocialMedia*/

[id="header-social"] {
	text-align: center;
	margin: 0px 0 15px;
}
[id="header-social"] a {
	color: transparent;
	transition: 0.3s;
	margin-bottom: 15px;
}
[id="header-social"] a:hover {
	color: transparent;
	text-decoration: none;
}
[id="header-social"] a.msl {
	margin-bottom: 0px;
}
[id="header-social"] a .fa-inverse {
	color: #69BFB4;
	background: transparent;
}
[id="header-social"] a:hover .fa-inverse {
	color: #000;
}
@media all and (min-width: 992px) {
	[id="header-social"] {
		margin: 0;
		float: right;
		text-align: right;
	}
}
/*footer*/

footer {
	background: #075a64;
	margin-top: 15px;
}
footer h3, footer p {
	color:#fff;
	font-weight:normal;
	
}
[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;
	}
}

h2[id],h1[id], h3[id], h4[id], p[id], hr[id], a[id]{
  scroll-margin-top: 5em;
}
/*Admin*/

#msl_page_admin li a {
	height: 8em;
}
#admin_page_content {
	max-width: 1200px;
	width: 90%;
	margin: auto;
}
.msl_admin_page {
	padding: 25px 75px;
}
/*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%;
	}
}
/*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;
}

/*image zoom*/

.image_zoom_modal{
    z-index:5;
    display:none;
    padding-top:100px;
    position:fixed;
    left:0;top:0;
    width:100%;
    height:100%;
    overflow:auto;
    background-color:rgb(0,0,0);
    background-color:rgba(0,0,0,0.4)
    
}

.image_zoom_modal_content {
    margin: auto;
    background-color: #fff;
    position: relative;
    padding: 0;
    outline: 0;
    width: 600px
}

.image_zoom_modal-animate {
    animation: animatezoom 0.6s
}

@keyframes animatezoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}
/*header - start */

@media(min-width:1400px) {
	header .container, .container {
		max-width: 1270px!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;
}
@media(min-width:992px) {
	.navbar-container {
		padding: 0 15px!important;
	}
}
/*SiteLogo*/

header .logo img {
	max-width: 68px;
	float: left;
	padding: 13px 10px 10px 0;
}
@media (min-width: 768px) {
	header .logo img {
		max-width: 68px;
	}
}
@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: 14px 0 0 0;
		display: block;
		overflow: hidden;
	}
	[role="navigation"] .logo img {
		max-width: 110px;
		padding: 0;
	}
}
/*login*/

.adminbar .msl-loginbutton {
	background-color: #f36a95;
	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: #f36a95;
	color: #fff;
	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: #231f20;
	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: transparent!important;
	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(65% - 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: #f36a95;
	}
}
.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: #231f20;
	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)!important;
	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;
	font-family: inherit!important;
}
.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;
	font-family: inherit!important;
}
.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;
	font-family: inherit!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: #075a64;
		padding-bottom: 30px;
		transition: .8s;
	}
	header:hover {
		background: #075a64;
	}
}
/*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;
	}
}
@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 a {
	width: 50px;
	height: 50px;
	line-height: 2em;
	padding: 0;
	color: #ccc;
	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: #231f20;
}
@media(min-width:768px) {
	.search.collapsed a:before {
		background: #f36a95;
		color: #fff;
	}
}
.search.collapsed input {
	width: 0;
	padding: 10px;
}
.search.collapsed a {
	color: #231f20;
	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%;
	background: #f9f9f9;
	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: #062D3F;
	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, .adminbar ul li.bskt {
	display: none;
}
.adminbar .dropdown-toggle::after {
	display: none;
}
/*Basket*/

.adminbar #msl-basket-summary {
	background-image: none;
	background: #231f20;
	padding: 11px 23px;
}
@media(min-width:992px) {
	.adminbar #msl-basket-summary {
		background-image: none;
		background: #231f20;
		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: #da2129;
	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 */

#newslist .news_item, #newslist .msl-item {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	margin: 0;
	margin-bottom: 15px;
	border-radius: 0;
	color: #AAB3BF;
	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, #newslist .msl-item {
	margin-bottom: 3.5em;
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	margin: 0;
	margin-bottom: 15px;
	border-radius: 0;
	color: #AAB3BF;
	position: relative;
	padding: 0;
	transition: 0.3s;
	border: 0px solid;
	margin-right: 35px;
}
#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;
	color: #000;
}
@media(min-width:768px) {
	.msl-item-list {
		display: flex;
		margin: 0;
		justify-content: center;
	}
	#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) {
	}
}
#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 0;
	position: relative;
	font-weight: normal;
	background: transparent;
	z-index: 10;
	transition: 0.3s;
	color: #333;
	float: left;
	width: 60%;
	min-height: initial;
	text-align: left;
}
@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: #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;
	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;
	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 .news_image:before {
	border-color: #965adc;
}
#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(25% - 35px);
	}
	#newslist .news_item:nth-child(even), #newslist .msl-item:nth-child(even) {
	}
}
#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 0;
	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 0px;
		font-weight: normal;
		transition: 0.3s;
		z-index: 10;
		color: #231f20;
		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: #231f20;
	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;
	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, #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: underline;
}
#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: #f36a95;
}
/*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;
}
/*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;
}
@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);
	}
	.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;
}
.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;
	margin: 5px 0 10px 0;
}
@media(min-width:1200px) {
	.squares-events .msl_event_name {
		font-size: 24px;
	}
}
.squares-events .msl_event_name:hover {
	text-decoration: none;
}
.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: 0;
	text-indent: 0;
	color: #2d235f;
	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: normal;
}
/*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-right: 35px;
		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(25% - 35px);
		flex: 1;
		max-width: calc(25% - 35px);
	}
	.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 0;
	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: #231f20;
	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;
	margin: 5px 0 10px 0;
	font-family: 'Bebas Neue',sans-serif!important;
}
@media(min-width:1200px) {
	.squares-events .msl_event_name {
		font-size: 24px;
	}
}
.squares-events .msl_event_name:hover {
	text-decoration: none;
}
.squares-events .msl_event_location {
	display: block;
	line-height: 1.1;
	position: relative;
	padding-left: 18px;
	font-size: 14px;
	font-weight: 500;
	color: #231f20;
	margin: 0;
}
.squares-events .msl_event_location:before {
	content: "\f041 ";
	font-family: fontawesome;
	position: absolute;
	left: 0;
	text-indent: 0;
	color: #000;
	top: 50%;
	transform: translateY(-50%);
	font-size: 22px;
	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 {
	/* 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: #f36a95;
}
.squares-events .event_item:hover .msl_event_name {
	text-decoration: underline;
}
/*Events - end */

/*section navigation - start */

.sectionCards ul {
	padding: 0;
	margin: 0;
}
.sectionCards ul li {
	width: 100%;
	margin: 40px 0;
	list-style-type: none;
}
.sectionCards li img {
	width: 100%;
}
.sectionCards li .msl-imagenav-title {
	color: #000;
	font-size: 24px;
	margin: 10px 0 0 0;
	font-weight: 700;
	display: block;
	/* text-transform: uppercase; */
}
.sectionCards li a {
	text-decoration: none;
	color: #000;
	font-weight: 500;
}
.sectionCards li a:hover {
	text-decoration: none;
	color: #000;
}
@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;
	margin-bottom: 15px;
	border-radius: 0;
	color: #AAB3BF;
	position: relative;
	padding: 0;
	transition: 0.3s;
	border: 0px solid;
	margin: 10px 15px 10px 15px;
	display: none;
	z-index: 1;
}
.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 {
	border-color: #f36a95;
}
.squares-groups ul.msl_organisation_list li:hover .msl-gl-link {
	text-decoration: underline;
}
/*GroupDetails*/

.squares-groups .msl-gl-link {
	padding: 0;
	line-height: 1;
	color: #231f20;
	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;
	margin-bottom: 0;
	text-transform: uppercase;
	font-weight: normal;
}
.squares-groups .msl-gl-attribute {
	color: #000;
	font-size: 14px;
}
.squares-groups .gl-logo {
    border-radius:4px;
	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%; */
	vertical-align: top;
	position: relative;
	transition: 0.3s;
	display: block;
	height: auto;
	margin: 0 auto;
}
@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: #000;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
	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;
}

.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: #000;
	font-weight: normal;
	padding: 2px 3px 0px 30px;
	margin: 5px 0;
}
.socialmedia-c a:before {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background-color: #000;
	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;
}
.ql ul li {
	width: calc(33.33333% - 20px);
	margin:35px 0;
	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(25% - 35px);
		display: flex;
		flex-direction: column;
		margin-right: 35px;
		position: relative;
		margin-top: 35px;
	}
	.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%;
}
.ql .msl-imagenav-title {
	/* text-transform:uppercase; */
	color: #231f20;
	text-decoration: none;
	font-size: 23px;
	/* transform: rotate(90deg) translateY(-50%); */
	line-height: 1;
	font-family: 'Bebas Neue',sans-serif!important;
}
.ql .title-container {
	margin-top: 20px;
}
.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;
	-webkit-transform: translateX(-101%);
	transform: translateX(-101%);
	-webkit-transition: -webkit-transform .33s ease;
	transition: -webkit-transform .33s ease;
	transition: transform .33s ease;
	transition: transform .33s ease, -webkit-transform .33s ease;
	background-color: #f36a95;
	z-index: 20;
}
.ql ul li:hover .nav-details-description {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}
.ql ul li .msl-imagenav-description {
	text-transform: none;
	font-weight: 500;
	color: #fff;
	font-size: 18px;
	line-height: 1;
	font-size: 16px;
	opacity: 0;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
}
@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: #f36a95; */
}
.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 - no description*/
.no-slide .nav-details-description, .no-slide ul li:hover .nav-details-description {
	display:none;
}
/* quicklinks - end */

/*Officers*/
@media(min-width:992px){
.officers ul {display: flex;flex-direction: row;justify-content: center;margin: 0;padding: 0;flex-wrap: wrap;}
}

/*SubPages - start */

.header-section {
	position: relative;
	z-index: 1;
	display: block;
	/* overflow: hidden; */
	background: linear-gradient(to bottom, #075a64100%, #fff 20%);
	margin-bottom: 15px;
	padding: 105px 0 0px 0;
}
@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;
	max-width: -webkit-fill-available;
	/* padding: 10px; */
	/* border: 10px solid rgba(255,255,255,0.35); */
	position: relative;
	-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;
	height: auto;
}
@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);
	}
}
@media(min-width:992px) {
	.header-section .msl-pagebanner img {
		max-width: 100%;
	}
}
.banner-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.header-section .banner-info h1 {
	color: #69bfab;
	font-size: 45px;
	display: block;
	transition: 0.3s;
	position: relative;
	z-index: 1;
	line-height: inherit;
	padding: 0;
	text-align: left;
}
.banner-image {
	width: 100%;
	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%;
}
.banner-info .text-container {
	padding: 80px 20px 60px;
	margin-left: 0;
	max-width: 100%;
	/* 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(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: red
}

@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;
}

#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: #da2129;
    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
}

#reviewbasket .msl_table tr.footer td {
    background: #231f20;
    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
    }
}

.page_shop .vp_form .vpFormSubmit {
    background: 0 0
}

.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;
}html {
	scroll-behavior: smooth;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
}
body {
	-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;
	font-family: 'Josefin Sans', sans-serif!important;
}
body a {
    color: #69BFB4;
}
img {
	/* width: 100%; */
	max-width: 100%;
}
@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; */
}
@media(min-width:992px) {
	body .content {
		padding-top: 15rem!important;
	}
}
@media (min-width: 1200px) {
	.container {
		max-width: 1140px!important;
	}
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height: 1!important;
	/* text-transform: uppercase; */
	letter-spacing: auto;
	font-family: 'Bebas Neue',sans-serif!important;
}
.panel-colour {
	/* background: #cfead4; */
	background: #075a64;
}
.inner-c {
	padding: 15px 0;
}
input.button {
	position: relative;
	background: #231f20;
	color: #fff;
	cursor: pointer;
	transition: 0s;
	border: 3px solid #231f20;
	text-align: center;
	font-size: 15px;
	padding: 5px;
	font-weight: bold;
	transition: 0.3s;
	box-shadow: none;
	line-height: 15px;
	padding: 4px!important;
}
input.button:hover {
	background: #fff;
	color: #000;
}
/*sections styling*/

h2.section-header {
	color: #da2129;
	font-size: 45px;
	font-weight: 900;
	display: inline-block;
	text-align: left;
	position: relative;
	width: 100%;
	margin: 0 0 3% 0;
	max-width: 500px;
}
@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*/

.inner-c a.b-more {
	position: relative;
	background: #f36a95;
	color: #fff;
	cursor: pointer;
	transition: 0s;
	width: fit-content;
	border: 3px solid #f36a95;
	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);
}
.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: #231f20;
}
/*SocialMedia*/

[id="header-social"] {
	text-align: center;
	margin: 0px 0 15px;
}
[id="header-social"] a {
	color: transparent;
	transition: 0.3s;
	margin-bottom: 15px;
}
[id="header-social"] a:hover {
	color: transparent;
	text-decoration: none;
}
[id="header-social"] a.msl {
	margin-bottom: 0px;
}
[id="header-social"] a .fa-inverse {
	color: #69BFB4;
	background: transparent;
	/* font-size:14px */
}
[id="header-social"] a:hover .fa-inverse {
	color: #000;
}
@media all and (min-width: 992px) {
	[id="header-social"] {
		margin: 0;
		float: right;
		text-align: center;
	}
}
/*footer*/

footer {
	background: #075a64;
	margin-top: 15px;
}
footer h3, footer p {
	color:#fff;
	font-weight:normal;
	
}
[id="header-social"] a.msl, [id="header-social"] p, footer p {
	color: #fff;
	display: block;
	text-align: center;
	padding: 2px 5px;
	font-size: 12px;
	display: block;
	clear: both;
}
footer .footer-info span {
	font-weight:900;
	margin:15px 0;
	display:block;
}
[id="header-social"] a.msl{
	display:block;
}
@media(min-width:600px) {
	[id="header-social"] a.msl, [id="header-social"] p {
		text-align: center;
		margin: 15px 0;
	}
}
/*Footer Navigation*/
footer ul.msl_navbar {
	padding:0;
	margin:0;
}
footer ul.msl_navbar li {
	list-style-type:none;
}
footer ul.msl_navbar li a {
	color:#fff!important;
	transition:0.3s;
}
footer ul.msl_navbar li a:hover {
	text-decoration:none;
	color:#69BFB4!important;
}
footer .footer-logo img {
	max-width:150px;
}
@media(min-width:768px){
	footer .footer-logo img {
	    margin-top: -15px;
	}
}
/*Admin*/

#msl_page_admin li a {
	height: 8em;
}
#admin_page_content {
	max-width: 1200px;
	width: 90%;
	margin: auto;
}
.msl_admin_page {
	padding: 25px 75px;
}
/*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%;
	}
}
/*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: 1270px!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;
}
@media(min-width:992px) {
	.navbar-container {
		padding: 0 15px!important;
	}
}
/*SiteLogo*/

header .logo img {
	max-width: 68px;
	float: left;
	padding: 13px 10px 10px 0;
}
@media (min-width: 768px) {
	header .logo img {
		max-width: 68px;
	}
}
@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: 14px 0 0 0;
		display: block;
		overflow: hidden;
	}
	[role="navigation"] .logo img {
		max-width: 110px;
		padding: 0;
	}
}
/*login*/

.adminbar .msl-loginbutton {
	background-color: #f36a95;
	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: #f36a95;
	color: #fff;
	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: #231f20;
	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: transparent!important;
	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(65% - 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: #f36a95;
	}
}
.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: #f36a95;
	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)!important;
	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;
	font-family: inherit!important;
}
.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;
	font-family: inherit!important;
}
.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;
	font-family: inherit!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: #075a64;
		padding-bottom: 30px;
		transition: .8s;
	}
	header:hover {
		background: #075a64;
	}
}
/*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;
	}
}
@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 a {
	width: 50px;
	height: 50px;
	line-height: 2em;
	padding: 0;
	color: #ccc;
	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: #231f20;
}
@media(min-width:768px) {
	.search.collapsed a:before {
		background: #f36a95;
		color: #fff;
	}
}
.search.collapsed input {
	width: 0;
	padding: 10px;
}
.search.collapsed a {
	color: #231f20;
	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%;
	background: #f9f9f9;
	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: #062D3F;
	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, .adminbar ul li.bskt {
	display: none;
}
.adminbar .dropdown-toggle::after {
	display: none;
}
/*Basket*/

.adminbar #msl-basket-summary {
	background-image: none;
	background: #231f20;
	padding: 11px 23px;
}
@media(min-width:992px) {
	.adminbar #msl-basket-summary {
		background-image: none;
		background: #231f20;
		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: #da2129;
	border-radius: 50%;
	padding: 4px 4px 5px 4px;
	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 */

#newslist .news_item, #newslist .msl-item {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	margin: 0;
	margin-bottom: 15px;
	border-radius: 0;
	color: #AAB3BF;
	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, #newslist .msl-item {
	margin-bottom: 3.5em;
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	margin: 0;
	margin-bottom: 15px;
	border-radius: 0;
	color: #AAB3BF;
	position: relative;
	padding: 0;
	transition: 0.3s;
	border: 0px solid;
	margin-right: 35px;
}
#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: 12px;
	padding: 0;
	margin-bottom: 0;
	text-transform: uppercase;
	font-weight: bold;
	color: #f36a95;
}
@media(min-width:768px) {
	.msl-item-list {
		 display: flex;
        flex-wrap: wrap;
        justify-content: center;
	}
	#newslist .news_item, #newslist .msl-item {
	margin-right: 35px;
    flex-basis: calc(33.333% - 35px);
	}
	#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) {
	}
}
#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 0;
	position: relative;
	font-weight: normal;
	background: transparent;
	z-index: 10;
	transition: 0.3s;
	color: #333;
	float: left;
	width: 60%;
	min-height: initial;
	text-align: left;
}
@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: #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;
	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;
	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 .news_image:before {
	border-color: #965adc;
}
#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 {
		margin-right: 35px;
		flex-basis: calc(25% - 35px);
	}
	#newslist .news_item:nth-child(even), #newslist .msl-item:nth-child(even) {
	}
}
#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 0;
	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 0;
		font-weight: normal;
		transition: 0.3s;
		z-index: 10;
		color: #231f20;
		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: #231f20;
	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;
	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, #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: underline;
}
#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: #f36a95;
}
/*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;
}
/*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;
}
@media(min-width:500px) {
	.squares-events .event_item {
		margin-right: 20px;
		flex-basis: calc(50% - 20px);
	}
	.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);
		max-width: calc(33.333% - 10px);
	}
	.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;
}
.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;
	margin: 5px 0 10px 0;
}
@media(min-width:1200px) {
	.squares-events .msl_event_name {
		font-size: 24px;
	}
}
.squares-events .msl_event_name:hover {
	text-decoration: none;
}
.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: 0;
	text-indent: 0;
	color: #2d235f;
	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: normal;
}
/*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-right: 35px;
		flex-basis: calc(50% - 35px);
	}
	.squares-events .itemEven {
	}
	/*.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 {
		max-width: calc(33.333% - 35px);
	}
	.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(25% - 35px);
		max-width: calc(25% - 35px);
	}
	.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, .squares-events .event_item .msl_event_types {
	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 0;
	font-weight: normal;
	transition: 0.3s;
	z-index: 10;
	transition: 0.3s;
	color: #000;
	bottom: 0;
	right: 0;
	left: 0;
	word-break: break-word;
}
.squares-events .msl_event_name {
	padding: 0;
	line-height: 1;
	color: #231f20;
	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;
	margin: 5px 0 10px 0;
	font-family: 'Bebas Neue',sans-serif!important;
}
@media(min-width:1200px) {
	.squares-events .msl_event_name {
		font-size: 24px;
	}
}
.squares-events .msl_event_name:hover {
	text-decoration: none;
}
.squares-events .msl_event_location {
	display: block;
	line-height: 1.1;
	position: relative;
	padding-left: 18px;
	font-size: 14px;
	font-weight: 500;
	color: #231f20;
	margin: 0;
	/* word-break: break-word; */
}
.squares-events .msl_event_location:before {
	content: "\f041 ";
	font-family: fontawesome;
	position: absolute;
	left: 0;
	text-indent: 0;
	color: #000;
	top: 50%;
	transform: translateY(-50%);
	font-size: 22px;
	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 {
	/* padding: 0 5px; */
	font-size: 12px;
	padding: 0;
	margin-bottom: 0;
	text-transform: uppercase;
	font-weight: bold;
	color: #f36a95;
}
/*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: #f36a95;
}
.squares-events .event_item:hover .msl_event_name {
	text-decoration: underline;
}
/*Events - end */

/*section navigation - start */

.sectionCards ul {
	padding: 0;
	margin: 0;
}
.sectionCards ul li {
	width: 100%;
	margin: 40px 0;
	list-style-type: none;
}
.sectionCards li img {
	width: 100%;
}
.sectionCards li .msl-imagenav-title {
	color: #075a64;
	font-size: 24px;
	margin: 10px 0 0 0;
	display: block;
	/* text-transform: uppercase; */
}
.sectionCards li a {
	text-decoration: none;
	color: #000;
	font-weight: 500;
}
.sectionCards li a:hover {
	text-decoration: none;
	color: #000;
}
@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;
	margin-bottom: 15px;
	border-radius: 0;
	color: #AAB3BF;
	position: relative;
	padding: 0;
	transition: 0.3s;
	border: 0px solid;
	margin: 10px 15px 10px 15px;
	display: none;
	z-index: 1;
}
.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 {
	border-color: #f36a95;
}
.squares-groups ul.msl_organisation_list li:hover .msl-gl-link {
	text-decoration: underline;
}
/*GroupDetails*/

.squares-groups .msl-gl-link {
	padding: 0;
	line-height: 1;
	color: #231f20;
	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;
	margin-bottom: 0;
	text-transform: uppercase;
	font-weight: normal;
}
.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%; */
	vertical-align: top;
	position: relative;
	transition: 0.3s;
	display: block;
	height: auto;
	margin: 0 auto;
}
@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: #000;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
	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: 0 10px;
    font-weight: bold;
}
.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: #69BFB4;
	font-weight: normal;
	padding: 2px 3px 0px 30px;
	margin: 5px 0;
}
.socialmedia-c a:before {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background-color: #fff;
	left: 0;
}
a.socfacebook {
	display: block;
	width: 50px;
	position: relative;
}
a.socfacebook:before {
	content: "\f09a";
	font-family: fontawesome;
	position: absolute;
	text-indent: 0;
	color: #69BFB4;
	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: #69BFB4;
	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: #69BFB4;
	top: 50%;
	transform: translateY(-50%);
	font-size: 16px;
	padding-left: 6px;
}
a.website {
	color: #69BFB4;
	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: ##69BFB4;
	top: 50%;
	transform: translateY(-50%);
	font-size: 30px;
}
a.facebook:hover, a.soctwitter:hover, a.website:hover, a.socemail:hover {
	text-decoration: underline;
}
a.socemail {
	color: #69BFB4;
	margin: 0;
	display: block;
	width: 26px;
	position: relative;
}
a.socemail:before {
	content: "\f0e0";
	font-family: fontawesome;
	position: absolute;
	left: 0;
	text-indent: 0;
	color: #69BFB4;
	top: 50%;
	transform: translateY(-50%);
	font-size: 13px;
	padding-left: 6px;
	padding-top: 2px;
}
/* Student Groups - end */

/* quicklinks - start */

.ql ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.ql ul li {
	width: calc(33.33333% - 20px);
	margin:35px 0;
	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(25% - 20px);
		display: flex;
		flex-direction: column;
		margin-right: 20px;
		position: relative;
		margin-top: 35px;
	}
	.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%;
}
.ql .msl-imagenav-title {
	/* text-transform:uppercase; */
	color: #231f20;
	text-decoration: none;
	font-size: 23px;
	/* transform: rotate(90deg) translateY(-50%); */
	line-height: 1;
	font-family: 'Bebas Neue',sans-serif!important;
}
.ql .title-container {
	margin-top: 20px;
}
.no-slide .title-container {
	margin-top: 20px;
	margin-left:6px;
}
.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;
	-webkit-transform: translateX(-101%);
	transform: translateX(-101%);
	-webkit-transition: -webkit-transform .33s ease;
	transition: -webkit-transform .33s ease;
	transition: transform .33s ease;
	transition: transform .33s ease, -webkit-transform .33s ease;
	background-color: rgba(243, 106, 149,.85);
	z-index: 20;
}
.ql ul li:hover .nav-details-description {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}
.ql ul li .msl-imagenav-description {
	text-transform: none;
	font-weight: 500;
	color: #fff;
	font-size: 18px;
	line-height: 1;
	font-size: 16px;
	opacity: 0;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
}
@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: #f36a95; */
}
.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;
		max-width: 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: 10px;
	}
	.ql .msl-imagenav-title {
		font-size: 16px;
		line-height: 1;
	}
}

/* quicklinks - no description*/
.no-slide .nav-details-description, .no-slide ul li:hover .nav-details-description {
	display:none;
}
.no-slide .msl-imagenav-image {
	width: 100%;
	position: relative;
	transition: 0.3s;
	display: block;
	overflow: hidden;
	z-index: 1;
	float: left;
	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;
}
.no-slide li:hover .msl-imagenav-image {
	border-color: #f36a95;

}
/* quicklinks - end */

/*Officers*/
@media(min-width:992px){
.officers ul {display: flex;flex-direction: row;justify-content: center;margin: 0;padding: 0;flex-wrap: wrap;}
}

/*SubPages - start */

.header-section {
	position: relative;
	z-index: 1;
	display: block;
	/* overflow: hidden; */
	background: linear-gradient(to bottom, #075a64100%, #fff 20%);
	margin-bottom: 15px;
	padding: 105px 0 0px 0;
}
@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;
	max-width: -webkit-fill-available;
	/* padding: 10px; */
	/* border: 10px solid rgba(255,255,255,0.35); */
	position: relative;
	-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;
	height: auto;
}
@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);
	}
}
@media(min-width:992px) {
	.header-section .msl-pagebanner img {
		max-width: 100%;
	}
}
.banner-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.header-section .banner-info h1 {
	color: #69bfab;
	font-size: 45px;
	display: block;
	transition: 0.3s;
	position: relative;
	z-index: 1;
	line-height: inherit;
	padding: 0;
	text-align: left;
}
.banner-image {
	width: 100%;
	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%;
    margin-top: 23px;
}
.banner-info {
	width: 100%;
}
.banner-info .text-container {
	padding: 80px 20px 60px;
	margin-left: 0;
	max-width: 100%;
	/* 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: #f36a95;
	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(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: red
}

@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;
}

#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: #da2129;
    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
}

#reviewbasket .msl_table tr.footer td {
    background: #231f20;
    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
    }
}

.page_shop .vp_form .vpFormSubmit {
    background: 0 0
}

.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;
}

/*grouped members list*/
.msl-groupedmemberlist ul li {
    border:0px solid;
    padding: 0;
}

.msl-groupedmemberlist ul li .badge_tools {
    display:none;
}
.msl-groupedmemberlist ul {
    padding:0;
    border:0px solid;
    margin: 0;
    padding: 0;
}
/* 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;
}

/* Admin toolbar for organisation admin screens */
.msl-toolbar ul li a:hover {
    border-color: #aaa;
    background: #015963;
    color: #fff;
}