@charset "UTF-8";
/**
 * You look handsome today 😘 - Go do your best job!
 */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
@import url(https://fonts.googleapis.com/css?family=PT+Serif);
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

.typeanything-logo {
  max-width: 140px;
  height: auto;
  display: block;
  margin: 0 auto;
  position: relative; }

.--small {
  max-width: 70px; }

.typeanything-logo-path {
  fill: black; }

html, body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100%;
  width: 100%; }

body {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0;
  color: rgba(0, 0, 0, 0.8);
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4; }

* {
  box-sizing: border-box; }

*:after,
*:before {
  box-sizing: border-box; }

::-moz-selection {
  background: #b9fcc0;
  color: black; }

::selection {
  background: #b9fcc0;
  color: black; }

aside {
  position: relative;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100vh;
  background: whitesmoke;
  background-color: whitesmoke;
  -ms-flex: 0 0 340px;
      flex: 0 0 340px;
  cursor: default; }
  @media (max-width: 768px) {
    aside {
      display: none; } }
  @media (min-width: 1400px) {
    aside {
      -ms-flex: 0 0 400px;
          flex: 0 0 400px; } }

main {
  display: none; }
  @media (min-width: 769px) {
    main {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: start;
          justify-content: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
      padding: 40px;
      -ms-flex: 1 1 80%;
          flex: 1 1 80%;
      height: 100vh;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
      position: relative; } }

.article {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 0;
  word-wrap: break-word;
  word-break: break-word;
  outline: 0; }

.window {
  background-color: #f7f7f7; }

.window-typekit, .code pre {
  padding: 16px;
  overflow: auto;
  line-height: 1.45; }

.code pre {
  font-size: 85%;
  color: #333;
  border-radius: 3px;
  margin: 0;
  word-break: normal;
  word-wrap: normal;
  font: 14px Consolas, "Liberation Mono", Menlo, Courier, monospace;
  max-height: 65vh;
  max-height: 450px;
  word-wrap: normal;
  font-smoothing: none; }

.settings {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: white;
  width: 338px;
  overflow-y: auto; }
  @media (min-width: 1400px) {
    .settings {
      width: 398px; } }

.settings .control-element-name {
  color: black;
  font-weight: 500; }

.save-settings {
  position: absolute;
  top: 35px;
  right: 20px;
  z-index: 11;
  box-shadow: none; }

.open-settings {
  width: 340px;
  height: 60px;
  background: whitesmoke;
  position: fixed;
  left: 0;
  bottom: 0px;
  z-index: 5;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding: 0 20px; }
  @media (min-width: 1400px) {
    .open-settings {
      width: 400px; } }

.open-settings span {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 3px;
  margin-right: 5px;
  transition: color 100ms ease;
  color: rgba(0, 0, 0, 0.3); }

.open-settings-tricker {
  width: 20px;
  height: auto; }

.open-settings:hover .settings-icon {
  fill: rgba(0, 0, 0, 0.8); }

.open-settings:hover span {
  color: rgba(0, 0, 0, 0.8); }

.settings-icon {
  fill: rgba(0, 0, 0, 0.3);
  transition: fill 100ms ease; }

.control-element {
  position: relative;
  padding: 10px 30px 15px; }

.control-element:hover:not(.control-element__logo):not(.control-element__credentials),
.control-element-active {
  background-color: rgba(0, 0, 0, 0.03); }

.control-element-active,
.control-element-active:hover {
  background-color: rgba(0, 0, 0, 0.04); }

.control-element:hover .key {
  background: rgba(0, 0, 0, 0.085); }

.control-element__logo {
  padding: 5px 20px;
  height: 100px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }

.control-element-name {
  margin-bottom: 6px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4); }

