/*====== BASE STYLES ======*/
* {
	margin: 0;
	padding: 0;
}

body {
	background: #fbfbfb;
	-webkit-font-smoothing: antialiased;
	color: #6b6b6b;
}

.btn {
	padding: 8px 20px;
	border-radius: 22px;
	text-align: center;
}
.btn-invis {
	border: 1px solid #d6d6d6;
	color: #6f6f6f;
}
.btn-invis:hover {
	background: #d6d6d6;
	color: #FFF;
}
a {
	color: #de3e00;
}
a:hover{
	color: #de3e00;
}
p a {
	color: #de3e00;
}
p a:hover {
	color: #de3e00;
}

@media screen and (min-width: 1200px) {
	.container {
		width: 1014px;
	}
}

/*====== HEAD STYLES ======*/
#header {
	padding-top: 17px;
	padding-bottom: 21px;
	background: #FFF;
	box-shadow: 0 0 2px 2px #ececec;
}
#header .logo {
	display: inline-block;
	padding-top: 5px;
	float: left;
}
#header .btn {
	float: right;
}
/*
#navbar {
	border-radius: 0;
	border: 0;
}
#navbar li a {
	color: #de3e00;
}
#navbar li a:hover {
	color: #de5e50;
}
#navbar .navbar-header {
	border: 0;
	box-shadow: none;
}
#navbar .navbar-collapse {
	border: 0;
	box-shadow: none;
}
#navbar .navbar-toggle {
	border-radius: 0;
	border: 0;
	background: transparent;
}
#navbar .navbar-toggle .icon-bar {
	border-radius: 0;
	height: 3px;
}
*/
#navbar {
	display: none;/* overrise BS default */
}
.nav>li>a {
    padding: 5px 15px;/* overrise BS default */
}
@media screen and (max-width: 767px) {

	#navbar {
		display: block;
	}
	#navbar .navbar-nav {
		padding-bottom: 10px;
	}
	#navbar {
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 100;
	}
	#header {
		margin-top: 45px;
	}
}
@media screen and (max-width: 500px) {
	#header .logo {
		float: none;
		display: block;
		margin: auto;
	}
	.logo img {
		display: block;
		margin: auto;
	}
	#header .btn {
		float: none;
		display: block;
		width: 100%;
		max-width: 300px;
		margin: 20px auto 0 auto;
		clear: both;
	}
}

/*====== MAIN STYLES ======*/
#main {
	clear: both;
	padding-top: 23px;
}

.sidebar {
	margin-top: -9px;
	font-size: 14px;
	margin-bottom: 100px;
}
.list-group {
	background: transparent;
	border-radius: 0;
	border: 0;
	overflow: hidden;
}
.list-group-item {
	background: #FFF!important;
	border-radius: 0!important;
	border: 0;
	border-bottom: 1px solid #f7f7f7;
	overflow: hidden;
}
.list-group-submenu .list-group-item {
	border: 0;
}
.list-group-item-container{
	margin-top: 9px;
	margin-bottom: 1px;
	/* color: #444!important; */
	font-weight: bold;
}
.list-group-submenu {
	border-bottom: 1px solid #eee;
	margin-bottom: 1px;
	overflow: hidden;
	box-shadow: 0 0 1px 1px #eee;
	box-shadow: 0px 0px 2px 1px #eee;
}
.list-group-submenu .list-group-submenu{
	border: 0;
	box-shadow: none;
	margin-bottom: 0;
}

.list-group-submenu .list-group-item.active {
	color: #de3e00;
	position: relative;
}
.list-group-submenu .list-group-item.active::before {
	content: " ";
	width: 4px;
	position: absolute;
	height: 20px;
	top: 6px;
	left: 0;
	background: #de3e00;
}
.list-group-submenu .list-group-item.active:first-child::before {
	top: 16px;
}
.list-group-submenu-1 {
	background: #FFF;
	padding-left: 22px;
}
.list-group a:hover {
	color: #de3e00;
}
.list-group-submenu .list-group-item {
	padding: 5px 15px;
}
.list-group-submenu a:first-child {
	padding-top: 16px;
}
.list-group-submenu a.lg{
	padding-bottom: 12px;
}
.list-group-submenu-1 a:first-child {
	padding-top: 5px;
}

/* Main Content Styles */
.main-content {
	padding-bottom: 90px;
}
.content-box {
	background: #FFF;
	box-shadow: 0px 0px 2px 1px #eee;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
	padding-bottom: 15px;
}
.content-box-padding-bottom {
	padding-bottom: 25px;
}
.content-box h1 {
	padding: 20px;
	border-bottom: 1px solid #ededed;
	font-size: 24px;
	font-weight: normal;
	margin: 0;
}
.content-box h1 span {
	font-weight: bold;
}
.content-box-inner {
	padding: 0 18px;
}
.content-box p {
	font-size: 16px;
	margin-top: 18px;
}
.content-box h3 {
	font-weight: bold;
	font-size: 18px;
	margin-top: 25px;
	margin-bottom: 0;
}

