@import url(../fonts/drc-icons/drc-icons.css);
@import url(../fonts/font-awesome/font-awesome.min.css);
@import url("https://fonts.googleapis.com/css?family=Zilla+Slab:400,400i,500,500i,600,600i,700,700i&subset=latin-ext");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,700i,900");
body {
  position: relative;
  margin-bottom: 5em;
  font-size: 16px; }
  @media (min-width: 768px) {
    body #content-wrapper {
      margin-left: 230px; } }

#content {
  margin: 2em 2em 5em;
  max-width: 43.75em; }
  @media screen and (max-width: 480px) {
    #content {
      margin: 1em; } }
  @media (min-width: 68.75em) {
    #content {
      max-width: 80%; } }
  @media (min-width: 81.25em) {
    #content {
      max-width: 75%; } }
  @media (min-width: 87.5em) {
    #content {
      max-width: 65%; } }

.panel-body:first-child, .well:first-child {
  margin-top: .3em; }

body {
  font-family: "Zilla Slab", Georgia, serif; }

#topLink {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 1.5em;
  font-weight: 500;
  text-decoration: none;
  background: white;
  border-top-left-radius: 5px; }
  #topLink:hover {
    background: #fffdf5; }

iframe {
  border: none;
  overflow: visible; }

footer {
  margin-top: 1em; }

.modal-header {
  background: #00283a;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }
  .modal-header h1, .modal-header h2, .modal-header h3, .modal-header h4, .modal-header h5, .modal-header h6 {
    margin: 0;
    color: #FFFFFF; }

.well {
  background-color: rgba(0, 40, 58, 0.1);
  margin: 1.2em 0; }

p, h1, h2, h3, h4, h5, h6, b, strong, li, sub, sup, cite, blockquote {
  font-style: normal;
  font-weight: normal; }

em {
  font-style: italic; }

h1, h2, h3, h4 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  margin-top: 1.85414em;
  font-weight: 500; }
  @media screen and (max-width: 480px) {
    h1, h2, h3, h4 {
      margin-top: 0.92707em; } }

h1 {
  color: #cca500;
  font-size: 2em; }
  @media (min-width: 43.75em) {
    h1 {
      font-size: 2.5em; } }
  @media (min-width: 56.25em) {
    h1 {
      font-size: 3.5em; } }

h2 {
  color: #00283a;
  font-size: 1.45em; }
  @media (min-width: 43.75em) {
    h2 {
      font-size: 1.6em; } }
  @media (min-width: 56.25em) {
    h2 {
      font-size: 2.1em; } }

h3 {
  color: #005e86;
  font-size: 1.2em; }
  @media (min-width: 43.75em) {
    h3 {
      font-size: 1.3em; } }
  @media (min-width: 56.25em) {
    h3 {
      font-size: 1.7em; } }

h4 {
  font-size: 1.1em; }
  @media (min-width: 43.75em) {
    h4 {
      font-size: 1.1em; } }
  @media (min-width: 56.25em) {
    h4 {
      font-size: 1.3em; } }

h5 {
  font-size: 1.05em;
  font-weight: 500; }
  @media (min-width: 43.75em) {
    h5 {
      font-size: 1.08em; } }
  @media (min-width: 56.25em) {
    h5 {
      font-size: 1.15em; } }

h6 {
  font-size: 1.65rem;
  font-weight: 500; }

p {
  margin: 1rem 0;
  padding: 0; }

#content p, #content li {
  font-size: 1.65rem; }

strong {
  color: #00283a;
  font-weight: 700; }

a > .fa {
  color: #997c00;
  font-size: .6em;
  position: relative;
  top: -.5em;
  margin-left: .4em;
  text-indent: 0; }
  a > .fa:hover {
    text-decoration: none; }

ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  ul li, ol li {
    margin-left: 2.5rem;
    margin-top: .5rem; }
    ul li:before, ol li:before {
      left: -2.5rem;
      position: absolute; }

:not(ol) > ul > li {
  position: relative; }
  :not(ol) > ul > li:before {
    font: normal normal normal 1em/1 FontAwesome;
    content: '\f111';
    top: .7rem;
    font-size: .4em; }
  :not(ol) > ul > li > ul > li:before {
    content: '\f0c8';
    font-size: .3em; }
  :not(ol) > ul > li > ul > li > ul > li:before {
    content: '\f068';
    font-size: .4em; }
  :not(ol) > ul > li > ul > li > ul > li > ul > li:before {
    font-size: .3em;
    top: .8rem; }

