/* Menu */

*:focus {
	outline: none!important;
	outline: 0 !important;
}
button:focus {
	outline: 0 !important;
	outline: none !important;
}
:active {
	outline: 0 !important;
	outline: none !important;
}
:active {
	outline: none !important;
	outline: 0 !important;
}
textarea, input.text, input[type="text"], input[type="button"], input[type="submit"], .input-checkbox {
	-webkit-appearance: none;
	border-radius: 5px;
	height:5vh;
}
button, [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button;
}
.active-nav {
	oberflow: hidden;
}
#nav-icon2 button:focus, #nav-icon2 button:active {
	outline: 0!important;
}
#nav-icon1, #nav-icon2 {
	display: inline-block;
	font-weight: 400;
	background-color: white;
	    height: 25px;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 0px solid transparent;
	padding: 0 0 0 5px;
	font-size: 16px;
	line-height: 1.5;
	border-radius: 0;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#nav-icon1 {
	width: 100%;
	height: auto;
	padding: 10px 8px;
	position: relative;
	z-index: 2;
	background: #fff;
	height: 50px;
	width: 50px;
	background: #000;
	text-align: center;
}
@media(min-width:992px) {
	#nav-icon2 {
		display: none;
	}
}
#nav-icon1 span, #nav-icon2 span {
	display: block;
	position: absolute;
	height: 3px;
	/* width: 50%; */
	background: #fff;
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
#nav-icon1 span:nth-child, #nav-icon2 span:nth-child(4) {
	height: 0;
	margin-top: 5px;
}
#nav-icon1 span.navMenu__text, #nav-icon2 span.navMenu__text {
	color: #fff;
	font-weight: 600;
	display: none;
}
#dropdown, #dropdownClose {
	width: 26px;
	transform: rotate(0deg);
	transition: .5s ease-in-out;
	cursor: pointer;
	border: 0px solid transparent !important;
	background-color: transparent;
	outline: 0px auto -webkit-focus-ring-color;
	display: block;
	height: 20px;
	position: relative;
	background: transparent;
	text-align: center;
	margin: 0 auto;
	outline: 0 !important;
	outline: none !important;
}
#dropdownbutton:focus, #dropdownClose:focus {
	outline: 0;
}
#dropdown span, #dropdownClose span {
	position: absolute;
	left: 0;
	width: 26px;
	height: 2px;
	background: #000;
	-webkit-transform-origin: left center 0;
	transform-origin: left center 0;
	transition: all 0.25s ease-in-out 0s;
}
#nav-icon1 #dropdown, #nav-icon1 #dropdownClose {
	z-index: 4;
	position: relative;
	width: 50px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	height: 50px;
}
#nav-icon1 #dropdown span, #dropdownClose span {
	background: #fff;
	width: 35px;
	right: 0;
	left: 0;
	margin: 12px auto;
	position: absolute;
}
#dropdown span:nth-child(1), #dropdownClose span:nth-child(1) {
	top: 0;
}
@media(min-width:1024px) {
	#dropdown span:nth-child(1), #dropdownClose span:nth-child(1) {
		top: 2px;
	}
}
#dropdown span:nth-child(2), #dropdownClose span:nth-child(2) {
	top: 8px;
}
@media(min-width:1024px) {
	#dropdown span:nth-child(2), #dropdownClose span:nth-child(2) {
		top: 12px;
	}
}
#dropdown span:nth-child(3), #dropdownClose span:nth-child(3) {
	top: 16px;
}
@media(min-width:1024px) {
	#dropdown span:nth-child(3), #dropdownClose span:nth-child(3) {
		top: 22px;
	}
}
#dropdown.open span:nth-child(1), .open#dropdownClose span:nth-child(1) {
	top: 0;
	left: 3px;
	width: 26px!important;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
@media(min-width:1024px) {
	#dropdown.open span:nth-child(1), .open#dropdownClose span:nth-child(1) {
		top: 12px;
		height: 3px;
		border-radius: 0px;
		transform: rotate(135deg);
	}
}
#dropdown.open span:nth-child(2), .open#dropdownClose span:nth-child(2) {
	opacity: 0;
	left: -60px;
	display: none;
}
#dropdown.open span:nth-child(3), .open#dropdownClose span:nth-child(3) {
	top: 17px;
	left: 2px;
	width: 26px!important;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
