/* ------------------------------------- */
/* Limit Content container growth to 1200px wide */
.navMaxWidth {max-width:1200px; margin-left:auto; margin-right:auto; width:auto; text-align:left;}

/* ------------------------------------- */
/* set custom classes for logo */
.logo-responsive {
  width: 100%;
  max-width:530px;
  height: auto;
  margin-left:auto;
  margin-right:auto;
}
@media screen and (max-width: 560px) {
.logo-responsive {
  width: 100%;
  max-width:530px;
  height: auto;
  margin-left:auto;
  margin-right:auto;
}
}

/* ------------------------------------- */
/* secondary top nav */
.top_Nav A:visited {text-decoration : none;color : #999999;}
.top_Nav A:link  {text-decoration : none;color : #999999;}
.top_Nav A:hover  {text-decoration : underline;color : #999999;}
.top_Nav {font-family: 'Roboto', Arial, Helvetica, Verdana, Times, sans-serif; font-size: 16px; font-weight:normal; color: #999999; line-height: 18px;}

/* ------------------------------------- */
/* management nav */
.topNav_RepLogin A:visited {text-decoration : none;color : #ffffff;}
.topNav_RepLogin A:link  {text-decoration : none;color : #ffffff;}
.topNav_RepLogin A:hover  {text-decoration : underline;color : #ffffff;}
.topNav_RepLogin {font-family: 'Roboto', Arial, Helvetica, Verdana, Times, sans-serif; font-size: 16px; font-weight:bold; color: #ffffff; line-height: 38px}

.topNav_RepLoginInfo A:visited {text-decoration : none;color : #ffffff;}
.topNav_RepLoginInfo A:link  {text-decoration : none;color : #ffffff;}
.topNav_RepLoginInfo A:hover  {text-decoration : underline;color : #ffffff;}
.topNav_RepLoginInfo {font-family: 'Roboto', Arial, Helvetica, Verdana, Times, sans-serif; font-size: 16px; font-weight:bold; color: #ffffff; line-height: 38px}


/* ------------------------------------- */
/* SET BASIC NAV ELEMENTS */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
}

/* active LI for drop menu */
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #04a6e1;
}
/* ------------------------------------- *//* ------------------------------------- */


/* ------------------------------------- */
/* NAVBAR / COLLAPSE ELEMENTS */
.navbar {
  position: relative;
  /* min-height: 50px; */
  margin-bottom: 0px;
}

.navbar-collapse {
  overflow-x: visible;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in { overflow-y: auto;}

@media (min-width: 992px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

/* set container size for full width in mobile */
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
/* set container size for full width in desktop */
@media (min-width: 992px) {
  .container > .navbar-collapse{
    margin-right: 0;
    margin-left: 0;
  }
}

/* set classes for client logo container */
.navbar-brand {
  height: auto;
}


/* ------------------------------------- *//* ------------------------------------- */


/* ------------------------------------- */
/* MOBILE NAV BUTTON */

/* Hamburger Pattie class */
.navbar-toggle {
  	position: relative;
  	float: right;
  	width:100%;
  	height:42px;
  	line-height:42px;
	background-color:#0a253e;
	font-family: 'Roboto', Arial, Helvetica, Verdana, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #ffffff;
	border:0px;
	text-align:center;
	z-index:100000;
	outline: 0;
}

/* Turn off mobile nav button at desktop size */
@media (min-width: 992px) {
  .navbar-toggle {display: none;}
}
/* ------------------------------------- *//* ------------------------------------- */


/* ------------------------------------- */
/* DESKTOP MAIN NAVBAR */
.navbar-nav {}

/* Background container for nav*/
.topNavContainer {
	border-top: 5px solid #04a6e1;
	border-bottom: 5px solid #04a6e1;
	background-color:#0a253e;
	background-position:top;
	background-repeat:repeat;
	/* box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5); */
	width:100%;
}

/* Individual nav items */
.navbar-nav li{}

/* Individual subnav items */
.navbar-nav li ul li{
background-image:none;
}

/* Add padding to rightside of dropdown items */
.navbar-nav > li > ul > li > a {
padding-right:30px;
}

/* Individual nav items links */
.navbar-nav > li > a {
	height: 50px;
	line-height: 50px;
	margin: 0;
	padding: 0px 30px 0px 30px;
	font-family: 'Roboto', Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	outline: none;
	transition: all .6s;
}

/* Individual nav items hove */
.navbar-nav > li > a:hover, .navbar-nav > li > a:focus, .navbar-nav > li > a a:active {
	background-color:#04a6e1;
	color: #fff;
	transition: all .3s;
	}

/* target first nav item */
.navbar-nav > li:first-child a, .navbar-nav > li:first-child a:link, .navbar-nav > li:first-child a:visited {
	display: block;
		margin: 0;
		padding: 0px 0px 0px 0px;
		border-left:0px;
	}

/* target last nav item */
.navbar-nav > li:last-child a, .navbar-nav > li:last-child a:link, .navbar-nav > li:last-child a:visited {
	display: block;
		margin: 0;
		padding: 0px 0px 0px 0px;
		border-right:0px;
	}

@media (min-width: 992px) {
/* Set floats for desktop nav*/
.navbar-nav {float: left;margin: 0;}
.navbar-nav > li {float: left;}

/* Set item link padding for desktop nav*/
.navbar-nav > li > a {
	padding: 0px 30px 0px 30px;
	}
}




/* ------------------------------------- */
/* MOBILE MAIN NAVBAR */
@media (max-width: 991px) {

/* Background container for nav*/
.topNavContainer {
	border: none;
	background-color:#0a253e;
	background-image:none;
	background-position:top;
	background-repeat:repeat;
	width:100%;
	}

/* Individual nav items links */
.navbar-nav > li > a {
    border-left: 0px;
    border-right: 0px;
	border-bottom: 1px solid #fff;
	color: #fff;
}

/* Alternative color for nav items links */
.navbar-nav_altColor {
	background-color:#e0e0b3;
	}

/* target first nav element */
.navbar-nav > li:first-child a, .navbar-nav > li:first-child a:link, .navbar-nav > li:first-child a:visited {
	display: none;
	}

/* target last nav element */
.navbar-nav > li:last-child a, .navbar-nav > li:last-child a:link, .navbar-nav > li:last-child a:visited {
	display:none;
	}
}
/* ------------------------------------- *//* ------------------------------------- */


/* ------------------------------------- */
/* DESKTOP DROPDOWN MENUS */

/* set position of dropdown */
.dropdown {position: relative;}
.dropdown-toggle:focus {outline: 0;}

/* set dropdown as block element */
.open > .dropdown-menu {display: block;}
.open > a {outline: 0;}

/* full size drop menu container */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 0;
  margin: 0px;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #0a253e;
}

/* Adjust desktop drop menu position to right align from last nav item */
/* Use 2 when pipe separators are present, Use 1 when they are not */
.navbar-nav > li:nth-last-child(2) .dropdown-menu {
	left:auto; right:0;
}


/* full size drop menu List Items */
.dropdown-menu > li > a {
  	display: block;
  	clear: both;
 	white-space: nowrap;
	line-height: 35px;
	height: 35px;
	margin: 0;
	padding-left:15px;
	font-family: 'Roboto', Arial, Helvetica, Verdana, sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #62605a;
	border-bottom: 1px solid #a6a398;
}

.dropdown-menu > li:last-of-type > a {
	border: none;
}

/* full size drop menu List Items Hover */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	background-color:rgba(0,0,0,.2);
	transition: all .3s;
	text-decoration:none;
}
/* ------------------------------------- *//* ------------------------------------- */



/* ------------------------------------- */
/* MOBILE DROPDOWN MENUS */

/* drop menu for Mobile */
@media (max-width: 991px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
	background-color:#fff;
    border: 0;
	padding:0px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding-left:30px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 30px;
	height: 30px;
	margin: 0;
	font-family: 'Roboto', Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #04a6e1;
	border-bottom: 1px solid #62605A;

  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
	background-color:rgba(0,0,0,.2);
	transition: all .3s;
  }
}

/* **************** */
/* Large Navbar container*/
@media (min-width: 992px) {
  .navbar-nav {
   /* left / right align main nav
   margin: 0 auto;
    float:left;
*/

	/* center align main nav*/
    margin: 0 auto;
    display: table;
    table-layout: fixed;
    float:none;


  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
	padding: 0px 17px 0px 17px;	
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 5px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  box-shadow: inset 0 7px 9px -7px rgba(0,0,0,0.5);
}

/* Individual nav items links */
@media (min-width: 481px) {
	.navbar-nav > li > a {
		text-align:center;
	}
  .navbar-nav .open .dropdown-menu > li > a {
		text-align: left;
  }
}


@media screen and (min-width: 1200px){
.navbar-nav > li > a {
padding: 0px 30px 0px 30px;	
}	
}

/* ****************************************************** */
/* MOBILE NAV DESIGN ************************************ */
/* ****************************************************** */

/* Hide Mobile Nav at Desktop Size */
	#mobileNav {
		display: none;
	}
/* Flip to Mobile Nav at 991px */
	@media (max-width: 991px) {
		body {
			/* Offset body to accomodate space for nav */
			/* margin-top: 95px; */
		}
		#siteNav {
			display: none;
		}
		#mobileNav {
			display: block;
		}
	}
/* Desktop Nav */
	@media (min-width: 992px) {
		#siteNav {
		}
		#fixedNavBar {
			z-index: 1030;
			border-radius: 0px;
			left: 0px;
			right: 0px;
		}
		#fixedNavBar {
			/* top: 0px; */
			background-color: #344472;
		}
		.navbar-nav > li > a {
			color: #fff;
		}
		#fixedNavBar.affix {
			/* top: 0px; */
			position: fixed;
			top: 20px;
			background-color: #344472;
		}
		#fixedNavBar.affix .navbar-nav > li > a {
			color: #fff;
		}
	}
/* Mobile Nav */
	#mobileNavButtons {
		background-color: #fff;
		z-index: 1030;
		transition: all 1s;
	}
	#mobileNavButtons.affix {
		position: fixed;
		top: 0px;
	}
	#noHamNav {
		display: block;
		width: 100%;
		/* position: fixed;
		top: 0px;
		z-index: 1050; */
		transition: all 1s;
		background-color: #fff;
		box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.25);
	}
	#noHamNav .navButtons {
		display: table;
		table-layout: fixed;
		width: 100%;
		height: 65px;
	}
	#noHamNav .navRow {
		display: table-row;
	}
	#noHamNav .navCell {
		display: table-cell;
	}
	#noHamNav .navBtn {
		display: table-cell;
		width: 100%;
		/* border-right: 1px solid #29365B; */
	}
	#menuToggle.navBtn {
		border-right: none;
	}
