@import url(https://fonts.googleapis.com/css?family=Roboto:500,700italic,700,400italic,500italic,400);
h1, h2, h3, h4, h5, h6 {
  font-family: 'Times New Roman';
  color: black; }

h4, h5, h6 {
  font-size: 18px; }

h1 {
  font-size: 32px; }

h2 {
  font-size: 26px; }

h3 {
  font-size: 22px; }

h5 {
  font-weight: bold;
  color: #404040; }

h6 {
  font-style: italic;
  font-weight: bold;
  color: #404040; }

.typography p {
  margin: 0 0 10px; }
.typography h1 {
  font-family: 'Times New Roman';
  font-size: 32px;
  margin: 0px;
  color: #fff;
  letter-spacing: .5px;
  margin-bottom: 5px; }
.typography h2 {
  font-size: 24px;
  letter-spacing: .5px; }
.typography h3 {
  font-size: 17px;
  letter-spacing: .5px; }
.typography h4, .typography h5, .typography h6 {
  font-size: 14px;
  margin-top: 10px; }
.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
  /*
  margin-top: $line-height-computed;
  font-weight: $headings-font-weight;
  color:  $headings-color;
  margin-bottom: $line-height-computed/2;
  line-height: $headings-line-height;
  */ }
  .typography h1 a,
  .typography h2 a,
  .typography h3 a,
  .typography h4 a,
  .typography h5 a,
  .typography h6 a {
    color: inherit; }
  .typography h1.panel-title,
  .typography h2.panel-title,
  .typography h3.panel-title,
  .typography h4.panel-title,
  .typography h5.panel-title,
  .typography h6.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px; }
.typography h1 {
  font-size: 36px; }
.typography h2 {
  font-size: 16px; }
.typography h3 {
  font-size: 13px; }
.typography h4 {
  font-size: 12px;
  margin-top: 10px; }
.typography h5 {
  font-size: 10px;
  margin-top: 10px; }
.typography h6 {
  font-size: 9px;
  margin-top: 10px; }
.typography em {
  font-style: italic; }
.typography a {
  text-decoration: none; }
  .typography a:hover {
    text-decoration: underline; }
  .btn .typography a:hover {
    text-decoration: none; }
  .typography a:focus {
    outline: none; }
  .typography a.label {
    color: #fff; }
.typography li {
  margin-bottom: 5px; }
.typography .navbar li {
  margin-bottom: 0; }
.typography table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  /*@extend .table;*/
  /*        border-collapse: collapse;
          margin-bottom: $line-height-computed/2;*/
  /*        th,
          thead td {
              background-color: $table-bg-accent
          }
          td,
          th {
              padding: 2px 5px;
              border: 1px solid $table-border-color;
              vertical-align: top;
              font-size: 14px;
          }
          th {
              font-weight: bold;
          }*/ }
  .typography table > thead > tr > th,
  .typography table > thead > tr > td,
  .typography table > tbody > tr > th,
  .typography table > tbody > tr > td,
  .typography table > tfoot > tr > th,
  .typography table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    /*border-top: 1px solid $table-border-color;*/ }
  .typography table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .typography table > caption + thead > tr:first-child > th,
  .typography table > caption + thead > tr:first-child > td,
  .typography table > colgroup + thead > tr:first-child > th,
  .typography table > colgroup + thead > tr:first-child > td,
  .typography table > thead:first-child > tr:first-child > th,
  .typography table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .typography table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .typography table tr:nth-child(even) {
    /*background-color: $table-*/
    /*background-color: $table-bg-accent*/ }
.typography img {
  height: auto;
  /* resets the image height so that it maintains its aspect ratio when width is set */
  /*background: transparent url(../images/ajax-loader.gif) no-repeat center center;*/ }
  .typography img.left {
    float: left;
    max-width: 50%;
    margin: 5px 20px 10px 0; }
  .typography img.right {
    float: right;
    max-width: 50%;
    margin: 5px 0 10px 20px; }
  .typography img.leftAlone {
    float: left;
    margin-right: 100%;
    margin-bottom: 10px;
    clear: both; }
  .typography img.center {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 10px;
    clear: both; }