@media(min-width:1024px) {
	#dropdown.open span:nth-child(3), .open#dropdownClose span:nth-child(3) {
		top: 12px;
		height: 3px;
		border-radius: 0px;
		transform: rotate(-135deg);
	}
}
#dropdownClose span:nth-child(1) {
	top: 12px;
	height: 10px;
	border-radius: 0px;
	transform: rotate(135deg);
}
#dropdownClose span:nth-child(2) {
	opacity: 0;
	left: -60px;
	display: none;
}
#dropdownClose span:nth-child(3) {
	top: 12px;
	height: 10px;
	border-radius: 0px;
	transform: rotate(-135deg);
}
.nav-scrolled header {
	transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;
}
@media (min-width: 998px) {
	.nav-scrolled header .l-bar {
		padding: 0px;
		padding-top: 10px;
	}
}
.adminbar .sr-only {
	position: relative;
}
.adminbar .navbar-toggle:hover, .adminbar .navbar-toggle:focus {
	background-color: #5baddf!important;
	background: #5baddf!important;
}
.adminbar .navbar-nav {
	margin: 0;
}
/* Navigation */

[role="navigation"] {
	position: fixed;
	right: 0;
	top: 0;
	height: 100vh;
	transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;
	z-index: 30;
}
.active-nav .navbar-c {
	margin-right: 0;
	display: block;
	position: fixed;
	left: 0;
	right: 0;
	top: 79px;
	padding: 15px 25px 200px 26px;
	max-height: 100vh;
	overflow-y: auto;
	flex: 1 0 100%;
	flex-direction: column;
	border-top: 1px solid #000;
}
.navigation .admin-nav {
	margin-top: 20px;
}


@media all and (max-width: 992px) {
	nav[role="navigation"] .container {
		padding: 0;
		width: auto;
	}
	nav[role="navigation"] .row {
		margin: 0;
	}
	nav[role="navigation"] .col-xs-12 {
		padding: 0;
	}
	.navigation ul {
		/* overflow-y:scroll; */
		/* max-height:100vh; */
	}
	.navigation ul ul {
		display: none;
		overflow-y: visible;
		margin-bottom: 6px;
	}

	.navigation ul ul li a {
		font-size: 14px;
		border: 6px solid transparent;
		margin-top: 0;
		line-height: 1;
		font-weight: normal;
		padding: 6px 10px;
		
	}
}
[role="navigation"] .d-logo {
	display: none;
}
.navigation ul ul li {
	float: none;
}
@media all and (min-width: 992px) {
	.navigation {
		/* float: left; */
		/* width: 100%; */
	}
	[role="navigation"] {
		position: relative;
		margin: 0;
		width: auto;
		height: auto;
		top: 0;
		clear: both;
	}
	[role="navigation"] .d-logo {
		display: inline-block;
		width: 40%;
	}
	.navbar-toggle {
		display: none!important;
	}
	.navigation ul {
		margin: 0;
		padding: 0px 0;
		list-style: none;
	}
	.navigation ul ul {
		transition: 0.3s ease all;
		-webkit-transition: 0.3s ease all;
		text-align: left;
		display: block;
		/* overflow: hidden; */
		padding: 0px 0 0px 0 !important;
		height: 0;
		position: absolute;
		top: 100%;
		left: 0;
		width: 320px;
		z-index: 10;
		border: 0 solid;
		padding: 0;
		margin: 0;
		/* box-shadow: 0 1.25rem 4.375rem rgba(36,41,47,.2); */
	}
	/*.navigation ul ul::before {
    content: "";
    position: absolute;
    left: 25px;
    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%);
 }*/
	.navigation ul ul li {
		display: block;
		padding: 0;
		margin: 0;
		text-align: left;
	}
	.navigation ul ul li a {
		color: #333;
		display: block;
		border-radius: 0;
		background: transparent;
		border-top: none;
		border: 0 solid;
		border-right: none;
		border-bottom: 0 solid transparent;
		margin: 0;
		text-align: left;
		font-size: 14px;
		font-weight: 600;
	}
	.navigation ul ul a:hover {
		color: #252B39;;
	}
	.navigation ul ul:before, .navigation ul ul:after {
		/* content: ""; */
		display: table;
	}
	.navigation ul ul:after {
		clear: both;
	}
	.navigation ul ul {
		/* zoom: 1; */
	}
	.navigation>ul>li {
		display: block;
		padding: 0;
		margin: 0;
		position: relative;
		/* float: left; */
	}
}
/* Dropdowns */

