.news_all {display: none;}

[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: right;
	}
}
/*Admin*/

#msl_page_admin li a {
	height: 8em;
}
#admin_page_content {
	max-width: 1200px;
	width: 90%;
	margin: auto;
}
.msl_admin_page {
	padding: 25px 75px;
}
/*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%;
	}
}

/*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;
	z-index: 12;
	font-size: 18px;
	line-height: 1.2;
	animation: fadeStickyIn .3s ease-in-out forwards;
	height: 70px;
	background: #68217a;
}

.active-nav header {
	position: fixed;
	width: 100%;
}
@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;
	}
}
/*SiteLogo*/

header .logo img {
	max-width: 134px;
	float: left;
	/* padding: 18px 10px; */
}
@media (min-width: 768px) {
	header .logo img {
		max-width: 135px;
	}
}

@media (max-width: 991px) {
    header {overflow: hidden;}
	header .logo img {
		height: 70px !important;
        margin-top: -15px;	}

}

@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: 12px 0 0 0;
		display: block;
		overflow: hidden;
	}
	[role="banner"] .logo img {
		max-width: 185px;
		margin-top: 0;
	}
}
/*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;
	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: #0d0d0d;
	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;
}
.m-user-c li{
	list-style-type:none;
}
.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:#fff;
	width:100%;
	display:block;
	font-weight: 700;
}
.m-user-c li a:hover {
	text-decoration:none;
	color:#c0c0c0;
}
.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;
}
.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;
	}
	.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 {
		height: 50px;
		font-size: 1.5rem;
		color: #fff;
		background: #0d0d0d;
	}
	.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: 85vh;
	min-width: 250px;
	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: 800px;
		right: 0px !important;
		top: 58px!important;
		padding: 15px;
		transform: translate3d(0px, 0px, 0px)!important;
		overflow-y: unset;
	}
	.adminbar .msl-admin .sidepanel {
		float: left;
		width: 30%;
	}
	.adminbar .msl-admin .mslwidget {
		float: left;
		width: 70%;
	}
	.adminbar .msl-admin #ulAdmin, .adminbar .msl-admin div[id*="pnl"] {
		float: left;
		width: 50%;
	}
	.adminbar .msl-admin div[id*="pnl"] {
		margin-top: -30px;
	}
	.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 {
		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-family: "Font Awesome 5 Free";
	font-weight: 900;
	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;
}

.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-left: 5px;
}
.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;
}

@media (min-width: 992px) {
	.navbar-toggle {
		display: none!important;
	}
	
}
@media (min-width: 992px) {
	header {
		height: auto;
		padding-bottom: 25px;
		transition: .8s;
		background: #F4F4F4;
	}
	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: "Font Awesome 5 Free";
	font-weight: 900;
	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;
	}
}
.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: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	left: 13px;
	text-indent: 0;
	color: #0d0d0d;
	top: 21px;
	transform: translateY(-50%);
	font-size: 1.5rem;
	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 */



/*Social Media*/
.socialmedia-c {
	display: block;
	overflow: hidden;
	border-top: 0px solid #eee;
	padding: 0;
	margin: 0px 0px;
}
.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: "Font Awesome 5 Brands"; 
	font-weight: 900;
	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: "Font Awesome 5 Brands";
	font-weight: 900;
	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: "Font Awesome 5 Brands";
	font-weight: 900;
	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: "Font Awesome 5 Free";
	font-weight: 900;
	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: "Font Awesome 5 Free";
	font-weight: 900;
	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: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	left: 0;
	text-indent: 0;
	color: #fff;
	top: 50%;
	transform: translateY(-50%);
	font-size: 13px;
	padding-left: 6px;
	padding-top: 2px;
}
/* Social Media - end */



/* Social icons */
.smClass {display: inline-block;}


.mslwidget a.msl_instagram,
.mslwidget a.msl_facebook,
.mslwidget a.msl_twitter,
.mslwidget a.msl_email,
.mslwidget a.msl_web,
.mslwidget a.msl_youtube {
    margin: 20px 5px 20px 0;
    display: inline-block;
    vertical-align: top;
    text-indent: -5000px;
    position: relative;
    width: 36px;
    height: 36px;
    display: inline-block;
    border-radius: 50px;
    padding:0;
    transition: 0.2s ease all;
    color: #fff;
    -webkit-transition: 0.2s ease all;
    border: 3px solid transparent;
}

