/*
  jQuery MegaMenu Plugin
  Author: GeekTantra
  Author URI: http://www.geektantra.com
*/
#navigation {
	max-width: 688px;
	z-index: 10;
}
ul.mega-menu {
	padding: 0;
	margin: 0;
	list-style: none;
	display: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
ul.mega-menu li.mm-item {
	padding: 0;
	margin: 0;
}
ul.mega-menu li {
	margin: 0px;
	padding: 0px;
}
ul.mega-menu li.clear-fix {
	float: none;
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}
ul.mega-menu a.mm-item-link:link {
	font-family: "Arial";
	text-decoration: none;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: 1px 1px 0 black;
	color: #fff;
	position: relative;
	display: inline-block;
	padding: 0 23px;
	line-height: 74px;
	margin: 0;
	text-decoration: none;
	z-index: 10;
}
ul.mega-menu a.mm-item-link:visited {
	color: #fff;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
*html ul.mega-menu a.mm-item-link:link, *html ul.mega-menu a.mm-item-link:visited {
	border-color: pink;
	filter: chroma(color=pink);
}
ul.mega-menu a.mm-item-link-hover:link, ul.mega-menu a.mm-item-link-hover:visited, ul.mega-menu li.mm-item.expanded a.mm-item-link {

	color: #fff03a;
	-moz-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
	text-shadow: none;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
ul.mega-menu li.mm-item a.mm-item-link span.mm-item-expand {
	margin-left: 15px;
	position: relative;
	top: -2px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-top: 5px solid #fff;
	font-size: 0;
	line-height: 0;
  	display:none;
}
ul.mega-menu li.mm-item.expanded a.mm-item-link span.mm-item-expand, ul.mega-menu li.mm-item.opened a.mm-item-link span.mm-item-expand {
	margin-left: 15px;
	position: relative;
	top: -7px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;  /* left arrow slant */
	border-right: 5px solid transparent; /* right arrow slant */
	border-top: 5px solid transparent;
	border-bottom: 5px solid #fff; /* bottom, add background color here */
	font-size: 0;
	line-height: 0;
}
ul.mega-menu li.mm-item.expanded div.mm-item-content {
	display: block !important;
	-webkit-opacity: 1 !important;
	-moz-opacity: 1 !important;
	-o-opacity: 1 !important;
	-ms-opacity: 1 !important;
	opacity: 1 !important;
}
ul.mega-menu div.mm-item-content, ul.mega-menu div.mm-item-content-x {
	padding: 0px;
	position: absolute;
	z-index: 9;
  	left:7.5%!important;
  	right:7.5%!important;
    width:85%!important;
}
    .mm-content-base {
position: relative;
z-index: 11;
display: inline-block;
float: none;
      margin-top:5px;
margin-bottom: 0px;
width: calc(100% - 40px)!important;
width: -moz-calc(100% - 40px)!important;
width: -webkit-calc(100% - 40px)!important;
padding: 20px!important;
border: solid 2px #173B6C;
background: rgba(255, 255, 255, .9);
}
.mm-js-shadow {
	position: absolute;
	z-index: 10;
}
/* Flyout menu style fixes */
.mega-menu .sf-menu {
	display: inline-block;
	float: none;
 *display:inline;
 *zoom:1;
	margin-bottom: 0px;
	width: calc(100% - 40px);
	width: -moz-calc(100% - 40px);
	width: -webkit-calc(100% - 40px);
	padding: 20px;
	border: solid 2px #173B6C;
  	padding-bottom:20px;
  background: rgba(255, 255, 255, .9);
}
/* Begin additions for responsive behavior */

ul.mega-menu.responsive-web li.responsive-button {
	display: none;
	cursor: pointer;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
	background-color: transparent;
	background-image: url("/data/layout/images/hamburger.png");
	background-repeat: no-repeat;
	background-position: 96% 8px;
	line-height: 12px;
	padding: 14px 4% 14px 4%;
	color: #ffffff;
	font-size: 14px;
}
/* Departments Dropdown */
ul.mega-menu-sub {
	display: inline-block;
	float: none;
	margin-bottom: 0px;
	padding-left: 0px;
	vertical-align: top;
	background: rgba(255, 255, 255, .9);
}
ul.mega-menu-sub li {
	display: inline-block;
	vertical-align: top;
	margin: 0px 0px;
	max-width: 180px;
	width: 100%;
	margin-bottom: 3px;
	line-height: 1;
	padding: 4px;
  
}
ul.mega-menu-sub li a {
	font-family: Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #173B6C;
	text-decoration: none;
	display: inline-block;
}
ul.mega-menu-sub li a:hover {
	color: #6A0D1C;
}
ul.mega-menu-sub li ul {
      background: none repeat scroll 0% 0% transparent;
     display: block;
     margin-left: 0px;
     padding-left: 5px;
     padding-right: 15px;
    padding-top: 5px;
}
ul.mega-menu-sub li ul li {
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #2056A1;
	text-decoration: none;
	display: inline-block;
  	background:none;
	padding: 1px 0;
}
ul.mega-menu-sub li ul li a{
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #2056A1;
	text-decoration: none;
	display: inline-block;
}
ul.mega-menu-sub li ul li a:hover {
	padding-left:0;
}
 @media only screen and (max-width: 1050px) {
ul.mega-menu a.mm-item-link:link {
	line-height: 30px;
}
#navigation {
	position: relative;
	top: -28px;
  	max-width: 100%;
	width: 100%;
}
ul.mega-menu div.mm-item-content, ul.mega-menu div.mm-item-content-x {
	padding: 0px;
	position: absolute;
	z-index: 9;
  	left:0!important;
  	right:0!important;
    width:100%!important;
}
}
@media only screen and (min-width: 704px) {
ul.mega-menu.responsive-web > li {
	display: inline-block !important;
	float: none !important;
}
ul.mega-menu.responsive-web > li.responsive-button {
	display: none !important;
}
}
 @media only screen and (max-width: 703px) {
#navigation {
	max-width: 100%;
	width: 100%;
	padding: 0 6px;
	background: #12315A;
	padding-bottom: 6px;
}
ul.mega-menu .mm-item {
	background: #174889; /* Old browsers */
	background: -moz-linear-gradient(top, #174889 0%, #173b6c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #174889), color-stop(100%, #173b6c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #174889 0%, #173b6c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #174889 0%, #173b6c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #174889 0%, #173b6c 100%); /* IE10+ */
	background: linear-gradient(to bottom, #174889 0%, #173b6c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#174889', endColorstr='#173b6c', GradientType=0 ); /* IE6-9 */
}
ul.mega-menu.responsive-web > li {
	display: none;
}
ul.mega-menu.responsive-web >li.responsive-button {
	display: block;
	float: none !important;
}
ul.mega-menu.responsive-web > li > a.mm-item-link {
	display: block;
	margin-right: 0px;
	padding: 8px 30px;
}
ul.mega-menu.responsive-web li.mm-item a.mm-item-link span.mm-item-expand {
	float: right;
	top: 8px
}
ul.mega-menu.responsive-web li.mm-item.opened a.mm-item-link span.mm-item-expand {
	top: 2px;
	float: right;
}
ul.mega-menu.responsive-web .sf-menu a {
	border: none;
	display: inline-block;
 *display: inline;
 *zoom:1;
}
ul.mega-menu.responsive-web > li.mm-item {
	margin-top : 5px;
}
ul.mega-menu.responsive-web > li.mm-item.opened > a.mm-item-link {
	position: relative;
	color: #FFF;
	padding: 8px 30px;
	text-decoration: none;
	z-index: 10;
	font-size: 14px;
	border-top: 1px solid transparent;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	color: #444;
	background: #FFF;
	border-top: 1px solid #777;
	border-left: 1px solid #777;
	border-right: 1px solid #777;
	-moz-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
}
ul.mega-menu.responsive-web > li > div.mm-item-content-x {
	position: static;
}
ul.mega-menu.responsive-web > li.mm-item:not(.opened) > div.mm-item-content-x {
	display: none !important;
}
ul.mega-menu.responsive-web > li > div.mm-item-content-x.opened {
	display: block !important;
}
ul.mega-menu.responsive-web div.mm-js-shadow {
	display: none;
}
}
@media only screen and (max-width: 350px) {
#navigation {
	padding-bottom: 4px;
	padding: 0 4px;
	top: 45px;
	margin-bottom: 45px;
}
}
.mega-menu-content h3 a {color:#216101; text-decoration:none;}
.mega-menu-content h3 a:visited {color:#216101; text-decoration:none;}
.mega-menu-content h3 a:hover {color:#043b7b; text-decoration:none;}
.mega-menu-content h3 a:active {color:#216101; text-decoration:none;}

.uc-item label.uc-label {
    display: block;
    font-weight: bold;
    color:#6c0d1d;
}

.uc-item fieldset {
    padding:.5em 0em 1em 0em;
}

.uc-item fieldset.uc q-check-list {
    border:1px solid #000;
}