.navigation ul li:hover ul {
	max-height: 800px;
	padding: 0px;
	height: auto;
}
@media all and (min-width: 992px) {
	.navigation ul li:hover ul {
		border-top: 0px solid rgb(0, 0, 0);
	}
}
.navbar-c {
	height: auto;
	margin-bottom: 0;
	width: 100%;
	background: #8c8b8c;
	display: none;
	position: relative;
	text-align: center;
}
@media(min-width:992px) {
	.active-nav .navbar-c {
		display: none;
	}
	.navbar-c {
		display: block;
		/* border-top: 1px solid #eee; */
		background: transparent;
		opacity: 1;
		position: relative;
	}
}
.navigation.admin-nav {
	margin-top: 20px;
}
.navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	/* padding: 0px 15px 0px 15px; */
	/* overflow: hidden; */
	display: inline-block;
	/* float: left; */
	width: 100%;
	font-weight: bold;
	margin-top: 20px;
}
.navigation ul ul {
	margin-top:0;
}
.navigation ul li {
	border-bottom: 0 solid rgba(255, 255, 255, 0.1);
	text-align: center;
	display: block;
	overflow: hidden;
	position: relative;
}
.navigation ul ul {
	display: block;
}
.navigation ul li a {
	display: block;
	font-size: 18px;
	padding: 10px;
	color: #000;
	border-top: 1px dotted #c0c0c0;
	text-align: left;
	color: #fff;
	line-height: 1;
	font-weight: 700;
	text-decoration: none;
	margin-top: 0;
}
@media(min-width:992px) {
	.navigation ul li a {
		text-align: center;
	}
}
.navigation ul.msl_navbar>li>.msl-itemhassubnav:after {
	font-family: "FontAwesome";
	content: "\f105";
	/* width: 20px; */
	height: auto;
	float: right;
	margin-right: 0px;
	color: #f3dfc1;
	font-size: 20px;
	margin-top: -3px;
}
.navigation ul.msl_navbar>li>.msl-itemhassubnav:after {
	content: "\f078";
	font-size: 14px;
	margin-top: 1px;
	margin-left: 5px;
	transform: none;
	transition: transform .35s cubic-bezier(.19, 1, .4, 1);
	display:none;
}
@media(min-width:992px){
	.navigation ul.msl_navbar>li>.msl-itemhassubnav:after {
		display:block;
	}
}
.navigation ul.msl_navbar>li>a:hover.msl-itemhassubnav:after, .navigation ul li:hover>a.msl-itemhassubnav:after {
	transform: rotate(270deg);
}
@media(min-width:992px) {
	.navigation ul ul {
		display: none;
	}
	.navigation ul li a:hover+ul {
		display: block;
	}
	.navigation ul ul:hover {
		display: block;
	}
	.navigation ul.msl_navbar>li>.msl-itemhassubnav:after {
		content: "\f078";
		font-size: 14px;
		margin-top: 1px;
		margin-left: 5px;
		transform: none;
		transition: transform .35s cubic-bezier(.19, 1, .4, 1);
	}
	.navigation ul.msl_navbar>li>a:hover.msl-itemhassubnav:after, .navigation ul li:hover>a.msl-itemhassubnav:after {
		transform: rotate(180deg);
	}
}
.navigation ul li a:hover {
	background: transparent;
	color: #ab0aa5;
}
@media(min-width:992px){
	.navigation ul li a:hover, .navigation ul li a.current, .navigation ul li a+.level_1, .navigation ul li a+.level_1 li a, .navigation ul li:hover>a {
	background: #160f29;
	color: #cd6cc9;
	line-height:1.5;
	Width: max-content;
	border-bottom-left-radius: 10px; /* Adjust the value as needed */
  border-bottom-right-radius: 10px;
	
}
}
.navigation ul li a:hover, .navigation ul li a.current {
	text-decoration: none;
}
@media (min-width: 992px) {
	.navigation ul li a +.level_1 li a:hover {
		background: transparent;
		width:auto;
		color: #f3dfc1;
		border-radius:10px;
		border:solid white 1px;
	}
	[role="navigation"] {
		position: relative;
		width: auto;
		height: auto;
		background: transparent;
		clear: both;
		margin: 0 5%;
		display: block;
		z-index: 1;
		padding-top: 0px;
	}
	.navbar-toggle {
		display: none!important;
	}
	.navigation ul {
		margin: 0;
		padding: 0px 0;
		list-style: none;
		float: none;
	}
	.navigation ul ul {
		display: none;
	}
	.navigation ul li a:hover+ul {
		display: block;
	}
	.navigation ul ul:hover {
		display: block;
	}
	.navigation ul li {
		display: inline-block;
		padding: 0;
		margin: 0;
		border-bottom: 0 solid;
		overflow: unset;
		/* float: left; */
		margin-top: 10px;
	}
	.navigation ul li a {
		display: inline-block;
		font-size: 12px;
		display: block;
		color: white;
		border: 0px solid;
		font-weight: 900;
	}
	.navigation ul li a:after {}
	.navigation ul li:last-child a {
		margin-right: 0;
	}
}
@media (min-width: 1200px) {
	.navigation ul li a {
		font-size: 16px;
		padding: 10px;
	}
	.navigation ul ul li a {
		font-size: 15px;
	}
	10px 10px .navigation ul {
		margin: 0;
		padding: 0px 0;
		list-style: none;
		/* overflow: initial; */
	}
	.navigation ul li a {
		font-size: 15px;
	}
	.navigation ul li {
		display: inline-block;
		padding: 0;
		border-bottom: 0 solid;
	}
}
@media (min-width: 1600px) {
	.navigation ul li {
		display: inline-block;
		padding: 0;
		margin: 0;
		border-bottom: 0px solid;
	}
}
@media (min-width: 1400px) {
	.navigation ul li a {
		font-size: 16px;
	}
}
@media all and (min-width: 992px) {
	.navigation ul {
		text-align: left;
		display: inherit;
		justify-content: space-between;
	}
}
/*colour co-ordinated navigation */