.control-element-settings {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.control-element-prefix {
  margin-bottom: 3px; }

.control-element-value {
  display: inline-block;
  color: black;
  border: none;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  outline: none;
  font-weight: 600;
  font-size: 18px;
  max-width: 180px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 25px;
  margin-right: 1px; }
  .control-element-value.editable {
    cursor: pointer;
    border-bottom-style: dashed;
    border-bottom-color: rgba(0, 0, 0, 0.7); }
    .control-element-value.editable:hover {
      border-bottom-style: solid;
      border-bottom-color: black; }
  .control-element-value:focus {
    border-bottom-color: black; }

.control-element-shortcut {
  position: absolute;
  bottom: 5px;
  right: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transform: translate(0, -50%); }

.key {
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 30px;
  height: 30px;
  text-align: center;
  background: rgba(0, 0, 0, 0.045);
  border-radius: 4px;
  font-size: 11px;
  color: rgba(0, 0, 0, 0.35);
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }

.key:hover, .control-element:hover .key:hover {
  cursor: pointer;
  color: white;
  background-color: rgba(0, 0, 0, 0.65);
  font-weight: bold; }

.key:active {
  transform: scale(0.975); }

.control-element:hover .key {
  background: rgba(0, 0, 0, 0.085); }

.key + .key {
  margin-left: 2px; }

.fa-small {
  font-size: 9px; }

.control-element .title {
  color: black;
  font-weight: normal;
  margin-bottom: 10px; }

.control-element .description {
  font-size: 16px;
  margin-bottom: 0; }

blockquote,
h1,
h2,
h3,
p {
  margin: 0; }

.link {
  color: black;
  font-weight: bold;
  text-decoration: underline;
  color: black;
  opacity: 1;
  cursor: pointer; }
  .link:hover {
    text-decoration: none; }
  .link:active {
    background-color: rgba(234, 254, 236, 0.8); }

.input,
.drop-down {
  padding: 10px 12px;
  width: 100%;
  border: 2px solid rgba(0, 0, 0, 0.1);
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: black;
  font-size: 16px;
  border-radius: 3px;
  cursor: pointer; }
  .input:hover,
  .drop-down:hover {
    border-color: rgba(0, 0, 0, 0.2); }
  .input:focus,
  .drop-down:focus {
    outline: none;
    border-color: rgba(0, 0, 0, 0.3); }

.control-element-select {
  width: 100%;
  border-radius: 3px;
  background: #fff url("../images/arrow.svg") no-repeat 95% 50%; }
  .control-element-select:hover {
    background: #fff url("../images/arrow-hover.svg") no-repeat 95% 50%; }
  .control-element-select:focus {
    background: #fff url("../images/arrow-active.svg") no-repeat 95% 50%; }

.button {
  background: #eafeec;
  color: black;
  border-radius: 36px;
  position: relative;
  padding: 10px 30px;
  font-size: 13px;
  font-weight: bold;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  line-height: 1;
  cursor: pointer;
  transition: background-color 100ms ease; }
  .button:hover {
    background-color: rgba(234, 254, 236, 0.85); }

.button.button--small {
  font-size: 11px;
  padding: 0 14px;
  line-height: 1;
  height: 28px;
  line-height: 28px; }

.overlay-content .button {
  margin: 40px auto 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  max-width: 160px; }

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9;
  background: rgba(255, 255, 255, 0.75);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  display: none; }

.showOverlay.overlay {
  display: block; }

.overlay-close {
  height: 40px;
  width: 40px;
  background: black;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
  transition: background 100ms ease; }

.overlay-close .icon-close {
  width: 15px;
  height: 15px; }

.overlay-content--header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
  width: 100%;
  height: 40px; }

.overlay-tabs {
  width: 50%;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start; }
  .overlay-tabs span {
    background-color: whitesmoke;
    color: #adadad;
    height: 100%;
    width: auto;
    padding: 0 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    font-weight: bold;
    cursor: pointer;
    transition: background-color .2s ease, color .2s ease;
    font-size: 14px; }
    .overlay-tabs span:hover {
      background-color: rgba(234, 254, 236, 0.5);
      color: rgba(0, 0, 0, 0.7); }
    .overlay-tabs span.active {
      background-color: #eafeec;
      color: #000; }

.icon-close path {
  fill: white; }

.overlay-close .icon-close path {
  transition: fill 100ms ease; }

.overlay-close:hover {
  background: #eafeec; }

.overlay-close:hover .icon-close path {
  fill: black; }

.overlay-content {
  width: 760px;
  max-width: 90%;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 20; }

.the-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  text-align: center;
  padding: 0 20px;
  font-size: 14px;
  color: black;
  height: 100vh; }
  @media (min-width: 769px) {
    .the-box {
      display: none; } }

.the-box .icon {
  max-width: 66px;
  height: auto; }

.the-box strong {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  padding: 0 20px; }

.the-box small {
  font-size: 13px;
  line-height: 1.65;
  color: rgba(0, 0, 0, 0.65); }

.headline {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px; }

.description {
  opacity: .75;
  font-weight: 500;
  margin-bottom: 20px; }

.font-link {
  margin-top: 5px; }

.window {
  font-size: 16px; }

.window .link {
  font-size: 14px; }

.aside-overlay {
  position: fixed;
  z-index: 300;
  left: 0;
  right: 0;
  bottom: 0;
  height: calc(100vh - 80px);
  width: 340px;
  background: whitesmoke;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }
  @media (min-width: 1400px) {
    .aside-overlay {
      width: 400px; } }

.loader {
  width: 50px;
  height: 50px; }

.circle {
  fill: transparent;
  stroke: #b9fcc0;
  stroke-dashoffset: 196;
  stroke-width: 4;
  stroke-dasharray: 200;
  stroke-linecap: round;
  transform-origin: 25px 25px;
  animation: spin 1.4s linear forwards infinite; }

@keyframes spin {
  0% {
    stroke-dashoffset: 196;
    transform: rotate(-90deg); }
  40% {
    stroke-dashoffset: 120;
    transform: rotate(-20deg); }
  100% {
    stroke-dashoffset: 196;
    transform: rotate(275deg); } }

@keyframes medium-editor-image-loading {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }

@keyframes medium-editor-pop-upwards {
  0% {
    opacity: 0;
    transform: matrix(0.97, 0, 0, 1, 0, 12); }
  20% {
    opacity: .7;
    transform: matrix(0.99, 0, 0, 1, 0, 2); }
  40% {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, -1); }
  100% {
    transform: matrix(1, 0, 0, 1, 0, 0); } }

.medium-editor-anchor-preview {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  left: 0;
  line-height: 1.4;
  max-width: 280px;
  position: absolute;
  text-align: center;
  top: 0;
  word-break: break-all;
  word-wrap: break-word;
  visibility: hidden;
  z-index: 2000; }
  .medium-editor-anchor-preview a {
    color: #fff;
    display: inline-block;
    margin: 5px 5px 10px; }

.medium-editor-anchor-preview-active {
  visibility: visible; }

.medium-editor-dragover {
  background: #ddd; }

.medium-editor-image-loading {
  animation: medium-editor-image-loading 1s infinite ease-in-out;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  height: 40px;
  width: 40px; }

.medium-editor-placeholder {
  position: relative; }
  .medium-editor-placeholder:after {
    content: attr(data-placeholder) !important;
    font-style: italic;
    position: absolute;
    left: 0;
    top: 0;
    white-space: pre;
    padding: inherit;
    margin: inherit; }

.medium-editor-placeholder-relative {
  position: relative; }
  .medium-editor-placeholder-relative:after {
    content: attr(data-placeholder) !important;
    font-style: italic;
    position: relative;
    white-space: pre;
    padding: inherit;
    margin: inherit; }

.medium-toolbar-arrow-under:after, .medium-toolbar-arrow-over:before {
  border-style: solid;
  content: '';
  display: block;
  height: 0;
  left: 50%;
  margin-left: -8px;
  position: absolute;
  width: 0; }

.medium-toolbar-arrow-under:after {
  border-width: 8px 8px 0 8px; }

.medium-toolbar-arrow-over:before {
  border-width: 0 8px 8px 8px;
  top: -8px; }

.medium-editor-toolbar {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  left: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  z-index: 2000; }
  .medium-editor-toolbar ul {
    margin: 0;
    padding: 0; }
  .medium-editor-toolbar li {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0; }
    .medium-editor-toolbar li button {
      box-sizing: border-box;
      cursor: pointer;
      display: block;
      font-size: 14px;
      line-height: 1.33;
      margin: 0;
      padding: 15px;
      text-decoration: none; }
      .medium-editor-toolbar li button:focus {
        outline: none; }
    .medium-editor-toolbar li .medium-editor-action-underline {
      text-decoration: underline; }
    .medium-editor-toolbar li .medium-editor-action-pre {
      font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
      font-size: 12px;
      font-weight: 100;
      padding: 15px 0; }

.medium-editor-toolbar-active {
  visibility: visible; }

.medium-editor-sticky-toolbar {
  position: fixed;
  top: 1px; }

.medium-editor-relative-toolbar {
  position: relative; }

.medium-editor-toolbar-active.medium-editor-stalker-toolbar {
  animation: medium-editor-pop-upwards 160ms forwards linear; }

.medium-editor-action-bold {
  font-weight: bolder; }

.medium-editor-action-italic {
  font-style: italic; }

.medium-editor-toolbar-form {
  display: none; }
  .medium-editor-toolbar-form input,
  .medium-editor-toolbar-form a {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .medium-editor-toolbar-form .medium-editor-toolbar-form-row {
    line-height: 14px;
    margin-left: 5px;
    padding-bottom: 5px; }
  .medium-editor-toolbar-form .medium-editor-toolbar-input,
  .medium-editor-toolbar-form label {
    border: none;
    box-sizing: border-box;
    font-size: 14px;
    margin: 0;
    padding: 6px;
    width: 316px;
    display: inline-block; }
    .medium-editor-toolbar-form .medium-editor-toolbar-input:focus,
    .medium-editor-toolbar-form label:focus {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      border: none;
      box-shadow: none;
      outline: 0; }
  .medium-editor-toolbar-form a {
    display: inline-block;
    font-size: 24px;
    font-weight: bolder;
    margin: 0 10px;
    text-decoration: none; }

.medium-editor-toolbar-form-active {
  display: block; }

.medium-editor-toolbar-actions:after {
  clear: both;
  content: "";
  display: table; }

.medium-editor-element {
  word-wrap: break-word;
  min-height: 30px; }
  .medium-editor-element img {
    max-width: 100%; }
  .medium-editor-element sub {
    vertical-align: sub; }
  .medium-editor-element sup {
    vertical-align: super; }

.medium-editor-hidden {
  display: none; }

.medium-toolbar-arrow-under:after {
  border-color: #000 transparent transparent transparent;
  top: 40px; }

.medium-toolbar-arrow-over:before {
  border-color: transparent transparent #000 transparent; }

.medium-editor-toolbar {
  background-color: #000;
  border: none;
  border-radius: 50px; }
  .medium-editor-toolbar li button {
    background-color: transparent;
    border: none;
    box-sizing: border-box;
    color: #ccc;
    height: 40px;
    min-width: 40px;
    padding: 5px 12px;
    transition: background-color .2s ease-in, color .2s ease-in; }
    .medium-editor-toolbar li button:hover {
      background-color: #000;
      color: #a2d7c7; }
  .medium-editor-toolbar li .medium-editor-button-first {
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
    padding-left: 24px; }
  .medium-editor-toolbar li .medium-editor-button-last {
    border-bottom-right-radius: 50px;
    border-right: none;
    border-top-right-radius: 50px;
    padding-right: 24px; }
  .medium-editor-toolbar li .medium-editor-button-active {
    background-color: #000;
    color: #a2d7c7; }

.medium-editor-toolbar-form {
  background: #000;
  border-radius: 50px;
  color: #ccc;
  overflow: hidden; }
  .medium-editor-toolbar-form .medium-editor-toolbar-input {
    background: #000;
    box-sizing: border-box;
    color: #ccc;
    height: 40px;
    padding-left: 16px;
    width: 220px; }
    .medium-editor-toolbar-form .medium-editor-toolbar-input::-webkit-input-placeholder {
      color: #f8f5f3;
      color: rgba(248, 245, 243, 0.8); }
    .medium-editor-toolbar-form .medium-editor-toolbar-input:-moz-placeholder {
      /* Firefox 18- */
      color: #f8f5f3;
      color: rgba(248, 245, 243, 0.8); }
    .medium-editor-toolbar-form .medium-editor-toolbar-input::-moz-placeholder {
      /* Firefox 19+ */
      color: #f8f5f3;
      color: rgba(248, 245, 243, 0.8); }
    .medium-editor-toolbar-form .medium-editor-toolbar-input:-ms-input-placeholder {
      color: #f8f5f3;
      color: rgba(248, 245, 243, 0.8); }
  .medium-editor-toolbar-form a {
    color: #ccc;
    transform: translateY(2px); }
  .medium-editor-toolbar-form .medium-editor-toolbar-close {
    margin-right: 16px; }

.medium-editor-toolbar-anchor-preview {
  background: #000;
  border-radius: 50px;
  padding: 5px 12px; }

.medium-editor-anchor-preview a {
  color: #ccc;
  text-decoration: none; }

p {
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.7;
  font-family: 'PT Serif', serif; }

.modal--fontsearch {
  position: fixed;
  top: 50%;
  left: 50%;
  color: #fff;
  width: 90vw;
  transform: translate3d(-50%, -30%, 0);
  max-width: 550px;
  z-index: 10; }
  .modal--fontsearch input {
    background: transparent;
    color: #fff;
    border: none;
    font-size: 24px;
    padding: 15px 20px 0;
    outline: none; }
  .modal--fontsearch .backdrop {
    padding: 0 0 15px 0;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 3px; }
  .modal--fontsearch .inner {
    height: 370px;
    position: relative; }
  .modal--fontsearch .result-count {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: .9rem;
    opacity: .5;
    color: white; }
  .modal--fontsearch ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 10px;
    max-height: 320px;
    overflow-y: auto; }
    .modal--fontsearch ul li {
      height: 60px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      padding: 0 20px;
      cursor: pointer;
      color: rgba(255, 255, 255, 0.5);
      margin: 10px;
      border-radius: 3px; }
      .modal--fontsearch ul li.marked {
        background-color: rgba(0, 0, 0, 0.45);
        color: white; }

.search-for-font {
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  top: 2px;
  margin-left: 5px;
  vertical-align: bottom; }

.icon--search {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background-color: rgba(0, 0, 0, 0.03);
  width: 22px;
  height: 22px;
  border-radius: 50%; }

.icon--search:hover {
  background-color: rgba(0, 0, 0, 0.75);
  cursor: pointer; }

.icon--search-icon {
  font-size: 11px; }

.icon--search:hover .icon--search-icon {
  color: white; }

.copy-article {
  position: fixed;
  top: 20px;
  right: 20px; }
  @media (max-width: 900px) {
    .copy-article {
      display: none; } }

.copy-code.copied {
  background-color: #5115CB;
  color: white; }

.article-code {
  display: none; }
  .article-code.show {
    display: block; }

.control-element__credentials {
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
  border-bottom: none; }

.medium-editor-toolbar li button:hover {
  color: white; }

.medium-editor-toolbar li .medium-editor-button-active {
  color: #eafeec; }