ol {
  counter-reset: level; }
  ol > li {
    position: relative;
    counter-increment: level; }
    ol > li:before {
      content: counter(level) "."; }
  ol.list-roman > li:before {
    content: counter(level,lower-roman) "."; }
  ol.list-alpha > li:before {
    content: counter(level,lower-alpha) "."; }
  ol.list-manual {
    list-style: none; }
    ol.list-manual > li {
      display: table-row; }
      ol.list-manual > li > span:first-child {
        display: table-cell;
        padding-right: 1.25rem;
        font-weight: 300;
        white-space: nowrap; }
      ol.list-manual > li:before {
        content: none; }
    ol.list-manual.where-clause {
      margin-left: 2.5rem; }
      ol.list-manual.where-clause > li > span:first-child {
        text-align: right;
        padding-right: .6em; }

.list-unstyled > li {
  margin-left: 0; }
  .list-unstyled > li:before {
    content: none; }

ul.strong-headers > li strong:first-child, ol.strong-headers > li strong:first-child {
  display: block; }

blockquote {
  margin: 2em 0 3em;
  padding: 0 2.5em;
  border: none;
  position: relative;
  color: #005e86;
  font-size: 1.815rem !important;
  font-weight: 400; }
  blockquote p, blockquote li {
    font-size: 1.815rem !important;
    font-weight: 400; }
  blockquote:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: '\f10d';
    color: #007783;
    font-size: 2em;
    position: absolute;
    left: 0;
    top: -.5em; }
  blockquote.no-decoration {
    font-size: 1.4025rem !important;
    font-weight: 400;
    color: #000000;
    margin: 1em 0; }
    blockquote.no-decoration p, blockquote.no-decoration li {
      font-size: 1.4025rem !important;
      font-weight: 400; }
    blockquote.no-decoration:before {
      content: ''; }
    blockquote.no-decoration footer {
      font-size: 90%; }