.navigation ul li a.nav-blue:hover, .navigation ul li a.nav-blue+.level_1, .navigation ul li a.nav-blue+.level_1 li a:hover, .navigation ul li:hover>a.nav-blue {
	background: #41b7ec!important;
	color: #fff;
}
.navigation ul li a.nav-red:hover, .navigation ul li a.nav-red+.level_1, .navigation ul li a.nav-red+.level_1 li a:hover, .navigation ul li:hover>a.nav-red {
	background: #e24341!important;
	color: #fff;
}
.navigation ul li a.nav-yellow:hover, .navigation ul li a.nav-yellow+.level_1, .navigation ul li a.nav-yellow+.level_1 li a:hover, .navigation ul li:hover>a.nav-yellow {
	background: #f8c622!important;
	color: #fff;
}
.navigation ul li a.nav-pink:hover, .navigation ul li a.nav-pink+.level_1, .navigation ul li a.nav-pink+.level_1 li a:hover, .navigation ul li:hover>a.nav-pink {
	background: #d32d7b!important;
	color: #fff;
}
.navigation ul li a.nav-green:hover, .navigation ul li a.nav-green+.level_1, .navigation ul li a.nav-green+.level_1 li a:hover, .navigation ul li:hover>a.nav-green {
	background: #38c9c1!important;
	color: #fff;
}
.navigation ul li a.nav-purple:hover, .navigation ul li a.nav-purple+.level_1 a:hover, .navigation ul li a.nav-purple+.level_1 li a:hover, .navigation ul li:hover>a.nav-purple {
	background: #84308a!important;
	color: #fff;
}
.navigation ul li a.nav-orange:hover, .navigation ul li a.nav-orange+.level_1 li a:hover, .navigation ul li:hover>a.nav-orange, .navigation ul li:hover>a.nav-orange {
	color: #fff;
	border-bottom: 6px solid #fa9f2e;
	background: #fa9f2e!important;
}
.navigation ul li a.nav-orange:hover, .navigation ul li a.nav-orange+.level_1, .navigation ul li a.nav-orange+.level_1 li a, .navigation ul li:hover>a.nav-orange {
	background: #fa9f2e!important;
	color: #fff;
	background: #fa9f2e!important;
}
.navigation ul ul li a:hover {
	border-bottom: 0px solid!important;
}
@media (min-width: 992px) {
	.navigation ul li a.nav-orange+.level_1, .navigation ul li a.nav-orange+.level_1 li a, .navigation ul li a.nav-blue+.level_1, .navigation ul li a.nav-blue+.level_1 li a, .navigation ul li a.nav-red+.level_1, .navigation ul li a.nav-red+.level_1 li a, .navigation ul li a.nav-yellow+.level_1, .navigation ul li a.nav-yellow+.level_1 li a, .navigation ul li a.nav-pink+.level_1, .navigation ul li a.nav-pink+.level_1 li a, .navigation ul li a.nav-green+.level_1, .navigation ul li a.nav-green+.level_1 li a, .navigation ul li a.nav-purple+.level_1, .navigation ul li a.nav-purple+.level_1 li a {
		background: #eee!important;
		color: #000;
		text-align: left;
	}
	.navigation ul li a.nav-orange+.level_1 {
		border-bottom: 5px solid #fa9f2e;
	}
	.navigation ul li a.nav-blue+.level_1 {
		border-bottom: 5px solid #41b7ec;
	}
	.navigation ul li a.nav-red+.level_1 {
		border-bottom: 5px solid #e24341;
	}
	.navigation ul li a.nav-yellow+.level_1 {
		border-bottom: 5px solid #f8c622;
		.navigation ul li a.nav-pink+.level_1 {
			border-bottom: 5px solid #d32d7b;
		}
		.navigation ul li a.nav-green+.level_1 {
			border-bottom: 5px solid #38c9c1;
		}
		.navigation ul li a.nav-purple+.level_1 {
			border-bottom: 5px solid #84308a;
		}
	}
	/*NavbarScrolled*/
	.nav-scrolled .logo-admin .adminbar {
		display: none;
	}
	.nav-scrolled header {
		position: fixed;
		background: #f3dfc1;
		box-shadow: 0px 5px 55px 0 rgba(46, 61, 73, 0.1);
		border-bottom: 1px solid #333;
	}
	.nav-scrolled .navbar-c {
		border-bottom: 0px solid #eee;
		padding: 12px 0px 0 0px;
		-moz-animation-duration: 0.3s;
		-o-animation-duration: 0.3s;
	}
	.nav-scrolled .navbar-c a {
		color: white;
		font-size: 13px;
	}
	.nav-scrolled .logo-admin .d-logo {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		max-width: 110px;
		z-index: 99999;
	}
	.nav-scrolled .navigation {
		margin-left: 125px;
	}
}
/* The progress container (grey background) */

