/*$colorBodyText: $colorBlackAlmost;
$colorHeaderText: white;
$colorHeaderBackground: $colorBlueMedium;
$colorDetailBackground: $colorGreyLight;
$colorSidebarSectionBackground: $colorBeigeLight;
$colorSidebarListBackgroundOne: $colorBeigeMedium;
$colorSidebarListBackgroundTwo: $colorGreyLight;
*/
.fontBody, * {
  font-family: 'Open Sans Condensed', sans-serif;
  font-family: 'Source Sans Pro', sans-serif;
  /*    font-family: 'Raleway', sans-serif; */
  font-size: 20px;
  font-weight: 400;
  color: #222222; }

.fontCallout, .detail *, .intro *, .sidebar .section * {
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #222222; }

.fontHeader, .section .header, .sidebar .section .header {
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #EBF2E1;
  background-color: #225378;
  padding-left: 10px;
  margin: 0;
  padding-top: 0.25em;
  padding-bottom: 0.25em; }

.fontTitle, .title, .sidebar .header {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 40px;
  font-weight: 300;
  color: #EBF2E1;
  background-color: #EB7F00;
  padding-left: 10px;
  margin: 0;
  padding-bottom: 0.25em; }

.fontEmphasis, .emphasis, .main ol li .listHeader {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 25px; }

div {
  line-height: 1.25em; }

li {
  padding: 0.25em; }

.paragraph, .emphasis {
  padding-top: 0.25em;
  padding-bottom: 0.5em; }

ol, ul {
  margin-top: 0.25em;
  margin-bottom: 0.5em; }

.section {
  padding-bottom: 1em; }

.detail {
  background-color: #ACF0F2;
  margin: 0 auto;
  width: 100%;
  padding: 0.5em;
  box-sizing: border-box; }

.intro {
  padding-bottom: 1em; }

.main {
  width: 65%;
  float: left;
  padding: 0.5em;
  box-sizing: border-box; }
  .main ol {
    list-style: none;
    padding-left: 1em; }
    .main ol li .listHeader {
      display: inline; }

.sidebar {
  width: 35%;
  float: right;
  padding: 0.5em;
  box-sizing: border-box; }
  .sidebar .header {
    font-size: 30px; }
  .sidebar .section {
    padding: 0.5em;
    margin-top: 0.5em;
    box-sizing: border-box;
    background-color: #EBF2E1; }
    .sidebar .section ul {
      padding-left: 1em; }
      .sidebar .section ul li:nth-child(even) {
        background-color: #D8F1F2; }
      .sidebar .section ul li:nth-child(odd) {
        background-color: #ACF0F2; }

.topicWords {
  /*    background-color: $colorAspirinCMedOrange; */
  font-size: 25px;
  text-decoration: none; }

.topicWord {
  display: inline-block;
  font-size: inherit;
  text-decoration: inherit; }

.topicWord:after {
  content: " "; }

.documents {
  margin: 1em; }

.topic {
  margin: 0.5em;
  padding: 0.5em; }

body {
  counter-reset: topic-index; }

body > .topic {
  background-color: #ACF0F2;
  counter-reset: subtopic-index; }

body > .topic > .topicWords:before {
  counter-increment: topic-index;
  content: "Topic " counter(topic-index) ": "; }

body > .topic > .topic {
  background-color: #D8F1F2; }

body > .topic > .topic > .topicWords:before {
  counter-increment: subtopic-index;
  content: "Subtopic " counter(topic-index) "." counter(subtopic-index) ": "; }

.phrases {
  margin: 1em;
  font-size: 20px;
  text-decoration: none;
  display: block; }
  .phrases span {
    font-size: inherit;
    text-decoration: inherit;
    display: inline-block;
    margin-right: 0.25em;
    padding: 0.25em; }
  .phrases span:nth-child(even) {
    background-color: #D8F1F2; }
  .phrases span:nth-child(odd) {
    background-color: #EBF2E1; }

.topic > .topic > .phrases {
  margin-bottom: 0; }

.navigation {
  text-decoration: none;
  margin: 0.5em;
  padding: 0.5em;
  width: 100%;
  text-align: center; }
  .navigation a {
    text-decoration: inherit; }
  .navigation a:after {
    content: " | "; }
  .navigation a:last-child:after {
    content: ""; }
