/* Legacy styles */
.node-lesson .featured-content{
  overflow: auto;
}
div.node-lesson.node-full {
  margin-top: 30px;
}
.related-featured,
#video-transcript .container {
  display: none;
}
.related-materials-label,
#lesson-data .label,
#video-transcript .label {
  cursor:pointer;
}
/* Course Info */
.course-info-container {
  background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(249,249,249,1) 5%,rgba(253,253,253,1) 7%,rgba(255,255,255,1) 14%,rgba(251,251,251,1) 60%,rgba(247,247,247,0.55) 62%,rgba(246,246,246,0.55) 63%,rgba(241,241,241,0.55) 100%); /* W3C */
  background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(249,249,249,1) 5%, rgba(253,253,253,1) 7%, rgba(255,255,255,1) 14%, rgba(251,251,251,1) 60%, rgba(247,247,247,0.55) 62%, rgba(246,246,246,0.55) 63%, rgba(241,241,241,0.55) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(5%,rgba(249,249,249,1)), color-stop(7%,rgba(253,253,253,1)), color-stop(14%,rgba(255,255,255,1)), color-stop(60%,rgba(251,251,251,1)), color-stop(62%,rgba(247,247,247,0.55)), color-stop(63%,rgba(246,246,246,0.55)), color-stop(100%,rgba(241,241,241,0.55))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(249,249,249,1) 5%,rgba(253,253,253,1) 7%,rgba(255,255,255,1) 14%,rgba(251,251,251,1) 60%,rgba(247,247,247,0.55) 62%,rgba(246,246,246,0.55) 63%,rgba(241,241,241,0.55) 100%); /* Chrome10+,Safari5.1+ */
  background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(249,249,249,1) 5%,rgba(253,253,253,1) 7%,rgba(255,255,255,1) 14%,rgba(251,251,251,1) 60%,rgba(247,247,247,0.55) 62%,rgba(246,246,246,0.55) 63%,rgba(241,241,241,0.55) 100%); /* IE10+ */
}
h6.course-label {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
  background: #fff;
  display: inline-block;
  padding-right: 10px;
  float: left;
}
.course-info {
  clear: left;
  font-family: 'Lato', sans-serif;
  padding: 16px 0 28px;
}
.course-info .lesson-course {
  float: left;
  font-size: 16px;
}
.course-info .lesson-course a {
  font-weight: bold;
  color: #000;
}
.course-info .lesson-course .video-count {
  font-size: 14px;
  color: #999;
}
.course-info .follow-links {
  float: right;
}
.follow-links > span, .follow-links > a, .follow-links > div {
  float: left;
  margin-left: 10px;
}
.follow-links span, .follow-links a, .follow-links .mru-course-subscriptions-link-wrapper {
  display: block;
  height: 18px;
  color: #000;
  text-transform: uppercase;
  font-size: 11px;
}
.follow-links span.label {
  font-size: 13px;
  font-weight: bold;
  text-transform: none;
}
.follow-links .subscribe-button {
  background: url(../images/follow-sprite.png) no-repeat 0 -20px;
  padding-left: 22px;
}
.follow-links .button-check-on-green {
  background: url(../images/icon-following.png) no-repeat left 2px;
  padding-left: 18px;
}
.follow-links .follow-youtube {
  background: url(../images/follow-sprite.png) no-repeat 0 -42px;
  padding-left: 22px;
}
.follow-links .follow-itunes {
  background: url(../images/follow-sprite.png) no-repeat;
  padding-left: 19px;
}
.follow-links .ajax-progress {
  display: none;
}
.itunes-video, .itunes-audio {
  text-align: center;
  line-height: 18px;
}
/* Lesson Area */
.lesson-content {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.lesson-content.gradient {
  background: url(../images/lesson-gradient.png) repeat-x 0 bottom;
}
.lesson-sidebar {
  width: 229px;
  float: left;
  position: relative;
  z-index: 1;
  border-right: 1px solid #ddd;
  height: 820px;
}
.lesson-sidebar > .nano-pane {
  background: transparent;
  right: 5px;
}
.lesson-sidebar > .nano-pane > .nano-slider {
  background: rgba(221,221,221,0.85);
}
.lesson-main {
  width: 720px;
  float: right;
}
.lesson-main h2 {
  border: none;
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  width: 500px;
  line-height: 1.4;
}
.lesson-main h2 a {
  color: #000;
}
/* Lesson Course Outline */
.node-lesson .block-mru-course-outline-blocks {
  margin-top: 0;
}
/* Video Area Top */
.video-area-top {
  position: relative;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.lesson-info {
  float: left;
}
.next-video {
  float: right;
  width: 121px;
}
/* Instructor Info */
.instructor-info .label {
  color: #777;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
}
.instructor-info .link, .instructor-info a {
  color: #136ca6;
}
.instructor-info .link {
  font-weight: bold;
  font-size: 13px;
}
.instructor-info .university {
  font-style: italic;
  color: #999;
  font-size: 12px;
}
/* Prev/Next Links */
.lesson-prev {
  float: left;
  font-size: 16px;
  margin-left: 1em;
  margin-top: -.5em;
}
.lesson-next, .lesson-next:link, .lesson-next:visited {
  background: #f2f2f2;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; /* future proofing */
  -khtml-border-radius: 3px; /* for old Konqueror browsers */
  border: 1px solid #ccc;
  width: 119px;
  height: 26px;
  color: #000;
  font-weight: bold;
  font-size: 12px;
  position: absolute;
  top: 8px;
  right: 0;
}
.lesson-next span {
  display: block;
  float: left;
}
.lesson-next span.text {
  width: 66px;
  padding-left: 14px;
  padding-right: 11px;
  line-height: 28px;
   -moz-border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0; /* future proofing */
  -khtml-border-radius: 0 3px 3px 0;
}
.lesson-next .arrow {
  background: #2381c3 url(../images/video-next.png) no-repeat center center;
  display: block;
  height: 26px;
  width: 28px;
}
.video-preview {
  text-align: center;
}
.video-preview a {
  color: #666;
  font-size: 11px;
  line-height: 1.4;
}
/* Body */
.video-area {
  width: 640px;
  padding: 15px 40px 20px;
  border-top: 7px solid #2381c3;
  margin: 0 auto;
  -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.27);
  -moz-box-shadow:    0px 1px 10px 0px rgba(0, 0, 0, 0.27);
  box-shadow:         0px 1px 10px 0px rgba(0, 0, 0, 0.27);
  position: relative;
  z-index: 2;
}
.node-lesson .lesson-main div.field-type-text-with-summary {
  padding-top: 0;
}
.lesson-main p {
  font-size: 12px;
  line-height: 16px;
  color: #666;
  margin-bottom: 12px;
}
/* Body */
div.show-more-container {
  position: relative;
}
.show-more-container div.full, .show-more-container div.summary {
  position: absolute;
  top: 0;
  left: 0;
}
/* Video Links */
.video-options {
  margin-top: 20px;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
}
.video-options a, .video-options span, .download-links a {
  color: #333;
  cursor: pointer;
}
.video-options > div, .video-options > a {
  display: block;
  float: left;
  margin-right: 15px;
}
.field-name-field-audio img, .field-name-field-video-file img {display: none;}
.video-options .download-link {
  background: url(../images/options-sprite.png) no-repeat 0 2px;
  padding-left: 19px;
}
.video-options .video-options-link {
  background: url(../images/options-sprite.png) no-repeat 0 -15px;
  padding-left: 16px;
}
.video-options .translate-link {
  background: url(../images/options-sprite.png) no-repeat 0 -53px;
  padding-left: 20px;
}
.video-options .share-link {
  background: url(../images/options-sprite.png) no-repeat 0 -33px;
  padding-left: 22px;
}
.video-options .feedback-link {
  background: url(../images/options-feedback.jpg) no-repeat left center;
  padding-left: 23px;
}
.video-options .ga-link {
  background: url(../images/question-mark.png) no-repeat left center;
  color: #2381c3;
  float: right;
  margin-right: 0;
  padding-left: 22px;
}
.video-options-links {
  font-size: 11px;
}
#content .content .video-options-links p {
  line-height: 1.4;
}
#content .content .video-options-links p,
#content .content .video-options-links ul,
#content .content .video-options-links li {
  margin-bottom: 10px;
}
#content .content .video-options-links ul li {
  margin-left: 0;
  list-style-type: none;
  list-style-image: none;
  padding-left: 35px;
  height: 26px;
  font-weight: bold;
  line-height: 26px;
}
.video-options-links li.gear {
  background: url(../images/gear.png) no-repeat left center;
}
.video-options-links li.cc {
  background: url(../images/cc.png) no-repeat left center;
}
.download-links a {
  font-size: 12px;
  font-weight: bold;
  display: block;
  text-align: center;
}
/* Hover Boxes */
.qtip-trigger {
  cursor: pointer;
}
.qtip-render {
  display: none;
}
.hover-box-container {
  position: relative;
}
.hover-box {
  display: none;
  position: absolute;
  padding: 5px;
  background: #fff;
  border: 2px solid #aaa;
  z-index: 5;
}
.hover-box::before {
   /* create triangle tip */
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 15px 7px;
  border-color: transparent transparent #aaa transparent;
  content: '';
  top: -17px;
}
.hover-box::after {
  /* Create an empty, transparent pseudo-element to maintain hover intent */
  position: absolute;
  display: inline-block;
  background: transparent;
  content: '';
  top: -18px;
  left: -2px;
  height: 18px;
}
.hover-box-container:hover .hover-box, .hover-box-container.hovered .hover-box {
  display: block;
}
.follow-links .itunes-links {
  width: 77px;
  top: 34px;
  left: -15px;
}
.follow-links .itunes-links::before {
  left: 36px;
}
.follow-links .itunes-links::after {
  width: 96px;
}
.next-video-preview {
  width: 88px;
  top: 50px;
  left: 10px;
}
.next-video-preview::before {
  left: 37px;
}
.next-video-preview::after {
  width: 102px;
}
.video-options-links {
  width: 250px;
  top: 34px;
  left: -90px;
}
.video-options-links::before {
  left: 117px;
}
.video-options-links::after {
  width: 264px;
}
.block-sharethis {
  left: -68px;
  top: 34px;
  width: 204px;
  height: 32px;
}
.block-sharethis::before {
  left: 93px;
}
.block-sharethis::after {
  width: 218px;
}
.download-links {
  top: 34px;
  width: 33px;
  left: 20px;
}
.download-links::before {
  left: 14px;
}
.download-links::after {
  width: 47px;
}
/* Related Content */
.group-related-content {
  border-top: 5px solid #d3d7d9;
  border-bottom: 1px solid #ddd;
  padding: 20px 40px;
  margin-bottom: 0;
}
.group-related-content .field-name-field-related-section-label, .group-related-content .field-name-field-related-content {
  float: left;
}
.group-related-content .field-name-field-related-section-label {
  width: 150px;
  color: #2381c3;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.group-related-content .field-name-field-related-content {
  width: 490px;
}
#content div.field-name-field-related-content ul {
  margin-bottom: 0;
}
#content div.field-name-field-related-content li {
  list-style-type: disc;
  list-style-image: none;
  color: #7b7b7b;
  font-size: 13px;
  line-height: 17px;
  padding-left: 5px;
  margin-top: 0;
}
.field-name-field-related-content p {
  line-height: 23px;
}