.mslwidget a.msl_instagram:hover,
.mslwidget a.msl_facebook:hover,
.mslwidget a.msl_twitter:hover,
.mslwidget a.msl_email:hover,
.mslwidget a.msl_web:hover,
.mslwidget a.msl_youtube:hover {
    border-color: rgba(255,255,255,0.5);
    color: white;
}
.mslwidget a.msl_instagram:before,
.mslwidget a.msl_facebook:before,
.mslwidget a.msl_twitter:before,
.mslwidget a.msl_email:before,
.mslwidget a.msl_web:before,
.mslwidget a.msl_youtube:before {
    text-indent: 0;
    left:50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    font-size: 18px;
}
.mslwidget a.msl_facebook, .mslwidget a.msl_facebook:hover{
    background: #2f85e8 !important;
    background-image: none !important;
}

.mslwidget a.msl_facebook:before {
    content: "\f09a";
    font-family: "Font Awesome 5 Brands";
    font-weight: 900;
}

.mslwidget a.msl_twitter, .mslwidget a.msl_twitter:hover {
    background: #46bbff;
}

.mslwidget a.msl_twitter:before {
    content: "\f099";
    font-family: "Font Awesome 5 Brands";
    font-weight: 900;
}

.mslwidget a.msl_email, .mslwidget a.msl_email:hover {
    background: #C6093A;
}

.mslwidget a.msl_email:before {
    content: "\f0e0";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.mslwidget a.msl_web, .mslwidget a.msl_web:hover {
    background: #337ab7;
}

.mslwidget a.msl_web:before {
    content: "\f0ac";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
}

.mslwidget a.msl_instagram, .mslwidget a.msl_instagram:hover {
    background: #46008c;
}

.mslwidget a.msl_instagram:before {
    content: "\f16d";
    font-family: "Font Awesome 5 Brands";
    font-weight: 900;
}

.mslwidget a.msl_youtube, .mslwidget a.msl_youtube:hover{
    background: #e62117;
}

.mslwidget a.msl_youtube:before {
    content: "\f167";
    font-family: "Font Awesome 5 Brands";
    font-weight: 900;
}


/* WYSIWYG editor */
#admin_page_content {
    max-width: 1200px;
    width: 90%;
    margin: auto;
    padding: 90px 0 0 0;
    }
@media(min-width:992px){
    #admin_page_content {
        margin-top: -16rem;
        padding-top: 18rem;
    }
}

#admin_page_content #edit_page_buttons ul,
#edit_page_buttons ul {
    background: #000;
    padding: 5px 5px 5px 0;
    border-radius: 0;
    margin: 0 0 20px 0;
    }
    
#admin_page_content #edit_page_buttons li,
#edit_page_buttons ul li {
    padding: 5px 10px;
    display: inline-block;
    border-right: 1px solid #ffffff3d;}

#admin_page_content #edit_page_buttons li a,
#edit_page_buttons ul li a {
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    background-size: 16px;
    padding-left: 25px;}

#admin_page_content #edit_page_buttons li:before,
#edit_page_buttons ul li:before,
#pnlTabs li:before {
    content: "";}


#panel_wrapper .cke_chrome {box-shadow: none;}

#panel_wrapper .cke_top {
    box-shadow: none;
    background: #f0f0f0;
    background-image: none;
    padding: 0;}

#panel_wrapper .cke_bottom {
    box-shadow: none;
    background: #f0f0f0;
    background-image: none;}
    
#panel_wrapper .cke_toolgroup {
    border: 0px solid #a6a6a6;
    border-radius: 0;
    box-shadow: none;
    background: #fff;
    background-image: none;
    padding: 10px;}
    
#panel_wrapper #cke_33.cke_toolbar {clear: both;}  
#panel_wrapper #cke_33 .cke_toolgroup {background: #f0f0f0;}  

#panel_wrapper .cke_toolbar a.cke_button_on,
a.cke_button_off:hover, a.cke_button_off:focus, a.cke_button_off:active, a.cke_button_disabled:hover, a.cke_button_disabled:focus, a.cke_button_disabled:active {
    box-shadow: none !important;
    background: #cae2df !important;
    background-image: none !important;}    
    