figure {
  text-align: center;
  margin: 2em 1em 3em; }
  figure img.img-responsive {
    margin: 1em auto; }
  figure .table {
    margin-bottom: 1.2em !important; }
  figure figcaption {
    margin: 1em auto;
    color: #777777; }
    figure figcaption cite {
      font-size: 80%; }
    figure figcaption strong {
      font-weight: bold;
      margin-right: 1em; }

.footnotes {
  margin-top: 4em;
  padding: 1em;
  border-top: 1px solid #cca500; }
  .footnotes a:hover {
    cursor: pointer; }
  .footnotes li span:first-child {
    font-weight: 500 !important; }

.footnote {
  font-weight: 700;
  color: #348CA7;
  vertical-align: super;
  font-size: .7em;
  padding: .2em;
  position: relative;
  left: -.3em;
  line-height: 0; }
  .footnote:before {
    content: '[' !important; }
  .footnote:after {
    content: ']' !important; }
  .footnote:hover {
    background: #AEDFDC;
    text-decoration: none; }

.modal-footnote h3 {
  margin: 0; }

@media screen and (min-width: 81.25em) {
  .footnote-in .modal-open {
    overflow: auto; }
  .footnote-in .modal-backdrop.in {
    background: transparent; }
  .footnote-in .modal-footnote {
    position: absolute;
    right: 10px;
    top: 10%;
    width: 17%; } }
@media screen and (min-width: 768px) and (max-width: 81.25em) {
  .modal-dialog {
    margin-left: 250px;
    max-width: 65%; } }
.table {
  margin: 2em 0 3em !important;
  border-bottom: 1px solid rgba(0, 40, 58, 0.5) !important; }
  .table caption {
    margin-bottom: .5em; }
    .table caption cite {
      font-size: 80%; }
    .table caption strong {
      float: left;
      margin-right: 1em; }
  .table tbody tr {
    background: rgba(0, 40, 58, 0.1); }
  .table tbody tr.table-row-default {
    background: rgba(0, 40, 58, 0.1) !important; }
  .table tbody tr.table-row-alt {
    background: rgba(0, 40, 58, 0.05) !important; }
  .table td p:first-child {
    margin-top: 0; }
  [class*="text"] th, [class*="text"] td {
    text-align: inherit; }
  .table > thead > tr > th,
  .table > tbody > tr > th {
    font-weight: 500;
    background: #00283a;
    border-color: #00283a;
    border-width: 0;
    color: white; }
  .table > tbody > tr > td,
  .table > tfoot > tr > td {
    border-top: 1px solid white; }
  .table td.decimal-align {
    text-align: right; }
    .table td.decimal-align span {
      text-align: left;
      display: inline-block; }
  .table.table-hover tbody tr:hover {
    background: rgba(0, 73, 80, 0.15) !important; }
  .table.table-bordered, .table.table-bordered td {
    border: 1px solid rgba(0, 40, 58, 0.5); }
  .table.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: rgba(0, 40, 58, 0.05); }
  .table.table-auto {
    width: auto; }
  .table .text-top, .table.text-top td, .table.text-top th {
    vertical-align: top !important; }
  .table .text-middle, .table.text-middle td, .table.text-middle th {
    vertical-align: middle !important; }
  .table .text-bottom, .table.text-bottom td, .table.text-bottom th {
    vertical-align: bottom !important; }
  .table.stime {
    margin: .5em 0 !important;
    border: none !important; }
    .table.stime tr {
      background: none !important; }
    .table.stime td {
      border: none !important;
      padding: 6px 8px 6px 0; }
    @media (min-width: 640px) {
      .table.stime {
        width: 50% !important; } }

.source {
  text-align: right; }
  .source cite {
    font-size: .8em; }

table + .source {
  margin: -2em 0 2em; }

.nav-drawer {
  max-width: 230px;
  width: 230px;
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 2000;
  background: white;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.26);
  left: -230px; }
  .nav-drawer.expanded {
    left: 0;
    overflow-y: auto;
    overflow-x: hidden; }
    .nav-drawer.expanded #logo img {
      width: 87%;
      margin: 2rem 1rem 4rem; }
    .nav-drawer.expanded #logo {
      width: 55px;
      overflow: hidden;
      margin-left: 165px;
      margin-top: 5px; }
      .nav-drawer.expanded #logo img {
        height: 60px;
        width: auto;
        margin: .5rem; }
    .nav-drawer.expanded nav .navbar-header {
      right: 230px;
      transform: rotate(45deg); }
  @media (min-width: 768px) {
    .nav-drawer {
      left: 0;
      overflow-y: auto;
      overflow-x: hidden; }
      .nav-drawer #logo img {
        width: 87%;
        margin: 2rem 1rem 4rem; } }

.nav-overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  z-index: 1001;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

nav, #toc {
  /*

  #topic-navigation[aria-expanded="true"],
  #topic-navigation.collapsing {
    !* top: $topstrip-height;
     max-width: 80%;
     position: fixed;
     right: 0;*!
    .nav-drawer {
      @include navDrawerExpanded;
    }
  }

  */ }
  nav .container-fluid, #toc .container-fluid {
    padding: 0; }
    nav .container-fluid .navbar-collapse, #toc .container-fluid .navbar-collapse {
      padding: 0;
      background: white;
      margin: 0 !important; }
  nav #topic-navigation, #toc #topic-navigation {
    border-left: 1px solid #fffdf5;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    z-index: 999;
    overflow-y: auto; }
  nav li.current, #toc li.current {
    background: white; }
  nav a, #toc a {
    width: 100%;
    color: #004c6d; }
    nav a:hover, #toc a:hover {
      color: #00283a; }
  nav .navbar-header, #toc .navbar-header {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: absolute;
    top: 0;
    right: -20px; }
    nav .navbar-header .navbar-toggle, #toc .navbar-header .navbar-toggle {
      z-index: 3000;
      font-size: 1.5em;
      color: #cca500;
      background: rgba(255, 255, 255, 0.7);
      margin: 0;
      border-radius: 0 4px 4px 0;
      padding: .3em; }
      nav .navbar-header .navbar-toggle:hover, #toc .navbar-header .navbar-toggle:hover {
        color: #997c00; }
  nav ul li, #toc ul li {
    margin: 0; }
    nav ul li:before, #toc ul li:before {
      content: none !important; }
  nav ul .active > a, #toc ul .active > a {
    border-left: 0.3em solid #cca500; }
  nav ul ul, #toc ul ul {
    padding-bottom: 1em; }
    nav ul ul a, #toc ul ul a {
      font-size: .9em;
      padding: .3em 2em !important; }

