@import url(../fonts/drc-icons/drc-icons.css);
@import url(../fonts/open-sans/open-sans.css);
@import url(../fonts/font-awesome/font-awesome.css);
body {
  position: relative;
  margin-bottom: 5em; }

#content {
  margin-left: 2em;
  margin-top: 2em; }
  @media screen and (max-width: 480px) {
    #content {
      margin: 0; } }
  @media (min-width: 68.75em) {
    #content {
      max-width: 90%; } }
  @media (min-width: 81.25em) {
    #content {
      max-width: 75%; } }

.panel-body:first-child, .well:first-child {
  margin-top: .3em; }

body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }

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 {
  font-weight: 500; }

h3, h4, h5, h6 {
  font-weight: bold; }

#topLink {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 1.5em;
  font-weight: 500;
  text-decoration: none;
  background: #fafafa;
  border-top-left-radius: 5px; }
  #topLink:hover {
    background: #f2f2f2; }

iframe {
  border: none;
  overflow: visible; }

footer {
  margin-top: 1em; }

.modal-header {
  background: #027091;
  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: #fff; }

.well {
  background-color: #e8f2f5;
  margin: 1.2em 0; }

h1, h2, h3, h4 {
  margin-top: 1.85414em; }
  @media screen and (max-width: 480px) {
    h1, h2, h3, h4 {
      margin-top: 0.92707em; } }

h1 {
  color: #A1CAD6;
  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: #348CA7;
  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: #027091;
  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; }
  @media (min-width: 43.75em) {
    h5 {
      font-size: 1.08em; } }
  @media (min-width: 56.25em) {
    h5 {
      font-size: 1.15em; } }

h6 {
  font-size: 1em; }

p {
  margin: .6em 0;
  padding: 0; }

strong {
  color: #027091;
  font-weight: bold; }

a > .fa {
  color: #c5dee5;
  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; }
    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;
  font-size: 1em;
  border: none;
  position: relative;
  color: #348CA7;
  font-weight: 400; }
  blockquote p {
    font-weight: inherit;
    font-style: inherit; }
  blockquote:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: '\f10d';
    color: #c5dee5;
    font-size: 2em;
    position: absolute;
    left: 0;
    top: -.5em; }
  blockquote.no-decoration {
    font-weight: normal;
    color: #000000;
    font-size: .95em;
    margin: 1em 0; }
    blockquote.no-decoration:before {
      content: ''; }

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: #777; }
    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 #A1CAD6; }
  .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; }

.table {
  margin: 2em 0 3em !important;
  border-bottom: 1px solid #027091 !important; }
  .table caption {
    margin-bottom: .5em; }
    .table caption cite {
      font-size: 80%; }
    .table caption strong {
      float: left;
      margin-right: 1em; }
  .table tbody tr {
    background: #e8f2f5; }
  .table tbody tr.table-row-default {
    background: #e8f2f5 !important; }
  .table tbody tr.table-row-alt {
    background: #ddecf0 !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: #027091;
    border-color: #027091;
    border-width: 0;
    color: #fafafa; }
  .table > tbody > tr > td,
  .table > tfoot > tr > td {
    border-top: 1px solid #fafafa; }
  .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: #fafafa !important; }
  .table.table-bordered, .table.table-bordered td {
    border: 1px solid #027091; }
  .table.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #ddecf0; }
  .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, #toc {
  /*
    // if nav height > window height
    .oversize {
      position: absolute;
      right: 0;
    }
  */ }
  nav .container-fluid, #toc .container-fluid {
    padding: 0; }
  nav #topic-navigation, #toc #topic-navigation {
    max-width: 22%;
    border-left: 1px solid #f2f2f2;
    z-index: 999; }
  nav #topic-navigation[aria-expanded="true"],
  nav #topic-navigation.collapsing, #toc #topic-navigation[aria-expanded="true"],
  #toc #topic-navigation.collapsing {
    top: 40px;
    max-width: 80%;
    position: fixed;
    right: 0; }
  nav .navbar-collapse, #toc .navbar-collapse {
    padding: 0;
    background: #f2f2f2; }
  nav li.current, #toc li.current {
    background: #fafafa; }
  nav a, #toc a {
    width: 100%; }
  nav .navbar-fixed-top, #toc .navbar-fixed-top {
    top: 40px; }
  nav .navbar-scrolling-up, #toc .navbar-scrolling-up {
    position: absolute;
    right: 0; }
  nav .navbar-header, #toc .navbar-header {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1001; }
    nav .navbar-header .navbar-toggle, #toc .navbar-header .navbar-toggle {
      font-size: 1.5em;
      color: #A1CAD6;
      margin: 0;
      padding: .3em 1em; }
      nav .navbar-header .navbar-toggle:hover, #toc .navbar-header .navbar-toggle:hover {
        color: #c5dee5; }
  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 #A1CAD6; }
  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-strip {
  background-color: #003399;
  background-image: url(../images/scu-stars.svg);
  background-repeat: no-repeat;
  background-position-y: -20px;
  position: fixed;
  width: 100%;
  z-index: 1000; }
  #header-strip .scuLink img {
    height: 20px;
    margin: 10px 30px; }
    @media screen and (max-width: 480px) {
      #header-strip .scuLink img {
        width: 65%;
        height: auto;
        margin-left: 15px; } }