#panel_wrapper #cke_11 a.cke_combo_button,
#panel_wrapper #cke_12 a.cke_combo_button,
#panel_wrapper #cke_13 a.cke_combo_button {
    margin: 4px 6px 5px 0;
    border: 1px solid #b6b6b6;
    border-bottom-color: #b6b6b6;
    box-shadow: none;
    background: white;
    background-image: none;
    padding: 5px;} 
    
#panel_wrapper .cke_combo_off a.cke_combo_button:hover, 
#panel_wrapper .cke_combo_off a.cke_combo_button:focus,
#panel_wrapper .cke_combo_off a.cke_combo_button:active, 
#panel_wrapper .cke_combo_on a.cke_combo_button {
    background: white;
    background-image: none;}   
    
.cke_combo_on a.cke_combo_button:hover, .cke_combo_off a.cke_combo_button:hover, .cke_combo_on a.cke_combo_button:focus, .cke_combo_on a.cke_combo_button:active {
    box-shadow: none !important;
    border: 1px solid #00b099 !important;}    
    
#pnlTabs {
    background: #f0f0f0;
    /*border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;*/}  
    
#pnlTabs a {
    background: #f0f0f0;
    width: auto;
    font-size: 13px;
    height: 54px;
    margin-left: 0;
    line-height: 30px;
    text-transform: uppercase;
    padding: 10px 20px;
    font-weight: bold;
    border-right: 1px solid #d8d8d8;
    border-top: 4px solid #f0f0f0;}  

#pnlTabs a.vt_on, 
#pnlTabs a.vt_on:hover,
#pnlTabs a:hover {
    background: #fff;
    border-top: 4px solid #fac020;}
    
#edit_body label,
#edit_body .draft_saved { 
    font-weight: normal;
    font-size: 15px;}

#edit_body .draft_saved a { 
    border-bottom: 1px dashed #fac020b0;
    margin-left: 10px;}

.list_controls a {
    height: 10em !important;
}

/* Notifications */
.msl_notification {
    background-color: #ccdfeb;
    padding: 0;
    font-size: 14px;
    line-height: 24px;
    display: block;
    float: left;
    width: 100%;
}

.msl_notification>span {
    padding: 10px;
    border: none;
    margin: 0;
    border-width: 0;
    color: #343434;
    font-weight: 400;
    background: 0 0;
    font-size: 14px;
    line-height: 24px
}

.msl_notification .msl_warning,
.warning {
    padding: 10px;
    border: none;
    margin: 0;
    border-width: 0;
    background: #f5d9db;
    color: #343434;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px
}

#errorMessage,
.error,
.msl_warning {
    display: block;
    margin: .2em;
    padding: 10px;
    color: #343434;
    background: #f5d9db;
    border: 0 solid #c60;
    border-width: 0;
    font-size: 14px;
    line-height: 24px
}

.error h4 {
    text-align: left;
}

#errorMessage {
    text-align: center;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 18px;
    line-height: 32px;
    color: #343434!important;
    font-weight: 400;
    margin: 30px 0;
    font-size: 14px;
    line-height: 24px
}

.error strong,
.msl_warning strong {
    background: 0 0!important
}
.vp_form .vpFormSubmit {
    background: transparent;
    margin-top: 0;
    border: 0px solid;
}
.product_box h2 {
    font-size: 21px;
    font-weight: bold;
    margin: -1em -1em 1em -1em;
    padding: 15px;
    background-color: transparent;
    border-bottom: 0px solid #ccc; 
}
.checkoutpage .msl_table tr:last-child td {
    border-bottom: 0px solid #ccc;
}
div#msl_toolbar ul li {
    padding: 5px;
}
/*Volunteering*/
.wrapper > label {
    float: left;
    width: 100%;
}

/*grouped Members list*/
.grp-ml .msl-groupedmemberlist ul li {
    border:0px solid;
    padding: 0;
}
.grp-ml a {
    font-family: inherit;
    font-weight: normal;
    font-size: 14px;
    color:#000;
}
.grp-ml .msl-groupedmemberlist ul li .badge_tools {
    display:none;
}
.grp-ml .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;
}
.product_box {
    overflow:hidden;
}
/*cards*/
.cardlist .card {
    border:0;
    background-color:transparent;
}
[id="ballot-wrapper"] h2 {
    padding:40px 0 0;
}


/* Site buttons */
.btn-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;}