#header-topic {
  position: relative;
  margin-bottom: 0;
  background: white;
  padding-top: 6px; }
  #header-topic #logo {
    width: 200px;
    margin: 1rem 1.8rem;
    position: absolute; }
    #header-topic #logo img {
      width: 100%; }
  #header-topic h1, #header-topic h2, #header-topic h3, #header-topic h4, #header-topic h5 {
    text-align: right;
    color: #2e8189;
    margin: 10px 30px;
    padding: 0;
    font-weight: 300; }
  #header-topic h1:first-of-type {
    text-transform: uppercase;
    font-size: 1.4em;
    letter-spacing: .3ex; }
  #header-topic h2 {
    font-size: 2.1em;
    color: #14676f; }
  #header-topic h3 {
    margin-top: 1em;
    color: #1b4151; }
  #header-topic h5 {
    font-size: 1.6em;
    margin-top: 2em; }
  #header-topic .header-links {
    padding: 3px 30px 0;
    margin-top: 1em;
    border-top: 1px dotted rgba(102, 82, 0, 0.3); }
    #header-topic .header-links a {
      color: #005e86;
      font-size: 1.3em; }
      #header-topic .header-links a em {
        font-style: normal;
        color: #00283a; }
      #header-topic .header-links a:hover {
        text-decoration: none;
        background: rgba(0, 94, 134, 0.1);
        padding: 0 .1rem;
        border-radius: 3px; }
  #header-topic .topic-title {
    color: #00283a;
    font-size: 3em;
    text-align: left;
    margin-right: 30%; }
  @media screen and (max-width: 480px) {
    #header-topic {
      font-size: .6em;
      padding-bottom: .5em; }
      #header-topic h1, #header-topic h2, #header-topic h3, #header-topic h4, #header-topic h5 {
        margin: 10px 15px; }
      #header-topic .topic-title {
        font-size: 2em;
        margin: 2em 1em 1em; }
      #header-topic .header-links {
        padding: 5px 15px 0; }
        #header-topic .header-links a {
          float: none !important;
          display: block; } }
  #header-topic.compact {
    /*

    #logo {

      //@include transition;
      width: 50px;
      overflow: hidden;
      margin: 0 .5em;
      img {
        width: 188px;
      }
    }

    */
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.26);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    left: 0; }
    @media (min-width: 768px) {
      #header-topic.compact {
        left: 230px; } }
    #header-topic.compact .topic-title {
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease;
      display: block;
      font-size: 1.8em;
      margin: 1rem 2rem; }
      #header-topic.compact .topic-title .topic-number {
        display: inline; }
        #header-topic.compact .topic-title .topic-number:after {
          content: ': '; }
      @media (max-width: 768px) {
        #header-topic.compact .topic-title {
          text-align: right; } }
    #header-topic.compact h1, #header-topic.compact h2, #header-topic.compact h3, #header-topic.compact .header-links {
      display: none; }

.compact + #content {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  top: 280px; }
  @media (min-width: 480px) {
    .compact + #content {
      top: 230px; } }

.panel {
  margin: 2em 0;
  background-color: rgba(0, 40, 58, 0.1); }
  .panel.panel-default > .panel-heading {
    background-color: #00283a;
    color: white; }
  .panel-heading h3 {
    font-weight: 500;
    position: relative; }
    .panel-heading h3:before {
      font-family: 'DRC-Icons';
      color: white;
      font-size: 120%;
      position: absolute;
      left: 0;
      top: -4px; }
  .panel .panel-body h1, .panel .panel-body h2, .panel .panel-body h3, .panel .panel-body h4, .panel .panel-body h5, .panel .panel-body h6 {
    color: #00283a;
    font-family: "Roboto Medium", "HelveticaNeueLT Std Med", Helvetica, Arial, sans-serif;
    margin-top: 1.4em; }
  .panel .panel-body h4 {
    font-size: 1.2em; }
  .panel .panel-body h5 {
    font-size: 1.1em; }
  .panel .panel-body h6 {
    font-size: 1em; }