/* Side Nav */
	#sideNav {
		display: block;
		overflow: hidden;
		height: 0px;
		z-index: 1051;
		/* position: fixed; */
		position: absolute;
		max-width: 300px;
		width: 100%;
		/* top: 95px; */
		left: 0px;
		box-shadow: inset 0 7px 9px -7px rgba(0,0,0,0.5);
		background-color: #0a253e;
		color: #fff;
		font-family: "Roboto",Arial,Helvetica,sans-serif;
		font-size: 14px;		
	}
	#sideNav .navBtn {
		display: block;
		height: 50px;
		line-height: 50px;
		vertical-align: middle;
		border-bottom: 1px solid #BBBDB3;
		text-align: left;
		padding-left: 15px;
		overflow: hidden;
	}
	#sideNav .navBtn:hover, #sideNav .navBtn:active #sideNav .navBtn:focus {
		background-color: #04a6e1;
		text-decoration: none;
		
	}
	#sideNav .glyphicon {
		display: block;
		float: left;
		line-height: 100px;
		margin-right: 15px;
	}
	#sideNav.affix {
		position: fixed;
		top: 65px;
	}
/* Side Nav Animation */
	#wrapper, #noHamNav, #sideNav {
		transition: all 1s;
	}
	#sideNav.active {
		height: auto;
	}