.btn-holder > a,
.btn-holder > button {
    -webkit-transition: box-shadow .1s ease-in-out, color .1s ease-in-out;
    transition: box-shadow .1s ease-in-out, color .1s ease-in-out;
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: -.7px;
    text-decoration: none;
    color: #000;
    font-weight: 700;
    border-radius: 9px;
    border: 3px solid black;
    text-align: center;
    box-shadow: -7px 0 0 0 #000;
    background: #000;
    padding: 0;}

.btn-holder > a:hover,
.btn-holder > button:hover {color: #000;}

.btn-holder > a:before,
.btn-holder > button:before {
    content: "";
    position: absolute;
    left: 0;
    right: -3px;
    bottom: -3px;
    top: -3px;
    border: 3px solid #000;
    border-radius: 9px;}

.btn-holder > a span,
.btn-holder > button span {
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    display: block;
    padding: 8px 15px 6px;
    background: white;
    border-radius: 9px;}

.btn-holder > button span {padding: 8px 15px;}
    
.btn-holder > a:hover span,
.btn-holder > button:hover span {background: rgba(255, 255, 255, .8);}    

@media (min-width: 768px) {
 .btn-holder {
    display: block;
    text-align: center;}
}

@media (min-width: 1024px) {
.btn-holder > a span,
.btn-holder > button span { padding: 13px 20px 10px; }
.btn-holder > button span {padding: 13px 20px;}

.btn-holder > a,
.btn-holder > button {  font-size: 16px;}
}

@media (min-width: 1400px) {
.btn-holder > a span,
.btn-holder > button span { padding: 13px 26px 10px;}
.btn-holder > button span {padding: 13px 26px;}

.btn-holder > a,
.btn-holder > button {  font-size: 18px;}
}


/* Icons */
[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
    text-transform: none;
    line-height: 1;}
    
.icon-controller-play:before {
    content: "\f04b";
}




/* Form layout */

.msl_admin_page .vp_form .checkbox input {
    top: 3px;
    left: -12px;
}
.msl_admin_page .vp_form .control_editor_newslayout .vp_content {
    margin-left:0;
}

/* Tables */

body table.msl_table {
	border: none !important;
	width: 100%;
	margin: 20px 0;
	border-collapse:collapse;
	clear:both;
}
body table.msl_table th {
	background: #ccc;
	color: #111;
	border-bottom: 1px solid #7b7b7b;
	text-align: left;
	border-right: none;
	padding: 8px 10px;
	font-size: 90%;
	font-weight: bold;
}
body .msl_table td {
	padding: 8px 10px !important;
	border-bottom: 1px solid #ccc;
	vertical-align:top;
}
.checkbox td {
    position: relative;
    padding: 0 10px;
}
.msl_admin_page .vp_form .checkbox td input[type="checkbox"] {
  left:0; top:8px;
}

/* Admin page padding removal */

.msl_admin_page { padding: 0; }


/* Linkgrid */

#msl ul.msl_linkgrid {
    width: 100%;
    margin: 0;
    padding: 0;
}

/* Context control */
.msl-grouping-context-control {
    color: #31708f;
    background-color: #d9edf7;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #bce8f1;
    border-radius: 4px;
}

div#msl_toolbar ul li a {
	height:auto;
	line-height:inherit;
	padding: 5px 10px !important;
	background: #fff;
	margin: 10px 10px 0 0;
	border: 1px solid #ccc !important;
	color: #333;
	border-radius: 4px;
	transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;
}
div#msl_toolbar ul li a.msl_toolbarbutton_selected {
        font-size: 100%;
        background: #eee;
        border-color: #aaa !important;
}
div#msl_toolbar ul li a:hover {
	background: #337ab7;
	color:#fff;
	text-decoration:none;
	border-color: #135aa7 !important;
}

/* Comments */

[id*="comments"] dl.comments dt {
    margin: 0;
    padding: 0;
	background: none transparent;
	width: 100%;
	float:none;
	text-align:left;
}
[id*="comments"] dl.comments dt img.avatar {
    display:none;
}
[id*="comments"] dl.comments dt a {
    display: inline-block;
    margin: 10px 0 -1px;
    font-size: 14px;
    font-weight: normal;
    word-wrap: break-word;
    text-align: left;
    padding: 8px 15px 3px;
    border: 1px solid #ddd;
    background: #fff;
    color: #333;
    border-bottom: none;
    border-radius: 3px 3px 0 0;
}
[id*="comments"] dl.comments dd {
    margin: 0 0 15px;
    min-height: 0;
    border: 1px solid #ddd;
    padding: 12px 15px;
    border-radius: 3px;
}

