html {
	scroll-behavior: smooth;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
}

a:focus:not(:focus-visible), button:focus:not(:focus-visible) {
   outline: none!important;
   background-color: transparent!important;
}
a:focus-visible, button:focus-visible {
  outline: 4px dotted #e73;
  outline-offset: 0px;
  outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    outline-offset: 0;
    outline: 3px solid #ffbf47;
    color: #0b0c0c !important;
    background-color: #ffbf47 !important;
    box-shadow: 0 -2px #ffbf47, 0 6px #0b0c0c;
    text-decoration: none !important;
    transition-duration: 0s;
}
.adminbar #msl-basket-summary:not(:focus-visible) {
       outline: none!important;
    }
	.adminbar #msl-basket-summary:focus-visible, .adminbar #msl-basket-summary:focus-within {
         outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
        outline-offset: 0;
        outline: 3px solid #ffbf47;
        color: #0b0c0c !important;
        background-color: #ffbf47 !important;
        box-shadow: 0 -2px #ffbf47, 0 6px #0b0c0c;
        text-decoration: none !important;
        transition-duration: 0s;
	}
#search input.textbox:focus-visible {
  outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    outline-offset: 0;
    outline: 3px solid #ffbf47;
    color: #0b0c0c !important;
    background-color: #ffbf47 !important;
    box-shadow: 0 -2px #ffbf47, 0 6px #0b0c0c;
    text-decoration: none !important;
    transition-duration: 0s;
}
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: 'arial', serif!important;
}
#skiptocontent a {
	padding:6px;
	position: absolute;
	top:-40px;
	left:0px;
	color:white;
	border-right:1px solid white;
	border-bottom:1px solid white;
	border-bottom-right-radius:8px;
	background:#BF1722;
	-webkit-transition: top 1s ease-out;
    transition: top 1s ease-out;
    z-index: 100;
}

#skiptocontent a:focus {
	position:absolute;
	left:0px;
	top:0px;
	outline-color:transparent;	
	-webkit-transition: top .1s ease-in;
    transition: top .1s ease-in;
}

@media (prefers-reduced-motion: reduce) {
	#skiptocontent a {
		transition-duration: 0.001ms !important;
	}
}
#skip-link {
    position: relative;
}
#skip-link a {
    position: absolute !important;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 0.625rem 1.563rem;
    color: #ffff;
    font-size: 1rem;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    top: -4.125rem;
    z-index: 9999;
    width: auto;
    background-color: #0d0d0d;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    box-shadow: 0 20px 40px -10px rgb(26 26 26 / 20%);
    font-weight: bold;
}
#skip-link a:focus,
#skip-link a:hover {
    top: 0;
}
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 a {
    color: #0055AE;
}
body .content p {
	/* font-size: 18px!important; */
}
@media(min-width:992px) {
	body .content {
		padding-top: 14rem!important;
	}
}
@media (min-width: 1200px) {
	.container {
		max-width: 1140px!important;
	}
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700!important;
	line-height: 1!important;
	font-family: 'merriweather', serif!important;
}
.panel-colour {
	background: #fff;
}
.inner-c {
	padding: 15px 0;
}
input.button, .vp_form input.button_cancel, .vp_form input.button_submit, a.basket {
	position: relative;
	background: #0055AE;
	color: #fff;
	cursor: pointer;
	transition: 0s;
	border: 2px solid #0055AE;
	text-align: center;
	font-size: 15px;
	padding: 5px;
	font-weight: bold;
	transition: 0.3s;
	box-shadow: none;
	padding: 10px 5px!important;
	border-radius: 6px!important;
	box-shadow: 0 2px 6px 0 rgb(0 0 0 / 18%);
}
input.button:hover, .vp_form input.button_cancel:hover, .vp_form input.button_submit:hover, a.basket:hover {
	background: #fff;
	color: #0055AE;
	text-decoration:none;
}
/*sections styling*/

