/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.grid {
  text-align: justify;
  font-size: 0px;
  line-height: 0px;
}
.tile {
  vertical-align: top;
  text-align: left;
  line-height: 1.5em;
  font-size: 18px;
  line-height: 1.5em;
  display: inline-block;
  padding: 0;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 700px) {
  .tile {
    width: 100%;
  }
}
@media screen and (min-width: 701px) and (max-width: 1200px) {
  .tile {
    width: 49.999999%;
  }
  .tile.wide {
    width: 100%;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1600px) {
  .tile {
    width: 33.333333%;
  }
  .tile.wide {
    width: 66.66666%;
  }
}
@media screen and (min-width: 1601px) and (max-width: 2200px) {
  .tile {
    width: 24.999999%;
  }
  .tile.wide {
    width: 49.999999%;
  }
}
@media screen and (min-width: 2201px) {
  .tile {
    width: 16.6666666%;
  }
  .tile.wide {
    width: 33.333333%;
  }
}
.tile.full {
  width: 100%;
}
.tile.ratio1_1::before {
  content: "";
  display: block;
  padding-top: 100%;
  /* initial ratio of 1:1*/

}
.tile.ratio1_1 .content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.ratio4_3 {
  position: relative;
  padding-top: 75%;
  border-bottom: 2px solid #999;
}
.ratio4_3 * {
  position: absolute;
  top: 0;
  left: 0;
}
body {
  color: #3c3c3c;
  font-family: sans-serif;
  font-weight: 300;
  line-height: 1.5em;
}
h1,
h2,
h3,
h4,
p {
  line-height: 1.5em;
  margin-bottom: 0.375em;
}
h1 {
  font-size: 4.5em;
}
h2 {
  font-size: 3em;
}
h3 {
  line-height: 1em;
  font-size: 2.25em;
  margin-top:  0.375em;
}
b {
  font-weight: 400;
}
a,
a:link,
a:visited {
  color: #1e83ee;
}
header {
  padding: 3em;
}
header h1 {
  font-family: "Merriweather";
  line-height: 1.4em;
  font-weight: 900;
  font-size: 400%;
}
header h1 span {
  font-weight: 100;
  font-style: italic;
}
header .subline {
  font-size: 1.3em;
  line-height: 1.4em;
  max-width: 1050px;
  padding: 0px 0px 0px 7px;
  margin-bottom: 1.5em;
  margin-top: -1em;
}
section {
  padding: 3em;
}
footer {
  margin-top: 3em;
  background-color: #3c3c3c;
  padding: 3em;
  color: #fff;
}
footer a,
footer a:link,
footer a:visited {
  color: #fff;
}
.references {
  border-top: 2px solid #eb3e2b;
  padding: 1.5em;
  margin: 1.5em;
  background-color: #f4f4f4;
}
.references img,
.references iframe {
  max-width: 100%;
}
.companies {
  background-color: #f4f4f4;
  padding: 1.5em;
  margin: 1.5em;
}
.companies img.svg {
  height: 100px;
  width: 100%;
}
a.btn,
a.btn:link,
a.btn:visited {
  color: #fff;
  text-decoration: none;
}
.btn {
  display: inline-block;
  margin-top: 1.5em;
  padding: 0.5em;
  background-color: #1e83ee;
}
.btn.tumblr {
  background-image: url(../media/tumblr.svg);
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 30px;
  text-indent: -999999px;
  width: 30px;
}
.btn.twitter {
  background-image: url(../media/twitter_alt.svg);
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 30px;
  text-indent: -999999px;
  width: 30px;
}
iframe {
  width: 100%;
  height: 100%;
}
