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

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

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

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

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

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

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

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

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

/* line 65, base.scss */
body {
  height: 100%;
  width: 100%;
  max-height: 100%;
  font-family: 'SF UI Text', sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #333;
  font-weight: 300;
  background: #fff; }

/* line 77, base.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  text-rendering: optimizeLegibility;
  line-height: 1;
  margin-top: 0;
  font-size: 30px;
  font-weight: 300;
  text-transform: uppercase; }

/* line 91, base.scss */
h1 {
  font-size: 30px;
  line-height: 1.2em; }

/* line 96, base.scss */
h2 {
  font-size: 26px;
  line-height: 1.2em; }

/* line 101, base.scss */
h3 {
  font-size: 22px; }

/* line 105, base.scss */
h4 {
  font-size: 20px; }

/* line 109, base.scss */
h5 {
  font-size: 18px; }

/* line 113, base.scss */
h6 {
  font-size: 16px; }

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

/* line 126, base.scss */
.editor-content a {
  border-bottom: 1px dashed #333; }

/* line 130, base.scss */
.editor-content a:hover {
  border-bottom-color: transparent; }

/* line 134, base.scss */
.editor-content {
  font-size: 14px;
  line-height: 1.5; }

/* line 139, base.scss */
.editor-content p {
  margin: 0 1.5em 0 0; }

/* line 143, base.scss */
a:hover {
  color: #333; }

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

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

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

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

/* line 178, base.scss */
blockquote {
  -webkit-box-sizing: border-box;
  -moz-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 187, base.scss */
blockquote p {
  margin: 0.8em 0;
  font-style: italic; }

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

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

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

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

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

/* line 215, 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 228, base.scss */
dl dd {
  margin-left: 200px;
  margin-bottom: 1em; }

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

/* line 237, 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 249, base.scss */
pre {
  -webkit-box-sizing: border-box;
  -moz-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 266, base.scss */
pre code,
tt {
  font-size: inherit;
  white-space: -moz-pre-wrap;
  white-space: pre-wrap;
  background: transparent;
  border: none;
  padding: 0; }

/* line 276, 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 292, base.scss */
table {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1.6em 0;
  width: 100%;
  max-width: 100%;
  background-color: transparent; }

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

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

/* line 315, 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 324, base.scss */
table tbody + tbody {
  border-top: 2px solid #efefef; }

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

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

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