h2.section-header {
	color: #0d0d0d;
	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: 2rem;
	}
}
@media(min-width:1200px) {
	h2.section-header {
		font-size: 3rem;
	}
}
@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: #231f20;
	color: #fff;
	cursor: pointer;
	transition: 0s;
	width: fit-content;
	border: 2px solid #231f20;
	text-align: center;
	margin: 30px auto;
	font-size: 1rem;
	padding: 10px 25px;
	font-weight: 700;
	display: table;
	transition: 0.3s;
	box-shadow: 0 3px 9px 0 rgb(0 0 0 / 9%);
	border-radius: 6px;
}
.inner-c .btn-left {
	margin:30px 0!important;
}

a.b-more:hover {
	text-decoration: none;
	background: transparent;
	color: #231f20;
}
/*SocialMedia*/

[id="header-social"] {
	margin: 15px 0;
	text-align: center;
}
[id="header-social"] a {
	color: #fff;
	transition: 0.3s;
	margin-bottom: 15px;
	border-radius: 50%;
	border: .125rem solid #fff;
	display: inline-block;
	height: auto;
	text-align: center;
	width: 38px;
	position: relative;
}
[id="header-social"] a.msl {
	border-radius:0;
	border:0;
	width:100%;

}
[id="header-social"] a:hover {
	color: #000;
	text-decoration: none;
}
[id="header-social"] a.msl {
	margin-bottom: 0px;
}
[id="header-social"] a .fa-inverse {
	color: #000;
}
[id="header-social"] a:hover .fa-inverse {
	color: #fff;
}
@media all and (min-width: 992px) {
	[id="header-social"] {
		margin: 0;
		float: left;
		text-align: left;
		width: 100%;
	}
}
/*footer*/

footer {
	background: #262626;
	margin-top: 15px;
}
[id="header-social"] a.msl, [id="header-social"] p {
	color: #fff;
	display: block;
	text-align: center;
	padding: 15px 0 0 0px;
	font-size: 12px;
	display: block;
	clear: both;
	margin-bottom: 0;
}
@media(min-width:600px) {
	[id="header-social"] a.msl, [id="header-social"] p {
		text-align: left;
	}
}
/*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;
	transform: translate3d(0,0,100px);
	transform-style: preserve-3d;
	border-bottom: 1px solid #c0c0c0;
}
.active-nav header {
	background: #fff;
	border-bottom: 1px solid #c0c0c0;
	position: fixed;
}
@media(min-width:992px) {
	header {
		/* 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;
		z-index: 1;
	}
}
/*SiteLogo*/

header .logo img {
	max-width: 134px;
	float: left;
	margin-top: 25px;
	padding: 0;
}
@media (min-width: 768px) {
	header .logo img {
		max-width: 135px;
	}
}
@media (min-width: 992px) {
	[role="banner"] .d-logo {
		display: inline-block;
		float: left;
		width: 50%;
	}
	[role="banner"] .logo {
		text-align: left;
		max-width: 100%;
		margin-left: 0;
		margin: 35px 15px;
		display: block;
		overflow: hidden;
	}
	[role="banner"] .logo img {
		max-width: 100%;
		margin-top: 0;
	} {
		
	}
	.nav-scrolled [role="banner"] .logo {
		margin: 25px 0 0 0;
	}
	.nav-scrolled [role="banner"] .logo img {
		max-width: 115px;
	}
}
/*login*/

