/*$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; }

#topic {
  margin: 0.5em;
  padding: 0.5em;
  font-size: 25px;
  text-decoration: none; }

#topic:before {
  content: "Topic: "; }

.phrases {
  margin: 0.5em;
  padding: 0.5em;
  font-size: 20px;
  text-decoration: none; }
  .phrases .heading {
    font-size: inherit;
    margin-bottom: 0.5em;
    margin-left: 0.25em; }
  .phrases a {
    font-size: inherit;
    text-decoration: inherit;
    display: inline-block;
    margin-right: 0.25em;
    margin-bottom: 0.25em;
    padding: 0.25em; }
  .phrases a:nth-child(even) {
    background-color: #D8F1F2; }
  .phrases a:nth-child(odd) {
    background-color: #ACF0F2; }

#sentences .sentenceGroup {
  margin: 0.5em;
  padding: 0.5em; }
  #sentences .sentenceGroup .phrase {
    font-size: 25px;
    margin-bottom: 0.25em; }
  #sentences .sentenceGroup .sentences {
    margin-left: 0.5em; }
    #sentences .sentenceGroup .sentences a {
      text-decoration: none;
      display: block;
      margin-top: 0.25em;
      margin-bottom: 0.25em;
      padding: 0.25em; }
    #sentences .sentenceGroup .sentences a.positive:nth-child(even) {
      background-color: #aaffaa; }
    #sentences .sentenceGroup .sentences a.positive:nth-child(odd) {
      background-color: #aaffcc; }
    #sentences .sentenceGroup .sentences a.negative:nth-child(even) {
      background-color: #ffaaaa; }
    #sentences .sentenceGroup .sentences a.negative:nth-child(odd) {
      background-color: #ffaacc; }

a:hover {
  background-color: white !important; }
