/* Webfont: Lato-Thin */
@font-face {
  font-family: 'LatoWebThin';
  src: url('fonts/Lato-Thin.eot');
  /* IE9 Compat Modes */
  src: url('fonts/Lato-Thin.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/Lato-Thin.woff2') format('woff2'), /* Modern Browsers */ url('fonts/Lato-Thin.woff') format('woff'), /* Modern Browsers */ url('fonts/Lato-Thin.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
/* Webfont: Lato-Regular */
@font-face {
  font-family: 'LatoWebRegular';
  src: url('fonts/Lato-Regular.eot');
  /* IE9 Compat Modes */
  src: url('fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/Lato-Regular.woff2') format('woff2'), /* Modern Browsers */ url('fonts/Lato-Regular.woff') format('woff'), /* Modern Browsers */ url('fonts/Lato-Regular.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
* {
  box-sizing: border-box;
}
html {
  padding: 0;
  margin: 0;
}
body {
  width: 100%;
  padding: 0;
  margin: 0;
}
h3 {
  font-family: 'LatoWebThin';
  font-size: 4em;
  font-weight: 100;
  text-align: center;
  margin-top: 0.1em;
  margin-bottom: 0.1em;
  color: #404;
}
h2 {
  font-family: 'LatoWebThin';
  font-size: 2em;
  font-weight: 600;
  text-align: center;
  margin-top: 0.1em;
  margin-bottom: 0.1em;
}
p {
  font-family: 'LatoWebRegular';
  font-size: 1.4em;
  font-weight: 400;
}
img,
form,
input,
button {
  display: inline-block;
}
ol {
  -moz-column-count: 2;
  -moz-column-gap: 2em;
  -webkit-column-count: 2;
  -webkit-column-gap: 2em;
  column-count: 2;
  column-gap: 2em;
}
li {
  font-family: 'LatoWebRegular';
  font-size: 1.2em;
  font-weight: 400;
}
input {
  padding: 0;
}
.searchButton {
  height: 32px;
  width: 64px;
  text-align: center;
}
.searchBox {
  font-family: 'LatoWebRegular';
  font-size: 1.2em;
  font-weight: 400;
  width: 696px;
  height: 32px;
}
.mcol {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.lcol {
  float: left;
}
.rcol {
  float: right;
}
.cfix {
  clear: both;
}
.teeny {
  font-size: 1px;
  height: 1px;
}
.center {
  text-align: center;
}
.rtext {
  text-align: right;
  width: 100%;
}
.ctext {
  width: 100%;
  text-align: center;
}
.hide {
  display: none;
}
div.fullyCached a,
span.fullyCached {
  color: #44aa44;
}
div.partiallyCached a,
span.partiallyCached {
  color: #a0a000;
}
div.notCached a,
span.notCached {
  color: #ff4444;
}
.story {
  padding-top: 1.5em;
  padding-bottom: 0.5em;
}
.story h4 {
  font-family: 'LatoWebRegular';
  font-size: 2em;
  font-weight: 600;
  margin-top: 0.1em;
  margin-bottom: 0.1em;
}
.story p {
  font-family: 'LatoWebRegular';
  font-size: 1.6em;
  font-weight: 100;
  text-align: left;
}
.story span {
  font-family: 'LatoWebRegular';
  font-size: 1.6em;
  font-weight: 100;
}
