﻿@charset "UTF-8";

body {
	font: 100%/1.4 Arial, Helvetica, sans-serif;
	background: #EFEFEF;
	margin: 0;
	padding: 0;
	color: #525253;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
}

header, footer, hgroup,
nav, section {
	display: block;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 31px;
	line-height: 42px;
	color: #b72822;
	font-weight: bold;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 30px;
	color: #525253;
	font-weight: normal;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #525253;
	margin: 0 0 5px 0;
	font-weight:normal;
}

a img, img {
	border: none;
}

a {
	color: #525253;
	text-decoration: none;
}

	a:visited {
		text-decoration: none;
	}

	a:hover, a:active, a:focus {
		text-decoration: underline;
	}

.container {
	width: 900px;
	background: #FFF;
	margin: 0 auto;
}

.header {
	padding: 20px 10px 20px;
	position: relative;
}

.headerLogo {
	width: 180px;
	float: left;
	margin: 10px 20px 0 10px;
}

.nav {
	float: left;
	width: 100%;
	margin: 15px 0 0 15px;
	box-sizing:border-box;
}

	.nav ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}

		.nav ul li {
			float: left;
			width: 120px;
			margin: 0 10px 0 0;
		}

			.nav ul li.last {
				margin: 0;
			}

			.nav ul li a {
				color: #525253;
				font-size: 16px;
				line-height: 22px;
				font-family: Arial, Helvetica, sans-serif;
				text-decoration: none;
				border-bottom: 1px solid #CCC;
				display: block;
				padding: 5px;
				font-weight: bold;
			}

				.nav ul li a:hover {
					background: #EFEFEF;
				}

				.faded {
					color:#aaa !important;
				}
.banner {
	margin: 0;
}

.homeBanner {
	background: url(../images/banner_home.jpg) no-repeat 0 0;
	padding: 90px 165px 0 165px;
	height: 130px;
}

.siteContent h1 {
	margin-bottom:0px;
}
.section {
	margin:25px 0;
	min-height:200px;
}
.sectionHeader {
	border-bottom:solid 1px #ccc;
	padding-bottom:5px;
	margin-bottom:20px;
}
.section .title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	line-height: 36px;
	color:#497ebb;
	font-weight: bold;
	width:150px;
	float:left;
}
.titleWide {
	width:400px !important;
}
.section .note {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color:#65a64c;
	font-weight: normal;
	width:330px;
	float:right;
	text-align:right;
	margin-top:5px;
}
.singleLineNote {
	margin-top:15px !important;
}
.threeCol {
	width:100%;
	box-sizing:border-box;
}
.twoCol {
	width:64%;
	box-sizing:border-box;
	float:left;
	padding-right:20px;
}
.oneCol {
	width:36%;
	box-sizing:border-box;
	float:left;
}
.printCol {
	 width:25%;
	 float:left;
}
.homeLeague {
	border:solid 3px #b72822;
	border-radius:20px;
	padding:20px 0 10px;
	width:220px;
	float:left;	
	text-align:center;
	margin:20px;
}
.homeLeagueName {
	font-weight:bold;
}
.homeLeagueTotal {
	font-weight:bold;
	font-size:30px;
	padding:20px 0 0 0;
	margin-bottom:10px;
}

.league {
	border:solid 3px #b72822;
	border-radius:20px;
	padding:20px;
	width:200px;
	margin:10px;
	float:left;	
	text-align:center;
}
.leagueName {
	font-weight:bold;
}
.leagueTotal {
	font-weight:bold;
	font-size:30px;
	padding:20px 0 0 0;
}

.titleCard {
	height:185px;
	line-height:185px;
	border:solid 2px #ccc;
	border-radius:6px;
	width:370px;
	float:left;
	margin-right:15px;
	box-sizing:border-box;
	padding:20px;
	position: relative;
}
.titleCard .companyLogo img {
	height:75px;
	text-align:center;
	margin-left:135px;
}
.titleCard img {
	text-align:center;
	vertical-align:middle;
	max-width:330px;
	max-height:145px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.titleCard .companyName {
	font-size:18px;
	line-height:24px;
	color:#000;
	margin:10px 0;
	text-align:center;
	overflow:hidden;
	height:23px;
}
.titleCard .companySubName {
	font-size:16px;
	text-align:center;
}

.companyRow {
	border-bottom: 1px solid #666;
	padding: 10px 20px 9px 20px;
	margin: 0;
}

#quickReference {
	font-family:Arial, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#fff;
	padding:17px 20px 15px 20px
}
.icon {
	width: 73px;
}
.tile {
	width:155px;
	height:185px;
	float:left;
	margin:0 15px 0 0;
	border:solid 2px #ccc;
	border-radius:6px;
	box-sizing:border-box;
}
.logo {
	width:135px !important;
}
.stationary {
	width:114px !important;
}
.powerpoint {
	width:140px !important;
}
.tileIcon {
	padding:20px 20px 20px 20px;
	text-align:center;
}
.tileText {
	font-size:11px;
	line-height:14px;
	background-color:#f2f1f1;
	padding:7px 0 6px;
	text-align:center;
	height:42px;
}
.singleLineText .tileText {
	padding-top:21px;
	height:28px;
}
.doubleLineText .tileText {
	padding-top:16px;
	height:32px;
}
.right p {
	margin: 0;
	font-size: 14px;
	line-height: 30px;
	color: #FFF;
	float: left;
	width: 215px;
}

	.right p.short {
		width: 90px;
	}