@media all and (min-width:768px) {
[id*="comments"] dl.comments dt {
    float: left;
    margin: 0 -150px 15px 0;
    clear: left;
    padding: 0;
	width: 150px;
	text-align:right;
}
[id*="comments"] dl.comments dt a {
    display: inline-block;
    margin: 13px 0 0;
    text-align: right;
	padding:0;
	background:none transparent;
	border:none;
}
[id*="comments"] dl.comments dd {
    margin: 0 0 15px 165px;
}
[id*="comments"] dl.comments dt img.avatar {
    display: inline-block;
    max-height: 45px;
    max-width: 70px;
    height: auto !important;
    width: auto;
    margin-right: 5px;
}
}
@media all and (min-width:992px) {
[id*="comments"] dl.comments dt {
    margin-right: -200px;
	width: 200px;
}
[id*="comments"] dl.comments dd {

    margin-left: 215px;
}	
	
}
@media all and (min-width:1200px) {
	
}

[id*="comments"] dl.comments span.comment_details {
    font-size: 100%;
    background: none;
    color: #333;
    padding: 0 100px 12px 0;
    margin: 0 0 12px;
    border-bottom: 1px dotted #ccc;
}
[id*="comments"] dl.comments span.comment {
	padding:0;	
}
[id*="comments"] #add_comment dt {
	background:none transparent;
	display:none;
}
@media all and (min-width:768px) {
	[id*="comments"] #add_comment dt {	display:block; }
}
[id*="comments"] #add_comment dd {

}
[id*="comments"] #add_comment span.comment_details {
    background-color: transparent;
}
[id*="comments"] dl.comments span.comment_details h3 {
    color: #000;
    margin: 0;
    font-size: 100%;
    padding: 0;
	border:none;
}
[id*="comments"] .comment textarea.textbox {
    width: 100%;
    margin-bottom: 15px;
    padding: 10px;
    font-size: 100%;
}
[id*="comments"] .comment_panel > div > span {
    display: block;
    margin: 10px 0 15px;
}
[id*="comments"] .comment_panel > div > span:empty {display:none;}
@media all and (min-width:768px) {
[id*="comments"] .comment_panel > div > span {
	margin-left:165px;
}
}
@media all and (min-width:992px) {
[id*="comments"] .comment_panel > div > span {
	margin-left:215px;
}
}

textarea.textbox {
  line-height: 1.5;
  font-size: 100%;
}

#admin_page_content,
.page_properties #edit_page_buttons,
.page_pages .row,
.page_history .row {
  padding-top: 60px;
}




/*adminbar*/

.adminbar {
	position: relative;
	height: 56px;
	left: 0;
	right: 0;
	top: 0;
	text-align: right;
	padding: 0px;
	font-size: 14px;
	line-height: 17px;
	padding: 0 15px;
	z-index: 1000;
	float: left;
	width: 100%;
}
.adminbar ul {
	padding: 0;
	margin: 10px 0;
}
.admin-bar ul {
	margin: 0 0px 0 0;
	padding:0;
}
@media(min-width:992px) {
	.adminbar {
		padding: 0;
		/* position: fixed; */
		display: none;
	}
	[role="navigation"] .adminbar {
		display:inline-block;
		float: left;
		width: 50%;
	}
	[role="navigation"] .admin-bar ul li {
		height:50px;
		background:#fff;
		margin: 0 0 0 10px;
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
	.admin-bar ul {
		margin: 0 0px 0 0;
	}
}
.admin-bar ul li {
	/* list-style-type: none; */
	/* float: right; */
	/* position: relative; */
	/* font-size: 14px; */
	/* height: 38px; */
	/* background: #fff; */
	/* margin: 0 0 0 10px; */
	/* display: flex; */
	/* justify-content: center; */
	/* flex-direction: column; */
	list-style-type: none;
}
.admin-bar ul li.admin-popup-button {
	display:none;
}
.admin-bar ul li.msl-admin {
	/* display: none; */
}
.adminbar ul li.dropdown a {
	font-size: 20px;
	color: #000;
	padding: 10px 8px;
	text-align: center;
	background: none;
	display: inline-block;
	border: 0px solid;
	font-weight: normal;
	min-width: min-content;
	display: flex;
	justify-content: center;
	flex-direction: column;
	height: 50px;
	width: 50px;
}
.admin-bar ul li .dropdown-menu a {
	width:100%;
	height:auto;
	background: transparent;
	padding-left: 0;
}
.admin-bar ul li .dropdown-toggle:after {
	display:none;
}
.admin-bar .dropdown-menu.show {
	border-radius: 0;
    right: 0;
    left: initial!important;
    top: 43px!important;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    z-index: 99999;
    transform: none !important;
    right: 0 !important;
}
.admin-bar .dropdown-menu {z-index: 99999;}


.admin-bar #userMenuHax.dropdown-menu,
	#admin-tools #userMenuHax.dropdown-menu {
        min-width: 220px;
        inset: 43px 0 auto -1px !important;
        transform: none !important;}