header .progress-container {
	width: 100%;
	height: .25em;
	background: rgba(0, 0, 0, 0.1);
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10000;
	overflow: hidden;
	display: block;
}
.nav-scrolled .progress-container {
	display: block;
}
/* The progress bar (scroll indicator) */

.endOfSection {
    background-color: #aa1945;
    height: 0px;
}


.button{
     color:#f8ecda;
}
.creweButtons {
    padding-top: 0px;
}

.navs {
    font-family: 'Arial', sans-serif;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    background: #f3dfc1d9;
    border-radius: 15px;
    margin: 12px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3), /* Outer shadow */ inset 0 0 33px rgba(0,0,0,14.5);
}

.navs a {
    font-weight: 700;
    width: calc(100%/3);
    min-width: auto;
    font-family: 'Arial', sans-serif;
    float: left;
    /*color: #f2f2f2;*/
    padding: 10px;
    text-align: center;
    text-decoration: none;
    font-size: 17px;
    min-width: fit-content;
    transition: 0.3s;
}

@media (min-width: 768px) {
    .navs a {
        width: calc(100%/6);
    }
}

.navs a:hover {
    background-color: #a19e9f;
    color: white;
    border-radius:50%;
}

.navs .current {
   color: white;
    background-color: #aa1945;
    
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3), /* Outer shadow */ inset 0 0 10px rgba(255,255,255,0.5);
}