.typography blockquote {
  padding-left: 180px;
  margin: 0;
  font-size: 18px;
  font-style: italic;
  background: url(../images/blockquote.png) no-repeat center left transparent;
  overflow: visible;
  color: #0056b6;
  font-weight: bold;
  height: 200px;
  border-left: 0px solid #eeeeee; }
  .typography blockquote * {
    font-family: 'times new roman';
    font-size: 17px;
    line-height: 25px;
    position: relative;
    top: 50%;
    border-left: 3px solid #bfbfbf;
    padding: 20px 0 20px 20px;
    margin-left: -19px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
.typography pre {
  background: #eeeeee;
  border: 1px solid #555555;
  font-family: Courier, monospace;
  margin: 0 0 20px 0;
  padding: 15px;
  clear: both; }
.typography address {
  display: block;
  margin-bottom: 20px; }
.typography .align-left {
  float: left;
  margin-right: 20px;
  max-width: 50%; }
.typography .align-right {
  float: right;
  margin-left: 20px;
  max-width: 50%; }
.typography .captionImage {
  width: 100%;
  margin-top: 5px; }
  .typography .captionImageimg {
    margin: 0; }
  .typography .captionImage.left {
    float: left;
    margin: 5px 30px 20px 0px; }
  .typography .captionImage.right {
    float: right;
    margin: 5px 0 20px 30px; }
    .typography .captionImage.right p {
      margin-left: -10px;
      text-align: left;
      margin-left: -10px; }
  .typography .captionImage.left[style], .typography .captionImage.right[style] {
    max-width: 50%; }
  .typography .captionImage.left img, .typography .captionImage.right img {
    float: none;
    max-width: none;
    width: 100%; }
  .typography .captionImage.left img {
    margin-right: -10px; }
  .typography .captionImage.right img {
    margin-left: -10px; }
  .typography .captionImage.leftAlone {
    float: none;
    margin: 0 20px 20px 0px; }
  .typography .captionImage.center {
    margin: 0 auto 20px; }
  .typography .captionImage p {
    clear: both;
    margin: 5px 0;
    font-style: italic;
    color: #777777; }
.typography ::selection,
.typography ::-moz-selection {
  background: #fcf8e3;
  color: #8a6d3b;
  text-shadow: none; }
.typography .left {
  text-align: left; }
.typography .center {
  text-align: center; }
.typography .right {
  text-align: right; }

.content.typography table tr {
  border-right: 1px solid #068eba;
  border-left: 1px solid #068eba;
  background: white; }
  .content.typography table tr:first-child {
    border-width: 0px;
    display: block;
    background: #068eba;
    border-radius: 0px;
    font-weight: bold;
    color: #fff;
    padding: 0px 0px 5px 20px; }
    .content.typography table tr:first-child td {
      font-weight: bold;
      color: #fff;
      padding: 0px 0px 5px 0px; }
  .content.typography table tr:not(first-child) {
    border-bottom: 0px solid #068eba; }
    .content.typography table tr:not(first-child) td {
      padding: 30px; }
  .content.typography table tr:last-child {
    border-bottom: 1px solid #068eba; }
  .content.typography table tr:nth-child(2) {
    border-top: 1px solid #068eba; }
.content.typography h1 {
  font-size: 26px;
  margin: 0px;
  color: #fff;
  letter-spacing: .5px;
  margin-bottom: 5px; }
.content.typography h2 {
  font-size: 24px;
  letter-spacing: .5px; }
.content.typography h3 {
  font-size: 17px;
  letter-spacing: .5px; }
.content.typography h4, .content.typography h5, .content.typography h6 {
  font-size: 14px;
  margin-top: 10px; }

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