.right a {
	color: #FFF;
	font-weight: normal;
}

.addBtn {
	background-color:#b72822;
	float:right;
	width:40px;
	height:40px;
	color:#fff;	
	font-weight:bold;
	font-size:24px;
	margin-right:10px;
}
.addBtn a {
	width:40px;
	height:40px;
	box-sizing:border-box;
	padding:10px 0 0 13px;
	color:#fff;
	display:block;
	text-decoration:none;
}

.topActionBtn {
	background-color:#3e3e3f;
	float:right;
	width:auto;
	padding:0px 20px;
	height:40px;
	color:#fff;	
	font-weight:normal;
	font-size:18px;
	margin-right:10px;
}
.topActionBtn a {
	height:40px;
	box-sizing:border-box;
	padding-top:10px;
	color:#fff;
	display:block;
	text-decoration:none;
	text-align:center;
}

.siteAdmin {
	background: #b72822;
	width: 150px;
	height: 30px;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
}

	.siteAdmin a {
		color: #FFF;
		text-transform: uppercase;
		font-size: 12px;
		line-height: 30px;
		text-decoration: none;
		display:block;
	}

.sites {
	background: #62A70F;
	width: 150px;
	height: 30px;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
}

	.sites a {
		color: #FFF;
		text-transform: uppercase;
		font-size: 12px;
		line-height: 30px;
		text-decoration: none;
		display:block;
	}

.referenceLink, .referenceLink a {
	font-size:12px;
	color:#b72822;
}

.companySearch {
	width: 220px;
	height: 30px;
	position: absolute;
	top: 0;
	right: 170px;
}

.content {
	padding: 10px 25px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #525253;
	text-align: left;
} 
.siteContent {
	padding: 0px 40px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #3F67A1;
	text-align: left;
}

.home {
	padding: 20px 0 20px 50px;
}

.button {
	background: #b72822;
	width: 150px;
	height: 30px;
	float: left;
	text-align: center;
	margin: 20px 20px 20px 0;
	cursor:pointer;
	color: #FFF;
}
	.button a {
		color: #FFF;
		text-transform: uppercase;
		font-size: 12px;
		line-height: 30px;
		text-decoration: none;
		display: block;
	}

		.button a:visited, .button a:hover, .button a:active, .button a:focus {
			color: #FFF;
			text-decoration: none;
		}
.cancel {
	background: #666;
}
.delete {
	float:right;
	margin: 20px 0px 20px 20px;
	background-color:#aaa;
	color:#000;
	border:solid 1px #000;
}
.delete a {
	color:#000 !important;
	
}


.col1 {
	float: left;
	width: 420px;
	margin: 0 30px 0 0;
}

.col2 {
	float: left;
	width: 400px;
	margin: 0;
}

.login {
	text-align: center;
}

.form {
	margin: 50px 0 0 0;
}

.formRow {
	margin: 0 0 15px 0;
}

.error {
	color: #c00;
	text-align: left;
}
.textError {
	color: #c00;
	text-align: left;
	float:left;
	padding-left:200px;
	width:600px;
	display:none;
}
.register {
	text-align: left;
	padding-left: 150px;
	margin-top: 20px;
}

label {
	float: left;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 30px;
	color: #525253;
	padding-left: 100px;
	text-align: left;
}

input {
	background: #EFEFEF;
	width: 200px;
	height: 28px;
	padding: 5px;
	margin: 0;
	line-height:30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: solid 1px #ccc;
	float: left;
}

