@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,300italic,400italic,700italic);
html,
body,
form,
textarea,
input,
button {
  font-family: 'Source Sans Pro', 'Proxima Nova', "Helvetica Neue", sans-serif;
  color: #090909;
  font-size: 18px;
  line-height: 1.8;
}
.container {
  max-width: 860px;
}
.btn.btn-primary {
  color: #ffffff;
  background-color: #8d81c3;
  border-color: #6e5eb3;
  padding-top: 10px;
  padding-bottom: 10px;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active {
  background-color: #6e5eb3;
  border-color: #564896;
}
.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;
  }
}
body.sidebar-open > .content-layout {
  margin-left: 400px;
}
body.syllabus-open > .sidebar.syllabus {
  left: 0;
  z-index: 200;
}
body.comments-open > .sidebar.comments {
  left: 0;
  z-index: 200;
}
body.followup-open > .sidebar.followup {
  left: 0;
  z-index: 200;
}
body.courses-open > .sidebar.courses {
  left: 0;
  z-index: 200;
}
body.custom-menu-open > .sidebar.custom-menu {
  left: 0;
  z-index: 200;
}
body.favorites-menu-open > .sidebar.favorites-menu {
  left: 0;
  z-index: 200;
}
.content-layout {
  position: relative;
  -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;
}
.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-hero {
  padding: 160px 10px;
  margin-bottom: 40px;
  background: black;
  position: relative;
}
.content-hero .container {
  z-index: 2;
  position: relative;
}
.content-hero .title {
  text-align: center;
  color: white;
  padding: 0 0 5px 0;
  margin: 0 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  visibility: hidden;
}
.content-hero .description {
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  padding: 0 30px;
  margin: 40px 0 0px 0;
  visibility: hidden;
}
.content-hero .photo-background {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  z-index: 1;
  background-image: "/theme/Sensibility/img/chapter-bg1.jpg";
}
.content-hero .chapter-nav .lesson-previous,
.content-hero .chapter-nav .lesson-next {
  color: white;
  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 white;
  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;
}
.content-hero .chapter-nav .lesson-previous:hover,
.content-hero .chapter-nav .lesson-next:hover {
  opacity: 1;
}
.content-hero .chapter-nav .lesson-next {
  right: 20px;
  left: auto;
}
.content-hero .chapter-nav .lesson-next i {
  margin-left: 5px;
}
.content-hero .chapter-nav .lesson-previous {
  left: 20px;
  right: auto;
}
.content-hero .chapter-nav .lesson-previous i {
  margin-left: -5px;
}
body.page-mod-0 .content-hero .photo-background {
  background-image: url("/theme/Sensibility/img/chapter-bg1.jpg");
}
body.page-mod-1 .content-hero .photo-background {
  background-image: url("/theme/Sensibility/img/chapter-bg2.jpg");
}
body.page-mod-2 .content-hero .photo-background {
  background-image: url("/theme/Sensibility/img/chapter-bg3.jpg");
}
body.page-mod-3 .content-hero .photo-background {
  background-image: url("/theme/Sensibility/img/chapter-bg4.jpg");
}
body.page-mod-4 .content-hero .photo-background {
  background-image: url("/theme/Sensibility/img/chapter-bg5.jpg");
}
body.chapter-header1 .content-hero .photo-background {
  background-image: url("/theme/Sensibility/img/chapter-bg1.jpg");
}
body.chapter-header2 .content-hero .photo-background {
  background-image: url("/theme/Sensibility/img/chapter-bg2.jpg");
}
body.chapter-header3 .content-hero .photo-background {
  background-image: url("/theme/Sensibility/img/chapter-bg3.jpg");
}
body.chapter-header4 .content-hero .photo-background {
  background-image: url("/theme/Sensibility/img/chapter-bg4.jpg");
}
body.chapter-header5 .content-hero .photo-background {
  background-image: url("/theme/Sensibility/img/chapter-bg5.jpg");
}
.sidebar {
  background: #090909;
  color: white;
  position: fixed;
  top: 0px;
  bottom: 0px;
  z-index: 100;
  width: 400px;
  left: -400px;
  -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;
}
.sidebar h3 {
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  margin: 0 0 10px 0;
  line-height: 1.6;
}
.sidebar a {
  color: #f4cd13;
}
.sidebar .sidebar-inner {
  height: 100%;
  overflow-y: auto;
  padding: 20px;
}
.sidebar .sidebar-inner::-webkit-scrollbar {
  width: 8px;
}
.sidebar .sidebar-inner::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  border-radius: 10px;
}
.sidebar .sidebar-inner::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(147, 138, 186, 0.5);
}
.sidebar .sidebar-inner::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(159, 157, 167, 0.3);
}
.sidebar.syllabus .sidebar-toggle {
  top: 0px;
}
.sidebar.comments .sidebar-toggle {
  top: 80px;
}
.sidebar.followup .sidebar-toggle {
  top: 120px;
}
.sidebar.courses .sidebar-toggle {
  top: 40px;
}
.docs-body img {
  max-width: 100%;
}
@media screen and (max-width: 50em) {
  .sidebar {
    width: 90%;
    left: -90%;
  }
}
.sidebar-toggle {
  display: block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  position: absolute;
  right: -40px;
  top: 0px;
  color: white !important;
  background: rgba(22, 17, 36, 0.2);
  -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;
}
.sidebar-toggle:hover {
  background: rgba(9, 9, 9, 0.5);
}
body.sidebar-open .sidebar-toggle {
  background: rgba(22, 17, 36, 0.5);
}
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;
}
.comments.add textarea:focus {
  max-height: 300px;
}
.comments.add .comment-action {
  text-align: right;
}
.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 .add.reply .comment-avatar {
  display: none;
}
.comments.list .comment .comment-body {
  font-size: 16px;
  margin-left: 60px;
}
.comments.list .comment .child-comment {
  margin-left: 60px;
}
.comments.list .comment-actions {
  margin-left: 60px;
}
.sidebar > .sidebar-inner > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.sidebar > .sidebar-inner > ul 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;
}
.sidebar > .sidebar-inner > ul li a,
.sidebar > .sidebar-inner > ul li span {
  padding: 6px 8px;
  display: block;
  color: #8d81c3;
  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;
}
.sidebar > .sidebar-inner > ul li a img,
.sidebar > .sidebar-inner > ul li span img {
  margin-right: 10px;
}
.sidebar > .sidebar-inner > ul li a:hover {
  color: #f4cd13;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.05);
}
.sidebar > .sidebar-inner > ul li.active > a {
  color: #f4cd13;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.05);
}
.sidebar > .sidebar-inner > ul 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";
}
.sidebar > .sidebar-inner > ul > li.menu-header,
.sidebar > .sidebar-inner > ul > li.chapter {
  margin-bottom: 20px;
  border-bottom: 0;
}
.sidebar > .sidebar-inner > ul > li > span {
  font-size: 16px;
  line-height: 30px;
  color: white;
  padding: 0;
}
.sidebar > .sidebar-inner > ul > li > a {
  padding: 12px 8px;
}
.sidebar > .sidebar-inner > ul > li > ul {
  margin: 0;
  padding: 0 0 0 10px;
}
.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 {
  z-index: 80;
  position: absolute;
  width: 100%;
  top: 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: #8d81c3;
}
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: 5px 0;
  max-height: 45px;
}
footer {
  margin-top: 50px;
  font-size: 12px;
}