.adminbar .msl-loginbutton {
	background-color: #0d0d0d;
	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;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	font-weight: bold;
	border:2px solid #0d0d0d;
}
.adminbar .msl-loginbutton:hover {
	background: #fff;
	text-decoration: none;
	color: #0d0d0d;
	border:2px solid #0d0d0d;
}
.adminbar .msl-loginbutton.msl-loggedin {
	display:none;
}
.m-login {
	height: auto;
	display: block;
	float: left;
	width: 100%;
}
.m-login .msl-loginbutton {
	background-color: #0055AE;
	color: #fff;
	padding: 15px;
	font-weight: 700;
	transition: 0.3s;
	display: block;
	text-align: center;
	margin: 0;
	text-transform: uppercase;
	border-radius: 6px;
}
.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;
}
.m-user-c {
	padding: 10px 0;
	margin:0;
	border-top: 1px dotted #c0c0c0;
	display: none;
	padding-top: 65px;
}
.m-user-c li{
	list-style-type:none;
	margin-top: 5px;
}
.m-user-c li a.dropdown-toggle::after {
	transition: transform .35s cubic-bezier(.19, 1, .4, 1);
}
.m-user-c li.show a.dropdown-toggle::after {
	transform: rotate(180deg);
}
.m-user-c li.logout {
	display:none;
}
.m-user-c li a {
	text-align:left;
	color: #0d0d0d;
	width:100%;
	display:block;
	font-weight: 700;
}
.m-user-c li a:hover {
	text-decoration:none;
	color: #000;
}
.m-user-c li a:active, .m-user-c li a:focus {
	outline:none;
}
.m-user-c li .dropdown-menu {
	position: relative!important;
	transform: none!important;
	width: 100%;
	background: transparent;
	border: 0;
}
.m-user-c li .dropdown-menu ul {
	padding:0 10px;
}
.m-user-c li .dropdown-menu ul li a{
    padding:6px 10px;
    background:none;
    font-weight: normal;
}
.m-user-c li .dropdown-menu h3, .m-user-c li .dropdown-menu p {
	display:none;
}
@media(min-width:992px) {
	.m-login, .m-user-c {
		display: none!important;
	}
}
/*AdminControls*/

.adminbar ul {
	margin: 0;
	float: right;
	padding: 20px 0px;
}
@media(min-width: 768px) {
	.adminbar ul {
		padding: 18px 0px;
	}
}
@media(min-width: 992px) {
	.adminbar ul {
		margin: 30px 0px;
		float: right;
	}
	.adminbar #ulOrgs {
		float:left;
	}
}
.adminbar ul li {
	list-style-type: none;
	float: left;
	position: relative;
	font-size: 14px;
	height: 44px;
	margin: 0;
	display: flex;
	justify-content: center;
	flex-direction: column;
	border-radius: 6px;
}
.adminbar ul li.dropdown a {
	font-size: 1.8rem;
	color: #0d0d0d;
	padding: 8px;
	text-align: center;
	background: transparent;
	display: inline-block;
	border: 0px solid;
	font-weight: normal;
	min-width: min-content;
	display: flex;
	justify-content: center;
	flex-direction: column;
	width: 40px;
	transition: 0.3s;
	border-radius: 6px;
	text-decoration: none;
}
.adminbar ul li.dropdown a:hover, .adminbar ul li.dropdown a:hover span{
	text-decoration: none;
}
.adminbar ul li.dropdown a:hover, .adminbar ul li.show a {
	/* background: #000; */
	color: #c0c0c0;
	transition: 0;
}
.adminbar .admin-label {
    float: left;
    font-size: 0.9rem;
    padding: 0 0 15px 25px;
    color: #fff;
    transition:0.3s;
}
.adminbar .admin-label:hover {
	color:#c0c0c0;
}
.adminbar .mobile-user .fa-user {
	color:#0d0d0d;
	font-size:1.8rem;
	position: relative;
}
.adminbar .fa-user {
    position:absolute;
    font-size: 1.5rem;
    color: #fff;
}

/*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="banner"] .adminbar {
		display: inline-block;
		float: right;
		width: calc(85% - 15px);
		margin-right: 0;
		padding: 40px 0;
	}
	[role="banner"] .adminbar ul li {
		height: 50px;
		/* background: #fff; */
		margin: 0 0 0 0px;
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
	[role="banner"] .adminbar ul li.admin-cog a {
	border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
	}
	[role="banner"] .adminbar ul li.search-bar-c {
		margin-right:15px;
	}
	.adminbar ul li.dropdown a {
		height: 50px;
		font-size: 24px;
		border-radius: 0;
		width: 50px;
	}
}
/*AdminDropdown*/

@media(min-width: 992px) {
	.adminbar ul li.dropdown a, .adminbar ul li.dropdown a:active {
		height: 50px;
		font-size: 1.5rem;
		color: #fff;
		background: #0d0d0d!important;
	}
	.adminbar ul li.greeting a {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	font-weight: bold;
	}
}
.adminbar ul li.greeting a {
	font-weight: bold;
	}
	.adminbar ul li.greeting a:hover > .fa-user {
		color:#c0c0c0;
		transition:0.3s;
	}