.checklist {
	margin-bottom: 30px;
}
.checklist li {
	list-style: outside;
	list-style: none;
	background: url(../../img3/learn/icon-checkbox.png) top left no-repeat;
	padding-left: 32px;
	margin-bottom: 10px;
	font-size: 16px;
}

.list-dotted {
	list-style: disc;
	margin-left: 28px;
	margin-bottom: 30px;
}
.list-dotted li {
	padding-left: 5px;
	margin-bottom: 10px;
	font-size: 16px;
}

.checklist li .list-dotted{
	list-style: disc;
	background: none;
	margin-bottom: 0;
}
.checklist li .list-dotted li{
	list-style: disc;
	background: none;
}

ol.numbered-list, .numbered-list ol {
	counter-reset: item;
}

.content-title {
	padding-left: 20px;
	padding: 15px 20px;
	border-bottom: 1px solid #ededed;
}
.content-title h2 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 20px;
	font-weight: bold;
}
.content-title p {
	font-size: 18px;
	margin: 0;
}

.list-check li {
	margin-top: 20px;
	font-size: 16px;
	background: url(../../img3/learn/icon-arrow2.png) top left no-repeat;
	padding-left: 36px;
}
.list-check li h3 {
	margin: 0;
	font-weight: bold;
	font-size: 15px;
	position: relative;
}
.list-check li p {
	margin-top: 10px;
	font-size: 15px;
}

.content-box h4 {
	font-weight:bold;
	font-size: 16px;
	margin: 24px 0 15px 0;
}

.numbered-list li {
	font-size: 14px;
	font-weight: bold;
	color: #de3e00;
	margin-top: 10px;
	margin-left:23px;
	padding-left: 12px;

}
.numbered-list li span {
	font-size: 16px;
	color: #6b6b6b;
	font-weight: normal;
	position: relative;
	top: 1px;
}
.numbered-list li ol {
	padding-left: 30px;
}
/*
.numbered-list li {
	display: block;
	text-indent: -24px;
    padding-left: 33px;
}
.numbered-list li:before {
	content: counters(item, ".") " ";
	counter-increment: item;
}
*/


.content-box-bordered-left {
	border-left: 4px solid #de3e00;
	padding-bottom: 0;
}

.tips-title {
	padding: 17px 0 16px 0;
}
.tips-title h2 {
	color: #de3e00;
	border: 0;
	padding: 0;
	margin: 0;
	font-weight: bold;
}
.tips-title p {
	margin: 0;
	font-size: 18px;
}
.example-hard-to-read{
	color: #e6e600;
}
.row-dos h3 {
	font-weight: normal;
	margin-bottom: 20px;
}
.text-green {
	color: #7ed321;
}
.text-red {
	color: #d0021b;
}
.row-dos .list-dotted li {
	font-size: 15px;
	padding-left: 11px;
}

.no-padding-bottom {
	padding-bottom: 0;
}

.content-title img {
	float: left;
	margin-right: 15px;
}
.content-title-long h2 {
	font-size: 18px;
}
.content-title-long p {
	font-size: 17px;
}

.content-box-links img {
	margin-right: 22px;
	position: relative;
	top: -3px;
}
.content-box-links .content-title {
	padding-top: 21px;
	padding-bottom: 18px;
}
.list-simple {
	margin-top: 22px;
	margin-bottom: 4px;
}
.list-simple li {
	margin-top: 3px;
}
.list-simple li a{
	color: #de3e00;
	font-size: 16px;
}
.list-simple li a:hover {
	text-decoration: underline;
	color: #de3e00;
}

.content-controls {
	margin-top: 25px;
}
.content-controls a {
	font-size: 14px;
	text-decoration: none;
}
.content-controls p {
	font-size: 14px;
	margin-top: 8px;
}
.content-controls img {
	position: relative;
	top: -2px;
}
.cc-left {
	float: left;
	text-align: left;
}
.cc-right {
	float: right;
	text-align: right;
}
.cc-left img {
	margin-right: 12px;
}
.cc-right img {
	margin-left: 6px;
}
/*====== FOOTER STYLES ======*/
#footer {
	background: #242424;
	border-top: 5px solid #de3e00;
	color: #7d7d7d;
	padding: 27px 0 26px 0;
}
#footer img {
	float: left;
}
#footer p {
	float: right;
}
#footer a span {
	color: #dc3e00;
	padding-left: 11px;
	padding-top: 4px;
	display: inline-block;
	text-decoration: none;
}

@media screen and (max-width: 768px) {
	#footer a {
		text-align: center;
		display: block;
	}
	#footer img {
		float: none;
		display: block;
		margin: auto;
	}
	#footer p {
		margin-top: 10px;
		float: none;
		text-align: center;
	}
}