/* ------------------------------------- */
/* BOOTSTRAP COLLAPSE CLASSES */
.MGMT_navbar-collapse:before,
.MGMT_navbar-collapse:after {
  content: " ";
  display: table;
}

.MGMT_navbar-collapse:after {
  clear: both;
}


/* ------------------------------------- */
/* SET BASIC NAV ELEMENTS */
.MGMT_nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Reset Margin & Padding */
.MGMT_nav li {
  margin: 0;
  padding: 0;
}
.MGMT_nav > li {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}
.MGMT_nav > li > a {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}

/* Nav Max Width */
.mgmtNavMaxWidth {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 991px) {
	.mgmtNavMaxWidth {
		margin-left: -15px;
		margin-right: -15px;
	}
}

/* active LI for drop menu */
.MGMT_nav .open > a,
.MGMT_nav .open > a:hover,
.MGMT_nav .open > a:focus {
  background-color: #448fd0;
}
/* ------------------------------------- *//* ------------------------------------- */

/* ------------------------------------- */
/* REP INFO BACKGROUND CONTAINER */
.MGMT_rep_background {
	background-color:#448fd0;	
	}

/* ------------------------------------- */
/* MGMT NAV BACKGROUND CONTAINER */
.MGMT_topNavContainer {
background-color:#666666;
background-position:top;
background-repeat:repeat;
width:auto;
}

@media (min-width: 992px) {
.MGMT_topNavContainer {
background-color:#666666;
background-image:none;
background-position:top;
background-repeat:repeat;
width:auto;
}
}



/* ------------------------------------- */
/* NAVBAR / COLLAPSE ELEMENTS */


.MGMT_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;
}
.MGMT_navbar-collapse.in { overflow-y: auto;}

@media (min-width: 992px) {
  .MGMT_navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .MGMT_navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .MGMT_navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .MGMT_navbar-collapse,
  .navbar-static-top .MGMT_navbar-collapse,
  .navbar-fixed-bottom .MGMT_navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

/* set container size for full width in mobile */
.container > .MGMT_navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
/* set container size for full width in desktop */
@media (min-width: 992px) {
  .container > .MGMT_navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}



/* ------------------------------------- *//* ------------------------------------- */


/* ------------------------------------- */
/* MOBILE NAV BUTTON */

/* Hamburger Pattie class */
.MGMT_navbar-toggle {
  	position: relative;
  	float: right;
  	width:100%;
  	height:60px;
  	line-height:60px;
	background-color:#448fd0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;  
	border:0px;
	padding-left:30px;
	text-align:left;
}

/* Turn off mobile nav button at desktop size */
@media (min-width: 992px) {
  .MGMT_navbar-toggle {display: none;}
}



/* ------------------------------------- *//* ------------------------------------- */


/* ------------------------------------- */
/* DESKTOP MAIN NAVBAR */
.MGMT_navbar-nav {}



/* Individual nav items */
.MGMT_navbar-nav li {
	margin: 0;
	padding: 0;
}

/* Individual subnav items */
.MGMT_navbar-nav li ul li{
background-image:none;
}

/* Add padding to rightside of dropdown items */
.MGMT_navbar-nav > li > ul > li > a {
padding-right:30px;	
}

/* Individual nav items links */
.MGMT_navbar-nav > li > a {
	height: 60px;
	line-height: 60px;	
	margin: 0;
	padding: 0px 30px 0px 30px;
	font-family: 'Roboto', Arial, Helvetica, Verdana, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;		
	outline: none;
	transition: all .6s;
	border-right: 1px solid #999999;		
}

@media (min-width: 992px) {
.MGMT_navbar-nav > li > a {
	height: 30px;
	line-height: 30px;	
	margin: 0;
	padding: 0px 30px 0px 30px;
	font-family: 'Roboto', Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;		
	outline: none;
	transition: all .6s;
	border-right: 1px solid #999999;		
}
}

/* Individual nav items hove */
.MGMT_navbar-nav > li > a:hover, .MGMT_navbar-nav > li > a:focus, .MGMT_navbar-nav > li > a:active {	
	background-color:rgba(0,0,0,.2);
	transition: all .3s;
	}

/* target first nav item */
.MGMT_navbar-nav > li:first-child a, .MGMT_navbar-nav > li:first-child a:link, .MGMT_navbar-nav > li:first-child a:visited {
	display: block;
		margin: 0; 
		padding: 0px 0px 0px 0px;

		border-left:0px;
	}
	
/* target last nav item */
.MGMT_navbar-nav > li:last-child a, .MGMT_navbar-nav > li:last-child a:link, .MGMT_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*/
.MGMT_navbar-nav {float: left;margin: 0;}
.MGMT_navbar-nav > li {float: left;}

/* Set item link padding for desktop nav*/
.MGMT_navbar-nav > li > a {
	padding: 0px 30px 0px 30px;  			
	}
}