.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!important;
	left: initial!important;
	top: 53px!important;
	font-weight: normal;
	background: #0d0d0d;
	display: block;
	/* overflow-y: auto; */
	border-radius: 6px;
	box-shadow: 0px 0px 12px rgb(0 0 0 / 16%), 0 2px 4px rgb(0 0 0 / 30%);
	max-height: 67vh;
	overflow-y: auto;
}
@media(min-width:992px){
.adminbar .dropdown-menu.show > div {
	overflow-y:auto;
	max-height: 62vh;
	}
}
.adminbar .dropdown-menu.show {
	transform: translate3d(-8px, 0px, 0px)!important;
}
@media(min-width:992px) {
	.adminbar .dropdown-menu.show {
		min-width: 229px;
		right: 5px!important;
		top: 58px!important;
		padding: 15px;
		transform: translate3d(0px, 0px, 0px)!important;
		overflow-y: unset;
	}
	.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: 230px;
		right: 5px!important;
		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.show li.logout:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 1rem;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\F08B";
	color:#fff;
	position:absolute;
	top:7px;
	left: 5px;
}
.adminbar .dropdown-menu.show li.logout a {
	padding-left: 22px;
}
.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;
	height: auto;
	font-weight: bold;
	transition: 0.2s;
	display: block;
}
.adminbar .dropdown-menu.show li a:hover {
	color:#c0c0c0;
	background:none;
}
/*GeneralDesktop*/

[role="banner"] {
	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;
	display: none;
}
.adminbar .sidepanel p {
	color:#fff;
	font-weight:600;
	padding: 5px;
	margin: 0;
}
.adminbar .sidepanel ul {
	/* padding: 5px; */
	padding: 0;
	display: block;
	/* float: left; */
	width: 100%;
}
.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: 5px;
}
.adminbar .msl-admin div[id*="pnl"] h4, .adminbar .msl-admin div[id*="pnl"] h4 a {
	display: initial;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	/* margin-bottom: 29px; */
	display: block;
	padding: 0 0 0px 0;
	text-align: left;
	margin: 0!important;
}
.adminbar #msl_admin h4 {
	padding:5px;
}
.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="banner"] {
		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;
	}
	
}
@media (min-width: 992px) {
	header {
		height: auto;
		background: #fff;
		padding-bottom: 15px;
		transition: .8s;
	}
	header:hover {
		/*background: rgba(255, 255, 255, 1);*/
	}
}
/*search*/

.search {
	width: 300px;
	height: 50px;
	padding: 0;
	margin: 0;
	line-height: 2em;
	background-color: transparent;
	position: relative;
	transition: all .25s linear;
	background-image: none;
	background: #fff;
}
@media(min-width:1200px) {
	.search, .search.collapsed {
		width: 330px!important;
	}
}
@media(min-width:1600px) {
	.search {
		width: 310px;
	}
}
.search input {
	width: 9.5em;
	height: 2em;
	line-height: 1em;
	padding: 0 0 0 .5em;
	border: none;
	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: #0d0d0d;
	padding: 10px;
	font-weight: bold;
	transition: 0.3s;
}
.search a:hover::before {
	background: #0d0d0d;
	color: #fff;
}
.search a:hover {
	color: #eee;
}
.search.collapsed {
	/* width: 50px; */
	/* margin-left: 0; */
	/* background: transparent; */
}
.search.collapsed a:before {
	background: transparent;
	color: #0d0d0d;
}
.search.collapsed a:focus-within {
	outline:0!important;
    
}
@media(min-width:768px) {
	.search.collapsed a:before {
		background: #0d0d0d;
		color: #fff;
		border-top-right-radius: 6px;
		border-bottom-right-radius: 6px;
	}
}
.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: #c0c0c0;
}
.search.collapsed a:hover {
	color: #bbb;
}
.search.collapsed a:focus-visible {
    outline: 4px dotted #e73;
  outline-offset: 4px;
}

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: #fff;
	height: 50px;
	font-weight: bold;
	color: #333;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	border: 2px solid #0d0d0d;
}
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 ::-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, .adminbar ul li.greeting {
	display: none;
}
.adminbar .dropdown-toggle::after {
	display: none;
}
/*Basket*/

