body,
html {
  text-align: center;
  font-family: Roboto, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  padding: 0;
  margin: 0;
  color: #424242 !important;
}
@media screen and (max-width: 400px) {
  body,
html {
    font-size: 90%;
  }
}
@media (max-width: 800px) {
  body .columns,
html .columns {
    width: 100% !important;
    margin: 0 !important;
  }
}

img {
  width: 100%;
  max-width: 800px;
}

a {
  color: #2196f3;
  text-decoration: none;
}
a:active {
  color: #2196f3;
  text-decoration: none;
}
a:hover {
  color: #0c7cd5;
}

li {
  line-height: 1.3em;
  padding-bottom: 10px;
}

.container {
  width: 800px;
  max-width: 100%;
  margin: auto;
  text-align: left;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.small {
  font-size: 1em;
}

.bold {
  font-weight: bold;
}

.grey {
  color: #989898;
}

.home .container {
  width: 960px;
  padding: 20px;
  /* Smaller than phablet */
}
.home h1.title-brand {
  font-size: 56px;
}
@media screen and (max-width: 600px) {
  .home h1.title-brand {
    font-size: 36px;
  }
}
.home h2 {
  margin-bottom: 5px;
}
.home .subhead {
  text-transform: uppercase;
  color: #2196f3;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.3;
  margin-bottom: 3px;
}
.home .subpara {
  line-height: 1.7;
  color: #737373;
}
.home .color-under {
  border-bottom: 3px solid #2196f3;
  display: inline-block;
  line-height: 0.9;
}
.home td {
  vertical-align: middle;
}
.home .panel {
  padding-top: 40px;
  padding-bottom: 40px;
}
.home .panel.light {
  background: #fff;
}
.home .panel.grey {
  background: #ededed;
  color: #333;
  padding-top: 20px;
}
.home .panel.dark {
  background: #333;
  color: #fff;
}
@media screen and (max-width: 800px) {
  .home .panel .center-on-mobile {
    text-align: center;
  }
}
@media screen and (max-width: 800px) {
  .home .panel .center-on-mobile form button,
.home .panel .center-on-mobile form input {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}

.content-font {
  font-family: Source Serif Pro, sans-serif;
  font-size: 1.1em;
  line-height: 1.4em;
}
.content-font h1,
.content-font h2,
.content-font h3,
.content-font h4,
.content-font h5,
.content-font h6 {
  padding-top: 30px;
  margin-bottom: 0;
  line-height: 1.3em;
  word-wrap: break-word;
}
.content-font h3,
.content-font h4,
.content-font h5,
.content-font h6 {
  padding-top: 10px;
  line-height: 1;
  color: #989898;
}
.content-font li,
.content-font p {
  color: black;
}
.content-font sup {
  line-height: 1;
}
.content-font ol.simple-footnotes {
  margin-top: 50px;
  margin-left: 0;
  padding-left: 20px;
  border-top: 1px solid whiteSmoke;
  font-size: 1em;
}
.content-font em.caption {
  text-align: center;
  display: block;
  font-size: 13px;
  line-height: 16px;
  color: #333;
  font-style: normal;
  margin-top: 0;
  padding-top: 0;
}
.content-font em.caption img {
  display: block;
  max-width: 600px;
  margin: auto;
  padding-bottom: 0;
}

.nav {
  text-align: center;
  border-bottom: solid 2px #eaeaea;
  padding: 10px;
  background: whiteSmoke;
}
.nav .brand {
  font-size: 2em;
  line-height: 1.1em;
  color: #424242 !important;
}

.jumbo-nav {
  text-align: center;
  padding: 40px 20px;
  border-bottom: solid 2px #eaeaea;
  background: whiteSmoke;
  margin-bottom: 30px;
}

.subtle-char {
  color: #c5c5c5;
  padding-right: 2px;
  padding-left: 2px;
}

.list-article {
  border: 1px solid #eaeaea;
  border-radius: 3px;
  padding: 20px;
  margin-bottom: 20px;
}
.list-article a.list-title {
  font-size: 1.3em;
  margin-bottom: 3px;
  display: inline-block;
}

.tl-font {
  font-family: Bungee Shade, sans-serif;
}

.sharing-icons a {
  width: 30px;
  display: inline-block;
  margin: 6px;
  fill: #2196f3;
}
.sharing-icons a:hover {
  fill: #0c7cd5;
}

.hljs-number,
.hljs-string {
  color: #f940c9 !important;
}

.hide {
  display: none !important;
}

.show {
  display: inherit !important;
}

.fade-in {
  animation: fadeIn 1s;
  -webkit-animation: fadeIn 1s;
  -moz-animation: fadeIn 1s;
  -o-animation: fadeIn 1s;
  -ms-animation: fadeIn 1s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-out {
  animation: fadeOut 0.5s;
  -webkit-animation: fadeOut 0.5s;
  -moz-animation: fadeOut 0.5s;
  -o-animation: fadeOut 0.5s;
  -ms-animation: fadeOut 0.5s;
}

@keyframes fadeOut {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeOut {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeOut {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

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