.field-name-field-related-content a {
  color: #2a82c1;
}

.field-name-field-related-content a:hover {
  color: #697E21;
}


/* Dictionary Terms*/
.node_lesson_full_group_dictionary_terms {
    padding: 20px 40px;
}

.field-name-field-dictionary-terms-label {
    width: 150px;
    color: #2381c3;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    float: left;
}

.field-name-field-dictionary-terms ul {
    width: 490px;
    float: left;
}

#content .node_lesson_full_group_dictionary_terms ul li {
    list-style-image: none;
    margin: 0;
    padding-left: 0;
}

.node_lesson_full_group_dictionary_terms a {
    font-size: 12px;
}

.field-name-field-dictionary-terms-body {
    width: 490px;
    float: right;
    margin-bottom: 20px;
}

.field-name-field-dictionary-terms-body p {
    color: #333;
    font-size: 12px;
}

/* Practice question styles */
.page-type-webform .tabs, .page-type-webform .messages.error {
  clear: both;
}

.page-type-webform .pq-header .pq-text h3 {
  border-bottom: none;
  font-family: "Ubuntu", "Lato", sans-serf;
  font-size: 24px;
  line-height: 32px;
  margin-top: 0;
}

.page-type-webform .pq-header .pq-text a {
  text-decoration: underline;
}