input[type=submit] {
	background: #3e3e3f;
	color:#fff;
	width:300px;
	height: 40px;
	padding: 5px 20px;
	margin-top:10px;
	line-height:30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: solid 1px #eee;
	float:none;
	display:block;
	text-align:left;
	cursor:pointer;
}

	input.companySearchInput {
		background: #e4e3e2;
		width: 180px;
		height: 20px;
		padding: 5px;
		margin: 0;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		border: 0;
		float: left;
	}

.check > input {
	background: #62A70F;
	border: 0;
	width: 20px;
	height: 20px;
	padding: 0;
	margin: 3px 0 0 0;
	border: 0;
}

input.submit {
	background: #b62a22;
	border: 0;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 40px;
	width: 150px;
	height: 40px;
	text-align: center;
	text-transform: uppercase;
	padding: 0;
	margin: 0 0 0 195px;
}

input.homeSearch {
	background: #FFF;
	width: 420px;
	height: 28px;
	padding: 5px 5px 5px 10px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: 1px solid #999;
	box-shadow: 1px 2px 15px #999;
	float: left;
}

input.homeSearchSubmit {
	width: 40px;
	height: 40px;
	padding: 0;
	margin: 0;
	float: left;
	box-shadow: 1px 2px 15px #999;
	border: 0;
}

input.companySearchSubmit {
	width: 30px;
	height: 30px;
	padding: 0;
	margin: 0;
	float: left;
	border: 0;
}

input.pageSearchSubmit {
	width: 40px;
	height: 40px;
	padding: 0;
	margin: 0;
	float: left;
	border: 0;
}

.defaultText, .defaultTextActive {
	color: #999;
}

.remember {
	float: left;
	width: 150px;
	padding-left: 100px;
	margin: 10px 0 0 0;
	text-align: left;
}

	.remember label {
		float: left;
		width: 100px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		line-height: 20px;
		color: #3F67A1;
		padding-left: 0;
		text-align: left;
	}

.accordionCol ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

	.accordionCol ul li {
		margin: 0 0 5px 0;
		padding: 0;
		list-style-type: none;
		font-size: 12px;
		line-height: 16px;
	}

.footer {
	border-top:#777 solid 1px;
	background-color:#ccc;
	padding-top:20px;
}
.footer h1 {
	font-weight:normal;
}
#footerLogo {
	padding-bottom:20px;
}
#footerLogoContainer {
	float:right;
	width:200px;
	margin-right:35px;
	box-sizing:border-box;
}

.noMargin {
	margin: 0;
}

.fltrt {
	float: right;
	margin-left: 8px;
}

.fltlft {
	float: left;
	margin-right: 8px;
}

li {
	list-style-type:none;
	padding-top:5px;
}
.tripleCol {
	column-count:3;
	padding-left:5px;
}
.tripleCol li {
	font-size:16px;
	padding-bottom:5px;
}