@media(min-width: 768px) {
    .admin-bar #userMenuHax.dropdown-menu,
	#admin-tools #userMenuHax.dropdown-menu {
        inset: 34px 0 auto 0 !important;}

    .admin-bar .dropdown-menu.show {top: 34px!important;}
    
}


@media(min-width:992px) {
	.admin-bar .dropdown-menu,
	#admin-tools .dropdown-menu{
		min-width: 800px;
		right: 0;
		left: auto;
		top: 33px!important;
		padding: 15px;
		transform: inherit!important;
		inset: 33px 0 auto auto !important;
	}
	.admin-bar #userMenuHax.dropdown-menu,
	#admin-tools #userMenuHax.dropdown-menu {
		left: 50px;
        min-width: 220px;
        inset: 33px 0 auto 0 !important;
	}
	
	.admin-bar .msl-admin .sidepanel {
		float: left;
		width: 30%;
        padding-right: 10px;
	}
	.admin-bar .msl-admin .mslwidget {
		float: left;
		width: 70%;
	}
	.admin-bar .msl-admin #ulAdmin {
		float: left;
		width: 50%;
	}
	.admin-bar .msl-admin div[id*="pnl"] {
		float: right;
		width: 50%;
	}
	.admin-bar .msl-admin div[id*="pnl"] {
		margin-top: -44px;
	}
	.admin-bar .msl_admin_menu {
		padding: 0!important;
	}
	.admin-bar .sidepanel li {
		border: 0px solid!important;
		background: none;
		padding: 0px!important;
	}
}
.admin-bar .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 #fff transparent;
	z-index: 9999;
	transform: translate(-50%, 0%);
}
@media (min-width:1400px) {
	.admin-bar .dropdown-menu:before {
		right: 8px;
	}
}
.admin-bar .dropdown-menu.show li {
	color: #333;
	display: block;
	text-align: left;
	float: left;
	width: 100%;
	background: none;
	padding: 0 5px;
}
.admin-bar .dropdown-menu ul li {
	height:auto;
	width:auto;
}
.admin-bar .dropdown-menu.show li a {
	color: #333;
	text-align: left;
	font-size: 14px;
	padding: 0;
	text-decoration: none;
	height: auto;}


.admin-bar h3,
.admin-bar h4 {text-align: left; color: #252525;font-family: 'Open Sans', sans-serif;    font-size: 16px;}
.admin-bar a {color: #252525; }


  .admin-bar .dropdown-menu {
    max-height: 85vh;
    overflow-y: auto;
    padding: 10px;
    left: 0;
    right: auto;
    min-width: 260px;
  }
  


/* WYSIWYG editor */
#admin_page_content {
    max-width: 1200px;
    width: 90%;
    margin: auto;
    padding: 90px 0 0 0;
    }
@media(min-width:992px){
    #admin_page_content {
        margin-top: -16rem;
        padding-top: 18rem;
    }
}

#admin_page_content #edit_page_buttons ul,
#edit_page_buttons ul {
    background: #000;
    padding: 5px 5px 5px 0;
    border-radius: 0;
    margin: 0 0 20px 0;
    }
    
#admin_page_content #edit_page_buttons li,
#edit_page_buttons ul li {
    padding: 5px 10px;
    display: inline-block;
    border-right: 1px solid #ffffff3d;}

#admin_page_content #edit_page_buttons li a,
#edit_page_buttons ul li a {
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    background-size: 16px;
    padding-left: 25px;}

#admin_page_content #edit_page_buttons li:before,
#edit_page_buttons ul li:before,
#pnlTabs li:before {
    content: "";}


