@charset "UTF-8";

#menu {
	position: relative;
	z-index: 400;
    float: right;
    text-align: right;
    margin: 28px 0 0 0px;
}
#menu ul {
    list-style:none;
}
#menu ul li {
    float:left;
    position: relative;
    z-index: 100;
}
#menu ul li a {
    font-size: 14px;
    font-weight: 500;
    line-height: 10px;
    display:block;
    margin: 0px 4px;
    padding: 10px 14px;
    height: 28px; /* this + padding + margin = overall height of menu bar */
    font-family: 'Lato', Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    color : #fff;
    text-decoration : none;
    text-transform:uppercase;
    white-space:nowrap;
    transition: all .25s ease;
    -moz-transition: all .25s ease; /* Firefox 4 */
    -webkit-transition: all .25s ease; /* Safari and Chrome */
    -o-transition: all .25s ease; /* Opera */
}
#menu ul li a:hover{
	background-color: #efefef;
	color: #002d58;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
}
#menu ul li:nth-child(1) a {
    margin-left: 0;
    padding-left: 0;
	display: none;
}
#menu ul li:last-child a {
    margin-right: -15px;
}
#menu ul li ul {
display: none;
}
#menu ul li:hover ul {
display: block;
	position:absolute;
	top: 48px;
	left: 4px;
}
#menu ul li:last-child:hover ul {
	left: -119px;
}
#menu ul li:last-child:hover ul li a {
	padding-right: 17px;
}
#menu ul li:hover ul li {
	height: 30px; /*controls height of the drop down box items*/
	margin-top: -3px;
}

#menu ul li:hover ul li:nth-child(1) {
	margin-top: 0px;
}
/* style and set position of the dropdown menu*/
#menu ul li:hover ul li a {
	display:block;
	width: 200px;
	text-align: left;
	background-color:#efefef;
	margin: 0;
	padding: 0 0 3px 0;
	text-indent: 19px;
	color: #174a7c;
	line-height: 30px;
	text-transform: none;
	height: 30px;
	border-top-left-radius:0;
	border-top-right-radius:0;
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
}
#menu ul li:last-child ul li a {
	text-align: right;
}
/* style the background and text color of the submenu links on hover */
	#menu ul li:hover ul li a:hover {
	background-color:#002d58;
	color:#fff;
}
#menu ul li:hover ul li ul {
	display: none;
}

/* MOBILE MENU
*****************************************************************/
#panel-mobile-menu {
    display: none;
    font-weight: normal;
    text-transform: capitalize;
    margin: 0 0 0 0;
	padding:0px;
    text-align: center;
}
#panel-mobile-menu ul {
    list-style:none;
    background-color: #242424;
    margin: 0px;
    padding:0px;
}
#panel-mobile-menu ul li {
    border-bottom: 1px solid #aaa;
}
#panel-mobile-menu ul li:last-child {
    border-bottom: 0;
}
#panel-mobile-menu ul li a {
    font-size: 1.4em;
    line-height: 1.0em;
    display:block;
    padding: 16px 10px 6px 0px;
    height: 26px; /* this + padding + margin = overall height of menu bar */
    -webkit-font-smoothing: antialiased;
    color : #FFFFFF;
    text-decoration : none;
    font-weight: 700;
    text-transform:uppercase;
    white-space:nowrap;
    transition: all .5s ease;
    -moz-transition: all .5s ease; /* Firefox 4 */
    -webkit-transition: all .5s ease; /* Safari and Chrome */
    -o-transition: all .5s ease; /* Opera */
}
#panel-mobile-menu ul li a:hover {
    background-color: #002d58;
    color: #fff;
    opacity: 1;
}
/*#panel-mobile-menu {
	font-weight: normal;
	text-transform: capitalize;
	margin: 22px 0 0 0;
	text-align: center;
}
#panel-mobile-menu ul {
	list-style:none;
        background-color: #002663;
}
#panel-mobile-menu ul li {
border-bottom: 1px solid #057cc7 ;
}
#panel-mobile-menu ul li:last-child {
border-bottom: 0;
}
#panel-mobile-menu ul li a {
    	font-size: 1.8em;
	line-height: 1.0em;
	display:block;
	padding: 16px 10px 6px 10px;
	height: 26px; /* this + padding + margin = overall height of menu bar */
	font-family: 'Source Sans Pro', Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	color : #FFFFFF;
	text-decoration : none;
	font-weight: 900;
	text-transform:uppercase;
	white-space:nowrap;
 transition: all .5s ease;
 -moz-transition: all .5s ease; /* Firefox 4 */
 -webkit-transition: all .5s ease; /* Safari and Chrome */
 -o-transition: all .5s ease; /* Opera */
}
#panel-mobile-menu ul li a:hover {
	color: #057cc7;
	opacity: 1;
}
#panel-mobile-menu ul li ul {
	display: none;
}
#panel-mobile-menu ul li:hover ul {
	display:block;
background-color: #aaa;
}
#panel-mobile-menu ul li:hover ul li {
	border-bottom: 1px solid #ccc ;
}

#panel-mobile-menu ul li:hover ul li:nth-child(1) {
	margin-top: 0px;
}

/* style and set position of the dropdown menu*/
#panel-mobile-menu ul li:hover ul li a:hover {
color: #fff;
}*/


/* FOOTER MENU
*****************************************************************/
#footer-menu ul {
    list-style:none;
    text-indent: 0;
    margin-left: 10px;
    padding-top: 10px;
}
#footer-menu ul li a{
    font-size: 1.8em;
    line-height: 1.0em;
    display:block;
    height: 26px; /* this + padding + margin = overall height of menu bar */
    -webkit-font-smoothing: antialiased;
    color : #FFFFFF;
    text-decoration : none;
    font-weight: 500;
    text-transform:capitalize;
    white-space:nowrap;
    border-radius:8px;
    transition: all .5s ease;
    -moz-transition: all .5s ease; /* Firefox 4 */
    -webkit-transition: all .5s ease; /* Safari and Chrome */
    -o-transition: all .5s ease; /* Opera */
}
#footer-menu ul li a:hover {
    color: #3b8dd5;
    opacity: 1;
}