.page-type-webform .hover-box::before {
  border-color: transparent #aaa transparent transparent;
  border-width: 7px 15px 7px 0;
  left: -17px;
  top: 15px;
}

.page-type-webform .node-webform .webform-client-form {
  margin-top: 25px;
}

.page-type-webform .next-video-preview {
  top: 10px;
  left: 199px;
  margin-bottom: 20px;
  width: 110px;
}

.page-type-webform .pq-header p {
  font-size: 14px;
  font-weight: 700;
}

.page-type-webform .pq-link {
  font-size: 17px;
  height: 36px;
  line-height: 66px;
  padding: 9px 14px;
}

.node-webform .form-actions {
  display: block;
  float: left;
  margin-right: 20px;
  position: relative;
  top: 15px;
}

.node-webform .next-video {
  display: block;
  float: left;
  position: relative;
  top: 15px;
  width: auto;
}


/*****************/
/* Responsive */
/*****************/
body.section-practice-questions,
body.html-done {
  margin: 0 auto;
  max-width: 960px;
  min-width: 100%;
}

.section-practice-questions #wrapper,
.html-done #wrapper {
  padding: 0 15px;
}

.section-practice-questions #main,
.html-done #main {
  max-width: 100%;
}

.html-done #content {
  float: none;
}

.section-practice-questions #content,
.html-done .pq-answers {
  padding-bottom: 100px;
}

