html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  color: #333333;
  background-color: #ffffff;
  letter-spacing: 0;
  line-height: 1.4;
  word-spacing: 0;
  padding: 0;
  margin: 0;
}
blockquote {
  background: url(img/appbar.quote.left.png) no-repeat;
  padding-left: 4em;
  padding-right: 1em;
}
h1 {
  font-weight: 100;
  font-size: 2em;
}
h2 {
  font-size: 1.5em;
}
h3 {
  font-size: 1.2em;
}
h4,
h5,
h6 {
  font-size: 1em;
}
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
h1 a:visited,
h2 a:visited,
h3 a:visited,
h4 a:visited,
h5 a:visited,
h6 a:visited,
h1 a:link,
h2 a:link,
h3 a:link,
h4 a:link,
h5 a:link,
h6 a:link,
h1 a:active,
h2 a:active,
h3 a:active,
h4 a:active,
h5 a:active,
h6 a:active {
  color: #333333;
}
section {
  float: left;
}
a:hover,
a:visited,
a:link,
a:active {
  text-decoration: none;
}
img {
  border: 0;
}
.popup {
  max-width: 800px;
  max-height: 650px;
  overflow-y: auto;
  overflow-x: hidden;
}
.popup-content {
  padding: 1em;
}
.tile-color-1 {
  background-color: #013adf;
  color: #eeeeee;
}
.tile-color-1:hover {
  border: 3px solid #4877fe;
}
.tile-color-1 .overlay {
  background-color: #0c1d4f;
}
.tile-color-2 {
  background-color: #4468cf;
  color: #eeeeee;
}
.tile-color-2:hover {
  border: 3px solid #95a9e4;
}
.tile-color-2 .overlay {
  background-color: #202b4a;
}
.tile-color-3 {
  background-color: #fe2e2e;
  color: #eeeeee;
}
.tile-color-3:hover {
  border: 3px solid #fe9494;
}
.tile-color-3 .overlay {
  background-color: #581a1a;
}
.tile-color-4 {
  background-color: #de8181;
  color: #eeeeee;
}
.tile-color-4:hover {
  border: 3px solid #f3d2d2;
}
.tile-color-4 .overlay {
  background-color: #4f3232;
}
.tile-color-5 {
  background-color: #088a08;
  color: #eeeeee;
}
.tile-color-5:hover {
  border: 3px solid #0eea0e;
}
.tile-color-5 .overlay {
  background-color: #0e350e;
}
.tile-color-6 {
  background-color: #3fb93f;
  color: #eeeeee;
}
.tile-color-6:hover {
  border: 3px solid #88d688;
}
.tile-color-6 .overlay {
  background-color: #1f431f;
}
.tile {
  border: 3px solid #ffffff;
  margin: 1px;
  display: block;
}
.tile .v-split {
  width: 100%;
  height: 50%;
  overflow: hidden;
}
.tile .h-split {
  width: 50%;
  height: 100%;
  float: left;
  overflow: hidden;
}
.tile .text {
  height: 100%;
}
.tile .text div,
.tile .text p,
.tile .text h1,
.tile .text h2,
.tile .text h3,
.tile .text h4,
.tile .text h5,
.tile .text h6 {
  padding: 0.8em;
}
.tile .overlay {
  color: #eeeeee;
}
.tile-1x1 {
  width: 142px;
  height: 142px;
}
.tile-1x1 img {
  width: 142px;
}
.tile-1x2 {
  width: 142px;
  height: 292px;
}
.tile-1x2 img {
  width: 142px;
}
.tile-2x1 {
  width: 292px;
  height: 142px;
}
.tile-2x1 img {
  width: 292px;
}
.tile-2x1 .h-split img {
  width: 142px;
}
.tile-2x2 {
  width: 292px;
  height: 292px;
}
.tile-2x2 img {
  width: 292px;
}
.tile-2x2 .h-split img {
  width: 142px;
}
.tile-2x3 {
  width: 292px;
  height: 442px;
}
.tile-2x3 img {
  width: 292px;
}
.tile-2x3 .h-split img {
  width: 142px;
}
.tile-column {
  margin-right: 2em;
}
.tile-column .tile {
  float: left;
}
.span-2 {
  width: 300px;
}
#wrap {
  margin-left: 2em;
}