.clearfloat, .clear, .cf {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

.subtext {
	font-size:12px;
	color:#999;
	line-height:16px;
}

.row {
	border-bottom: 1px solid #CCC;
	margin: 0;
	padding: 10px 0 10px 0;
	clear: both;
}
.rowSmall {
	border-bottom: 1px solid #CCC;
	margin: 0;
	padding: 0px;
	clear: both;
}
.headerRow {
	border-bottom: 3px solid #CCC;
	margin: 0;
	padding: 10px 0 5px 0;
	clear: both;
	font-weight:bold;
}
.bottomRow {
	border-bottom: none;
}
.rowCol1 {
	float:left;
	width:500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 30px;
	color: #525253;
}
.rowCol2 {
	float:right;
	width:300px;
	line-height: 30px;
}
.twoCol1 {
	float:left;
	width:400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 30px;
	color: #525253;
}
.twoCol2 {
	float:right;
	width:400px;
	line-height: 30px;
}

.leagueName {
	float:left;
	width:365px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 30px;
	color: #525253;
	padding-left:10px;
}
.leagueSport {
	float:left;
	width:150px;
	line-height: 30px;
}
.leagueGender {
	float:left;
	width:150px;
	line-height: 30px;
}
.leagueFilterList {
	
}

select { 
	padding:5px;
}
.selectList select {
   background: transparent;
   border: none;
   font-size: 12px;
   height: 40px;
   padding: 5px; /* If you add too much padding here, the options won't show in IE */
   width: 228px;
}
.selectList.slate {
   background-color:#e5e5e5;
   height: 40px;
   width: 230px;
   margin-left:10px;
}
.selectList.slate select {
   border: 1px solid #ccc;
   font-size: 14px;
   height: 40px;
   width: 230px;
}

.teamName {
	float:left;
	width:365px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 30px;
	color: #525253;
	padding-left:10px;
}
.teamLeagueName {
	float:left;
	width:200px;
	line-height: 30px;
}
.teamRating {
	float:left;
	width:65px;
	line-height: 30px;
	font-size:16px;
}
.headerRow .teamName, .headerRow .teamLeagueName, .headerRow .teamRating {
	font-size:12px;
	font-weight:bold;
}

.coachName {
	float:left;
	width:240px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 30px;
	color: #525253;
	padding-left:10px;
}
.coachLeague {
	float:left;
	width:210px;
	line-height: 30px;
}
.coachTeam {
	float:left;
	width:215px;
	line-height: 30px;
}
.coachRole {
	float:left;
	width:175px;
	line-height: 30px;
}
.headerRow .coachName, .headerRow .coachRole, .headerRow .coachLeague, .headerRow .coachTeam {
	font-size:12px;
	font-weight:bold;
}


.listRow {
	border-bottom: 1px solid #CCC;
	margin: 0;
	padding: 5px 0;
	float:left;
	width:50%;
}

.row label {
	width: 170px;
	float: left;
	margin: 0 30px 0 0;
	text-align: left;
	font-size: 14px;
	padding: 0;
	color: #666;
}

.row input {
	background: #EFEFEF;
	width: 350px;
	height: 20px;
	padding: 5px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: solid 1px #ccc;
	float: left;
}
.row input[type=button], .row input[type=submit] {
	background: #ccc;
	width: auto;
	height: 28px;
	padding: 0 10px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: solid 1px #777;
	color:#444;
	float:right;
	cursor:pointer;
}

.alt {
	background-color:#f2f2f2;
}

	.row input.file {
		background: none;
		width: 220px;
		padding: 0 5px 0 0;
	}

.detail {
	padding-top: 0;
	margin-bottom: 20px;
}

.sub .row {
	padding: 0px;
	border: none;
}

.first {
	border-top: 1px solid #CCC;
}

.row p {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #666;
	text-align: left;
}

.row h2 {
	margin: 0 0 5px 0;
}

.pageTitle {
	float: left;
	width: 195px;
}
.pageSearch {
	float:right;
}
.leagueFilter {
	float:right;
}


.ui-accordion .categoryListItem {
	padding: 0;
	margin: 0px;
}

.linkdesc {
	margin: 0 0 5px 0;
	padding:0px;
	color:#000;
	text-align:left;

}

.logout {
	background: #666;
	width: 150px;
	height: 30px;
	position: absolute;
	top: 0;
	right: 0px;
	text-align: center;
}

	.logout a {
		color: #FFF;
		text-transform: uppercase;
		font-size: 12px;
		line-height: 30px;
		text-decoration: none;
		display: block;
	}

.userGuide {
	background: #3e7dca;
	width: 150px;
	height: 30px;
	position: absolute;
	top: 0;
	right: 340px;
	text-align: center;
}

	.userGuide a {
		color: #FFF;
		text-transform: uppercase;
		font-size: 12px;
		line-height: 30px;
		text-decoration: none;
		display: block;
	}


/* Mega Menu Styles */
.mega-menu ul, .mega-menu ul li {
	list-style: none;
}

.mega-menu ul {
	position: relative;
	padding: 0;
	margin: 0;
}

	.mega-menu ul li ul {
		display: none;
	}

.mega-menu .sub {
	display: none;
}

	.mega-menu .sub ul {
		display: block;
	}

#mega-menu-1, #mega-menu-2 {
	font: normal 12px Arial, sans-serif;
	list-style: none;
	position: relative;
	padding: 0;
	margin: 0;
}

	#mega-menu-1 .sub ul, #mega-menu-2 .sub ul {
		display: block;
	}