.adminbar #msl-basket-summary {
	background-image: none;
	background: transparent;
	padding: 11px 20px;
	border-radius: 6px;
}
@media(min-width:992px) {
	.adminbar #msl-basket-summary {
		background-image: none;
		background: #0d0d0d;
		padding: 14px 24px;
		height: 50px;
		border-radius: 0;
	}
	
}
.adminbar #msl-basket-summary .msl-basket-link:before {
	content: "\f291";
	font-family: fontawesome;
	position: absolute;
	left: 13px;
	text-indent: 0;
	color: #0d0d0d;
	top: 21px;
	transform: translateY(-50%);
	font-size: 1.5rem;
	font-weight: normal;
	z-index: 1;
	otline: auto;
	transition:0.3s;
}
@media(min-width:992px){
	.adminbar #msl-basket-summary .msl-basket-link:before {
		color:#fff;
		top: 25px;
		font-size: 1.4rem;
	}
}
.adminbar #msl-basket-summary .msl-basket-link:hover::before {
	color:#c0c0c0;
}
.adminbar #msl-basket-summary .msl-basket-link {
	color: #fff;
	font-weight: bold;
	font-size: 0px;
	text-indent: -5000px;
}
.adminbar #msl-basket-summary .msl-basket-link:focus-within {
	outline:none;
}
.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: #ed1c24;
	border-radius: 50%;
	padding: 3px 4px 5px 3px;
	margin: 0;
	border: none;
	color: #fff;
	height: 20px;
	width: 20px;
	font-weight: bold;
	position: absolute;
	z-index: 2;
	top: 5px;
	margin-left: 2px;
	right: 0;
}
@media(min-width:992px) {
	.adminbar .msl-basket-summary-items .msl-basket-itemcount {
		position: absolute;
		top: 6px;
		margin-left: -1px;
		left: initial;
	}
}
/*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: 0;
}
#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: 0.85rem;
	padding: 0;
	margin-bottom: 0;
	/* text-transform: uppercase; */
	font-weight: normal;
	color: #000;
}
@media(min-width:768px) {
	.msl-item-list {
		display: flex;
		flex-wrap: wrap;
		justify-content: left;
	}
	#newslist .news_item, #newslist .msl-item {
		width: calc(33.33333% - 20px);
		margin-right: 20px;
	}
	#newslist .news_item .leader, #newslist .news_item .mal-leader {
		display: block;
	}
}
#newslist .news_all {
	flex: 0;
	display: none;
}
@media(min-width: 992px) {
	#newslist .news_item, #newslist .mal-item {
		width: calc(33.333% - 20px);
	}
	#newslist .news_item:nth-child(even), #newslist .msl-item:nth-child(even) {
		/* margin-right: 50px; */
	}
}
#newslist .news_item .msl_news_org {
	display: none;
}
#newslist .news_item .news_image, #newslist .msl-item .msl-image {
	float: left;
	width: 50%;
	transition: transform .5s ease;
}
#newslist .news_item .details, #newslist .msl-item .details {
	padding: 15px 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;
	font-weight: 700;
	text-transform: none;
	letter-spacing: normal;
}
@media(min-width:1200px) {
	#newslist .news_item h5 a, #newslist .msl-title a {
		font-size: 24px;
	}
}
#newslist .news_item .tag-list span {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -20px;
	left: 15px;
	background-color: #ffd25f;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	z-index: 2;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 1.5em;
	color: #0b4141;
	margin-top: 5px;
	-webkit-transform: rotate(-25deg);
	-moz-transform: rotate(-25deg);
	-o-transform: rotate(-25deg);
	-ms-transform: rotate(-25deg);
	transform: rotate(-25deg);
	background-image: none;
	padding: 0;
}
#newslist .news_item .tag-list, #newslist .mal-item .msl-tags {
	padding: 0;
	margin: 0;
}
#newslist .news_item:hover h5 a, #newslist .msl-item:hover .msl-title a {
	text-decoration: underline;
}
#newslist .news_item .news_image, #newslist .msl-item .msl-image {
	width: 100%;
	vertical-align: top;
	position: relative;
	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% - 20px);
		margin-right: 20px;
	}
	#newslist .news_item:nth-child(even), #newslist .msl-item:nth-child(even) {
		/* margin-right: 50px; */
	}
}
#newslist .news_item .msl_news_org {
	display: none;
}
#newslist .news_item .news_image, #newslist .msl-item .msl-image {
	float: left;
	width: 50%;
	transition: transform .5s ease;
}
#newslist .news_item .details, #newslist .msl-item .details {
	padding: 15px;
	position: relative;
	font-weight: normal;
	transition: 0.3s;
	background: transparent;
	z-index: 10;
	color: #333;
	float: left;
	width: 60%;
	text-align: left;
}
@media(min-width:768px) {
	#newslist .news_item .news_image, #newslist .msl-item .msl-image {
		float: none;
		width: 50%
	}
	#newslist .news_item .details, #newslist .msl-item .details {
		/* padding: 15px 15px 5px 15px; */
		font-weight: normal;
		transition: 0.3s;
		z-index: 10;
		color: #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;
	font-weight: 700;
	text-transform: none;
	letter-spacing: normal;
}
@media(min-width:1200px) {
	#newslist .news_item h5 a, #newslist .msl-title a {
		font-size: 1rem;
	}
}
#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;
	box-shadow: 0 20px 40px -10px rgb(26 26 26 / 20%);
	border-radius: 6px;
}
#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: #2e3091;
}
/*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 .msl_eventlist>div {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
}
/*Event tile sizes*/

