/* CSS Document */

/* ======================== Custom Styling - NM ======================== */

/* Navigation */

.primaryNav {
	/*height: 50px;*/
	height: inherit; /* Reference Media Queries */
	background: #0055a5;
	border-bottom: 5px solid #fff;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid #002146;
    border-radius: 4px;
}

.navbar-toggle .icon-bar {
	background-color: #002146 !important;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: inherit;
    border-bottom: 5px solid #002146;
        /*border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;*/
}

.navbar-nav {
    margin: 0 -15px;
        /*margin-right: -15px;
        margin-bottom: 7.5px;
        margin-left: -15px;*/
}

.navbar-nav > li > a {
    line-height: 15px;
}

.nav > li > a:focus, .nav > li > a:hover {
	color: #bfc6de;
    background-color: #00417d;
}

.navbar-inverse {
    background-color: #4d535a;
    border-color: #002146;
}

.navbar-inverse .navbar-nav > li > a {
	/*font-family: 'Rasa', serif;
	font-size: 15px;
	font-weight: 300;
    color: #fff;
	text-transform: uppercase;*/
	outline: none;
}

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    color: #e5af11;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    color: #e5af11;
    background-color: transparent;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: transparent;
}

.navbar-wrapper .navbar .navbar-form {
    margin-bottom: 0;
    padding: 0 15px;
}

.navbar-form {
    padding: 10px 15px;
    margin-top: 0;
    margin-right: -15px;
    margin-bottom: 0;
    margin-left: -15px;
    border-top: 1px solid transparent;
        /*border-top-color: transparent;*/
    border-bottom: 1px solid transparent;
        /*border-bottom-color: transparent;*/
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-collapse {
    /*padding-right: 15px;
    padding-left: 15px;*/
	padding: 0;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
        /*border-top-color: transparent;*/
    -webkit-box-shadow: none;
    box-shadow: none;
}

.caret {
	display: none;
}

.first .dropdown-menu {
    left: 0;
}

.last .dropdown-menu {
    border-right: none;
}

.dropdown:hover .dropdown-menu, .dropdown-menu:hover {
	background: #bfc6de;
}

.dropdown-menu {
    position: relative; /* Reference Media Queries */
    top: 100%;
    /*left: 15px;*/
    z-index: 1000;
    display: none;
    float: none;
    /*min-width: 160px;*/
	width: 100%;
    padding: 0;
    margin: 2px 0 0;
        /*margin-top: 2px;*/
    font-size: 13px;
    text-align: left;
    list-style: none;
    background-color: #4d535a;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
        /*border-top-left-radius: 0;
        border-top-right-radius: 0;*/
    -webkit-box-shadow: none;
    box-shadow: none;
}

.mega-menu > li {
	text-align: center;
}

.mega-menu > li > a {  /* Reference Media Queries */
	font-family: 'Assistant', sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	border-left: none;
	border-bottom: 1px solid #789dc0;
	width: inherit;
	/*height: 45px;*/
	height: inherit;
}

.mega-menu > li.first > a {
	margin: 0;
	border-left: none;
	border-bottom: 1px solid #789dc0;
}

.mega-menu .show-all { /* NM - Added */
	background: #fff;
	height: inherit; /* Reference Media Queries */
}

.mega-menu:hover .show-all { /* NM - Added */
	display: none; /* Reference Media Queries */
}

.dropdown-menu {
	/*border-top: 5px solid #fff;*/
	border-left: none;
	border-bottom: 1px solid #dbdbdb;
}

.dropdown-menu > li.first {
    /*border-top: 2px solid #e5af11;*/
}

.dropdown-menu > li {
    /*border-bottom: 1px solid #5f656b;*/
	width: inherit;
}

.dropdown-menu > li.last {
    /*border-bottom: none;*/
}

.dropdown-menu > li > a {
    display: block;
	color: #003363;
    padding: 10px 15px;
    clear: both;
    line-height: 1.42857143;
    white-space: normal;
	overflow: hidden;
	outline: none;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #00417d;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #00417d;
    outline: 0;
}

@media (min-width:768px) {
.primaryNav {
	height: inherit !important;
}
.first .dropdown-menu {
    left: 0 !important;
}
.last .dropdown-menu {
    border-right: none !important;
}
.dropdown-menu {
    position: relative !important;
	float: none !important;
	width: 100% !important;
	border-left: none !important;
}
.mega-menu > li > a {
	border-left: none !important;
	border-bottom: 1px solid #789dc0 !important;
	width: inherit !important;
	height: 45px !important;
}
.mega-menu > li.first > a {
	border-left: none !important;
	margin: 0 !important;
}
.mega-menu .show-all {
	height: inherit !important;
}
.mega-menu:hover .show-all {
	display: none !important;
}
.dropdown-menu > li {
	width: inherit !important;
}
}

@media (min-width:992px) {
.primaryNav {
	height: 50px !important;
}
.first .dropdown-menu {
    left: 15px !important;
}
.last .dropdown-menu {
    border-right: 1px solid #dbdbdb !important;
}
.dropdown-menu {
    position: absolute !important;
	float: left !important;
	width: 159px !important;
	border-left: 1px solid #dbdbdb !important;
}
.mega-menu > li > a {
	border-left: 1px solid #789dc0 !important;
	border-bottom: none !important;
	width: 159px !important;
	height: 45px !important;
}
.mega-menu > li.first > a {
	border-left: none !important;
	margin: 0 0 0 15px !important;
}
.mega-menu .show-all {
	height: 384px !important;
}
.mega-menu:hover .show-all {
	display: block !important;
}
.dropdown-menu > li {
	width: 159px !important;
}
}

@media (min-width:1200px) {
.primaryNav {
	height: 50px !important;
}
.first .dropdown-menu {
    left: 15px !important;
}
.last .dropdown-menu {
    border-right: 1px solid #dbdbdb !important;
}
.dropdown-menu {
    position: absolute !important;
	float: left !important;
	width: 190px !important;
	border-left: 1px solid #dbdbdb !important;
}
.mega-menu > li > a {
	border-left: 1px solid #789dc0 !important;
	border-bottom: none !important;
	width: 190px !important;
	height: 45px !important;
}
.mega-menu > li.first > a {
	border-left: none !important;
	margin: 0 0 0 15px !important;
}
.mega-menu .show-all {
	height: 384px !important;
}
.mega-menu:hover .show-all {
	display: block !important;
}
.dropdown-menu > li {
	width: 190px !important;
}
}