.section-practice-questions .container_24 .grid_24,
.section-practice-questions .container_24 .grid_12,
.html-done .container_24 .grid_24,
.html-done .container_24 .grid_12 {
  max-width: 100%;
}

.section-practice-questions .webform-component img,
.html-done .p-question img {
  /*max-width: 448px;*/
  /*width: 100%;*/
}
.section-practice-questions .next-video-preview,
.html-done .next-video-preview {
  display: none;
}

.block .pq-header .next-video-preview {
  display: none;
}

.section-practice-questions .hover-box-container:hover .hover-box, .hover-box-container.hovered .hover-box {
  display: none;
}

@media (min-width: 500px) {
  .section-practice-questions .next-video-preview,
  .html-done .block .pq-header .next-video-preview {
    display: block;
  }

  .section-practice-questions .hover-box-container:hover .hover-box, .hover-box-container.hovered .hover-box {
    display: block
  }
}

.section-practice-questions .pq-header,
.section-practice-questions .block,
.html-done .pq-header,
.html-done .block {
  float:left;
  width: 100%;
}

.section-practice-questions .box-register,
.html-done .box-register {
  left: 0;
}

.admin-menu.section-practice-questions .box-loggedin,
.admin-menu.html-done .box-loggedin {
  top: 80px;
  left: 5px;
  right: unset;
}

.section-practice-questions .box-loggedin,
.html-done .box-loggedin {
  top: 114px;
  left: 5px;
  right: unset;
}

.section-practice-questions .ga-link,
.html-done .ga-link {
  margin-left: 0;
}

@media (min-width: 970px) {
  .section-practice-questions .box-register,
  .html-done .box-register {
    right: 20px;
    left: unset;
  }

  .section-practice-questions  a.register,
  .html-done a.register {
    margin-left: 0;
  }

  .section-practice-questions .box-loggedin,
  .html-done .box-loggedin,
  .admin-menu.section-practice-questions .box-loggedin,
  .admin-menu.html-done .box-loggedin {
    top: 60px;
    right: 10px;
  }
}

.pq-img {
  max-width: 100%;
}