/* ------------------------------------- */
/* MOBILE MAIN NAVBAR */
@media (max-width: 991px) {
/* Individual nav items links */
.MGMT_navbar-nav > li > a {
    border-left: 0px;
    border-right: 0px;
	border-bottom: 1px solid #999999;		
}	

/* Alternative color for nav items links */
.MGMT_navbar-nav_altColor {
	background-color:#e0e0b3;		
	}

/* target first nav element */
.MGMT_navbar-nav > li:first-child a, .MGMT_navbar-nav > li:first-child a:link, .MGMT_navbar-nav > li:first-child a:visited {
	display: none;
	}
	
/* target last nav element */
.MGMT_navbar-nav > li:last-child a, .MGMT_navbar-nav > li:last-child a:link, .MGMT_navbar-nav > li:last-child a:visited {
	display:none;	
	}		
}
/* ------------------------------------- *//* ------------------------------------- */


/* ------------------------------------- */
/* DESKTOP DROPDOWN MENUS */

/* set position of dropdown */
.MGMT_dropdown {position: relative;}
.MGMT_dropdown-toggle:focus {outline: 0;}

/* set dropdown as block element */
.open > .MGMT_dropdown-menu {display: block;}
.open > a {outline: 0;}

/* full size drop menu container */
.MGMT_dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 0px;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #cccccc;		  
}

/* 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 */
.MGMT_navbar-nav > li:nth-last-child(2) .MGMT_dropdown-menu {
	left:auto; right:0;
}


/* full size drop menu List Items */
.MGMT_dropdown-menu > li > a {
  	display: block;
  	clear: both;
 	white-space: nowrap;
	line-height: 30px;	
	height: 30px;
	margin: 0;
	padding-left:15px;
	font-family: 'Roboto', Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;	  
}

/* full size drop menu List Items Hover */
.MGMT_dropdown-menu > li > a:hover,
.MGMT_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) {
  .MGMT_navbar-nav .open .MGMT_dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
	background-color:#cccccc;
    border: 0;
	padding:0px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }    
  .MGMT_navbar-nav .open .MGMT_dropdown-menu > li > a,
  .MGMT_navbar-nav .open .MGMT_dropdown-menu .dropdown-header {
    padding-left:30px;
  }
  .MGMT_navbar-nav .open .MGMT_dropdown-menu > li > a {
    line-height: 60px;	
	height: 60px;
	margin: 0;
	font-family: 'Roboto', Arial, Helvetica, Verdana, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000000;	
	border-bottom: 1px solid #666666;		
	
  }
  .MGMT_navbar-nav .open .MGMT_dropdown-menu > li > a:hover,
  .MGMT_navbar-nav .open .MGMT_dropdown-menu > li > a:focus {
	background-color:rgba(0,0,0,.2);
	transition: all .3s;
  }
}
/* ------------------------------------- *//* ------------------------------------- */

/* ------------------------------------- */
/* 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: 60px}

.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: 60px}

@media (min-width: 992px) {
.topNav_RepLogin {line-height: 45px}	
.topNav_RepLoginInfo {line-height: 45px}	
}

/* ------------------------------------- *//* ------------------------------------- */