#panel_wrapper .cke_chrome {box-shadow: none;}

#panel_wrapper .cke_top {
    box-shadow: none;
    background: #f0f0f0;
    background-image: none;
    padding: 0;}

#panel_wrapper .cke_bottom {
    box-shadow: none;
    background: #f0f0f0;
    background-image: none;}
    
#panel_wrapper .cke_toolgroup {
    border: 0px solid #a6a6a6;
    border-radius: 0;
    box-shadow: none;
    background: #fff;
    background-image: none;
    padding: 10px;}
    
#panel_wrapper #cke_33.cke_toolbar {clear: both;}  
#panel_wrapper #cke_33 .cke_toolgroup {background: #f0f0f0;}  

#panel_wrapper .cke_toolbar a.cke_button_on,
a.cke_button_off:hover, a.cke_button_off:focus, a.cke_button_off:active, a.cke_button_disabled:hover, a.cke_button_disabled:focus, a.cke_button_disabled:active {
    box-shadow: none !important;
    background: #cae2df !important;
    background-image: none !important;}    
    
#panel_wrapper #cke_11 a.cke_combo_button,
#panel_wrapper #cke_12 a.cke_combo_button,
#panel_wrapper #cke_13 a.cke_combo_button {
    margin: 4px 6px 5px 0;
    border: 1px solid #b6b6b6;
    border-bottom-color: #b6b6b6;
    box-shadow: none;
    background: white;
    background-image: none;
    padding: 5px;} 
    
#panel_wrapper .cke_combo_off a.cke_combo_button:hover, 
#panel_wrapper .cke_combo_off a.cke_combo_button:focus,
#panel_wrapper .cke_combo_off a.cke_combo_button:active, 
#panel_wrapper .cke_combo_on a.cke_combo_button {
    background: white;
    background-image: none;}   
    
.cke_combo_on a.cke_combo_button:hover, .cke_combo_off a.cke_combo_button:hover, .cke_combo_on a.cke_combo_button:focus, .cke_combo_on a.cke_combo_button:active {
    box-shadow: none !important;
    border: 1px solid #00b099 !important;}    
    
#pnlTabs {
    background: #f0f0f0;
    /*border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;*/}  
    
#pnlTabs a {
    background: #f0f0f0;
    width: auto;
    font-size: 13px;
    height: 54px;
    margin-left: 0;
    line-height: 30px;
    text-transform: uppercase;
    padding: 10px 20px;
    font-weight: bold;
    border-right: 1px solid #d8d8d8;
    border-top: 4px solid #f0f0f0;}  

#pnlTabs a.vt_on, 
#pnlTabs a.vt_on:hover,
#pnlTabs a:hover {
    background: #fff;
    border-top: 4px solid #fac020;}
    
#edit_body label,
#edit_body .draft_saved { 
    font-weight: normal;
    font-size: 15px;}

#edit_body .draft_saved a { 
    border-bottom: 1px dashed #fac020b0;
    margin-left: 10px;}

.list_controls a {
    height: 10em !important;
}

/* Notifications */
.msl_notification {
    background-color: #ccdfeb;
    padding: 0;
    font-size: 14px;
    line-height: 24px;
    display: block;
    float: left;
    width: 100%;
}

.msl_notification>span {
    padding: 10px;
    border: none;
    margin: 0;
    border-width: 0;
    color: #343434;
    font-weight: 400;
    background: 0 0;
    font-size: 14px;
    line-height: 24px
}

.msl_notification .msl_warning,
.warning {
    padding: 10px;
    border: none;
    margin: 0;
    border-width: 0;
    background: #f5d9db;
    color: #343434;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px
}

#errorMessage,
.error,
.msl_warning {
    display: block;
    margin: .2em;
    padding: 10px;
    color: #343434;
    background: #f5d9db;
    border: 0 solid #c60;
    border-width: 0;
    font-size: 14px;
    line-height: 24px
}

.error h4 {
    text-align: left;
}

#errorMessage {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 32px;
    color: #343434!important;
    font-weight: 400;
    margin: 30px 0;
    font-size: 14px;
    line-height: 24px
}

