/* ============================================================================
    Panel
============================================================================ */
.panelOverlay {
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/black3.png);
	display: none;
}
.panel {
	position: fixed;
	top: 0;
	left: -280px;
	width: 280px;
	height: 100%;
	background: #FFF;
	z-index: 2;
	padding: 0;
	-webkit-transition: left 0.3s ease-in-out;
	-moz-transition: left 0.3s ease-in-out;
	-ms-transition: left 0.3s ease-in-out;
	-o-transition: left 0.3s ease-in-out;
	transition: left 0.3s ease-in-out;
}
body.lock .panel {
	left: 0;
}
.panelInner {
	height: 100%;
	left: 0;
	-webkit-overflow-scrolling: touch;
	overflow-y: scroll;
	position: absolute;
	top: 0;
	width: 100%;
	padding: 0;
}
.panel ul {
	margin: 0;
}
.panel .topBarRight {
	float: none;
	background: #2a438a;
	padding: 5px 20px;
}
.panel .menu li {
	line-height: 40px;
	font-size: 16px;
	border-bottom: 1px solid #eaeaea;
}
.panel .menu a {
	display: block;
	position: relative;
	color: #343434;
	padding: 0 20px;
}
.panel .menu li:hover > a {
	color: #000;
}
.panel .menu li.home i {
	display: none;
}
.panel ul .sub-menu {
	padding: 0 0 10px 20px;
}
.panel ul .sub-menu li {
	border: none;
	line-height: 30px;
	font-size: 13px;
}
.panel ul .sub-menu li a {
	color: #aeaeae;
}
/* ============================================================================
    Menus
============================================================================ */
.menuBars {
	-webkit-box-shadow: 0 0 0 2px rgba(0,0,0,0.1);
	box-shadow: 0 0 0 2px rgba(0,0,0,0.1);
}
.topBar {
	background: #2a438a;
	line-height: 35px;
	color: #FFF;
	position: relative;
	z-index: 3;
}
.topBarLink {
	float: left;
	display: block;
	font-size: 13px;
	line-height: 35px;
	max-width: 450px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	color: #FFF;
	margin: 0;
}
.topBarLink a {
	text-decoration: underline;
	color: #FFF;
}
#headlineSlider {
	float: left;
	position: relative;
}
#headlineSlider .slides li {
	font-size: 13px;
	line-height: 35px;
	max-width: 400px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