.activity .panel-heading h3,
.cd .panel-heading h3,
.computer .panel-heading h3,
.reflect .panel-heading h3,
.feedback .panel-heading h3,
.globe .panel-heading h3,
.audio .panel-heading h3,
.case-study .panel-heading h3,
.television .panel-heading h3,
.experiment .panel-heading h3,
.time .panel-heading h3,
.reading .panel-heading h3,
.think .panel-heading h3,
.video .panel-heading h3,
.web .panel-heading h3 {
  padding-left: 1.8em; }

.activity .panel-heading h3:before {
  content: 'a'; }

.cd .panel-heading h3:before {
  content: 'c'; }

.computer .panel-heading h3:before {
  content: 'd'; }

.reflect .panel-heading h3:before {
  content: 'e'; }

.feedback .panel-heading h3:before {
  content: 'f'; }

.globe .panel-heading h3:before {
  content: 'g'; }

.audio .panel-heading h3:before {
  content: 'h'; }

.case-study .panel-heading h3:before {
  content: 'k'; }

.television .panel-heading h3:before {
  content: 'l'; }

.experiment .panel-heading h3:before {
  content: 'm'; }

.time .panel-heading h3:before {
  content: 'p'; }

.reading .panel-heading h3:before {
  content: 'r'; }

.think .panel-heading h3:before {
  content: 't'; }

.video .panel-heading h3:before {
  content: 'v'; }

.web .panel-heading h3:before {
  content: 'w'; }

.topic-number {
  display: block;
  font-size: .7em; }

.reference {
  padding-left: 2.5em;
  text-indent: -2.5em;
  padding-bottom: .2em; }

/*
  Numbered equations
 */
.equation-numbered {
  display: table;
  width: 100%; }
  .equation-numbered > div {
    display: table-cell; }
    .equation-numbered > div:first-child {
      text-align: center;
      padding-left: 50px;
      width: calc(100% - 50px); }
    .equation-numbered > div:last-child {
      text-align: right;
      width: 50px; }