#mega-menu-1 {
	width: 100%;
	position: relative;
}
#mega-menu-2 {
	position: relative;
}

	#mega-menu-1 li {
		float: left;
		width: 140px;
		margin: 0 10px 0 0;
	}

	#mega-menu-2 li {
		float: left;
		margin: 0;
		width:150px;
	}

	#mega-menu-1 li a {
		color: #002C73;
		font-size: 16px;
		line-height: 18px;
		font-family: Arial, Helvetica, sans-serif;
		text-decoration: none;
		border-bottom: 1px solid #CCC;
		display: block;
		padding: 5px;
		font-weight: bold;
	}

	#mega-menu-2 li a {
		color: #FFF;
		font-size: 12px;
		line-height: 30px;
		font-family: Arial, Helvetica, sans-serif;
		text-decoration: none;
		border-bottom: 0;
		display: block;
		padding: 0;
		text-align: center;
	}

	#mega-menu-1 li.mega-hover a {
		background: #EFEFEF;
	}

	#mega-menu-1 li a:hover {
		background: #EFEFEF;
	}

	#mega-menu-1 li .sub-container {
		position: absolute;
	}

	#mega-menu-2 li .sub-container {
		position: absolute;
		width:300px;
		left:-150px !important;
	}

	#mega-menu-1 li .sub {
		background: #efefef;
		padding: 15px 15px 0 15px;
		border: 1px solid #efefef;
		border-top: none;
		box-shadow: 0 5px 8px #666; /* box-shadow color generally should be a little darker than that for the NON CSS3 capable browsers background-color */
		-moz-box-shadow: 0 5px 8px #666;
		-webkit-box-shadow: 0 5px 8px #666;
	}

	#mega-menu-2 li .sub {
		background: #efefef;
		padding: 10px 10px 0 10px;
		border: 1px solid #efefef;
		border-top: none;
		box-shadow: 0 5px 8px #666; /* box-shadow color generally should be a little darker than that for the NON CSS3 capable browsers background-color */
		-moz-box-shadow: 0 5px 8px #666;
		-webkit-box-shadow: 0 5px 8px #666;
	}

		#mega-menu-1 li .sub .row, #mega-menu-2 li .sub .row {
			width: 100%;
			overflow: hidden;
			clear: both;
		}

	#mega-menu-1 li .sub li {
		list-style: none;
		float: none;
		width: 170px;
		font-size: 12px;
		font-weight: normal;
	}

	#mega-menu-2 li .sub li {
		list-style: none;
		float: none;
		width: 128px;
		font-size: 12px;
		font-weight: normal;
		margin: 0;
		padding: 0;
	}

	#mega-menu-1 li .sub li.mega-hdr {
		margin: 0 10px 5px 0;
		float: left;
	}

	#mega-menu-2 li .sub li.mega-hdr {
		margin: 0 0 5px 0;
		float: left;
	}

		#mega-menu-1 li .sub li.mega-hdr.last, #mega-menu-2 li .sub li.mega-hdr.last {
			margin-right: 0;
		}

	#mega-menu-1 li .sub a {
		background: none;
		color: #3F67A1;
		padding: 7px 10px;
		display: block;
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
		border: none;
	}

	#mega-menu-2 li .sub a {
		background: none;
		color: #3F67A1;
		padding: 0;
		display: block;
		font-size: 14px;
		font-family: Arial, Helvetica, sans-serif;
		border: none;
		text-transform: none;
		text-align: left;
		line-height: 16px;
		margin: 0;
		font-weight:bold;
	}

		#mega-menu-1 li .sub a:hover, #mega-menu-2 li .sub a:hover {
			color: #3F67A1;
			text-decoration: underline;
		}

	#mega-menu-1 li .sub li.mega-hdr a.mega-hdr-a, #mega-menu-2 li .sub li.mega-hdr a.mega-hdr-a {
		padding: 5px 15px;
		margin-bottom: 5px;
		background: #6B6B6B;
		text-transform: uppercase;
		font-weight: bold;
		color: #fff;
	}

		#mega-menu-1 li .sub li.mega-hdr a.mega-hdr-a:hover, #mega-menu-2 li .sub li.mega-hdr a.mega-hdr-a:hover {
			color: #000;
		}

	#mega-menu-1 .sub li.mega-hdr li a, #mega-menu-2 .sub li.mega-hdr li a {
		padding: 4px 5px;
		font-weight: bold;
	}

		#mega-menu-1 .sub li.mega-hdr li a:hover, #mega-menu-2 .sub li.mega-hdr li a:hover {
			color: #3F67A1;
			text-decoration: underline;
		}

	#mega-menu-1 .sub ul li, #mega-menu-2 .sub ul li {
		padding-right: 0;
	}

	#mega-menu-1 li .sub-container.non-mega .sub, #mega-menu-2 li .sub-container.non-mega .sub {
		padding: 10px;
	}

	#mega-menu-1 li .sub-container.non-mega li {
		padding: 0;
		width: 190px;
		margin: 0;
	}

	#mega-menu-2 li .sub-container.non-mega li {
		padding: 0;
		width: 268px;
		margin: 0;
	}

	#mega-menu-1 li .sub-container.non-mega li a {
		padding: 3px 5px 3px 22px;
	}

	#mega-menu-2 li .sub-container.non-mega li a {
		padding: 0;
		text-align: left;
	}

		#mega-menu-1 li .sub-container.non-mega li a:hover, #mega-menu-2 li .sub-container.non-mega li a:hover {
			color: #3F67A1;
			text-decoration: underline;
		}