#header-topic {
  background-color: #003399;
  background-image: url(../images/scu-stars.svg);
  background-repeat: no-repeat;
  background-position-y: -20px;
  position: relative;
  margin-bottom: 0; }
  #header-topic h1, #header-topic h2, #header-topic h3, #header-topic h4, #header-topic h5 {
    text-align: right;
    color: #fafafa;
    margin: 10px 30px;
    padding: 0;
    font-weight: bold; }
  #header-topic h1:first-child {
    text-transform: uppercase;
    font-weight: 900; }
  #header-topic h1:first-child, #header-topic h3 {
    color: #FDB727; }
  #header-topic h3 {
    margin-top: 2em; }
  #header-topic h5 {
    font-size: 1.6em;
    margin-top: 2em; }
  #header-topic .header-links {
    padding: 3px 30px 0;
    margin-top: 1em;
    border-top: 1px solid #FDB727; }
    #header-topic .header-links a {
      color: #fafafa;
      font-size: 1.3em; }
      #header-topic .header-links a em {
        font-style: normal;
        color: #FDB727; }
  #header-topic .topic-title {
    color: #fafafa;
    font-size: 3em;
    text-align: left;
    margin-right: 30%;
    font-weight: 500; }
  @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; } }

.panel {
  margin: 2em 0;
  background-color: #e8f2f5; }
  .panel.panel-default > .panel-heading {
    background-color: #027091;
    color: #fafafa; }
  .panel-heading h3 {
    font-weight: 500;
    position: relative; }
    .panel-heading h3:before {
      font-family: 'DRC-Icons';
      color: #fafafa;
      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: #027091; }

.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; }

/**/
@media screen {
  .transcript {
    display: none;
    padding: 2rem;
    background: #e8f2f5; }

  .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 #027091 !important; }

.bat {
  border: 1px solid #c5dee5 !important; }

.bad {
  border: 3px double #027091 !important; }

.bh {
  border-left: 1px solid #027091 !important;
  border-right: 1px solid #027091 !important; }

.bht {
  border-left: 1px solid #c5dee5 !important;
  border-right: 1px solid #c5dee5 !important; }

.bhd {
  border-left: 3px double #027091 !important;
  border-right: 3px double #027091 !important; }

.bv, tr.bv > td {
  border-top: 1px solid #027091 !important;
  border-bottom: 1px solid #027091 !important; }

.bvt, tr.bvt > td {
  border-top: 1px solid #c5dee5 !important;
  border-bottom: 1px solid #c5dee5 !important; }

.bvd, tr.bvd > td {
  border-top: 3px double #027091 !important;
  border-bottom: 3px double #027091 !important; }

.bt, tr.bt > td {
  border-top: 1px solid #027091 !important; }

.btt, tr.btt > td {
  border-top: 1px solid #c5dee5 !important; }

.btd, tr.btd > td {
  border-top: 3px double #027091 !important; }

.bb, tr.bb > td {
  border-bottom: 1px solid #027091 !important; }

.bbt, tr.bbt > td {
  border-bottom: 1px solid #c5dee5 !important; }

.bbd, tr.bbd > td {
  border-bottom: 3px double #027091 !important; }

.bl {
  border-left: 1px solid #027091 !important; }

.blt {
  border-left: 1px solid #c5dee5 !important; }

.bld {
  border-left: 3px double #027091 !important; }

.br {
  border-right: 1px solid #027091 !important; }

.brt {
  border-right: 1px solid #c5dee5 !important; }

.brd {
  border-right: 3px double #027091 !important; }

th.ba {
  border: 1px solid #fafafa !important; }

th.bad {
  border: 3px double #fafafa !important; }

th.bl {
  border-left: 1px solid #fafafa !important; }

th.bld {
  border-left: 3px double #fafafa !important; }

th.br {
  border-right: 1px solid #fafafa !important; }

th.brd {
  border-right: 3px double #fafafa !important; }

th.bt {
  border-top: 1px solid #fafafa !important; }

th.btd {
  border-top: 3px double #fafafa !important; }

th.bb {
  border-bottom: 1px solid #fafafa !important; }

th.bbd {
  border-bottom: 3px double #fafafa !important; }

th.bh {
  border-right: 1px solid #fafafa !important;
  border-right: 1px solid #fafafa !important; }

th.bhd {
  border-right: 3px double #fafafa !important;
  border-right: 3px double #fafafa !important; }

th.bv {
  border-top: 1px solid #fafafa !important;
  border-bottom: 1px solid #fafafa !important; }

th.bvd {
  border-top: 3px double #fafafa !important;
  border-bottom: 3px double #fafafa !important; }

th.bat {
  border: 1px solid #c5dee5 !important; }

th.blt {
  border-left: 1px solid #c5dee5 !important; }

th.brt {
  border-right: 1px solid #c5dee5 !important; }

th.btt {
  border-top: 1px solid #c5dee5 !important; }

th.bbt {
  border-bottom: 1px solid #c5dee5 !important; }

th.bht {
  border-left: 1px solid #c5dee5 !important;
  border-right: 1px solid #c5dee5 !important; }

th.bvt {
  border-top: 1px solid #c5dee5 !important;
  border-bottom: 1px solid #c5dee5 !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: #FBD23A; }

.nowrap {
  white-space: nowrap; }

#iconLinks {
  margin: 5em 0 0;
  display: flex; }
  #iconLinks > div {
    flex: 1;
    text-align: center; }
    #iconLinks > div a:hover {
      cursor: pointer; }
    #iconLinks > div#html-icon {
      position: relative;
      padding-bottom: 34px; }
      #iconLinks > div#html-icon img {
        display: inherit;
        position: relative;
        z-index: 500; }
        #iconLinks > div#html-icon img#arrow {
          position: absolute;
          bottom: 35px;
          opacity: 0;
          z-index: 499; }

#topics {
  display: none; }
  #topics ul.nav {
    display: table;
    width: 100%; }
    #topics ul.nav li {
      background: #e8f2f5;
      font-weight: 500; }
      #topics ul.nav li:nth-of-type(odd) {
        background: #ddecf0; }
      #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; }

#cip {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 1em; }
  @media screen {
    #cip {
      font-size: .8em;
      line-height: 1.2em;
      background: #EEEEEE;
      margin-top: 2em; }
      #cip #version p {
        margin-top: .8em;
        color: #A1CAD6; } }
  @media screen and (max-width: 680px) {
    #cip {
      position: relative; } }

@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; } }