@media(min-width:768px) {
	.squares-events .event_item {
		width: calc(33.333% - 20px);
		max-width: calc(33.333% - 20px);
	}
	
}
@media(min-width:992px) {
	.squares-events .event_item {
		width: calc(33.333% - 20px);
		max-width: calc(33.333% - 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;
	font-weight: 700;
	margin: 5px 0 10px 0;
}
@media(min-width:1200px) {
	.squares-events .msl_event_name {
		font-size: 24px;
	}
}
.squares-events .msl_event_name:hover {
	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: 20px;
		flex-basis: calc(50% - 20px);
	}
	
}
.squares-events .msl_eventlist>div {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
}
/*Event tile sizes*/

@media(min-width:768px) {
	.squares-events .event_item {
		width: calc(50% - 20px);
		max-width: calc(33.333% - 20px);
	}
}
@media(min-width:992px) {
	.squares-events .event_item {
		width: calc(25% - 20px);
		max-width: calc(25% - 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;
	box-shadow: 0 20px 40px -10px rgb(26 26 26 / 20%);
	border-radius: 6px;
}
.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: 1rem;
	display: block;
	transition: 0.3s;
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	margin: ;
	font-weight: normal;
	white-space: pre-wrap;
	/* Webkit */
	white-space: -moz-pre-wrap;
	/* Firefox */
	white-space: -pre-wrap;
	/* Opera <7 */
	white-space: -o-pre-wrap;
	/* Opera 7 */
	word-wrap: break-word;
	font-weight: 700;
	margin: 5px 0 10px 0;
}
@media(min-width:1200px) {
	.squares-events .msl_event_name {
		font-size: 1rem;
	}
}
.squares-events .msl_event_name:hover {
	text-decoration: none;
}
.squares-events .msl_event_location {
	display: block;
	line-height: 1.1;
	position: relative;
	padding-left: 14px;
	font-size: 0.8rem;
	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: 0.9rem;
	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: 0.85rem;
	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: #2e3091;
}
.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 .nav-image {
	overflow:hidden;
	border-radius: 6px;
}
.sectionCards li img {
	width: 100%;
	border-radius: 6px;
	box-shadow: 0 20px 40px -10px rgb(26 26 26 / 20%);
	transition: -webkit-transform .9s !important;
	transition: transform .9s !important;
	transition: transform .9s, -webkit-transform .9s !important;
}
.sectionCards li:hover img {
	transform: scale(1.1);
}
.sectionCards li .msl-imagenav-title {
	color: #000;
	font-size: 1.4rem;
	margin: 10px 0 0 0;
	font-weight: 700;
	display: block;
	/* text-transform: uppercase; */
}
.sectionCards li a {
	text-decoration: none;
	color: #000;
	font-weight: 500;
	overflow: hidden;
	float: left;
}
.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: left;
	}
}
.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: #0055AE;
	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: #0055AE;
}
.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: 1rem;
	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: 1rem; */
	}
}
.squares-groups .msl-gl-attributeset {
	font-size: 12px;
	padding: 0;
	margin-bottom: 0;
	/* text-transform: uppercase; */
	font-weight: normal;
	display: none;
}
.squares-groups .msl-gl-attribute {
	color: #0055AE;
	font-size: 12px;
}
.squares-groups .gl-logo {
	overflow: hidden;
	display: block;
	position: relative;
	box-shadow: 0px 0px 12px rgb(0 0 0 / 16%), 0 2px 4px rgb(0 0 0 / 30%);
	border-radius: 6px;
}
.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;
}
@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: 1.5rem;
	padding: 15px 0 0% 0;
	font-weight: 900;
}
.rightcol h3 {
	/* display: none; */
}
.sidecol .side_box {
	overflow: hidden;
	margin-bottom: 28px;
	position: relative;
	color: #000;
	background: transparent;
	padding: 9px 0;
	margin-bottom: 0;
}
.side_box .join_list {
	padding: 0;
	margin: 0;
}
.side_box .join_list span {
	float: left;
	display: block;
	clear: left;
	width: 100%;
	padding: 0;
	margin: 0;
}
ul.join_list li .product-price {
	margin-left: 0;
}
.side_box input.button {
	float: left;
	border-radius: 0px;
	margin-top: 20px;
	position: relative;
	background: transparent;
	color: #000;
	cursor: pointer;
	transition: 0s;
	display: block;
	width: fit-content;
	border: 3px solid #000;
	text-align: center;
	margin: 20px auto;
	font-size: 15px;
	padding: 5px 15px;
	font-weight: 900;
	transition: 0.3s;
}
.side_box input.button:hover {
	background: #000;
	color: #fff;
}
/*Social Media*/

