@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,300italic,400italic,700italic);
html,
body {
  background: #313538;
}
html,
body,
form,
textarea,
input,
button {
  font-family: 'Source Sans Pro', 'Proxima Nova', "Helvetica Neue", sans-serif;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.8;
}
.btn.btn-primary,
.btn.btn-comment {
  color: #000000;
  background-color: #f4cd13;
  border-color: #cba909;
  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: #000000;
  background-color: #cba909;
  border-color: #9a8007;
}
.btn.btn-comment {
  width: 100%;
}
.navbar-toggle {
  padding: 0;
  margin: 10px 10px 0 0;
  color: white;
}
@media (max-width: 767px) {
  .navbar-collapse {
    background: rgba(0, 0, 0, 0.9);
    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;
  margin-bottom: 40px;
}
.content-layout h1,
.content-layout h2,
.content-layout p,
.content-layout ul,
.content-layout ol {
  margin-bottom: 30px;
  line-height: 1.8;
}
.content-layout li {
  line-height: 1.8;
}
.content-layout img {
  max-width: 100%;
}
.content-layout a {
  color: #f4cd13;
}
.content-layout a:hover {
  color: #cba909;
}
.content-layout a.backToSyllabus {
  color: #ffffff;
  display: block;
  padding: 5px 10px;
  font-size: 14px;
}
.content-layout a.backToSyllabus:hover {
  color: #ffffff;
}
.content-layout .chapterHeader {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  clear: both;
}
.content-layout .chapterHeader:after,
.content-layout .chapterHeader:before {
  display: table;
  content: " ";
  clear: both;
}
.content-layout .chapterHeader li {
  float: left;
  margin: 0;
  display: block;
  color: white;
  background: black;
  font-size: 16px;
  line-height: 20px;
  padding: 8px 16px;
  height: 36px;
  min-width: 160px;
  position: relative;
}
.content-layout .chapterHeader li:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-left-color: black;
  border-width: 18px;
  margin-top: -18px;
  z-index: 100;
}
.content-layout .chapterHeader li.active {
  background: white;
  color: black;
  padding-left: 26px;
}
.content-layout .chapterHeader li.active:after {
  border-left-color: white;
}
body.slug-syllabus .content-layout {
  background: white;
  color: black;
  padding: 30px;
}
body.slug-syllabus .container .sidebar {
  display: none;
}
@media (min-width: 1200px) {
  body.slug-syllabus .container .content-layout {
    margin-left: 12.5%;
  }
}
body.slug-syllabus .page-syllabus > h1:first-child {
  margin-top: 0;
}
body.slug-syllabus .syllabus-progress .syllabus-chapter {
  margin-bottom: 10px;
}
body.slug-syllabus .syllabus-progress .syllabus-chapter h2 {
  background: #515151;
}
body.slug-syllabus .syllabus-progress .syllabus-chapter h2 > a {
  color: white;
}
.chapter-nav {
  height: 50px;
  position: relative;
}
.chapter-nav .lesson-previous,
.chapter-nav .lesson-next {
  color: #f4cd13;
  position: absolute;
  left: 20px;
  top: 50%;
  height: 50px;
  width: 50px;
  font-size: 30px;
  display: block;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 3px solid #f4cd13;
  z-index: 100;
  text-align: center;
  margin-top: -30px;
  line-height: 47px;
  -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;
  opacity: 0.3;
}
.chapter-nav .lesson-previous:hover,
.chapter-nav .lesson-next:hover {
  opacity: 1;
}
.chapter-nav .lesson-next {
  right: 20px;
  left: auto;
}
.chapter-nav .lesson-next i {
  margin-left: 5px;
}
.chapter-nav .lesson-previous {
  left: 20px;
  right: auto;
}
.chapter-nav .lesson-previous i {
  margin-left: -5px;
}
.sidebar {
  padding-bottom: 20px;
  background: #494f53;
  color: #ffffff;
  border-radius: 0 0 5px 5px;
}
.sidebar > .nav {
  margin: 0 -15px;
}
.sidebar h3 {
  color: rgba(255, 255, 255, 0.9);
}
.sidebar a {
  color: #f4cd13;
}
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";
}
.comments.add {
  margin-bottom: 30px;
}
.comments.add .comment-avatar {
  display: none;
}
.comments.add textarea {
  width: 100%;
  border-radius: 0;
  max-height: 40px;
  -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;
  background: white;
  color: #111;
  padding: 5px;
}
.comments.add textarea:focus {
  max-height: 300px;
}
.comments.list .comment {
  position: relative;
  margin-bottom: 40px;
}
.comments.list .comment .comment-avatar {
  display: block;
  position: absolute;
  width: 50px;
}
.comments.list .comment .comment-avatar > img {
  width: 50px;
}
.comments.list .comment .comment-body {
  font-size: 16px;
  margin-left: 60px;
}
.comments.list .comment .child-comment {
  margin-left: 64px;
}
.comments.list .comment-actions {
  margin-left: 64px;
}
.survey-group {
  margin: 30px 0 40px 0;
  font-size: 16px;
  color: #ffffff !important;
}
.survey-group p {
  font-size: 16px;
}
.survey-group h4 {
  color: #f4cd13;
  font-size: 20px;
  line-height: 1.6;
  border-bottom: 1px solid #888;
}
.survey-group .form-group {
  margin-top: 20px;
  margin-bottom: 20px;
}
.survey-group input[type=radio],
.survey-group input[type=checkbox] {
  margin-top: 8px;
}
.sidebar.followup .btn.btn-primary {
  margin: 0 auto;
  position: relative;
  display: block;
}
header {
  width: 100%;
  background: #1b1b1b;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  margin-bottom: 15px;
}
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: #ccc;
  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: #f4cd13;
}
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;
}
