/* line 8, base.scss */
.image-container {
  display: inline-block;
  height: 0;
  width: 100%;
  position: relative; }

/* line 15, base.scss */
.image-container img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 100%;
  max-width: 100%; }

/* line 26, base.scss */
.image-container.is-square {
  padding-top: 100%; }

/* line 30, base.scss */
.image-container.is-rectangle {
  padding-top: 120%; }

/* line 34, base.scss */
.image-container.is-rounded {
  padding-top: 100%;
  overflow: hidden;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

/* line 41, base.scss */
.image-container.is-simple {
  padding-top: 75%; }

/* line 45, base.scss */
.image-container.is-wide {
  padding-top: 56.25%; }

/* line 49, base.scss */
.image-container.is-cover img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%; }

/* line 57, base.scss */
html {
  font-size: 62.5%; }

/* line 61, base.scss */
body {
  height: 100%;
  max-height: 100%;
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  color: #3a4145; }

/* line 70, base.scss */
body {
  color: #4a4a4a; }

/* line 74, base.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  text-rendering: optimizeLegibility;
  line-height: 1;
  margin-top: 0;
  font-family: sans-serif; }

/* line 86, base.scss */
h1 {
  font-size: 5rem;
  line-height: 1.2em; }

/* line 91, base.scss */
h2 {
  font-size: 4rem;
  line-height: 1.2em; }

/* line 96, base.scss */
h3 {
  font-size: 3.5rem; }

/* line 100, base.scss */
h4 {
  font-size: 3rem; }

/* line 104, base.scss */
h5 {
  font-size: 2.5rem; }

/* line 108, base.scss */
h6 {
  font-size: 2rem; }

/* line 112, base.scss */
a {
  color: #4a4a4a;
  -webkit-transition: color ease 0.3s;
  -o-transition: color ease 0.3s;
  transition: color ease 0.3s;
  text-decoration: none; }

/* line 120, base.scss */
a:hover {
  color: #57a3e8; }

/* line 124, base.scss */
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #50585d; }

/* line 133, base.scss */
p,
ul,
ol {
  margin: 1.6em 0; }

/* line 139, base.scss */
ol ol,
ul ul,
ul ol,
ol ul {
  margin: 0.4em 0; }

/* line 146, base.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #efefef;
  margin: 3.2em 0;
  padding: 0; }

/* line 155, base.scss */
blockquote {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1.6em 0 1.6em -1.2em;
  padding: 0 0 0 1.6em;
  border-left: #4a4a4a 0.6em solid; }

/* line 163, base.scss */
blockquote p {
  margin: 0.8em 0;
  font-style: italic; }

/* line 168, base.scss */
blockquote small {
  display: inline-block;
  margin: 0.8em 0 0.8em 1.5em;
  font-size: 0.9em;
  color: #ccc; }

/* line 175, base.scss */
blockquote small:before {
  content: '\2014 \00A0'; }

/* line 179, base.scss */
blockquote cite {
  font-weight: bold; }

/* line 183, base.scss */
blockquote cite a {
  font-weight: normal; }

/* line 187, base.scss */
dl {
  margin: 1.6em 0; }

/* line 191, base.scss */
dl dt {
  float: left;
  width: 180px;
  overflow: hidden;
  clear: left;
  text-align: right;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  margin-bottom: 1em; }

/* line 204, base.scss */
dl dd {
  margin-left: 200px;
  margin-bottom: 1em; }

/* line 209, base.scss */
mark {
  background-color: #ffc336; }

/* line 213, base.scss */
code,
tt {
  padding: 1px 3px;
  font-family: Inconsolata, monospace, sans-serif;
  font-size: 0.85em;
  white-space: pre;
  border: 1px solid #e3edf3;
  background: #f7fafb;
  -webkit-border-radius: 2px;
  border-radius: 2px; }

/* line 225, base.scss */
pre {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1.6em 0;
  border: 1px solid #e3edf3;
  width: 100%;
  padding: 10px;
  font-family: Inconsolata, monospace, sans-serif;
  font-size: 0.9em;
  white-space: pre;
  overflow: auto;
  background: #f7fafb;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

/* line 241, base.scss */
pre code,
tt {
  font-size: inherit;
  white-space: -moz-pre-wrap;
  white-space: pre-wrap;
  background: transparent;
  border: none;
  padding: 0; }

/* line 251, base.scss */
kbd {
  display: inline-block;
  margin-bottom: 0.4em;
  padding: 1px 8px;
  border: #ccc 1px solid;
  color: #666;
  text-shadow: #fff 0 1px 0;
  font-size: 0.9em;
  font-weight: bold;
  background: #f4f4f4;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 0 #fff inset;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 0 #fff inset; }

/* line 267, base.scss */
table {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1.6em 0;
  width: 100%;
  max-width: 100%;
  background-color: transparent; }

/* line 276, base.scss */
table th,
table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #efefef; }

/* line 285, base.scss */
table th {
  color: #000; }

/* line 289, base.scss */
table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
  border-top: 0; }

/* line 298, base.scss */
table tbody + tbody {
  border-top: 2px solid #efefef; }

/* line 302, base.scss */
table table table {
  background-color: #fff; }

/* line 306, base.scss */
table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
  background-color: #f6f6f6; }

/* line 312, base.scss */
table.plain tbody > tr:nth-child(odd) > td,
table.plain tbody > tr:nth-child(odd) > th {
  background: transparent; }
