/*----------------------------------------
              Navbar Styling
----------------------------------------*/

/*--------------------
   Overall Styling
--------------------*/
.navbar-fixed-top{
	margin: 0 auto;
}

#Main-Nav .navbar-inner {
	padding-left: 0;
	padding-right: 0;
	background-color: white;
	background-image: none;
	border: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#Main-Nav ul.nav.menu {
	width: 100%;
	margin-top: 0;
}

#Main-Nav.navbar .nav > li > a {
	text-decoration: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-transform:uppercase;
	text-shadow: none !important;
	font-family: 'Montserrat';
	font-weight: 500;
	float: none;
    padding: 10px 20px 10px;
    color: #e8f2f4;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    line-height: 20px;
	letter-spacing: -0.06em;
	background-color: transparent;
}
#Main-Nav.navbar .nav > li > a:hover {
color: blue;
box-shadow: none;
}
#Main-Nav.navbar .nav > .active > a {
color: white;
text-decoration: none;
background-color: blue;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}

/* Styling the logo when used as menu item */
.nav > li > a > img {
    max-width: 300px;
	height: auto;
}

/*--------------------
    Footer Styling
--------------------*/
.moduletable-footer-nav ul.nav-pills {
	text-align: center;
}
#Nav-88-menu .nav>li>a { /* Replace 88 with actual menu number */
	text-shadow: none;
	color: #3b95a4;
}
#Nav-88-menu .nav>li>a:hover {
	color: #8cc0c9;
}
@media only screen and (min-width: 1024px) {
	.moduletable-footer-nav ul.nav-pills > li {
		float: none;
		display: inline-block;
	}
	.moduletable-footer-nav .navbar-inner {
		background: none;
		border: none;
		box-shadow: none;
	}
	.moduletable-footer-nav .navbar-inner ul {
		float: none;
	}
}

/*--------------------
 Collapsible Styling
--------------------*/
@media (max-width: 979px) {
	.navbar-fixed-top {
		position: fixed;
		top: 0;
	}
	.navbar-fixed-top .navbar-inner {
		padding-bottom: 0;
	}
	#Nav-0-menu {
		padding-bottom: 2px; /* Shows bottom border of menu */
	}
	/* Styling for 2 Column Layout (add any other menu that needs 2 columns) */
	#Main-Nav.navbar .nav > li > a {
		height: 100%;
		font-size: 1em;
		padding: 0 10px;
		text-align: center;
		margin-bottom: 0;
		border: 1px solid blue;
		border-radius: 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	/* If Logo is part of Menu System (change item number) */
	/*#Main-Nav.navbar .nav > li.item-240 > a{
		border: none;
	}*/
	#Main-Nav li {
		width: 50%;
		float: left;
		display: block;
		height: 55px; /* Minimum of 48px */
		border-bottom: none;
	}
	/* If Logo is First */
	/*#Main-Nav li:first-child {
		width: 100% !important;
	}*/
	.nav-collapse .nav {
		margin-bottom: 0;
	}
}



.navbar {
	margin-bottom: 0;
}
#Main-Nav .navbar-inner {
	min-height: 40px;
    padding-right: 0px;
    padding-left: 0px;
    background-color: #198294;
}

#Main-Nav.navbar .nav > li > a:hover, #Main-Nav.navbar .nav > li > a:focus {
	color: #e8f2f4;
    text-decoration: none;
    background-color: #3b95a4;
    cursor: pointer;
    -moz-transition: background-color 0s;
    -webkit-transition: background-color 0s;
    -o-transition: background-color 0s;
    transition: background-color 0s;
}
#Main-Nav.navbar .nav > .active > a  {
	color: #ffffff;
    text-decoration: none;
    background-color: #a6aa14;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.well li > a {
    font-style: normal;
    font-weight: normal;
    border-top: 1px solid #ddd;
    margin: 0px;
    padding: 16px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.well li > a:hover {
	color: #3b95a4;
    background-color: rgba(167,171,19,0.2);
}

@media (min-width: 980px) {
	.navbar #Nav-0 .nav {
		display: flex;
		justify-content: center;
	}
}
@media (max-width: 1199px) and (min-width: 980px) {
	#Main-Nav.navbar .nav > li > a {
		font-size: 14px;
	}
}