/* Nav Buttons */
	#noHamNav .navBtn {
		color: #0a253e;
		text-align: center;
		vertical-align: middle;
		font-size: 14px;
		/* font-weight: 500; */
		padding: 5px;
	}
	#noHamNav .navBtn .glyphicon {
		/* font-size: 22px; */
		font-size: 24px;
		margin-bottom: 10px;
	}
	#noHamNav .navBtn:last-of-type {
		border-right: none;
	}
	#noHamNav .navBtn:link, #noHamNav .navBtn:visited {
		text-decoration: none;
		color: #0a253e;
	}
	#noHamNav .navBtn:hover, #noHamNav .navBtn:active, #noHamNav .navBtn:focus {
		background-color: #04a6e1;
		text-decoration: none;
		color: #fff;
	}
    
	#noHamNav .navLogo:hover, #noHamNav .navLogo:active {
		background-color: #fff;
		text-decoration: none;
	}
/* Nav Logo */
	#noHamNav .navBanner {
		display: none;
	}
	#noHamNav .navLogo {
		width: 365px;
		padding: 0px 0px 15px 0px;
		font-size: 32px;
		font-family: "Hoefler Text","Baskerville Old Face",Garamond,"Times New Roman",serif;
		/* background-color: #fff; */
		color: #fff;
	}
	#noHamNav .navLogo img {
		height: 80px;
	}
/* Sub Nav */
.navBtnLabel {
	background-color: #ccc;
	color: #344472;
}
.navBtnSub {
	padding-left: 15px;
	background-color: #fff;
	color: #344472;
}
/* SM */
@media (max-width: 767px) {
	body {
		margin-top: 0px;
	}
	#mobileNavButtons.affix, #sideNav.affix {
		position: static;
		top: 0px;
	}
	#noHamNav .navBtn .glyphicon {
		font-size: 22px;
		margin-bottom: 0px;
	}
	#noHamNav, #sideNav {
		position: static;
	}
	#sideNav {
		position: static;
		width: 100%;
		max-width: 100%;
		float: left;
	}
	#desktopNav {
		display: none;
	}
	#mobileNav {
		display: block;
	}
	#noHamNav .navLogo {
		width: 200px;
		font-size: 22px;
	}
	#noHamNav {
		position: static;
		height: 145px;
	}
	#noHamNav .navBanner {
		display: block;
		width: 100%;
		height: 80px;
		/* line-height: 80px; */
		text-align: center;
		/* border-bottom: 1px solid #29365B; */
		/* background-color: #fff; */
	}
	#noHamNav .navButtons {
		height: 65px;
	}
	#noHamNav .navBtn:first {
		clear: both;
	}
	#noHamNav .navLogo.navBtn {
		display: none;
	}
}
/* Mobile Nav Logo */
@media (max-width: 400px) {
	#noHamNav .navLogo img {
		width: 100%;
		height: auto;
	}
}

/* ------------------------------------- *//* ------------------------------------- */