#body-inner {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	border: none;
	background: #FFF;
}
header {
	background-color: #FFF;
	margin-bottom: 30px;
}
#header {
    position: relative;
    min-height: 200px;
    width: 100%;
}
#logo_bg {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 120px;
}

#logo {
  width: 580px;
  height: 90px;
  position: relative;
  display: inline-block;
  top: 15px;
  left: 0px;
  float:left;
  background-image: url("/themes/basic/images/logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: left;
}

#cobrand_logo {
  width: 200px;
  height: 40px;
  position: relative;
  display: inline-block;
  top: 60px;
  right: 20px;
  float: right;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}

#cobrand_logo:before {
  content: "";
  color: #D0D0D0;
  font-size: 26px;
  text-align: right;
  float: right;
  width: 300px;
  position: relative;
}


.brand {
	display:none !important;
}

header, #header, 
#content {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
}

#content {
	background: #FFF;
	margin-bottom: 60px;
	z-index: 2;
}

#content-inner {
	background: #FFF !important;
	padding: 40px 30px;
	min-height: 600px;
}

footer #copyright, footer #copyright-fixed {
	height: 40px;
	width:100%;
	background-color: #FDFCFC;
	color: #717171;
	border-top: 1px solid #E0E0E0;
	font-size: 11px;
	text-decoration: none;
}
footer #copyright .container {
	width:100%;
	max-width: 1140px;
}

footer #copyright p {
	padding: 10px 30px;
}

footer #copyright a, 
footer #copyright a:hover,
footer #copyright p {
	text-decoration: none;
	color: #717171;
}
#footer > #copyright-customer {
	margin-bottom: 60px;
}
#copyright-fixed>#copyright-customer {
	margin-bottom: 0px !important;
}

#copyright img {
	vertical-align:top;
}

/***********************************************************
 *							Nav		>		Menu Bar 
 ***********************************************************/
 	/* Customize - Top Color Bar */
 	.pre-nav {
 		height: 10px;
 		background-color: #0A7B95;		/* Custom Color 1 */
 	}

	.navbar-fixed-top {
		position: relative;
		height: 60px !important;
		background-color: #F5F5F5;		/* Navigation Background Color */
		border: 1px solid #C0C0C0;
		border-width: 1px 0;
	}

	.navbar-fixed-top .navbar-inner, 
	.navbar-static-top .navbar-inner {
		-webkit-box-shadow: none !important;
		-moz-box-shadow: none !important;
		box-shadow: none !important;
		background-color:transparent;
		background-image: none;
		border: none;
		margin-left: auto;
		margin-right: auto;
		width:100%;
		max-width: 1171px;
	}

	.navbar-fixed-top .container,
	.navbar-fixed-top .navbar-inner, 
	.navbar-static-top .navbar-inner {
		height:60px !important;
	}

	.menu-bar {
		position: absolute;
		width: 100%;
	}

	.menu-bar > li > a,
	.menu-bar > li > a:hover {
		text-shadow: none !important;
		color: #086B81 !important;						/* Navigation Text Color */
		height:60px;
		line-height: 60px;
		padding: 0 25px !important;	
		min-width: 50px;
		font-size: 16px;
		font-weight: 600;
		text-decoration: none;
	}

	.menu-bar > li > a:hover,
	.dropdown-menu li>a:hover, 
	.dropdown-menu li>a:focus,
	.dropdown-submenu:hover>a,
	li.dropdown.open a.dropdown-toggle {
		background: #0A809A !important;		/* Custom Color 1 */
		color: #FFF !important;
		border-top-color: #fff !important;
		border-top-color: #fff !important;
	}


/***********************************************************
 *							Nav		>		Info Bar 
 ***********************************************************/
	.info-bar {
		top: -170px !important;
		left: -5px !important;

	}

	.info-bar .nav-header, .info-bar .signed_in, .info-bar a {
		color: #464444 !important;
		text-shadow: none !important;
	}
	
	.info-bar > li > a:hover {
		opacity: 0.5;
	}

	.info-bar > li > a {
		font-size:14px;
		padding: 5.5px 10px 5.5px !important;
	}
	
	.info-bar > li.divider-vertical {
		height: 30px;
		border-left: 1px solid #f2f2f2;
		border-right: 1px solid #fff;
	}


/* Dropdown Menu */
.dropdown-menu {
    left: 0px !important;
    padding: 0px !important;
    margin: 0px 0 0 !important;
    list-style: none;
    background-color: #FFF !important;
    border: 1px solid #C0C0C0; 
    -webkit-border-radius: 0px !important; 
    -moz-border-radius: 0px !important;
     border-radius: 0px !important; 
     -webkit-box-shadow:  0.5px 0.5 black !important; 
	-moz-box-shadow:  0.5px solid black !important;
    box-shadow: 0.5px solid black !important; 
    -webkit-background-clip: padding-box !important; 
    -moz-background-clip: padding !important;
    background-clip: padding-box !important; 
}
nav .menu-bar li.dropdown-menu li>a{
	line-height: 39px !important;
}
nav .menu-bar li a .caret {
	margin-top: 25px !important;
}
nav .info-bar li.dropdown .caret {
	margin-top:5px !important;
}


.navbar .nav>li>.dropdown-menu:before,
.navbar .nav>li>.dropdown-menu:after {
	display:none;
}

@media screen and (min-width: 1200px) {
	#logo_bg {
		width: 1170px;
	}
}

/**
 * Override bootstrap styles for dropdown menu caret, #id selectors only to increase specificity
 */
#learner-layout #header .navbar .nav .dropdown-toggle .caret {
	background: inherit;
	color: inherit;
	border-top-color: currentColor;
	border-bottom-color: currentColor;
}