#headlineSlider .slides li a {
	color: #FFF;
}
.topBarRightWrapper {
	float: right;
}
.topBarRight {
}
.topBarRight > * {
	float: left;
	border-left: 1px solid #7f8eb9;
	padding: 0 10px;
}
.topBarRight .topLogin {
	padding: 0 0 0 10px;
}
.topSocials a {
	display: block;
	float: left;
	border: none;
	width: 25px;
	height: 35px;
	line-height: 35px;
	color: #FFF;
	font-size: 16px;
	text-align: center;
}
.topBarApp {
	display: block;
	text-transform: uppercase;
	padding: 5px 10px;
	line-height: 25px;
	font-size: 14px;
	color: #FFF;
}
.topBarApp span {
	display: inline-block;
	background: #FFF;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #000;
	padding: 0 5px;
	height: 25px;
	margin: 0 0 0 5px;
}
.searchToggle {
	display: block;
	cursor: pointer;
	width: 35px;
	text-align: center;
	color: #FFF;
	font-size: 16px;
}
.loginToggle {
	display: block;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 16px;
	color: #FFF;
}
.topDrop {
	position: relative;
}
.topDropDown {
	position: absolute;
	max-height: 0;
	overflow: hidden;
	top: 35px;
	background: #3064a5;
	right: 0;
	padding: 0 10px;
	color: #FFF;
	width: 250px;
	z-index: 2;
	line-height: 20px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;	
}
.topDrop.active .topDropDown {
	max-height: 300px;
	padding: 10px;
}
.topDrop .cols > * {
	margin: 0 0 5px;
}
.topDrop .Btn {
	display: block;
	padding: 0;
	text-align: center;
}
.topDrop .cols > * {
	margin-bottom: 5px;
}
.topDrop input {
	margin: 0;
	height: 30px;
	line-height: 20px;
	background: #FFF;
	border: none;
}
.topDrop input[type="submit"], .topDrop button[type="submit"] {
	-webkit-box-shadow: 0 0 0 2px #FFF inset;
	box-shadow: 0 0 0 2px #FFF inset;
	color: #FFF;
	padding: 0;
	line-height: 30px;
	height: 30px;
	margin: 5px 0 0;
}
.topDrop p {
	margin: 0;
}
.topDrop p a {
	text-decoration: underline;
	color: #FFF;
}
.bottomBar {
	background: #FFF;
}
.logo {
	display: block;
	float: left;
	background: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 267px;
	height: 110px;
}
.logo span {
	display: block;
	text-indent: -99999px;
}
.mainMenu {
	float: right;
}
.mainMenu .menu {
	margin: 0;
}
.mainMenu .menu li {
	display: block;
	float: left;
	line-height: 60px;
}
.mainMenu .menu > li {
	position: relative;
}
.mainMenu .menu li.home span {
	display: none;
}
.mainMenu .menu li a {
	display: block;
	padding: 0 6px;
	color: #000;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
	padding: 25px 15px;
	position: relative;
}
.mainMenu .menu li.home a {
	width: 50px;
	text-align: center;
}
.mainMenu .menu li.lid {
	line-height: 46px;
	padding: 32px 0;
	margin: 0 0 0 15px;
}
.mainMenu .menu li.lid a {
	color: #3064a5;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 0 1px #3064a5 inset, 0 0 0 0 #3064a5 inset;
	box-shadow: 0 0 0 1px #3064a5 inset, 0 0 0 0 #3064a5 inset;
	padding: 0 15px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.mainMenu .menu li.lid a:hover {
	background: #3064a5;
	color: #FFF;
	-webkit-box-shadow: 0 0 0 1px #3064a5 inset, 0 -40px 0 0 #3064a5 inset;
	box-shadow: 0 0 0 1px #3064a5 inset, 0 -40px 0 0 #3064a5 inset;
}
.mainMenu .menu li a:after {
	content: "";
	position: absolute;
	display: block;
	left: 50%;
	bottom: 20px;
	width: 0;
	height: 1px;
	background: #3064a5;
	margin-left: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.mainMenu .menu li:hover a:after, .mainMenu .menu li.current-menu-item a:after, .mainMenu .menu li.current_page-item a:after {
	opacity: 1;
	visibility: visible;
	margin-left: -15px;
	width: 30px;
}
.mainMenu .menu li.lid a:after {
	display: none;
}
.mainMenu .sub-menu {
	position: absolute;
	top: 110px;
	margin: 0;
	z-index: 4;
	width: 180px;
	background: #3064a5;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;	
}
.mainMenu li:hover .sub-menu {
	max-height: 500px;
}
.mainMenu .sub-menu li {
	float: none;
	line-height: 30px;
}
.mainMenu .menu .sub-menu a {
	font-size: 13px;
	font-weight: 400;
	padding: 0 15px;
	text-transform: none;
	color: #FFF;
}
.mainMenu .menu .sub-menu a:after {
	display: none;
}
.mainMenu .menu .sub-menu li:hover a {
	background: #2a438a;
}
.menuToggle {
	display: none;
	position: relative;
	cursor: pointer;
	line-height: 30px;
	font-size: 13px;
	color: #002758;
	margin: 40px 0 0;
	z-index: 6;
	float: right;
}
.mtBars {
	display: block;
	float: right;
	margin: 0 0 0 10px;
	width: 30px;
	height: 30px;
	position: relative;
}
.mtBar {
	position: absolute;
	width: 30px;
	height: 4px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: #002758;
	top: 50%;
	left: 50%;
	margin-left: -15px;
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-ms-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}
.mtBarTop {
	margin-top: -5px;
}
.mtBarMiddle {
	margin-top: -1px;
}
.mtBarBottom {
	margin-top: 3px;
}
.menuToggle:hover .mtBarTop {
	margin-top: -7px;
}
.menuToggle:hover .mtBarBottom {
	margin-top: 5px;
}
.menuToggle.active .mtBarTop, .menuToggle.active:hover .mtBarTop {
	margin-top: -1px;
	-moz-transform: rotate(405deg);
	-webkit-transform: rotate(405deg);
	-o-transform: rotate(405deg);
	-ms-transform: rotate(405deg);
	transform: rotate(405deg);
}
.menuToggle.active .mtBarMiddle {
	width: 0;
	margin-left: 0;
}
.menuToggle.active .mtBarBottom, .menuToggle.active:hover .mtBarBottom {
	margin-top: -1px;
	-moz-transform: rotate(-405deg);
	-webkit-transform: rotate(-405deg);
	-o-transform: rotate(-405deg);
	-ms-transform: rotate(-405deg);
	transform: rotate(-405deg);
}