.socialmedia-c {
	display: block;
	overflow: hidden;
	border-top: 0px solid #eee;
	padding: 0;
	margin: 0px 0px;
}
.products-c {
	margin-top: 60px;
}
.socialmedia-c > div {
	display:inline-block;
	width:25px;
	margin:0 5px 0 0;
}
.socialmedia-c a {
	display: block;
	width: 100%;
	display: none;
	color: #000;
	font-weight: normal;
	padding: 2px 3px 0px 30px;
	height: 25px;
	margin: 5px 0;
	text-indent: -5000px;
}
.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:before {
	content: "\f109";
	font-family: fontawesome;
	position: absolute;
	text-indent: 0;
	color: #fff;
	top: 50%;
	transform: translateY(-50%);
	font-size: 16px;
	padding-left: 4px;
}
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.website {
	/* 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;
}
a.socweb: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-wrap: wrap;
	justify-content: left;
	padding: 0;
}
.ql ul li {
	width: calc(50% - 20px);
	margin-right: 20px;
	list-style-type: none;
	display: flex;
	flex-direction: column;
	position: relative;
	margin-bottom: 20px;
}
.ql ul li:hover {
	cursor: pointer;
}
@media(min-width:600px) {
	.ql ul li {
	width: calc(50% - 20px);
	}
}
@media(min-width:768px) {
	.ql ul li {
	width: calc(25% - 20px);
	}
	.officers ul li {
	width: calc(16.66666666% - 30px);
	}
}
.ql ul li .nav-details-cell {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 1;
	box-shadow: 0 20px 40px -10px rgb(26 26 26 / 20%);
	border-radius: 6px;
}
.ql .msl-imagenav-image {
	display: block;
	max-width: 100%;
	width: 100%;
}
.ql .msl-imagenav-title {
	font-weight: 700;
	color: #231f20;
	text-decoration: none;
	font-size: 1rem;
	line-height: 1;
}
.ql .title-container {
	margin-top: 15px;
	text-align: center;
}
.ql ul li:hover a, .msl-imagenav-title:hover {
	border: 0px solid;
	text-decoration: none;
}
.ql .nav-details-description {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 20px;
	-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: #231f20;
	z-index: 20;
}
.ql ul li:hover .nav-details-description, .nav-details-description.active {
	-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);
	text-align: center;
}
@media(min-width:992px) {
	.ql ul li .msl-imagenav-description {
		font-size: 18px;
	}
}
.ql ul li:hover .nav-details-description .msl-imagenav-description, .nav-details-description.active .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: #231f20;
}
.ql ul li:nth-child(even) .msl-imagenav-description {
	color: #fff;
}
@media (max-width: 799px) {
	.ql ul {
		display: flex;
        flex-wrap: wrap;
        justify-content: center;
	}
	.ql ul li {
		flex-direction: row;
		margin: 0 20px 15px 0px;
	}
	
	.ql ul li a {
		float: left;
		width: 100%;
	}
	.ql .nav-details {
		width: 100%;
		float: left;
	}
	.ql .title-container {
		width: 100%;
		display: block;
		position: relative;
		float: left;
		/* overflow: hidden; */
		height: 100%;
		margin-top: 0;
	}
	.ql .msl-imagenav-title {
		font-size: 16px;
		line-height: 1;
	}
}
/* quicklinks - end */

