﻿@charset "UTF-8";

/* ---------------------------------------------------------
/* Fontawesome
---------------------------------------------------------*/

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
    font-family: FontAwesome;
    src: url(../fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(../fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"), url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.fa-lg {
    font-size: 1.333333em;
    line-height: .75em;
    vertical-align: -15%
}
.fa-2x {
    font-size: 2em
}
.fa-3x {
    font-size: 3em
}
.fa-4x {
    font-size: 4em
}
.fa-5x {
    font-size: 5em
}
.fa-fw {
    width: 1.285714em;
    text-align: center
}
.fa-tag:before {
    content: ""
}
.fa-folder:before {
    content: ""
}
.fa-facebook:before {
    content: ""
}
.fa-google-plus:before {
    content: ""
}
.fa-linkedin:before {
    content: ""
}
.fa-rss:before {
    content: ""
}
.fa-rss-square:before {
    content: ""
}
.fa-twitter:before {
    content: ""
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

/* ---------------------------------------------------------
/* Sticky footer styles
---------------------------------------------------------*/
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  color: #505050;
  font-family: 'Myriad', sans-serif;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
  font-size: 15px;
}

/* ---------------------------------------------------------
Basic page styling
---------------------------------------------------------*/
/* Not required for template or sticky footer method. */

body > .container {
  padding: 10px 15px 0;

}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

a {
  color: #0046B7;
}

a:hover {
  color: #0056FF;
}

.container {
	margin: 0 auto;
  max-width: 910px;
}

.content {
  font-size: 1.1em;
 line-height: 33px;
  }

/* ---------------------------------------------------------
Header
---------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
  font-family: 'Myriad', sans-serif;
  font-weight: bold;
}


/* ---------------------------------------------------------
Homepage
---------------------------------------------------------*/

.homepage h1 {
  text-align: center;
  margin: 0px 0px 30px 0px;
  line-height: 1em;
}

.homepage h1 .main_line{
  font-size: .85em;
  font-weight: 700;
}

.homepage h1 .minor_line{
  font-size: .75em;
  font-weight: 400;
}

.homepage h2 {
  text-align: center;
  font-size: 1.85em;
  font-weight: 700;
  margin: 20px 0px 20px 0px
}

.homepage h3 {
  font-size: 1.4em;
  font-weight: 700;
}

.homepage h3.category_header {
  background-color: #f7f6f6;
  color: rgb(84, 84, 84);
  padding: 10px 20px 10px 20px;
  border: solid 1px #e6e6e6;
  margin-bottom: 20px;
}

.homepage h4 {
  font-size: 1.2em;
  font-weight: normal;
}

.homepage h4 .card_header {
  font-size: 1.2em;
}

.homepage p{
  font-size: 1.1em;
}

.homepage .blurb{
  margin-bottom: 1.5em;
}


/* ---------------------------------------------------------
Articles
---------------------------------------------------------*/

.article h1{
  font-weight: bold;
  font-family: 'Myriad', sans-serif;
  text-align: center;
  margin-bottom:10px;
}

.article header {
  margin: 30px 0 30px 0;
}

.article .content{
  font-family: "Myriad", sans-serif;
}

.article .content p, .article .content li{
  font-size: 1.25em;
}

.article .content p{
  padding-top:.25em;
  padding-bottom:.25em;
}

.article .content p .mjx-math {
  font-size: 1em;
}

.article .content blockquote{
  font-style: italic;
  padding: 0 4em 0 4em;
  line-height: 1.4em;
  color: #776f68;
}

.article .article_date{
  font-size: 1.4em;
  text-align: center;
  font-family: 'Myriad', sans-serif;
}

.article h2{
  font-size: 1.6em;
  margin-top: 1em;
  margin-bottom: .5em;
  font-family: 'Myriad', sans-serif;
  font-weight: bold;
}

.article h3{
  font-size: 1.4em;
  font-family: 'Myriad', sans-serif;
  font-weight: bold;
}

.article h4{
  font-size: 1.2em;
  font-family: 'Myriad', sans-serif;
  font-weight: bold;
}

.article h5{
  font-size: 1.1em;
  font-family: 'Myriad', sans-serif;
  font-weight: bold;
}

/* ---------------------------------------------------------
Code
---------------------------------------------------------*/

pre code{
  color:#747474;
}

pre {
  padding: .5em;
  display: block;
  margin-bottom: .5em;
  font-size: .85em;
}

.highlight pre{
  border: 1px solid #ccc;
  line-height: 1.42857143;
  padding: 1em;
}

/* ---------------------------------------------------------
Images
---------------------------------------------------------*/

img{
  max-width: 100%;
  height: auto;
  width: 100%\9; /* ie8 */
/* display:block; */
    margin-left: auto;
    margin-right: auto;
}


/* ---------------------------------------------------------
Tables
---------------------------------------------------------*/

table{
  margin: 1em;
}

table,tr,th,td{
  border:0px solid black;
  border-collapse:collapse;
  padding-left: 20px;
  padding-top: 36px;
  font-size: 1.0em;
  line-height: 33px;
}

td, th{
  text-align:center;
  vertical-align:middle;
  word-break:break-all;
}

th{
  font-weight:bold;
}

/* ---------------------------------------------------------
Render Math
---------------------------------------------------------*/

div.math{
  font-size: 1em;
}
