@media (max-width: 767px) {
  .container {
    padding: 0px; }

  .row {
    margin-right: 0;
    margin-left: 0; }

  .row > [class^="col-"],
  .row > [class*=" col-"] {
    padding: 0; } }
a:link,
a:visited,
a:hover,
a:active {
  color: white;
  text-decoration: none; }

.row.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding: 20px; }

@media (min-width: 768px) {
  .flex-stretch-row {
    display: flex;
    align-items: stretch; } }

h1,
h2,
h3,
h4,
h5 {
  margin: 0; }

header {
  margin-bottom: 1.2em; }
  @media (max-width: 767px) {
    header {
      padding-left: 20px;
      margin-bottom: 3em; } }

.heading-wrapper {
  display: flex; }

h1 {
  display: inline;
  margin-left: 15px; }

.glyphicon-menu-hamburger {
  font-size: 30px;
  color: #B4B4B4; }

.theme-positive,
.theme-negative {
  padding: 20px 0;
  background-color: black;
  color: #fff; }

.theme-positive h1,
.theme-positive th {
  color: #51BFA9; }
.theme-positive .bg-accent {
  background-color: #51BFA9; }

.theme-negative h1,
.theme-negative th {
  color: #F36F7B; }
.theme-negative .bg-accent {
  background-color: #F36F7B; }

.bg-accent h2,
.bg-accent h5 {
  color: black; }

.bg-darker {
  background-color: black; }
  .theme-positive .bg-darker h2 {
    color: #51BFA9; }
  .theme-negative .bg-darker h2 {
    color: #F36F7B; }

.bg-medium {
  background-color: #666; }

.bg-accent,
.bg-darker,
.bg-medium {
  padding: 20px; }

.corrections-table > thead > tr > th {
  font-size: 18px;
  line-height: 1em;
  vertical-align: top;
  border-bottom: none; }
.corrections-table tbody tr {
  border-top: 1px solid #737373; }
  @media (max-width: 767px) {
    .corrections-table tbody tr td:first-child:before {
      content: 'Area';
      color: #51BFA9;
      display: block;
      font-weight: 500; }
    .corrections-table tbody tr td:nth-child(2):before {
      content: 'Possible Cause';
      color: #51BFA9;
      display: block;
      font-weight: 500; }
    .corrections-table tbody tr td:nth-child(3):before {
      content: 'Possible Correction';
      color: #51BFA9;
      display: block;
      font-weight: 500; }
    .corrections-table tbody tr td:nth-child(3):after {
      margin: 20px; } }
@media (min-width: 768px) {
  .corrections-table {
    margin-top: -15px; } }

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  border-top: none; }

@media (max-width: 767px) {
  table.table-block-xs tr {
    padding-top: 12px;
    padding-bottom: 30px; }
  table.table-block-xs td {
    display: block; } }
@media (min-width: 768px) {
  .collapse {
    display: block; } }

.collapse-content {
  padding-top: 15px; }
  @media (max-width: 767px) {
    .collapse-content {
      padding-left: 0px; } }

.modal-nav {
  color: #fff; }
  @media (min-width: 768px) {
    .modal-nav .modal-dialog {
      width: 40%;
      margin: 0; } }
  .modal-nav .modal-content {
    background-color: #000;
    padding: 30px;
    border-radius: 0; }
  .modal-nav h1 {
    color: #fff;
    font-size: 30px; }

.nav-list {
  list-style-type: none;
  padding-left: 0;
  font-size: 2em;
  margin: 30px 0; }
  .nav-list li {
    line-height: 2.5em; }
  .nav-list a {
    color: #7EB7E1; }

.text {
  color: white;
  font-size: 14pt; }
  @media (max-width: 767px) {
    .text {
      text-align: center;
      line-height: 220%; } }

.positive-head {
  color: #51BFA9;
  font-size: 20pt;
  font-family: Helvetica; }

.negative-head {
  color: #F36F7B;
  font-size: 20pt;
  font-family: Helvetica; }
  @media (max-width: 767px) {
    .negative-head {
      margin-top: 50px; } }

footer {
  position: relative;
  margin-top: 40px;
  width: 100%; }

.footer-icon {
  position: relative;
  width: 50px;
  margin-left: auto;
  margin-right: auto; }

.footer-icon img {
  width: 100%; }

.footer-text {
  position: relative;
  margin-top: 5px;
  width: 225px;
  margin-left: auto;
  text-align: center;
  font-family: serif;
  margin-right: auto; }

.alias-head {
  color: #5ea5da;
  font-size: 20pt;
  font-family: Helvetica; }

.aliases {
  color: #b2b2b2;
  text-transform: capitalize; }
  @media (max-width: 767px) {
    .aliases {
      text-align: center;
      line-height: 170%;
      margin-top: 50px; } }

.blank-character {
  color: black; }

/*# sourceMappingURL=styles.css.map */
