@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700,400italic,700italic);
#topbar {
  padding: 3px 0;
  background: #1a1a1a;
}
#topbar:before,
#topbar:after {
  content: " ";
  display: table;
}
#topbar:after {
  clear: both;
}
#topbar .container {
  max-width: 960px;
  margin: 0 auto;
}
#topbar .productSelector {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 13px;
}
#topbar .productSelector > li {
  display: inline-block;
  float: left;
  margin-right: 20px;
  position: relative;
}
#topbar .productSelector > li > ul {
  padding: 0 5px;
  margin: 0;
  list-style: none;
  position: absolute;
  background: black;
  top: 0%;
  left: -5px;
  width: 220px;
  visibility: hidden;
  opacity: 0;
  z-index: 3;
  text-align: left;
  transition: all 0.3s ease-in-out;
}
#topbar .productSelector > li > ul > li {
  padding: 3px 0;
  border-bottom: 1px dotted #646464;
}
#topbar .productSelector > li:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 100%;
  transition: all 0.2s ease-in-out;
}
#topbar .productSelector > li a {
  color: #dddddd;
  text-decoration: none;
}
#topbar .productSelector > li a.selected {
  display: none;
  color: #646464;
}
#topbar .productSelector > li a:hover {
  color: #fff;
}
#topbar .productSelector > li a img {
  display: none;
}
.public-only-content {
  display: none;
}
body.public-content .public-only-content {
  display: block;
}
body.public-content .private-only-content {
  display: none;
}
html,
body {
  background: #f5f5f5;
}
html,
body,
form,
textarea,
input,
button {
  font-weight: 300;
  font-family: 'Lato', sans-serif;
  color: #4d4d4d;
  font-size: 18px;
  line-height: 1.6;
}
img,
iframe,
object {
  max-width: 100%;
}
h1,
h2,
h3,
h4 {
  font-weight: 600;
  line-height: 1.4;
}
h1 {
  font-weight: 200;
  font-size: 34px;
  margin-bottom: 40px;
}
h2 {
  font-weight: 700;
  font-size: 30px;
  color: #33bcc4;
  margin-bottom: 40px;
}
h3 {
  font-weight: 300;
  font-size: 30px;
  margin-bottom: 20px;
  color: #ff4d00;
}
h4 {
  font-weight: 300;
  font-size: 22px;
  margin-bottom: 20px;
}
.btn.btn-primary,
.btn.btn-comment {
  color: #ffffff;
  background-color: #ff4d00;
  padding-top: 10px;
  padding-bottom: 10px;
}
.btn.btn-primary:hover,
.btn.btn-comment:hover,
.btn.btn-primary:focus,
.btn.btn-comment:focus,
.btn.btn-primary:active,
.btn.btn-comment:active {
  color: #ffffff;
  background-color: #cc3e00;
}
.breadcrumb {
  border-bottom: 1px solid #dddddd;
  background-color: transparent;
  border-radius: 0;
  font-size: 16px;
  margin-bottom: 30px;
}
.breadcrumb a {
  color: #ff4d00;
}
.breadcrumb a:hover {
  color: #cc3e00;
}
.navbar-toggle {
  padding: 0;
  margin: 10px 10px 0 0;
  color: #ff4d00;
}
@media (max-width: 767px) {
  .navbar-collapse {
    padding: 20px 40px;
  }
  .navbar-collapse .dropdown-menu li {
    float: none;
  }
  header .log {
    float: none !important;
  }
  header .menu ul,
  header .nav ul {
    float: none !important;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 10px 15px;
  }
}
.content-layout {
  position: relative;
  padding: 20px;
  background: white;
  margin-bottom: 50px;
  border-bottom: 2px solid #dddddd;
  color: #333333;
}
.content-layout h1,
.content-layout h2,
.content-layout p,
.content-layout ul,
.content-layout ol {
  margin-bottom: 30px;
  line-height: 1.8;
}
.content-layout h1:first-of-type {
  margin-top: 0;
}
.content-layout li {
  line-height: 1.8;
}
.content-layout img {
  max-width: 100%;
}
.content-layout a {
  color: #ff4d00;
}
.content-layout a:hover {
  color: #cc3e00;
}
.content-layout .embed-responsive:first-child {
  margin: 20px -20px;
  margin-top: -20px;
}
.content-header {
  background: #000000;
  color: #ffffff;
  padding: 60px 0;
  min-height: 320px;
  margin-bottom: 40px;
}
.syllabus-content {
  display: none;
}
body.slug-syllabus .content-layout {
  padding: 0;
  background: transparent;
  border: 0;
}
body.slug-syllabus .page-syllabus > h1,
body.slug-syllabus .syllabus-chapter {
  padding: 0 20px;
  background: white;
  margin-bottom: 40px;
  border-bottom: 2px solid #dddddd;
}
body.slug-syllabus .page-syllabus > h1 {
  padding: 10px 20px;
  margin-bottom: 20px;
}
body.slug-syllabus .syllabus-content {
  display: block;
}
body.slug-syllabus .sidebar-syllabus {
  display: none;
}
body.slug-syllabus .syllabus-progress .syllabus-chapter h2 {
  border: 0;
}
body.slug-syllabus .syllabus-progress .syllabus-chapter h2 a {
  color: #4d4d4d;
  font-size: 22px;
  text-decoration: none;
  font-weight: 300;
}
body.slug-syllabus .syllabus-progress .syllabus-chapter h2 a:hover {
  text-decoration: none;
}
body.slug-syllabus .lesson-count {
  top: 60px;
  right: 30px;
}
body.slug-syllabus .syllabus-progress .syllabus-chapter .syllabus-page {
  margin: 0 -20px;
  padding-left: 80px;
  padding-right: 40px;
  border: 0 !important;
}
body.slug-syllabus .syllabus-progress .syllabus-chapter .syllabus-page:before {
  left: 36px;
}
body.slug-syllabus .syllabus-progress .syllabus-chapter .syllabus-page:nth-child(odd) {
  background: #FDFDFD;
}
body.slug-syllabus .syllabus-progress .syllabus-chapter .syllabus-page:hover h3 > a {
  color: #ff4d00;
}
body.slug-syllabus .syllabus-progress .syllabus-chapter .syllabus-page h3 {
  margin-top: -13px;
}
body.slug-syllabus .syllabus-progress .syllabus-chapter .syllabus-page h3 > a {
  color: #4d4d4d;
  font-size: 20px;
  text-decoration: none;
  font-weight: 300;
}
body.slug-syllabus .syllabus-progress .syllabus-chapter .syllabus-page p {
  line-height: 1.4;
}
.search-bar {
  background: #e6e6e6;
  padding: 20px;
  margin-top: -20px;
  margin-bottom: 40px;
}
.search-bar .container {
  max-width: 600px;
}
.chapter-nav {
  margin: 30px 0 20px 0;
  position: relative;
  height: 30px;
}
.chapter-nav .lesson-previous,
.chapter-nav .lesson-next {
  color: #656c73;
  border-radius: 3px;
  font-size: 14px;
  background: #dddddd;
  float: left;
  line-height: 40px;
  text-align: center;
  width: 45%;
  display: block;
  -moz-transition: all 300ms ease-out 0ms;
  -o-transition: all 300ms ease-out 0ms;
  -webkit-transition: all 300ms ease-out;
  -webkit-transition-delay: 0ms;
  transition: all 300ms ease-out 0ms;
}
.chapter-nav .lesson-previous:hover,
.chapter-nav .lesson-next:hover {
  background: #bdbdbd;
  text-decoration: none;
}
.chapter-nav .lesson-previous {
  margin-right: 10%;
}
.sidebar {
  position: relative;
  padding: 20px;
  border-bottom: 2px solid #dddddd;
  background: white;
  margin-bottom: 30px;
}
.sidebar h1:first-of-type {
  font-size: 22px;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 10px;
}
.sidebar > .nav {
  margin: 0 -15px;
}
.sidebar a {
  color: #ff4d00;
}
.sidebar.sidebar-accountinfo .gravatar {
  border-radius: 2000px;
}
ul.syllabus {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.syllabus li.locked > span {
  opacity: 0.5;
}
ul.syllabus li.locked > span:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  text-align: right;
  margin-right: 10px;
  content: "\f023";
}
ul.syllabus li {
  margin: 0;
  font-size: 14px;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
  overflow: hidden;
  -moz-transition: background-color 300ms ease-out 0ms;
  -o-transition: background-color 300ms ease-out 0ms;
  -webkit-transition: background-color 300ms ease-out;
  -webkit-transition-delay: 0ms;
  transition: background-color 300ms ease-out 0ms;
}
ul.syllabus li a,
ul.syllabus li span {
  padding: 6px 8px;
  display: block;
  color: #ff4d00;
  font-weight: 400;
  -moz-transition: all 300ms ease-out 0ms;
  -o-transition: all 300ms ease-out 0ms;
  -webkit-transition: all 300ms ease-out;
  -webkit-transition-delay: 0ms;
  transition: all 300ms ease-out 0ms;
}
ul.syllabus li a img,
ul.syllabus li span img {
  margin-right: 10px;
}
ul.syllabus li a:hover {
  color: #661f00;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.05);
}
ul.syllabus li.active > a {
  color: #661f00 y;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.05);
}
ul.syllabus li.active > a:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  text-align: right;
  margin-right: 10px;
  content: "\f054";
}
ul.syllabus > li.menu-header,
ul.syllabus > li.chapter {
  margin-bottom: 20px;
  border-bottom: 0;
}
ul.syllabus > li > span {
  font-size: 16px;
  line-height: 30px;
  color: #646464;
  padding: 0;
}
ul.syllabus > li > a {
  padding: 12px 8px;
}
ul.syllabus > li > ul {
  margin: 0;
  padding: 0 0 0 10px;
}
.comments.add {
  overflow: hidden;
  padding: 10px;
}
.comments.add .comment-avatar {
  position: absolute;
  width: 64px;
  height: 64px;
}
.comments.add .comment-avatar img {
  border-radius: 2000px;
}
.comments.add .comment-form {
  margin-left: 74px;
}
.comments.add .comment-form div.input {
  padding: 0;
}
.comments.add .comment-form textarea {
  display: block;
  padding: 6px 12px;
  font-size: 14px;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  width: 100%;
  box-sizing: border-box;
}
.comments.add .comment-form .comment-action {
  margin: 5px 0;
  clear: both;
  text-align: right;
}
.comments.add .comment-form .btn-comment {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  background-color: #ff4d00;
  color: #ffffff;
  text-decoration: none;
}
.comments.add .comment-form .btn-comment:hover,
.comments.add .comment-form .btn-comment:focus,
.comments.add .comment-form .btn-comment:active {
  color: #ffffff;
  background-color: #cc3e00;
}
.comments.list .comment {
  margin: 10px 0 50px 0;
  position: relative;
  min-height: 64px;
}
.comments.list .comment .child-comment {
  margin-left: 74px;
}
.comments.list .comment-actions {
  margin-left: 74px;
}
.comments.list .comment-avatar {
  position: absolute;
  display: block;
  width: 64px;
  height: 64px;
}
.comments.list .comment-avatar img {
  border-radius: 2000px;
}
.comments.list .comment-body {
  margin-left: 74px;
  font-size: 16px;
  line-height: 1.6;
}
.comments.list .comment-body h4 {
  margin: 0;
  font-size: 16px;
}
.comments.list .comment-body h4 small {
  color: silver;
}
.comments.list .comment-body h4 a {
  font-weight: bold;
  color: #ff4d00;
  text-decoration: none;
}
header {
  width: 100%;
  background: #ffffff;
  padding: 10px 0;
  margin-bottom: 20px;
}
header .navbar {
  margin-bottom: 0;
}
header h2 {
  margin: 0;
  padding: 0;
}
header .menu a,
header .nav a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.7em;
  font-weight: normal;
  color: #000000;
  padding: 10px 15px;
}
header .menu a:hover,
header .nav a:hover,
header .menu a:focus,
header .nav a:focus,
header .menu a:active,
header .nav a:active {
  color: #777;
  background: transparent;
}
header .menu .open > a,
header .nav .open > a {
  color: #777;
  background: transparent;
}
header .menu .open > a:hover,
header .nav .open > a:hover,
header .menu .open > a:focus,
header .nav .open > a:focus,
header .menu .open > a:active,
header .nav .open > a:active {
  color: #777;
  background: transparent;
}
header .menu ul,
header .nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  *zoom: 1;
  float: right;
  margin-top: 0.2em;
}
header .menu ul li,
header .nav ul li {
  margin: 0;
  padding: 0;
  float: left;
}
header .menu li.active a,
header .nav li.active a {
  color: #ff4d00;
}
header .menu ul.dropdown-menu,
header .nav ul.dropdown-menu {
  background: rgba(0, 0, 0, 0.8);
  padding: 8px;
  margin: 0;
}
header .menu ul.dropdown-menu li,
header .nav ul.dropdown-menu li {
  margin: 0;
}
header .menu ul.dropdown-menu li a,
header .nav ul.dropdown-menu li a {
  font-size: 14px;
  line-height: 1.2;
  padding: 12px 8px;
}
header .logo {
  float: left;
  height: 55px;
  position: absolute;
  margin-top: -15px;
  text-decoration: none;
}
header .logo img {
  margin: 2px 0;
  max-height: 40px;
}
footer {
  margin-top: 50px;
  font-size: 12px;
}