.Sections-Size {
    min-height: 500px;
    color:white;
}

.headerSection {
        color: white;
    background-color: #160f29;
    padding: 5px;
    padding-left:5px;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3), /* Outer shadow */ inset 0 0 10px rgba(255,255,255,0.5);
}

.header-section {
    color: white;
    background-color: #aa1945 !important;
    margin-bottom: 0px !important;
    
}



@media (min-width: 768px) and (max-width: 991px){
    .header-section {
        min-height: 600px
    }

}

.HoverOver {
    transition: 0.3s;
}

.HoverOver:hover {
    background: AliceBlue;
    
}

header .progress-bar {
	height: .25em;
	background: #ab0aa5;
	width: 0%;
}
/*footer nav*/

footer .f-info {
	text-align: left;
	padding: 20px 0;
}


.footer-nav>ul>li>a>.nav-text{
    display:none;
}




.footer-nav>ul>li{
  width: 70px;
    height: 68px;
    position: absolute;
    background-image: url(/stylesheet/RebrandTemplate23/white_logo_short-v2.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.footer-links {
	padding-top: 20px;
	display: block;
	/* overflow:hidden; */
}
.footer-links.mslwidget {
	padding-top: 0px;
}
.footer-links ul {
	padding: 0;
	margin: 0;
}
.footer-links ul.msl_navbar {
	font-weight: 900;
	/* overflow: hidden; */
	padding: 5%;
}
.footer-links ul li a {
	color: #000;
	font-size: 16px;
	transition: 0.3s;
	font-weight: 700;
	text-align: center;
	display:none;
}
.f-links-cont {
	border-top: 0px solid rgba(255, 255, 255, 0.5);
	margin-top: 30px;
}
.f-logo {
	display: block;
}
@media(min-width: 600px) {
	.footer-links ul.msl_navbar {
		font-family: 'Avenir-Book', sans-serif;
		font-weight: 900;
		/* overflow: hidden; */
		padding: 0%;
	}
	.f-links-cont {
		border-top: 0px solid rgba(255, 255, 255, 0.5);
		margin-top: 0px;
	}
	.f-logo {
		display: block;
	}
}
.footer-links ul li {
	float: left;
	width: 100%;
	text-align: center;
	list-style-type: none;
	float: left;
	width: 100%;
	display: block;
	color: #909090;
	font-size: 12px;
	margin-bottom: 10px;
}
@media(min-width: 600px) {
	.footer-links ul li {}
	.footer-links ul li {
		text-align: left;
	}
}
.footer-links ul li a {
	color: #fff;
	font-size: 16px;
	transition: 0.3s;
	font-weight: 700;
	text-align: center;
}
.footer-links ul li a:hover, .footer-links ul li a.current {
	color: #686D73;
	text-decoration: none;
}
.footer ul.msl_navbar {
	padding: 0;
}
.f-msl {}
span.msl {
	display: block;
	text-align: center;
	font-size: 18px;
	margin: 40px 0 20px 0;
}
/* Sidebar */

.g-subnav .grouping-logo img {
	display: block;
	margin: 0 auto;
}
.g-subnav .box {
	border: 0px solid #eee;
	/* margin: 0 0 20px; */
	padding: 20px;
	background-color: #fff;
	position: relative;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	float: left;
	width: 100%;
	border: 3px solid #231f20;
	/* -webkit-box-shadow: 0 40px 60px 0 rgba(0,0,0,.07); */
	/* box-shadow: 0 40px 60px 0 rgba(0,0,0,.07); */
	position: relative;
	margin-top: 15px;
	transition: 0.3s;
}
.g-subnav .box:hover {
	background: #231f20;
	color: #fff;
}
.g-subnav .box:hover a {
	color: #fff;
}
.g-subnav .box:hover a:after {
	color: #fff;
}
.g-subnav .box:empty {
	display: none;
}
.g-subnav .box>*:first-child, .g-subnav .box>*:first-child h3 {
	position: absolute;
	top: 0;
	left: 50%;
	max-width: 100%;
	margin: -15px auto;
	padding: 10px 15px;
	line-height: 1;
	color: #000;
	text-overflow: ellipsis;
	white-space: nowrap;
	background-color: #fff;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	text-transform: uppercase;
	font-size: 16px;
	padding: 5px 10px!important;
	font-weight: 600!important;
}
.g-subnav .box h2, .g-subnav .box h3 {
	margin: 0 0 5px;
	padding-top: 0;
	font-weight: normal;
	font-size: 22px;
	/* border-bottom: 2px solid #eee; */
	color: #333;
	font-weight: 600;
}
.g-subnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	max-width: 85%;
}
.g-subnav li ul {
	margin: 0 0 10px;
	background: #fff;
}
.g-subnav li li ul {
	margin: 5px 10px 15px;
}
.g-subnav li ul li {
	border-bottom: 1px solid #ccc;
}
.g-subnav li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.g-subnav li li {
	margin-left: 10px;
}
.g-subnav li li li {
	list-style: circle;
}
.g-subnav a {
	display: block;
}
.g-subnav li a {
	padding: 10px 0;
	transition: 0.2s ease all;
	-web-transition: 0.2s ease all;
	color: #000;
	position: relative;
	/* font-size: 18px; */
}
.g-subnav li a:after {
	content: "\f105";
	font-family: FontAwesome;
	color: #333;
	position: absolute;
	right: -40px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 28px;
	transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;
	line-height: 1;
	text-align: center;
	right: -35px;
	border-radius: 50%;
	padding: 2px 10px 0 15px;
	height: 35px;
	width: 35px;
	border-radius: 35px;
}
.g-subnav li a:hover {
	text-decoration: none;
	color: #000;
}
.g-subnav li a:hover:after {
	background: #000;
	border-radius: 50%;
	color: #fff;
}
.g-subnav li a.current {
	color: #000;
}
/*Level 2 */

.g-subnav ul ul li a, .g-subnav ul ul ul li a {
	padding: 5px;
}
.g-subnav ul ul li a:after, .g-subnav ul ul ul li a:after {
	display: none;
}
.g-subnav li li a.current.msl-itemhassubnav {
	border-bottom: 1px dashed #ddd;
}
.g-subnav li li a.current:after {
	/* right: 10px; */
}
.g-subnav li a.current+ul {
	margin-top: 1px;
	width: 100%;
	max-width: 96%;
}
.g-subnav [id="org-name"] {
	font-size: 16px;
	line-height: 1.5;
}
.g-subnav .grouping-contact {
	display: block;
	margin: 10px 0 0;
	font-size: 11px;
	padding: 10px 0 0;
}
.g-subnav p+.grouping-contact {
	border-top: 1px solid #ccc;
}
@media all and (min-width: 320px) {
	.g-subnav .grouping-contact {
		font-size: 12px;
	}
}
@media all and (min-width: 480px) {
	.g-subnav .grouping-contact {
		font-size: 14px;
	}
}
.g-subnav .grouping-contact>a {
	padding-left: 24px;
	word-wrap: break-word;
	display: block;
}
.g-subnav [id="root-link"] {
	display: none;
}
@media all and (min-width: 768px) {
	.g-subnav [id="root-link"] {
		display: block;
		padding: 10px 15px;
		background: #eee;
		color: #000;
		transition: 0.3s ease all;
		-webkit-transition: 0.3s ease all;
		border-left: 5px solid #2AD2C9;
		margin-bottom: 10px;
	}
	.g-subnav [id="root-link"]:hover {
		background: #2AD2C9;
		text-decoration: none;
		color: #fff;
		border-left: 1px solid #ccc;
		letter-spacing: 0;
	}
}