/*Officers*/


/*SubPages - start */

.header-section {
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	background: linear-gradient(to bottom, ##2e3091 100%, #fff 20%);
	margin-bottom: 30px;
	padding: 105px 0 0px 0;
}
@media (min-width: 992px) {
	.header-section {
		overflow: hidden;
		margin-top: 0;
		padding-top: 16em;
		padding: 468px 0 50px 0;
	}
	.primary-header {
		padding:50px 0 0 0;
	}
	.nav-scrolled .primary-header {
		display:none;
	}
}
.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;
	display: none;
}
.header-section .msl-breadcrumb, .header-section .breadcrumb ul {
	padding: 0;
	margin: 0;
	text-align: left;
}
.header-section .breadcrumb li {
	margin-right: 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: #0d0d0d;
	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;
	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); */
	border-radius: 6px;
	/* 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: none;
	}
}
@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: #0d0d0d;
	font-size: 2.5rem;
	display: block;
	transition: 0.3s;
	position: relative;
	z-index: 1;
	line-height: inherit;
	padding: 0;
	text-align: left;
	margin-bottom: 20px;
}
.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;
}
.banner-image .img-c {
	background-color:transparent;
}
.mobile-header .header-section .banner-info h1 {
	padding:0 15px;
}
@media(min-width:992px) {
	.mobile-header {
		display:none;
	}
	.banner-image {
		margin-bottom: 0;
		/* max-width: 400px; */
	}
}
.banner-image img {
	/* width:100%; */
	max-width: 100%;
	border-radius: 6px;
}
.banner-info {
	width: 100%;
}
.banner-info .text-container {
	padding: 80px 20px 60px;
	margin-left: 0;
	max-width: 100%;
	/* background: #da2129; */
	color: #0d0d0d;
}
.banner-info .text-container p {
	text-align: left;
	padding: 5px 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: #2e3091;
	font-size: 0.9rem;
	font-weight: bold;
	transition: 0.3s;
	/* text-transform: uppercase; */
	display: inline-block;
	padding: 0;
}
.header-section .breadcrumb li a:hover {
	color: #0d0d0d;
	text-decoration: underline;
}
@media(min-width: 768px) {
	.banner-container {
		flex-direction: row;
		padding: 0 15px;
	}
	.banner-container h2 {
		font-size:2.5rem;
	}
	.banner-image {
		padding: 0 0px;
	}
	.banner-info {
		width: 100%;
		z-index: 1;
	}
	.banner-info .text-container {
		padding: 30px 0px;
	}
	.banner-info .text-container p {
		/* font-size: 24px; */
	}
}
@media (min-width: 1024px) {
	.header-section .banner-info h1 {
		font-size: 3.5rem;
		margin-top: 0;
	}
}
@media (min-width: 1200px) {
	.header-section .banner-info h1 {
		font-size: 4rem;
		margin-top: 0;
	}
}
/*SubPages - end */