.error strong,
.msl_warning strong {
    background: 0 0!important
}
.vp_form .vpFormSubmit {
    background: transparent;
    margin-top: 0;
    border: 0px solid;
}
.product_box h2 {
    font-size: 21px;
    font-weight: bold;
    margin: -1em -1em 1em -1em;
    padding: 15px;
    background-color: transparent;
    border-bottom: 0px solid #ccc; 
}
.checkoutpage .msl_table tr:last-child td {
    border-bottom: 0px solid #ccc;
}
/*Ideas List */
.p-content  input.textbox {
    font-size: 15px;
    background: #f2f2f2;
    position:relative;
    background-repeat: no-repeat;
    background-position: 98% center;
    background-size: 5%;
    padding: 10px;
    border: 3px solid #075a64;
}
.p-content  input.textbox::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #075a64;
  opacity: 1; /* Firefox */
  font-size:16px!important;
  font-weight:600;
}
.p-content input.textbox:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #075a64;
  font-size:16px!important;
   font-weight:600;
}
.p-content input.textbox::-ms-input-placeholder { /* Microsoft Edge */
  color: #075a64;
  font-size:16px!important;
  font-weight:600;
}
.p-content select {
    color: #075a64;
    padding: 10px;
    border: 3px solid #075a64;
    width: 100%;
    font-weight: 600;
    text-align: left;
    background: #f2f2f2;
}
.p-content option {
   background: #075a64;
   color:#fff;
}
select:active, select:hover {
  background: #075a64;
  color:#fff;
}
.p-content .msl-idea-list-filter-panel 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;
    width: inherit;
    padding: 10px!important;
}
.p-content .msl-idea-list-filter-panel input.button:hover {
	background: #fff;
	color: #000;
}
.p-content .msl-idea-list-filter-panel .msl-idea-tags li a {
    background: none;
    border-radius: 0;
    padding: 10px;
}
.p-content .msl-idea-list-filter-panel .msl-idea-tags li a:hover {
  background:#69bfab;
  border-color:#69bfab;
  color:#fff;
}
.p-content .msl_add {
    background: #f36a95;
    color: #fff;
    border: 0;
    transition:0.3s;
}
.p-content .msl_add:hover {
  text-decoration:none;
  background: #69bfab;
  }
  
  
  
.acc-container {
    width: 100%;
    margin: 30px auto 0;
    overflow: hidden;
}
.acc-container .acc-btn {
    width: 100%;
    margin: 8px auto 0;
    padding: 8px 15px;
    cursor: pointer;
    background: #deded7;
    color: #502669;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
}
.acc-container .acc-btn:after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "font awesome 5 free";
    font-weight: 900;
    content: "\f054";
    position: absolute;
    right: 20px;
    top: 8px;
}
.acc-container .acc-btn.active:after {
    content: "\f078"}
.acc-container .acc-btn p {
    margin-bottom: 0;
    font-size: 14px;
}
.acc-container .acc-content {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background: #f4f4f4;
}
.acc-container .acc-content-inner {
    padding: 30px;
}
.acc-container .acc-content-inner .row {
    margin: 20px 0;
    padding: 10px 0;
}
.acc-container .acc-content-inner img {
    padding: 10px 0;
}
.acc-container .acc-content-inner h4 {
    text-align: left;
}
.acc-container .active {
}
@media(min-width:992px) {
    .acc-container .acc-content-inner img {
    width: 100%}
}@media(max-width:450px) {
    .acc-container .acc-content-inner img {
    width: 100%}
.acc-container .acc-content-inner {
    padding: 15px;
}
}

/* Forms */
label {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
    font-weight: 700;}

input.textbox {
    margin-top: 10px;
    padding: 8px 3px;
    border: 1px solid #999;
    font-size: 85%;
    width: 100%;}

button, input, input.textbox, select, textarea {
    outline: 0;
    padding: 7px 10px;
    border: 1px solid #d4d4d4;
    border-radius: 3px;}
    


.vp_form .h1:first-of-type, 
.vp_form h1:first-of-type {
    font-size: calc(1.3rem + .6vw) !important;
}

@media (min-width: 1200px) {
.vp_form .h1:first-of-type, 
.vp_form h1:first-of-type {
    font-size: 1.75rem !important; }
}



.slick-dots li button:before, .slick-next:before, .slick-prev:before {
    border: 2px solid black;
    opacity: 1 !important;}

@media (max-width: 599px) {    
.slick-dots li button:before {
    width: 10px !important;
    height: 10px !important;}

.slick-dots li button:hover {
    -webkit-transform: scale(.8) !important;
    transform: scale(.8) !important;}
}