/**/
@media screen {
  .transcript {
    display: none;
    padding: 2rem;
    background: rgba(0, 40, 58, 0.1); }

  .transcript-link {
    font-size: .82em;
    top: 2px; }
    .transcript-link:before {
      content: '\f0f6';
      font-family: FontAwesome;
      color: #FFFFFF; }
    .transcript-link:hover {
      cursor: pointer; } }
/*
  Do we need more utility classes for margin indents etc.?
    - If so, how many
    - ml, mt, mr, mb, ma, mh, mv etc.
    - or just for the most common?

    A common case is following an equation
    Where:
      x = foo
      Y = bar etc.

    Here are a few basics to start, indent is same as list indent
*/
.mt {
  margin-top: 2.5rem; }

.mr {
  margin-right: 2.5rem; }

.mb {
  margin-bottom: 2.5rem; }

.ml {
  margin-left: 2.5rem; }

.mh {
  margin-left: 2.5rem;
  margin-right: 2.5rem; }

.mv {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem; }

.ma {
  margin: 2.5rem; }

.ba {
  border: 1px solid rgba(0, 40, 58, 0.5) !important; }

.bat {
  border: 1px solid #007783 !important; }

.bad {
  border: 3px double rgba(0, 40, 58, 0.5) !important; }

.bh {
  border-left: 1px solid rgba(0, 40, 58, 0.5) !important;
  border-right: 1px solid rgba(0, 40, 58, 0.5) !important; }

.bht {
  border-left: 1px solid #007783 !important;
  border-right: 1px solid #007783 !important; }

.bhd {
  border-left: 3px double rgba(0, 40, 58, 0.5) !important;
  border-right: 3px double rgba(0, 40, 58, 0.5) !important; }

.bv, tr.bv > td {
  border-top: 1px solid rgba(0, 40, 58, 0.5) !important;
  border-bottom: 1px solid rgba(0, 40, 58, 0.5) !important; }

.bvt, tr.bvt > td {
  border-top: 1px solid #007783 !important;
  border-bottom: 1px solid #007783 !important; }

.bvd, tr.bvd > td {
  border-top: 3px double rgba(0, 40, 58, 0.5) !important;
  border-bottom: 3px double rgba(0, 40, 58, 0.5) !important; }

.bt, tr.bt > td {
  border-top: 1px solid rgba(0, 40, 58, 0.5) !important; }

.btt, tr.btt > td {
  border-top: 1px solid #007783 !important; }

.btd, tr.btd > td {
  border-top: 3px double rgba(0, 40, 58, 0.5) !important; }

.bb, tr.bb > td {
  border-bottom: 1px solid rgba(0, 40, 58, 0.5) !important; }

.bbt, tr.bbt > td {
  border-bottom: 1px solid #007783 !important; }

.bbd, tr.bbd > td {
  border-bottom: 3px double rgba(0, 40, 58, 0.5) !important; }

.bl {
  border-left: 1px solid rgba(0, 40, 58, 0.5) !important; }

.blt {
  border-left: 1px solid #007783 !important; }

.bld {
  border-left: 3px double rgba(0, 40, 58, 0.5) !important; }

.br {
  border-right: 1px solid rgba(0, 40, 58, 0.5) !important; }

.brt {
  border-right: 1px solid #007783 !important; }

.brd {
  border-right: 3px double rgba(0, 40, 58, 0.5) !important; }

th.ba {
  border: 1px solid white !important; }

th.bad {
  border: 3px double white !important; }

th.bl {
  border-left: 1px solid white !important; }

th.bld {
  border-left: 3px double white !important; }

th.br {
  border-right: 1px solid white !important; }

th.brd {
  border-right: 3px double white !important; }

th.bt {
  border-top: 1px solid white !important; }

th.btd {
  border-top: 3px double white !important; }

th.bb {
  border-bottom: 1px solid white !important; }

th.bbd {
  border-bottom: 3px double white !important; }

th.bh {
  border-right: 1px solid white !important;
  border-right: 1px solid white !important; }

th.bhd {
  border-right: 3px double white !important;
  border-right: 3px double white !important; }

th.bv {
  border-top: 1px solid white !important;
  border-bottom: 1px solid white !important; }

th.bvd {
  border-top: 3px double white !important;
  border-bottom: 3px double white !important; }

th.bat {
  border: 1px solid #007783 !important; }

th.blt {
  border-left: 1px solid #007783 !important; }

th.brt {
  border-right: 1px solid #007783 !important; }

th.btt {
  border-top: 1px solid #007783 !important; }

th.bbt {
  border-bottom: 1px solid #007783 !important; }

th.bht {
  border-left: 1px solid #007783 !important;
  border-right: 1px solid #007783 !important; }

th.bvt {
  border-top: 1px solid #007783 !important;
  border-bottom: 1px solid #007783 !important; }

.no-background, .no-background tr, .no-background td {
  background: none !important; }

.no-border, .no-border.tr, .no-border.td {
  border: none !important; }

.highlight {
  background: #ffeb99; }

.nowrap {
  white-space: nowrap; }

.scuquiz .scuquiz-questions li {
  margin: 0; }
  .scuquiz .scuquiz-questions li:before {
    content: ''; }
.scuquiz .scuquiz-responses {
  margin-top: .5em; }
  .scuquiz .scuquiz-responses > * {
    display: none;
    padding: 1em;
    border-radius: 2px; }
.scuquiz .scuquiz-mc, .scuquiz .scuquiz-ma, .scuquiz .scuquiz-fib, .scuquiz .scuquiz-ord, .scuquiz .scuquiz-mat {
  margin: 2em 0; }
.scuquiz .scuquiz-mc input {
  opacity: 0;
  position: absolute; }
.scuquiz .scuquiz-mc input, .scuquiz .scuquiz-mc label {
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  cursor: pointer; }
.scuquiz .scuquiz-mc label {
  position: relative;
  font-weight: 400; }
.scuquiz .scuquiz-mc input + label:before {
  content: '';
  background: #FFFFFF;
  border: 2px solid #DDDDDD;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  padding: 2px;
  margin-right: 10px;
  text-align: center; }
.scuquiz .scuquiz-mc input + label:before {
  border-radius: 50%; }
.scuquiz .scuquiz-mc input:checked + label:before {
  font-family: 'FontAwesome';
  color: #FFFFFF;
  content: "\f00d";
  background-color: red; }
.scuquiz .scuquiz-mc [data-correct]:checked + label:before {
  content: "\f00c";
  background-color: green; }

#header-topic {
  position: relative;
  z-index: 500; }
  @media (max-width: 768px) {
    #header-topic h1:first-of-type {
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease;
      margin-top: 5rem; } }

.container {
  position: relative;
  z-index: 500; }

.pdf-icon {
  height: 40px;
  margin: 2rem;
  position: relative;
  z-index: 600; }
  .pdf-icon img {
    height: 100%;
    width: auto; }
  .pdf-icon a:hover {
    text-decoration: none;
    background: rgba(0, 40, 58, 0.1);
    padding: 2px; }

#topics {
  background: rgba(255, 255, 255, 0.8);
  position: relative;
  z-index: 100; }
  #topics h2 {
    font-weight: 200;
    clear: none;
    margin-left: 1rem; }
    #topics h2:before {
      font: 24px FontAwesome;
      content: '\f103';
      margin-right: 1rem; }
  #topics ul.nav {
    display: table;
    width: 100%; }
    #topics ul.nav li {
      background: rgba(0, 40, 58, 0.1);
      font-weight: 500; }
      #topics ul.nav li:nth-of-type(odd) {
        background: rgba(0, 40, 58, 0.05); }
      #topics ul.nav li a {
        color: #348CA7; }
      #topics ul.nav li a.visited {
        color: #027091;
        position: relative; }
        #topics ul.nav li a.visited:before {
          content: 'topic visited';
          color: #3CA03A;
          font-size: .8em;
          position: absolute;
          right: .5em;
          top: .2em; }

.scu-wave {
  z-index: 1;
  position: fixed;
  right: 0;
  bottom: 0; }
  .scu-wave img {
    width: 100%; }

#cip {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 1em;
  z-index: 2; }
  @media screen {
    #cip {
      font-size: .8em;
      line-height: 1.2em;
      background: rgba(255, 255, 255, 0.5);
      margin-top: 2em;
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.26); }
      #cip #version p {
        margin-top: .8em;
        color: #A1CAD6; } }
  @media screen and (max-width: 680px) {
    #cip {
      position: relative; } }

#contributions {
  position: fixed;
  width: 230px;
  padding: .5em 0;
  z-index: 600;
  right: -230px;
  top: 170px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  box-shadow: -1px 0 3px rgba(0, 0, 0, 0.16);
  border-radius: 4px 0 0 4px;
  background: #f1f7fa; }
  @media (max-width: 768px) {
    #contributions {
      top: 0px; } }
  #contributions:hover {
    cursor: pointer; }
  #contributions h5 {
    margin: 2rem; }
    #contributions h5 em {
      display: block; }
  #contributions .toggle {
    box-shadow: -1px 0 3px rgba(0, 0, 0, 0.16);
    border-radius: 4px 0 0 4px;
    background: #f1f7fa;
    z-index: 601;
    padding: 1rem 1.5rem;
    position: absolute;
    left: -30px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 2rem;
    content: ' \f129 ';
    top: 1em; }
    @media (max-width: 768px) {
      #contributions .toggle {
        top: .2em; } }
  #contributions.expanded {
    right: 0; }

@media screen and (max-width: 480px) {
  #iconLinks img, #iconLinks svg {
    width: 100%; }
  #iconLinks ul > li > #html-icon {
    padding-bottom: 23%; } }
@media print {
  a {
    word-wrap: break-word; }

  p {
    orphans: 3;
    widows: 3; }

  .panel {
    page-break-inside: avoid; }

  #header-strip {
    display: none; }

  header footer {
    display: none; }

  blockquote {
    border-width: 0 0 0 .3em;
    margin-left: 0; }
    blockquote:before {
      color: #EEEEEE !important; }

  table {
    page-break-inside: avoid; }
    table td {
      page-break-inside: avoid; }

  .pdf-avoid-break {
    page-break-inside: avoid !important; }

  .pdf-allow-break {
    page-break-inside: auto !important; }

  .pdf-break-before {
    page-break-before: always !important; }

  .pdf-break-after {
    page-break-after: always !important; } }
